次の方法で共有


NamedValueOperationsExtensions.RefreshSecretAsync メソッド

定義

識別子で指定された名前付き値のシークレットを更新します。

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

パラメーター

operations
INamedValueOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

namedValueId
String

NamedValue の識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象