BatchAccountCertificateCollection.GetAll メソッド

定義

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates
  • 操作IdCertificate_ListByBatchAccount
public virtual Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountCertificateResource> GetAll (int? maxresults = default, string select = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountCertificateResource>
override this.GetAll : Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountCertificateResource>
Public Overridable Function GetAll (Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchAccountCertificateResource)

パラメーター

maxresults
Nullable<Int32>

応答で返される項目の最大数。

select
String

返されるプロパティのコンマ区切りの一覧。 例: "properties/provisioningState" 選択できるのは、properties/ の下の最上位のプロパティのみです。

filter
String

OData フィルター式。 フィルター処理の有効なプロパティは、"properties/provisioningState"、"properties/provisioningStateTransitionTime"、"name" です。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の BatchAccountCertificateResource サービス要求を受け取る可能性がある のコレクション。

適用対象