EdgeUsageDataCollectionPolicy Class

EdgeUsageDataCollectionPolicy.

Inheritance
azure.mgmt.media._serialization.Model
EdgeUsageDataCollectionPolicy

Constructor

EdgeUsageDataCollectionPolicy(*, data_collection_frequency: str | None = None, data_reporting_frequency: str | None = None, max_allowed_unreported_usage_duration: str | None = None, event_hub_details: _models.EdgeUsageDataEventHub | None = None, **kwargs)

Keyword-Only Parameters

Name Description
data_collection_frequency
str

Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.

data_reporting_frequency
str

Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.

max_allowed_unreported_usage_duration
str

Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.

event_hub_details

Details of Event Hub where the usage will be reported.

Variables

Name Description
data_collection_frequency
str

Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.

data_reporting_frequency
str

Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.

max_allowed_unreported_usage_duration
str

Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.

event_hub_details

Details of Event Hub where the usage will be reported.