Interface IMuteParticipantsOperationRequest
The interface IMuteParticipantsOperationRequest.
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IMuteParticipantsOperationRequest : IBaseRequest
Methods
View SourceCreateAsync(MuteParticipantsOperation)
Creates the specified MuteParticipantsOperation using PUT.
Declaration
Task<MuteParticipantsOperation> CreateAsync(MuteParticipantsOperation muteParticipantsOperationToCreate)
Parameters
Type | Name | Description |
---|---|---|
MuteParticipantsOperation | muteParticipantsOperationToCreate | The MuteParticipantsOperation to create. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<MuteParticipantsOperation> | The created MuteParticipantsOperation. |
CreateAsync(MuteParticipantsOperation, CancellationToken)
Creates the specified MuteParticipantsOperation using PUT.
Declaration
Task<MuteParticipantsOperation> CreateAsync(MuteParticipantsOperation muteParticipantsOperationToCreate, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
MuteParticipantsOperation | muteParticipantsOperationToCreate | The MuteParticipantsOperation to create. |
System.Threading.CancellationToken | cancellationToken | The System.Threading.CancellationToken for the request. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<MuteParticipantsOperation> | The created MuteParticipantsOperation. |
DeleteAsync()
Deletes the specified MuteParticipantsOperation.
Declaration
Task DeleteAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | The task to await. |
DeleteAsync(CancellationToken)
Deletes the specified MuteParticipantsOperation.
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. |
Expand(Expression<Func<MuteParticipantsOperation, Object>>)
Adds the specified expand value to the request.
Declaration
IMuteParticipantsOperationRequest Expand(Expression<Func<MuteParticipantsOperation, object>> expandExpression)
Parameters
Type | Name | Description |
---|---|---|
System.Linq.Expressions.Expression<System.Func<MuteParticipantsOperation, System.Object>> | expandExpression | The expression from which to calculate the expand value. |
Returns
Type | Description |
---|---|
IMuteParticipantsOperationRequest | The request object to send. |
Expand(String)
Adds the specified expand value to the request.
Declaration
IMuteParticipantsOperationRequest Expand(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The expand value. |
Returns
Type | Description |
---|---|
IMuteParticipantsOperationRequest | The request object to send. |
GetAsync()
Gets the specified MuteParticipantsOperation.
Declaration
Task<MuteParticipantsOperation> GetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<MuteParticipantsOperation> | The MuteParticipantsOperation. |
GetAsync(CancellationToken)
Gets the specified MuteParticipantsOperation.
Declaration
Task<MuteParticipantsOperation> 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<MuteParticipantsOperation> | The MuteParticipantsOperation. |
Select(Expression<Func<MuteParticipantsOperation, Object>>)
Adds the specified select value to the request.
Declaration
IMuteParticipantsOperationRequest Select(Expression<Func<MuteParticipantsOperation, object>> selectExpression)
Parameters
Type | Name | Description |
---|---|---|
System.Linq.Expressions.Expression<System.Func<MuteParticipantsOperation, System.Object>> | selectExpression | The expression from which to calculate the select value. |
Returns
Type | Description |
---|---|
IMuteParticipantsOperationRequest | The request object to send. |
Select(String)
Adds the specified select value to the request.
Declaration
IMuteParticipantsOperationRequest Select(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The select value. |
Returns
Type | Description |
---|---|
IMuteParticipantsOperationRequest | The request object to send. |
UpdateAsync(MuteParticipantsOperation)
Updates the specified MuteParticipantsOperation using PATCH.
Declaration
Task<MuteParticipantsOperation> UpdateAsync(MuteParticipantsOperation muteParticipantsOperationToUpdate)
Parameters
Type | Name | Description |
---|---|---|
MuteParticipantsOperation | muteParticipantsOperationToUpdate | The MuteParticipantsOperation to update. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<MuteParticipantsOperation> | The updated MuteParticipantsOperation. |
UpdateAsync(MuteParticipantsOperation, CancellationToken)
Updates the specified MuteParticipantsOperation using PATCH.
Declaration
Task<MuteParticipantsOperation> UpdateAsync(MuteParticipantsOperation muteParticipantsOperationToUpdate, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
MuteParticipantsOperation | muteParticipantsOperationToUpdate | The MuteParticipantsOperation to update. |
System.Threading.CancellationToken | cancellationToken | The System.Threading.CancellationToken for the request. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<MuteParticipantsOperation> | The updated MuteParticipantsOperation. |