PrivateEndpointConnectionsOperations interface

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

الخصائص

create

قم بتحديث حالة الاتصال الخاص بنقطة النهاية المرتبط بمشاركة الملفات.

delete

يحذف الاتصال الخاص بنقطة النهاية المرتبط بمشاركة الملفات.

get

يحصل على الاتصال الخاص المرتبط بمشاركة الملفات.

listByFileShare

احصل على قائمة PrivateEndpointConnection.

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

create

قم بتحديث حالة الاتصال الخاص بنقطة النهاية المرتبط بمشاركة الملفات.

create: (resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

قيمة الخاصية

(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

delete

يحذف الاتصال الخاص بنقطة النهاية المرتبط بمشاركة الملفات.

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

قيمة الخاصية

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

get

يحصل على الاتصال الخاص المرتبط بمشاركة الملفات.

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

قيمة الخاصية

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

listByFileShare

احصل على قائمة PrivateEndpointConnection.

listByFileShare: (resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByFileShareOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

قيمة الخاصية

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