Interface IAudioRoutingGroup
The stateful audio routing group interface.
Inherited Members
Microsoft.Graph.StatefulClient.IResource<Microsoft.Graph.Calls.IAudioRoutingGroup, AudioRoutingGroup>.DeleteAsync(CancellationToken)
Namespace: Microsoft.Graph.Calls
Assembly: Microsoft.Graph.Calls.dll
Syntax
public interface IAudioRoutingGroup : IResource<IAudioRoutingGroup, AudioRoutingGroup>, IDisposable
Properties
View SourceResource
Gets the audio routing group resource.
Declaration
AudioRoutingGroup Resource { get; }
Property Value
Type | Description |
---|---|
AudioRoutingGroup |
Methods
View SourceUpdateAsync(AudioRoutingGroup, CancellationToken)
Updates this instance asynchronously.
Declaration
Task UpdateAsync(AudioRoutingGroup resource, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
AudioRoutingGroup | resource | The resource. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task | The |
See Also
IResource<TSelf, TResource>