Office365GroupsClient.HttpRequestAsync(Byte[], CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send an HTTP request V2
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365Groups.Models.ObjectWithoutType> HttpRequestAsync(byte[] input, System.Threading.CancellationToken cancellationToken = default);
abstract member HttpRequestAsync : byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365Groups.Models.ObjectWithoutType>
override this.HttpRequestAsync : byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365Groups.Models.ObjectWithoutType>
Public Overridable Function HttpRequestAsync (input As Byte(), Optional cancellationToken As CancellationToken = Nothing) As Task(Of ObjectWithoutType)
Parameters
- input
- Byte[]
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Send an HTTP request V2 response.
Remarks
Construct a Microsoft Graph REST API request to invoke. There is one segment that is supported: /groups. Learn more: https://docs.microsoft.com/en-us/graph/use-the-api.