次の方法で共有


BatchAccountResource.GetKeys(CancellationToken) メソッド

定義

この操作は、'SharedKey' を含む allowedAuthenticationModes を持つ Batch アカウントにのみ適用されます。 Batch アカウントに allowedAuthenticationMode に 'SharedKey' が含まれていない場合、クライアントは認証に共有キーを使用できず、代わりに別の allowedAuthenticationModes を使用する必要があります。 この場合、キーの取得は失敗します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/listKeys
  • 操作IdBatchAccount_GetKeys
public virtual Azure.Response<Azure.ResourceManager.Batch.Models.BatchAccountKeys> GetKeys (System.Threading.CancellationToken cancellationToken = default);
abstract member GetKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.Models.BatchAccountKeys>
override this.GetKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.Models.BatchAccountKeys>
Public Overridable Function GetKeys (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchAccountKeys)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象