你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkflowsOperationsExtensions.RegenerateAccessKeyAsync 方法

定义

public static System.Threading.Tasks.Task RegenerateAccessKeyAsync (this Microsoft.Azure.Management.Logic.Fluent.IWorkflowsOperations operations, string resourceGroupName, string workflowName, Microsoft.Azure.Management.Logic.Fluent.Models.KeyType? keyType = default, System.Threading.CancellationToken cancellationToken = default);
static member RegenerateAccessKeyAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowsOperations * string * string * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.KeyType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RegenerateAccessKeyAsync (operations As IWorkflowsOperations, resourceGroupName As String, workflowName As String, Optional keyType As Nullable(Of KeyType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

resourceGroupName
String
workflowName
String
keyType
Nullable<KeyType>
cancellationToken
CancellationToken

返回

适用于