Share via


IEndpointCertificatesOperations Interface

Definition

EndpointCertificatesOperations operations.

public interface IEndpointCertificatesOperations
type IEndpointCertificatesOperations = interface
Public Interface IEndpointCertificatesOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a certificate used on the endpoint with the given id.

ListByInstanceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List certificates used on endpoints on the target instance.

ListByInstanceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List certificates used on endpoints on the target instance.

Extension Methods

Get(IEndpointCertificatesOperations, String, String, String)

Gets a certificate used on the endpoint with the given id.

GetAsync(IEndpointCertificatesOperations, String, String, String, CancellationToken)

Gets a certificate used on the endpoint with the given id.

ListByInstance(IEndpointCertificatesOperations, String, String)

List certificates used on endpoints on the target instance.

ListByInstanceAsync(IEndpointCertificatesOperations, String, String, CancellationToken)

List certificates used on endpoints on the target instance.

ListByInstanceNext(IEndpointCertificatesOperations, String)

List certificates used on endpoints on the target instance.

ListByInstanceNextAsync(IEndpointCertificatesOperations, String, CancellationToken)

List certificates used on endpoints on the target instance.

Applies to