次の方法で共有


SelfHelpExtensions.GetSelfHelpDiagnostics メソッド

定義

ArmClient 内の SelfHelpDiagnosticResources のコレクションを取得します。 Mockingこのメソッドをモックする場合は、代わりにモック GetSelfHelpDiagnostics(ResourceIdentifier) してください。

public static Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticCollection GetSelfHelpDiagnostics (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope);
static member GetSelfHelpDiagnostics : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticCollection
<Extension()>
Public Function GetSelfHelpDiagnostics (client As ArmClient, scope As ResourceIdentifier) As SelfHelpDiagnosticCollection

パラメーター

client
ArmClient

ArmClientメソッドが実行するインスタンス。

scope
ResourceIdentifier

リソースが適用するスコープ。

戻り値

SelfHelpDiagnosticResources のコレクションとその SelfHelpDiagnosticResource に対する操作を表す オブジェクト。

適用対象