EdgeUsageDataCollectionPolicy コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
使用状況が報告されるイベント ハブの詳細。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET