| title | addLargeGalleryViewOperation resource type |
|---|---|
| description | Describes the response format for an operation that adds the large gallery view. |
| author | navali-msft |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Describes the response format for an operation that adds the large gallery view.
Inherits from commsOperation.
| 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. |
| 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. The possible values are: notStarted, running, completed, failed. Read-only. |
None.
The following JSON representation shows the resource type.
{
"clientContext": "String",
"id": "String (identifier)",
"resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
"status": "String"
}