مشاركة عبر


PrivateLinkResources interface

واجهة تمثل PrivateLinkResources.

الأساليب

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

يحصل على موارد الارتباط الخاص التي تحتاج إلى إنشاء ل Azure Monitor PrivateLinkScope.

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

يحصل على موارد الارتباط الخاص التي تحتاج إلى إنشاء ل Azure Monitor PrivateLinkScope.

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

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

يحصل على موارد الارتباط الخاص التي تحتاج إلى إنشاء ل Azure Monitor PrivateLinkScope.

function get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

المعلمات

resourceGroupName

string

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

scopeName

string

اسم مورد Azure Arc PrivateLinkScope.

groupName

string

اسم مورد الارتباط الخاص.

options
PrivateLinkResourcesGetOptionalParams

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

المرتجعات

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

يحصل على موارد الارتباط الخاص التي تحتاج إلى إنشاء ل Azure Monitor PrivateLinkScope.

function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

المعلمات

resourceGroupName

string

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

scopeName

string

اسم مورد Azure Arc PrivateLinkScope.

options
PrivateLinkResourcesListByPrivateLinkScopeOptionalParams

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

المرتجعات