Show / Hide Table of Contents

Interface IParticipantMuteAllRequest

The interface IParticipantMuteAllRequest.

Inherited Members
IBaseRequest.Client
IBaseRequest.RequestUrl
IBaseRequest.Headers
IBaseRequest.QueryOptions
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IParticipantMuteAllRequest : IBaseRequest

Properties

View Source

RequestBody

Gets the request body.

Declaration
ParticipantMuteAllRequestBody RequestBody { get; }
Property Value
Type Description
ParticipantMuteAllRequestBody

Methods

View Source

Expand(String)

Adds the specified expand value to the request.

Declaration
IParticipantMuteAllRequest Expand(string value)
Parameters
Type Name Description
System.String value

The expand value.

Returns
Type Description
IParticipantMuteAllRequest

The request object to send.

View Source

PostAsync()

Issues the POST request.

Declaration
Task<Operation> PostAsync()
Returns
Type Description
System.Threading.Tasks.Task<Operation>
View Source

PostAsync(CancellationToken)

Issues the POST request.

Declaration
Task<Operation> PostAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken

The System.Threading.CancellationToken for the request.

Returns
Type Description
System.Threading.Tasks.Task<Operation>

The task to await for async call.

View Source

Select(String)

Adds the specified select value to the request.

Declaration
IParticipantMuteAllRequest Select(string value)
Parameters
Type Name Description
System.String value

The select value.

Returns
Type Description
IParticipantMuteAllRequest

The request object to send.

  • View Source
Back to top Generated by DocFX