مشاركة عبر


PrivateEndpointConnectionProxies interface

واجهة تمثل وكلاء اتصال نقطة النهاية الخاصة.

الأساليب

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(داخلي - لا تستخدم) إنشاء أو تحديث مورد وكيل اتصال نقطة النهاية الخاصة المحددة المقترنة بحساب تحديث الجهاز.

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(داخلي - لا تستخدم) إنشاء أو تحديث مورد وكيل اتصال نقطة النهاية الخاصة المحددة المقترنة بحساب تحديث الجهاز.

beginDelete(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(داخلي - لا تستخدم) حذف وكيل اتصال نقطة النهاية الخاصة المحددة المقترنة بحساب تحديث الجهاز.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(داخلي - لا تستخدم) حذف وكيل اتصال نقطة النهاية الخاصة المحددة المقترنة بحساب تحديث الجهاز.

get(string, string, string, PrivateEndpointConnectionProxiesGetOptionalParams)

(داخلي - لا تستخدم) احصل على وكيل اتصال نقطة النهاية الخاصة المحدد المقترن بحساب تحديث الجهاز.

listByAccount(string, string, PrivateEndpointConnectionProxiesListByAccountOptionalParams)

(داخلي - لا تستخدم) سرد جميع وكلاء اتصال نقطة النهاية الخاصة في حساب تحديث الجهاز.

updatePrivateEndpointProperties(string, string, string, PrivateEndpointUpdate, PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams)

(داخلي - لا تستخدم) تحديث نقطة نهاية خاصة داخل كائن وكيل اتصال نقطة النهاية الخاصة.

validate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesValidateOptionalParams)

(داخلي - لا تستخدم) التحقق من صحة كائن وكيل اتصال نقطة النهاية الخاصة.

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

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(داخلي - لا تستخدم) إنشاء أو تحديث مورد وكيل اتصال نقطة النهاية الخاصة المحددة المقترنة بحساب تحديث الجهاز.

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionProxy>, PrivateEndpointConnectionProxy>>

المعلمات

resourceGroupName

string

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

accountName

string

اسم الحساب.

privateEndpointConnectionProxyId

string

معرف كائن وكيل اتصال نقطة النهاية الخاصة.

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

معلمات إنشاء وكيل اتصال نقطة نهاية خاصة.

options
PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams

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

المرتجعات

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

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)

(داخلي - لا تستخدم) إنشاء أو تحديث مورد وكيل اتصال نقطة النهاية الخاصة المحددة المقترنة بحساب تحديث الجهاز.

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionProxy>

المعلمات

resourceGroupName

string

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

accountName

string

اسم الحساب.

privateEndpointConnectionProxyId

string

معرف كائن وكيل اتصال نقطة النهاية الخاصة.

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

معلمات إنشاء وكيل اتصال نقطة نهاية خاصة.

options
PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams

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

المرتجعات

beginDelete(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(داخلي - لا تستخدم) حذف وكيل اتصال نقطة النهاية الخاصة المحددة المقترنة بحساب تحديث الجهاز.

function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

المعلمات

resourceGroupName

string

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

accountName

string

اسم الحساب.

privateEndpointConnectionProxyId

string

معرف كائن وكيل اتصال نقطة النهاية الخاصة.

options
PrivateEndpointConnectionProxiesDeleteOptionalParams

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

المرتجعات

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)

(داخلي - لا تستخدم) حذف وكيل اتصال نقطة النهاية الخاصة المحددة المقترنة بحساب تحديث الجهاز.

function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

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

accountName

string

اسم الحساب.

privateEndpointConnectionProxyId

string

معرف كائن وكيل اتصال نقطة النهاية الخاصة.

options
PrivateEndpointConnectionProxiesDeleteOptionalParams

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

المرتجعات

Promise<void>

get(string, string, string, PrivateEndpointConnectionProxiesGetOptionalParams)

(داخلي - لا تستخدم) احصل على وكيل اتصال نقطة النهاية الخاصة المحدد المقترن بحساب تحديث الجهاز.

function get(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesGetOptionalParams): Promise<PrivateEndpointConnectionProxy>

المعلمات

resourceGroupName

string

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

accountName

string

اسم الحساب.

privateEndpointConnectionProxyId

string

معرف كائن وكيل اتصال نقطة النهاية الخاصة.

options
PrivateEndpointConnectionProxiesGetOptionalParams

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

المرتجعات

listByAccount(string, string, PrivateEndpointConnectionProxiesListByAccountOptionalParams)

(داخلي - لا تستخدم) سرد جميع وكلاء اتصال نقطة النهاية الخاصة في حساب تحديث الجهاز.

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionProxiesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxy[], PageSettings>

المعلمات

resourceGroupName

string

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

accountName

string

اسم الحساب.

options
PrivateEndpointConnectionProxiesListByAccountOptionalParams

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

المرتجعات

updatePrivateEndpointProperties(string, string, string, PrivateEndpointUpdate, PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams)

(داخلي - لا تستخدم) تحديث نقطة نهاية خاصة داخل كائن وكيل اتصال نقطة النهاية الخاصة.

function updatePrivateEndpointProperties(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointUpdate: PrivateEndpointUpdate, options?: PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

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

accountName

string

اسم الحساب.

privateEndpointConnectionProxyId

string

معرف كائن وكيل اتصال نقطة النهاية الخاصة.

privateEndpointUpdate
PrivateEndpointUpdate

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

المرتجعات

Promise<void>

validate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesValidateOptionalParams)

(داخلي - لا تستخدم) التحقق من صحة كائن وكيل اتصال نقطة النهاية الخاصة.

function validate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesValidateOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

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

accountName

string

اسم الحساب.

privateEndpointConnectionProxyId

string

معرف كائن وكيل اتصال نقطة النهاية الخاصة.

privateEndpointConnectionProxy
PrivateEndpointConnectionProxy

معلمات إنشاء وكيل اتصال نقطة نهاية خاصة.

options
PrivateEndpointConnectionProxiesValidateOptionalParams

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

المرتجعات

Promise<void>