Sdílet prostřednictvím


CertificatesOperationsExtensions.ListByResourceGroupAsync Metoda

Definice

Získejte všechny certifikáty ve skupině prostředků.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>> ListByResourceGroupAsync (this Microsoft.Azure.Management.AppService.Fluent.ICertificatesOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.AppService.Fluent.ICertificatesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As ICertificatesOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CertificateInner))

Parametry

operations
ICertificatesOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro Získání všech certifikátů ve skupině prostředků.

Platí pro