مشاركة عبر


PrivateLinkScopes interface

واجهة تمثل PrivateLinkScopes.

الأساليب

beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)

حذف Azure Arc PrivateLinkScope.

beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)

حذف Azure Arc PrivateLinkScope.

createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)

إنشاء (أو تحديث) Azure Arc PrivateLinkScope. ملاحظة: لا يمكنك تحديد قيمة مختلفة ل InstrumentationKey أو AppId في عملية Put.

get(string, string, PrivateLinkScopesGetOptionalParams)

إرجاع Azure Arc PrivateLinkScope.

getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)

إرجاع تفاصيل التحقق من صحة Azure Arc PrivateLinkScope.

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

إرجاع تفاصيل التحقق من صحة Azure Arc PrivateLinkScope لجهاز معين.

list(PrivateLinkScopesListOptionalParams)

الحصول على قائمة بجميع Azure Arc PrivateLinkScopes ضمن اشتراك.

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

الحصول على قائمة ب Azure Arc PrivateLinkScopes ضمن مجموعة موارد.

updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)

يحدث علامات PrivateLinkScope الموجودة. لتحديث الحقول الأخرى، استخدم الأسلوب CreateOrUpdate.

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

beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)

حذف Azure Arc PrivateLinkScope.

function beginDelete(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

المعلمات

resourceGroupName

string

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

scopeName

string

اسم مورد Azure Arc PrivateLinkScope.

options
PrivateLinkScopesDeleteOptionalParams

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

المرتجعات

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

beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)

حذف Azure Arc PrivateLinkScope.

function beginDeleteAndWait(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

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

scopeName

string

اسم مورد Azure Arc PrivateLinkScope.

options
PrivateLinkScopesDeleteOptionalParams

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

المرتجعات

Promise<void>

createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)

إنشاء (أو تحديث) Azure Arc PrivateLinkScope. ملاحظة: لا يمكنك تحديد قيمة مختلفة ل InstrumentationKey أو AppId في عملية Put.

function createOrUpdate(resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams): Promise<HybridComputePrivateLinkScope>

المعلمات

resourceGroupName

string

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

scopeName

string

اسم مورد Azure Arc PrivateLinkScope.

parameters
HybridComputePrivateLinkScope

الخصائص التي تحتاج إلى تحديد لإنشاء أو تحديث Azure Arc للخوادم والمجموعات PrivateLinkScope.

options
PrivateLinkScopesCreateOrUpdateOptionalParams

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

المرتجعات

get(string, string, PrivateLinkScopesGetOptionalParams)

إرجاع Azure Arc PrivateLinkScope.

function get(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams): Promise<HybridComputePrivateLinkScope>

المعلمات

resourceGroupName

string

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

scopeName

string

اسم مورد Azure Arc PrivateLinkScope.

options
PrivateLinkScopesGetOptionalParams

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

المرتجعات

getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)

إرجاع تفاصيل التحقق من صحة Azure Arc PrivateLinkScope.

function getValidationDetails(location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams): Promise<PrivateLinkScopeValidationDetails>

المعلمات

location

string

موقع المورد الهدف.

privateLinkScopeId

string

معرف (Guid) لمورد Azure Arc PrivateLinkScope.

options
PrivateLinkScopesGetValidationDetailsOptionalParams

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

المرتجعات

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

إرجاع تفاصيل التحقق من صحة Azure Arc PrivateLinkScope لجهاز معين.

function getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopeValidationDetails>

المعلمات

resourceGroupName

string

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

machineName

string

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

options
PrivateLinkScopesGetValidationDetailsForMachineOptionalParams

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

المرتجعات

list(PrivateLinkScopesListOptionalParams)

الحصول على قائمة بجميع Azure Arc PrivateLinkScopes ضمن اشتراك.

function list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

المعلمات

options
PrivateLinkScopesListOptionalParams

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

المرتجعات

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

الحصول على قائمة ب Azure Arc PrivateLinkScopes ضمن مجموعة موارد.

function listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

المعلمات

resourceGroupName

string

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

options
PrivateLinkScopesListByResourceGroupOptionalParams

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

المرتجعات

updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)

يحدث علامات PrivateLinkScope الموجودة. لتحديث الحقول الأخرى، استخدم الأسلوب CreateOrUpdate.

function updateTags(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams): Promise<HybridComputePrivateLinkScope>

المعلمات

resourceGroupName

string

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

scopeName

string

اسم مورد Azure Arc PrivateLinkScope.

privateLinkScopeTags
TagsResource

معلومات العلامة المحدثة لتعيينها في مثيل PrivateLinkScope.

options
PrivateLinkScopesUpdateTagsOptionalParams

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

المرتجعات