مشاركة عبر


PrivateEndpointConnections interface

واجهة تمثل PrivateEndpointConnections.

الأساليب

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

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

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

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

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

حذف اتصال نقطة نهاية خاصة.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

حذف اتصال نقطة نهاية خاصة.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

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

list(string, string, PrivateEndpointConnectionsListOptionalParams)

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

تفاصيل الأسلوب

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

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

function beginCreate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

privateEndpointConnectionName

string

اسم اتصال نقطة النهاية الخاصة.

request
PrivateEndpointConnection

طلب نص اتصال نقطة النهاية الخاصة لإنشائه.

options
PrivateEndpointConnectionsCreateOptionalParams

معلمات الخيارات.

المرتجعات

Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

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

function beginCreateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

privateEndpointConnectionName

string

اسم اتصال نقطة النهاية الخاصة.

request
PrivateEndpointConnection

طلب نص اتصال نقطة النهاية الخاصة لإنشائه.

options
PrivateEndpointConnectionsCreateOptionalParams

معلمات الخيارات.

المرتجعات

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

حذف اتصال نقطة نهاية خاصة.

function beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

privateEndpointConnectionName

string

اسم اتصال نقطة النهاية الخاصة.

options
PrivateEndpointConnectionsDeleteOptionalParams

معلمات الخيارات.

المرتجعات

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

حذف اتصال نقطة نهاية خاصة.

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

privateEndpointConnectionName

string

اسم اتصال نقطة النهاية الخاصة.

options
PrivateEndpointConnectionsDeleteOptionalParams

معلمات الخيارات.

المرتجعات

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

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

function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

privateEndpointConnectionName

string

اسم اتصال نقطة النهاية الخاصة.

options
PrivateEndpointConnectionsGetOptionalParams

معلمات الخيارات.

المرتجعات

list(string, string, PrivateEndpointConnectionsListOptionalParams)

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

function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

options
PrivateEndpointConnectionsListOptionalParams

معلمات الخيارات.

المرتجعات