CustomerEventResource Class

The Customer Notification Event resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.testbase.models._models_py3.ProxyResource
CustomerEventResource

Constructor

CustomerEventResource(*, event_name: Optional[str] = None, receivers: Optional[List[azure.mgmt.testbase.models._models_py3.NotificationEventReceiver]] = None, **kwargs)

Parameters

event_name
str
Required

The name of the event subscribed to.

receivers
list[<xref:test_base.models.NotificationEventReceiver>]
Required

The notification event receivers.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

system_data
<xref:test_base.models.SystemData>

The system metadata relating to this resource.