CachesExtensions.DebugInfoAsync メソッド

定義

キャッシュに対して、処理するサポートの生成デバッグ情報を書き込むよう指示します。

public static System.Threading.Tasks.Task DebugInfoAsync (this Microsoft.Azure.Management.StorageCache.ICaches operations, string resourceGroupName, string cacheName, System.Threading.CancellationToken cancellationToken = default);
static member DebugInfoAsync : Microsoft.Azure.Management.StorageCache.ICaches * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DebugInfoAsync (operations As ICaches, resourceGroupName As String, cacheName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
ICaches

この拡張メソッドの操作グループ。

resourceGroupName
String

ターゲット リソース グループ。

cacheName
String

キャッシュの名前。 name の長さは 80 を超えてはなりません。また、char は [-0-9a-zA-Z_] char クラスからである必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象