Show / Hide Table of Contents

Interface IUnmuteParticipantsOperationRequest

The interface IUnmuteParticipantsOperationRequest.

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

Methods

View Source

CreateAsync(UnmuteParticipantsOperation)

Creates the specified UnmuteParticipantsOperation using PUT.

Declaration
Task<UnmuteParticipantsOperation> CreateAsync(UnmuteParticipantsOperation unmuteParticipantsOperationToCreate)
Parameters
Type Name Description
UnmuteParticipantsOperation unmuteParticipantsOperationToCreate

The UnmuteParticipantsOperation to create.

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

The created UnmuteParticipantsOperation.

View Source

CreateAsync(UnmuteParticipantsOperation, CancellationToken)

Creates the specified UnmuteParticipantsOperation using PUT.

Declaration
Task<UnmuteParticipantsOperation> CreateAsync(UnmuteParticipantsOperation unmuteParticipantsOperationToCreate, CancellationToken cancellationToken)
Parameters
Type Name Description
UnmuteParticipantsOperation unmuteParticipantsOperationToCreate

The UnmuteParticipantsOperation to create.

System.Threading.CancellationToken cancellationToken

The System.Threading.CancellationToken for the request.

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

The created UnmuteParticipantsOperation.

View Source

DeleteAsync()

Deletes the specified UnmuteParticipantsOperation.

Declaration
Task DeleteAsync()
Returns
Type Description
System.Threading.Tasks.Task

The task to await.

View Source

DeleteAsync(CancellationToken)

Deletes the specified UnmuteParticipantsOperation.

Declaration
Task DeleteAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken

The System.Threading.CancellationToken for the request.

Returns
Type Description
System.Threading.Tasks.Task

The task to await.

View Source

Expand(Expression<Func<UnmuteParticipantsOperation, Object>>)

Adds the specified expand value to the request.

Declaration
IUnmuteParticipantsOperationRequest Expand(Expression<Func<UnmuteParticipantsOperation, object>> expandExpression)
Parameters
Type Name Description
System.Linq.Expressions.Expression<System.Func<UnmuteParticipantsOperation, System.Object>> expandExpression

The expression from which to calculate the expand value.

Returns
Type Description
IUnmuteParticipantsOperationRequest

The request object to send.

View Source

Expand(String)

Adds the specified expand value to the request.

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

The expand value.

Returns
Type Description
IUnmuteParticipantsOperationRequest

The request object to send.

View Source

GetAsync()

Gets the specified UnmuteParticipantsOperation.

Declaration
Task<UnmuteParticipantsOperation> GetAsync()
Returns
Type Description
System.Threading.Tasks.Task<UnmuteParticipantsOperation>

The UnmuteParticipantsOperation.

View Source

GetAsync(CancellationToken)

Gets the specified UnmuteParticipantsOperation.

Declaration
Task<UnmuteParticipantsOperation> GetAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken

The System.Threading.CancellationToken for the request.

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

The UnmuteParticipantsOperation.

View Source

Select(Expression<Func<UnmuteParticipantsOperation, Object>>)

Adds the specified select value to the request.

Declaration
IUnmuteParticipantsOperationRequest Select(Expression<Func<UnmuteParticipantsOperation, object>> selectExpression)
Parameters
Type Name Description
System.Linq.Expressions.Expression<System.Func<UnmuteParticipantsOperation, System.Object>> selectExpression

The expression from which to calculate the select value.

Returns
Type Description
IUnmuteParticipantsOperationRequest

The request object to send.

View Source

Select(String)

Adds the specified select value to the request.

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

The select value.

Returns
Type Description
IUnmuteParticipantsOperationRequest

The request object to send.

View Source

UpdateAsync(UnmuteParticipantsOperation)

Updates the specified UnmuteParticipantsOperation using PATCH.

Declaration
Task<UnmuteParticipantsOperation> UpdateAsync(UnmuteParticipantsOperation unmuteParticipantsOperationToUpdate)
Parameters
Type Name Description
UnmuteParticipantsOperation unmuteParticipantsOperationToUpdate

The UnmuteParticipantsOperation to update.

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

The updated UnmuteParticipantsOperation.

View Source

UpdateAsync(UnmuteParticipantsOperation, CancellationToken)

Updates the specified UnmuteParticipantsOperation using PATCH.

Declaration
Task<UnmuteParticipantsOperation> UpdateAsync(UnmuteParticipantsOperation unmuteParticipantsOperationToUpdate, CancellationToken cancellationToken)
Parameters
Type Name Description
UnmuteParticipantsOperation unmuteParticipantsOperationToUpdate

The UnmuteParticipantsOperation to update.

System.Threading.CancellationToken cancellationToken

The System.Threading.CancellationToken for the request.

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

The updated UnmuteParticipantsOperation.

  • View Source
Back to top Generated by DocFX