Show / Hide Table of Contents

Interface ICallAudioRoutingGroupsCollectionPage

The interface ICallAudioRoutingGroupsCollectionPage.

Inherited Members
ICollectionPage<AudioRoutingGroup>.CurrentPage
ICollectionPage<AudioRoutingGroup>.AdditionalData
System.Collections.Generic.IList<Microsoft.Graph.AudioRoutingGroup>.IndexOf(Microsoft.Graph.AudioRoutingGroup)
System.Collections.Generic.IList<Microsoft.Graph.AudioRoutingGroup>.Insert(System.Int32, Microsoft.Graph.AudioRoutingGroup)
System.Collections.Generic.IList<Microsoft.Graph.AudioRoutingGroup>.RemoveAt(System.Int32)
System.Collections.Generic.IList<Microsoft.Graph.AudioRoutingGroup>.Item[System.Int32]
System.Collections.Generic.ICollection<Microsoft.Graph.AudioRoutingGroup>.Add(Microsoft.Graph.AudioRoutingGroup)
System.Collections.Generic.ICollection<Microsoft.Graph.AudioRoutingGroup>.Clear()
System.Collections.Generic.ICollection<Microsoft.Graph.AudioRoutingGroup>.Contains(Microsoft.Graph.AudioRoutingGroup)
System.Collections.Generic.ICollection<Microsoft.Graph.AudioRoutingGroup>.CopyTo(Microsoft.Graph.AudioRoutingGroup[], System.Int32)
System.Collections.Generic.ICollection<Microsoft.Graph.AudioRoutingGroup>.Remove(Microsoft.Graph.AudioRoutingGroup)
System.Collections.Generic.ICollection<Microsoft.Graph.AudioRoutingGroup>.Count
System.Collections.Generic.ICollection<Microsoft.Graph.AudioRoutingGroup>.IsReadOnly
System.Collections.Generic.IEnumerable<Microsoft.Graph.AudioRoutingGroup>.GetEnumerator()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonConverter(typeof(InterfaceConverter<CallAudioRoutingGroupsCollectionPage>))]
public interface ICallAudioRoutingGroupsCollectionPage : ICollectionPage<AudioRoutingGroup>, IList<AudioRoutingGroup>, ICollection<AudioRoutingGroup>, IEnumerable<AudioRoutingGroup>, IEnumerable

Properties

View Source

NextPageRequest

Gets the next page ICallAudioRoutingGroupsCollectionRequest instance.

Declaration
ICallAudioRoutingGroupsCollectionRequest NextPageRequest { get; }
Property Value
Type Description
ICallAudioRoutingGroupsCollectionRequest

Methods

View Source

InitializeNextPageRequest(IBaseClient, String)

Initializes the NextPageRequest property.

Declaration
void InitializeNextPageRequest(IBaseClient client, string nextPageLinkString)
Parameters
Type Name Description
IBaseClient client
System.String nextPageLinkString
  • View Source
Back to top Generated by DocFX