Edit

telephoneNumberLongRunningOperation resource type

Namespace: microsoft.graph.teamsAdministration

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.

Represents the operations available for getting telephone number asynchronous operation details.

Inherits from microsoft.graph.entity.

Methods

Method Return type Description
Get microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object.

Properties

Property Type Description
createdDateTime String Date and time when the asynchronous operation was created.
id String Operation identifier found as a response to asynchronous action. Inherited from microsoft.graph.entity. Inherits from entity.
numbers microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails collection Asynchronous operation details.
status longRunningOperationStatus Status of the operation. The possible values are: notStarted, running, succeeded, failed, skipped, and unknownFutureValue`.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation",
  "id": "String (identifier)",
  "createdDateTime": "String",
  "status": "String",
  "numbers": [
    {
      "@odata.type": "microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails"
    }
  ]
}