你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointCertificatesOperationsExtensions.GetAsync 方法

定义

获取在具有给定 ID 的终结点上使用的证书。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.EndpointCertificate> GetAsync (this Microsoft.Azure.Management.Sql.IEndpointCertificatesOperations operations, string resourceGroupName, string managedInstanceName, string endpointType, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Sql.IEndpointCertificatesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.EndpointCertificate>
<Extension()>
Public Function GetAsync (operations As IEndpointCertificatesOperations, resourceGroupName As String, managedInstanceName As String, endpointType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EndpointCertificate)

参数

operations
IEndpointCertificatesOperations

此扩展方法的操作组。

resourceGroupName
String

包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。

managedInstanceName
String

托管实例的名称。

endpointType
String

客户要查找其证书的终结点的类型。

cancellationToken
CancellationToken

取消标记。

返回

适用于