مشاركة عبر


PrivateEndpointConnections interface

واجهة تمثل PrivateEndpointConnections.

الأساليب

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

حذف مساحة اسم موجودة. تزيل هذه العملية أيضا جميع الموارد المقترنة ضمن مساحة الاسم.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

حذف مساحة اسم موجودة. تزيل هذه العملية أيضا جميع الموارد المقترنة ضمن مساحة الاسم.

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

إنشاء أو تحديث PrivateEndpointConnections لمساحة اسم الخدمة.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

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

list(string, string, PrivateEndpointConnectionsListOptionalParams)

يحصل على اتصالات PrivateEndpoint المتوفرة داخل مساحة اسم.

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

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

حذف مساحة اسم موجودة. تزيل هذه العملية أيضا جميع الموارد المقترنة ضمن مساحة الاسم.

function beginDelete(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك azure.

namespaceName

string

اسم مساحة الاسم

privateEndpointConnectionName

string

اسم PrivateEndpointConnection

options
PrivateEndpointConnectionsDeleteOptionalParams

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

المرتجعات

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

حذف مساحة اسم موجودة. تزيل هذه العملية أيضا جميع الموارد المقترنة ضمن مساحة الاسم.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك azure.

namespaceName

string

اسم مساحة الاسم

privateEndpointConnectionName

string

اسم PrivateEndpointConnection

options
PrivateEndpointConnectionsDeleteOptionalParams

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

المرتجعات

Promise<void>

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

إنشاء أو تحديث PrivateEndpointConnections لمساحة اسم الخدمة.

function createOrUpdate(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك azure.

namespaceName

string

اسم مساحة الاسم

privateEndpointConnectionName

string

اسم PrivateEndpointConnection

parameters
PrivateEndpointConnection

المعلمات المتوفرة لتحديث حالة اتصال PrivateEndPoint بمورد مساحة الاسم.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

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

المرتجعات

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

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

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك azure.

namespaceName

string

اسم مساحة الاسم

privateEndpointConnectionName

string

اسم PrivateEndpointConnection

options
PrivateEndpointConnectionsGetOptionalParams

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

المرتجعات

list(string, string, PrivateEndpointConnectionsListOptionalParams)

يحصل على اتصالات PrivateEndpoint المتوفرة داخل مساحة اسم.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك azure.

namespaceName

string

اسم مساحة الاسم

options
PrivateEndpointConnectionsListOptionalParams

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

المرتجعات