次の方法で共有


JobsOperationsExtensions.ListCredentialsAsync メソッド

定義

このメソッドは、ジョブに関連する暗号化されていないシークレットを取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials>> ListCredentialsAsync (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string jobName, System.Threading.CancellationToken cancellationToken = default);
static member ListCredentialsAsync : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials>>
<Extension()>
Public Function ListCredentialsAsync (operations As IJobsOperations, resourceGroupName As String, jobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of UnencryptedCredentials))

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

リソース グループ名

jobName
String

指定したリソース グループ内のジョブ リソースの名前。 ジョブ名の長さは 3 ~ 24 文字で、英数字とアンダースコアのみを使用する必要があります

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象