Show / Hide Table of Contents

Class CallAudioRoutingGroupsCollectionRequestBuilder

The type CallAudioRoutingGroupsCollectionRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
CallAudioRoutingGroupsCollectionRequestBuilder
Implements
ICallAudioRoutingGroupsCollectionRequestBuilder
IBaseRequestBuilder
Inherited Members
BaseRequestBuilder.Client
BaseRequestBuilder.RequestUrl
BaseRequestBuilder.AppendSegmentToRequestUrl(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public class CallAudioRoutingGroupsCollectionRequestBuilder : BaseRequestBuilder, ICallAudioRoutingGroupsCollectionRequestBuilder, IBaseRequestBuilder

Constructors

View Source

CallAudioRoutingGroupsCollectionRequestBuilder(String, IBaseClient)

Constructs a new CallAudioRoutingGroupsCollectionRequestBuilder.

Declaration
public CallAudioRoutingGroupsCollectionRequestBuilder(string requestUrl, IBaseClient client)
Parameters
Type Name Description
System.String requestUrl

The URL for the built request.

IBaseClient client

The IBaseClient for handling requests.

Properties

View Source

Item[String]

Gets an IAudioRoutingGroupRequestBuilder for the specified CallAudioRoutingGroup.

Declaration
public IAudioRoutingGroupRequestBuilder this[string id] { get; }
Parameters
Type Name Description
System.String id

The ID for the CallAudioRoutingGroup.

Property Value
Type Description
IAudioRoutingGroupRequestBuilder

The IAudioRoutingGroupRequestBuilder.

Methods

View Source

Request()

Builds the request.

Declaration
public ICallAudioRoutingGroupsCollectionRequest Request()
Returns
Type Description
ICallAudioRoutingGroupsCollectionRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
public ICallAudioRoutingGroupsCollectionRequest Request(IEnumerable<Option> options)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Option> options

The query and header options for the request.

Returns
Type Description
ICallAudioRoutingGroupsCollectionRequest

The built request.

Implements

ICallAudioRoutingGroupsCollectionRequestBuilder
IBaseRequestBuilder
  • View Source
Back to top Generated by DocFX