Share via


EndpointCertificatesOperationsExtensions.ListByInstance Method

Definition

List certificates used on endpoints on the target instance.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.EndpointCertificate> ListByInstance (this Microsoft.Azure.Management.Sql.IEndpointCertificatesOperations operations, string resourceGroupName, string managedInstanceName);
static member ListByInstance : Microsoft.Azure.Management.Sql.IEndpointCertificatesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.EndpointCertificate>
<Extension()>
Public Function ListByInstance (operations As IEndpointCertificatesOperations, resourceGroupName As String, managedInstanceName As String) As IPage(Of EndpointCertificate)

Parameters

operations
IEndpointCertificatesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName
String

The name of the managed instance.

Returns

Applies to