EndpointCertificatesClient Interface
public interface EndpointCertificatesClient
An instance of this class provides access to all the operations defined in EndpointCertificatesClient.
Method Summary
Method Details
get
public abstract EndpointCertificateInner get(String resourceGroupName, String managedInstanceName, String endpointType)
Gets a certificate used on the endpoint with the given id.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a certificate used on the endpoint with the given id.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a certificate used on the endpoint with the given id.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a certificate used on the endpoint with the given id.
Parameters:
Returns:
listByInstance
public abstract PagedIterable
List certificates used on endpoints on the target instance.
Parameters:
Returns:
listByInstance
public abstract PagedIterable
List certificates used on endpoints on the target instance.
Parameters:
Returns:
listByInstanceAsync
public abstract PagedFlux
List certificates used on endpoints on the target instance.
Parameters:
Returns:
Applies to
Azure SDK for Java