다음을 통해 공유


CertificateOperationsExtensions.ListByBatchAccount 메서드

정의

주의

This operation is deprecated. Please do not use it any longer.

지정된 계정의 모든 인증서를 나열합니다.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate> ListByBatchAccount (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ListByBatchAccount : Microsoft.Azure.Management.Batch.ICertificateOperations * string * string * Nullable<int> * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>
<Extension()>
Public Function ListByBatchAccount (operations As ICertificateOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing) As IPage(Of Certificate)

매개 변수

operations
ICertificateOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName
String

Batch 계정의 이름입니다.

maxresults
Nullable<Int32>

응답에서 반환할 최대 항목 수입니다.

select
String

반환해야 하는 속성의 쉼표로 구분된 목록입니다. 예: "properties/provisioningState". properties/의 최상위 속성만 선택에 유효합니다.

filter
String

OData 필터 식입니다. 필터링에 유효한 속성은 "properties/provisioningState", "properties/provisioningStateTransitionTime", "name"입니다.

반환

특성

설명

경고: 이 작업은 더 이상 사용되지 않으며 2024년 2월 이후에 제거됩니다. 대신 [Azure KeyVault 확장](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 을 사용하세요.

적용 대상