مشاركة عبر


ApplicationGatewayPrivateEndpointConnections interface

واجهة تمثل ApplicationGatewayPrivateEndpointConnections.

الأساليب

beginDelete(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

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

beginDeleteAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

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

beginUpdate(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

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

beginUpdateAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

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

get(string, string, string, ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams)

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

list(string, string, ApplicationGatewayPrivateEndpointConnectionsListOptionalParams)

يسرد جميع اتصالات نقطة النهاية الخاصة على بوابة تطبيق.

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

beginDelete(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

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

function beginDelete(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

applicationGatewayName

string

اسم بوابة التطبيق.

connectionName

string

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

المرتجعات

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

beginDeleteAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

applicationGatewayName

string

اسم بوابة التطبيق.

connectionName

string

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

المرتجعات

Promise<void>

beginUpdate(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

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

function beginUpdate(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

applicationGatewayName

string

اسم بوابة التطبيق.

connectionName

string

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

parameters
ApplicationGatewayPrivateEndpointConnection

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

المرتجعات

beginUpdateAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

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

function beginUpdateAndWait(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

applicationGatewayName

string

اسم بوابة التطبيق.

connectionName

string

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

parameters
ApplicationGatewayPrivateEndpointConnection

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

المرتجعات

get(string, string, string, ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams)

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

function get(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

applicationGatewayName

string

اسم بوابة التطبيق.

connectionName

string

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

options
ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams

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

المرتجعات

list(string, string, ApplicationGatewayPrivateEndpointConnectionsListOptionalParams)

يسرد جميع اتصالات نقطة النهاية الخاصة على بوابة تطبيق.

function list(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewayPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnection[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

applicationGatewayName

string

اسم بوابة التطبيق.

المرتجعات