Show / Hide Table of Contents

Class ParticipantConfigureMixerRequestBuilder

The type ParticipantConfigureMixerRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
BaseActionMethodRequestBuilder<IParticipantConfigureMixerRequest>
ParticipantConfigureMixerRequestBuilder
Implements
IParticipantConfigureMixerRequestBuilder
Inherited Members
BaseActionMethodRequestBuilder<IParticipantConfigureMixerRequest>.Request(IEnumerable<Option>)
BaseActionMethodRequestBuilder<IParticipantConfigureMixerRequest>.SetParameter<TU>(String, TU, Boolean)
BaseActionMethodRequestBuilder<IParticipantConfigureMixerRequest>.HasParameter(String)
BaseActionMethodRequestBuilder<IParticipantConfigureMixerRequest>.GetParameter<TU>(String)
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 ParticipantConfigureMixerRequestBuilder : BaseActionMethodRequestBuilder<IParticipantConfigureMixerRequest>, IParticipantConfigureMixerRequestBuilder

Constructors

View Source

ParticipantConfigureMixerRequestBuilder(String, IBaseClient, IEnumerable<ParticipantMixerLevel>, String)

Constructs a new ParticipantConfigureMixerRequestBuilder.

Declaration
public ParticipantConfigureMixerRequestBuilder(string requestUrl, IBaseClient client, IEnumerable<ParticipantMixerLevel> participantMixerLevels, string clientContext)
Parameters
Type Name Description
System.String requestUrl

The URL for the request.

IBaseClient client

The IBaseClient for handling requests.

System.Collections.Generic.IEnumerable<ParticipantMixerLevel> participantMixerLevels

A participantMixerLevels parameter for the OData method call.

System.String clientContext

A clientContext parameter for the OData method call.

Methods

View Source

CreateRequest(String, IEnumerable<Option>)

A method used by the base class to construct a request class instance.

Declaration
protected override IParticipantConfigureMixerRequest CreateRequest(string functionUrl, IEnumerable<Option> options)
Parameters
Type Name Description
System.String functionUrl

The request URL to

System.Collections.Generic.IEnumerable<Option> options

The query and header options for the request.

Returns
Type Description
IParticipantConfigureMixerRequest

An instance of a specific request class.

Overrides
Microsoft.Graph.BaseActionMethodRequestBuilder<Microsoft.Graph.IParticipantConfigureMixerRequest>.CreateRequest(System.String, System.Collections.Generic.IEnumerable<Microsoft.Graph.Option>)

Implements

IParticipantConfigureMixerRequestBuilder
  • View Source
Back to top Generated by DocFX