次の方法で共有


NamedValueOperationsExtensions.ListValueAsync メソッド

定義

識別子によって指定された名前付きの値のシークレットを取得します。

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

パラメーター

operations
INamedValueOperations

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

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

namedValueId
String

NamedValue の識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象