次の方法で共有


JobsOperationsExtensions.ListCredentials メソッド

定義

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

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials> ListCredentials (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string jobName);
static member ListCredentials : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string -> seq<Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials>
<Extension()>
Public Function ListCredentials (operations As IJobsOperations, resourceGroupName As String, jobName As String) As IEnumerable(Of UnencryptedCredentials)

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

リソース グループ名

jobName
String

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

戻り値

適用対象