مشاركة عبر


ProximityPlacementGroups interface

واجهة تمثل ProximityPlacementGroups.

الأساليب

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

إنشاء مجموعة موضع تقارب أو تحديثها.

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

حذف مجموعة موضع التقارب.

get(string, string, ProximityPlacementGroupsGetOptionalParams)

استرداد معلومات حول مجموعة موضع التقارب .

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

يسرد كافة مجموعات موضع التقارب في مجموعة موارد.

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

يسرد جميع مجموعات وضع التقارب في اشتراك.

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

تحديث مجموعة موضع التقارب.

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

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

إنشاء مجموعة موضع تقارب أو تحديثها.

function createOrUpdate(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams): Promise<ProximityPlacementGroup>

المعلمات

resourceGroupName

string

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

proximityPlacementGroupName

string

اسم مجموعة موضع التقارب.

parameters
ProximityPlacementGroup

المعلمات المتوفرة لعملية إنشاء مجموعة موضع التقارب.

options
ProximityPlacementGroupsCreateOrUpdateOptionalParams

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

المرتجعات

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

حذف مجموعة موضع التقارب.

function delete(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

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

proximityPlacementGroupName

string

اسم مجموعة موضع التقارب.

options
ProximityPlacementGroupsDeleteOptionalParams

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

المرتجعات

Promise<void>

get(string, string, ProximityPlacementGroupsGetOptionalParams)

استرداد معلومات حول مجموعة موضع التقارب .

function get(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams): Promise<ProximityPlacementGroup>

المعلمات

resourceGroupName

string

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

proximityPlacementGroupName

string

اسم مجموعة موضع التقارب.

options
ProximityPlacementGroupsGetOptionalParams

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

المرتجعات

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

يسرد كافة مجموعات موضع التقارب في مجموعة موارد.

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

المعلمات

resourceGroupName

string

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

options
ProximityPlacementGroupsListByResourceGroupOptionalParams

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

المرتجعات

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

يسرد جميع مجموعات وضع التقارب في اشتراك.

function listBySubscription(options?: ProximityPlacementGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>

المعلمات

options
ProximityPlacementGroupsListBySubscriptionOptionalParams

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

المرتجعات

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

تحديث مجموعة موضع التقارب.

function update(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams): Promise<ProximityPlacementGroup>

المعلمات

resourceGroupName

string

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

proximityPlacementGroupName

string

اسم مجموعة موضع التقارب.

parameters
ProximityPlacementGroupUpdate

المعلمات المتوفرة لعملية مجموعة موضع التقارب للتحديث.

options
ProximityPlacementGroupsUpdateOptionalParams

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

المرتجعات