IEndpointCertificatesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET