PrivateEndpointConnectionsOperations interface

واجهة تمثل عمليات PrivateEndpointConnections.

الخصائص

createOrUpdate

يوافق أو يرفض اتصال نقطة نهاية خاصة باسم معين.

delete

يحذف اتصال نقطة نهاية خاص باسم معين.

get

الحصول على اتصال نقطة النهاية الخاصة.

listByCluster

يحصل على قائمة باتصالات نقاط النهاية الخاصة على العنقود.

تفاصيل الخاصية

createOrUpdate

يوافق أو يرفض اتصال نقطة نهاية خاصة باسم معين.

createOrUpdate: (resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

قيمة الخاصية

(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

delete

يحذف اتصال نقطة نهاية خاص باسم معين.

delete: (resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

قيمة الخاصية

(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

الحصول على اتصال نقطة النهاية الخاصة.

get: (resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

قيمة الخاصية

(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnection>

listByCluster

يحصل على قائمة باتصالات نقاط النهاية الخاصة على العنقود.

listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>