virtualEventWebinarRegistrationConfiguration resource type

Namespace: microsoft.graph

Contains information about a webinar registration configuration.

Currently, the virtualEventWebinarRegistrationConfiguration resource inherits a subset of the properties and relationships from virtualEventRegistrationConfiguration.

Methods

Method Return type Description
Get virtualEventWebinarRegistrationConfiguration Read the properties and relationships of a virtualEventWebinarRegistrationConfiguration object.

Properties

Property Type Description
registrationWebUrl String Registration portal URL of the webinar. Inherited from virtualEventRegistrationConfiguration.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventWebinarRegistrationConfiguration",
  "registrationWebUrl": "String"
}