EndpointCertificates interface

Interface representing a EndpointCertificates.

Methods

get(string, string, string, EndpointCertificatesGetOptionalParams)

Gets a certificate used on the endpoint with the given id.

listByInstance(string, string, EndpointCertificatesListByInstanceOptionalParams)

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.

options
EndpointCertificatesGetOptionalParams

The options parameters.

Returns

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.

options
EndpointCertificatesListByInstanceOptionalParams

The options parameters.

Returns