EndpointCertificatesOperations interface
Interface representing a EndpointCertificates operations.
Properties
| get | Gets a certificate used on the endpoint with the given id. |
| list |
List certificates used on endpoints on the target instance. |
Property Details
get
Gets a certificate used on the endpoint with the given id.
get: (resourceGroupName: string, managedInstanceName: string, endpointType: string, options?: EndpointCertificatesGetOptionalParams) => Promise<EndpointCertificate>
Property Value
(resourceGroupName: string, managedInstanceName: string, endpointType: string, options?: EndpointCertificatesGetOptionalParams) => Promise<EndpointCertificate>
listByInstance
List certificates used on endpoints on the target instance.
listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: EndpointCertificatesListByInstanceOptionalParams) => PagedAsyncIterableIterator<EndpointCertificate, EndpointCertificate[], PageSettings>
Property Value
(resourceGroupName: string, managedInstanceName: string, options?: EndpointCertificatesListByInstanceOptionalParams) => PagedAsyncIterableIterator<EndpointCertificate, EndpointCertificate[], PageSettings>