次の方法で共有


ServicesOperationsExtensions.ListTestKeysAsync メソッド

定義

サービスのテスト キーを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.TestKeys> ListTestKeysAsync (this Microsoft.Azure.Management.AppPlatform.IServicesOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListTestKeysAsync : Microsoft.Azure.Management.AppPlatform.IServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.TestKeys>
<Extension()>
Public Function ListTestKeysAsync (operations As IServicesOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TestKeys)

パラメーター

operations
IServicesOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

サービス リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象