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

ArmMediaModelFactory.EdgeUsageDataCollectionPolicy 方法

定义

初始化 EdgeUsageDataCollectionPolicy 的新实例。

public static Azure.ResourceManager.Media.Models.EdgeUsageDataCollectionPolicy EdgeUsageDataCollectionPolicy (string dataCollectionFrequency = default, string dataReportingFrequency = default, TimeSpan? maxAllowedUnreportedUsageDuration = default, Azure.ResourceManager.Media.Models.EdgeUsageDataEventHub eventHubDetails = default);
static member EdgeUsageDataCollectionPolicy : string * string * Nullable<TimeSpan> * Azure.ResourceManager.Media.Models.EdgeUsageDataEventHub -> Azure.ResourceManager.Media.Models.EdgeUsageDataCollectionPolicy
Public Shared Function EdgeUsageDataCollectionPolicy (Optional dataCollectionFrequency As String = Nothing, Optional dataReportingFrequency As String = Nothing, Optional maxAllowedUnreportedUsageDuration As Nullable(Of TimeSpan) = Nothing, Optional eventHubDetails As EdgeUsageDataEventHub = Nothing) As EdgeUsageDataCollectionPolicy

参数

dataCollectionFrequency
String

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

dataReportingFrequency
String

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

maxAllowedUnreportedUsageDuration
Nullable<TimeSpan>

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

eventHubDetails
EdgeUsageDataEventHub

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

返回

用于模拟的新 EdgeUsageDataCollectionPolicy 实例。

适用于