EndpointCertificates interface
Interface representing a EndpointCertificates.
Methods
get(string, string, string, Endpoint |
Gets a certificate used on the endpoint with the given id. |
list |
List certificates used on endpoints on the target instance. |
Method Details
get(string, string, string, EndpointCertificatesGetOptionalParams)
Gets a certificate used on the endpoint with the given id.
function get(resourceGroupName: string, managedInstanceName: string, endpointType: string, options?: EndpointCertificatesGetOptionalParams): Promise<EndpointCertificate>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
- endpointType
-
string
Type of the endpoint whose certificate the customer is looking for.
The options parameters.
Returns
Promise<EndpointCertificate>
listByInstance(string, string, EndpointCertificatesListByInstanceOptionalParams)
List certificates used on endpoints on the target instance.
function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: EndpointCertificatesListByInstanceOptionalParams): PagedAsyncIterableIterator<EndpointCertificate, EndpointCertificate[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
-
string
The name of the managed instance.
The options parameters.