Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EdgeUsageDataCollectionPolicy 构造函数

定义

重载

EdgeUsageDataCollectionPolicy()

初始化 EdgeUsageDataCollectionPolicy 类的新实例。

EdgeUsageDataCollectionPolicy(String, String, String, EdgeUsageDataEventHub)

初始化 EdgeUsageDataCollectionPolicy 类的新实例。

EdgeUsageDataCollectionPolicy()

初始化 EdgeUsageDataCollectionPolicy 类的新实例。

public EdgeUsageDataCollectionPolicy ();
Public Sub New ()

适用于

EdgeUsageDataCollectionPolicy(String, String, String, EdgeUsageDataEventHub)

初始化 EdgeUsageDataCollectionPolicy 类的新实例。

public EdgeUsageDataCollectionPolicy (string dataCollectionFrequency = default, string dataReportingFrequency = default, string maxAllowedUnreportedUsageDuration = default, Microsoft.Azure.Management.Media.Models.EdgeUsageDataEventHub eventHubDetails = default);
new Microsoft.Azure.Management.Media.Models.EdgeUsageDataCollectionPolicy : string * string * string * Microsoft.Azure.Management.Media.Models.EdgeUsageDataEventHub -> Microsoft.Azure.Management.Media.Models.EdgeUsageDataCollectionPolicy
Public Sub New (Optional dataCollectionFrequency As String = Nothing, Optional dataReportingFrequency As String = Nothing, Optional maxAllowedUnreportedUsageDuration As String = Nothing, Optional eventHubDetails As EdgeUsageDataEventHub = Nothing)

参数

dataCollectionFrequency
String

使用 ISO 8601 持续时间格式的使用情况数据收集频率,例如 PT10M 、PT5H。

dataReportingFrequency
String

使用 ISO 8601 持续时间格式的使用情况数据报告频率,例如 PT10M 、PT5H。

maxAllowedUnreportedUsageDuration
String

不报告使用情况数据不会妨碍设备功能的最长时间。

eventHubDetails
EdgeUsageDataEventHub

将报告使用情况的事件中心的详细信息。

适用于