EventSubscriptionFullUrl Class

Full endpoint url of an event subscription.

Inheritance
msrest.serialization.Model
EventSubscriptionFullUrl

Constructor

EventSubscriptionFullUrl(*, endpoint_url: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
endpoint_url
str

The URL that represents the endpoint of the destination of an event subscription.

Variables

Name Description
endpoint_url
str

The URL that represents the endpoint of the destination of an event subscription.