Interface IParticipantConfigureMixerRequest
The interface IParticipantConfigureMixerRequest.
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IParticipantConfigureMixerRequest : IBaseRequest
Properties
View SourceRequestBody
Gets the request body.
Declaration
ParticipantConfigureMixerRequestBody RequestBody { get; }
Property Value
Type | Description |
---|---|
ParticipantConfigureMixerRequestBody |
Methods
View SourceExpand(String)
Adds the specified expand value to the request.
Declaration
IParticipantConfigureMixerRequest Expand(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The expand value. |
Returns
Type | Description |
---|---|
IParticipantConfigureMixerRequest | The request object to send. |
PostAsync()
Issues the POST request.
Declaration
Task<Operation> PostAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Operation> |
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. |
Select(String)
Adds the specified select value to the request.
Declaration
IParticipantConfigureMixerRequest Select(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The select value. |
Returns
Type | Description |
---|---|
IParticipantConfigureMixerRequest | The request object to send. |