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<EndpointCertificateInner> getAsync(String resourceGroupName, String managedInstanceName, String endpointType)
Gets a certificate used on the endpoint with the given id.
Parameters:
Returns:
getWithResponse
public abstract Response<EndpointCertificateInner> getWithResponse(String resourceGroupName, String managedInstanceName, String endpointType, Context context)
Gets a certificate used on the endpoint with the given id.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<EndpointCertificateInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, String endpointType)
Gets a certificate used on the endpoint with the given id.
Parameters:
Returns:
listByInstance
public abstract PagedIterable<EndpointCertificateInner> listByInstance(String resourceGroupName, String managedInstanceName)
List certificates used on endpoints on the target instance.
Parameters:
Returns:
listByInstance
public abstract PagedIterable<EndpointCertificateInner> listByInstance(String resourceGroupName, String managedInstanceName, Context context)
List certificates used on endpoints on the target instance.
Parameters:
Returns:
listByInstanceAsync
public abstract PagedFlux<EndpointCertificateInner> listByInstanceAsync(String resourceGroupName, String managedInstanceName)
List certificates used on endpoints on the target instance.
Parameters:
Returns: