Compartilhar via


GatewayCertificateAuthorityOperationsExtensions.GetAsync Método

Definição

Obtenha detalhes da Autoridade de Certificação de Gateway atribuída.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GatewayCertificateAuthorityContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.IGatewayCertificateAuthorityOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GatewayCertificateAuthorityContract>
<Extension()>
Public Function GetAsync (operations As IGatewayCertificateAuthorityOperations, resourceGroupName As String, serviceName As String, gatewayId As String, certificateId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GatewayCertificateAuthorityContract)

Parâmetros

operations
IGatewayCertificateAuthorityOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

gatewayId
String

Identificador de entidade de gateway. Deve ser exclusivo na instância de serviço Gerenciamento de API atual. Não deve ter o valor 'managed'

certificateId
String

Identificador da entidade de certificado. Deve ser exclusivo na instância de serviço Gerenciamento de API atual.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a