virtualEventWebinarRegistrationConfiguration 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.
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. |
Relationships
Relationship | Type | Description |
---|---|---|
questions | virtualEventRegistrationQuestionBase collection | Registration questions. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.virtualEventWebinarRegistrationConfiguration",
"registrationWebUrl": "String"
}