ManagedInstanceResource.GetEndpointCertificate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した ID を持つエンドポイントで使用される証明書を取得します。
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/endpointCertificates/{endpointType}
- 操作IdEndpointCertificates_Get
public virtual Azure.Response<Azure.ResourceManager.Sql.EndpointCertificateResource> GetEndpointCertificate (string endpointType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEndpointCertificate : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.EndpointCertificateResource>
override this.GetEndpointCertificate : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.EndpointCertificateResource>
Public Overridable Function GetEndpointCertificate (endpointType As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EndpointCertificateResource)
パラメーター
- endpointType
- String
顧客が探している証明書を持つエンドポイントの種類。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
endpointType
は空の文字列であり、空でないと想定されていました。
endpointType
が null です。