Interface ICallOperationsCollectionRequestBuilder
The interface ICallOperationsCollectionRequestBuilder.
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface ICallOperationsCollectionRequestBuilder : IBaseRequestBuilder
Properties
View SourceItem[String]
Gets an IOperationRequestBuilder for the specified Operation.
Declaration
IOperationRequestBuilder this[string id] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The ID for the Operation. |
Property Value
Type | Description |
---|---|
IOperationRequestBuilder |
Methods
View SourceRequest()
Builds the request.
Declaration
ICallOperationsCollectionRequest Request()
Returns
Type | Description |
---|---|
ICallOperationsCollectionRequest | The built request. |
Request(IEnumerable<Option>)
Builds the request.
Declaration
ICallOperationsCollectionRequest Request(IEnumerable<Option> options)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Option> | options | The query and header options for the request. |
Returns
Type | Description |
---|---|
ICallOperationsCollectionRequest | The built request. |