مشاركة عبر


PrivateEndpointConnectionsPrivateLinkHub interface

واجهة تمثل PrivateEndpointConnectionsPrivateLinkHub.

الأساليب

get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)

الحصول على كافة PrivateEndpointConnection في PrivateLinkHub بالاسم

list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)

الحصول على كافة اتصالات PrivateEndpoint في PrivateLinkHub

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

get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)

الحصول على كافة PrivateEndpointConnection في PrivateLinkHub بالاسم

function get(resourceGroupName: string, privateLinkHubName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams): Promise<PrivateEndpointConnectionForPrivateLinkHub>

المعلمات

resourceGroupName

string

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

privateLinkHubName

string

اسم PrivateLinkHub

privateEndpointConnectionName

string

اسم PrivateEndpointConnection

options
PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams

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

المرتجعات

list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)

الحصول على كافة اتصالات PrivateEndpoint في PrivateLinkHub

function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateEndpointConnectionsPrivateLinkHubListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionForPrivateLinkHub, PrivateEndpointConnectionForPrivateLinkHub[], PageSettings>

المعلمات

resourceGroupName

string

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

privateLinkHubName

string

اسم PrivateLinkHub

options
PrivateEndpointConnectionsPrivateLinkHubListOptionalParams

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

المرتجعات