PrivateEndpointConnections interface

واجهة تمثل PrivateEndpointConnections.

الأساليب

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

تحديث حالة اتصال نقطة نهاية خاصة بالاسم المحدد

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

تحديث حالة اتصال نقطة نهاية خاصة بالاسم المحدد

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

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

list(string, string, PrivateEndpointConnectionsListOptionalParams)

سرد خصائص اتصال نقطة النهاية الخاصة

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

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي تحتوي على مركز IoT.

resourceName

string

اسم مركز IoT.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionsDeleteOptionalParams

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

المرتجعات

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي تحتوي على مركز IoT.

resourceName

string

اسم مركز IoT.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionsDeleteOptionalParams

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

المرتجعات

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

تحديث حالة اتصال نقطة نهاية خاصة بالاسم المحدد

function beginUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي تحتوي على مركز IoT.

resourceName

string

اسم مركز IoT.

privateEndpointConnectionName

string

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

privateEndpointConnection
PrivateEndpointConnection

اتصال نقطة النهاية الخاصة بخصائص محدثة

options
PrivateEndpointConnectionsUpdateOptionalParams

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

المرتجعات

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

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

تحديث حالة اتصال نقطة نهاية خاصة بالاسم المحدد

function beginUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي تحتوي على مركز IoT.

resourceName

string

اسم مركز IoT.

privateEndpointConnectionName

string

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

privateEndpointConnection
PrivateEndpointConnection

اتصال نقطة النهاية الخاصة بخصائص محدثة

options
PrivateEndpointConnectionsUpdateOptionalParams

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

المرتجعات

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

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

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي تحتوي على مركز IoT.

resourceName

string

اسم مركز IoT.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionsGetOptionalParams

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

المرتجعات

list(string, string, PrivateEndpointConnectionsListOptionalParams)

سرد خصائص اتصال نقطة النهاية الخاصة

function list(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionsListResponse>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد التي تحتوي على مركز IoT.

resourceName

string

اسم مركز IoT.

options
PrivateEndpointConnectionsListOptionalParams

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

المرتجعات