ArmSelfHelpModelFactory.SelfHelpDiagnosticData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SelfHelpDiagnosticData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticData SelfHelpDiagnosticData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> globalParameters = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInvocation> insights = default, DateTimeOffset? acceptedOn = default, Azure.ResourceManager.SelfHelp.Models.SelfHelpProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInfo> diagnostics = default);
static member SelfHelpDiagnosticData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInvocation> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.SelfHelp.Models.SelfHelpProvisioningState> * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInfo> -> Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticData
Public Shared Function SelfHelpDiagnosticData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional globalParameters As IDictionary(Of String, String) = Nothing, Optional insights As IEnumerable(Of SelfHelpDiagnosticInvocation) = Nothing, Optional acceptedOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of SelfHelpProvisioningState) = Nothing, Optional diagnostics As IEnumerable(Of SelfHelpDiagnosticInfo) = Nothing) As SelfHelpDiagnosticData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- globalParameters
- IDictionary<String,String>
すべての solutionId に渡すことができるグローバル パラメーター。
- insights
- IEnumerable<SelfHelpDiagnosticInvocation>
呼び出す必要がある SolutionId。
- acceptedOn
- Nullable<DateTimeOffset>
診断要求の受け入れ時間。
- provisioningState
- Nullable<SelfHelpProvisioningState>
診断プロビジョニングの状態。
- diagnostics
- IEnumerable<SelfHelpDiagnosticInfo>
診断の配列。
戻り値
モック作成用の新しい SelfHelpDiagnosticData インスタンス。