EndpointCertificatesOperations interface

介面代表端點憑證操作。

屬性

get

會拿到一個在端點上使用的憑證,並且有相同的 ID。

listByInstance

列出目標實例上端點上使用的憑證。

屬性詳細資料

get

會拿到一個在端點上使用的憑證,並且有相同的 ID。

get: (resourceGroupName: string, managedInstanceName: string, endpointType: string, options?: EndpointCertificatesGetOptionalParams) => Promise<EndpointCertificate>

屬性值

(resourceGroupName: string, managedInstanceName: string, endpointType: string, options?: EndpointCertificatesGetOptionalParams) => Promise<EndpointCertificate>

listByInstance

列出目標實例上端點上使用的憑證。

listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: EndpointCertificatesListByInstanceOptionalParams) => PagedAsyncIterableIterator<EndpointCertificate, EndpointCertificate[], PageSettings>

屬性值

(resourceGroupName: string, managedInstanceName: string, options?: EndpointCertificatesListByInstanceOptionalParams) => PagedAsyncIterableIterator<EndpointCertificate, EndpointCertificate[], PageSettings>