addLargeGalleryViewOperation resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Describes the response format for an operation that adds the large gallery view.
Inherits from commsOperation.
Methods
Method | Return Type | Description |
---|---|---|
Get large gallery view operation status | addLargeGalleryViewOperation | Get the status of an operation that adds the large gallery view to a call. |
Properties
Property | Type | Description |
---|---|---|
clientContext | String | The client context. |
id | String | The ID of the server operation. Read-only. |
resultInfo | resultInfo | The result information. Read-only. |
status | operationStatus | The status of the operation. Possible values are: notStarted , running , completed , failed . Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"clientContext": "String",
"id": "String (identifier)",
"resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
"status": "String"
}