مشاركة عبر


GuestConfigurationAssignmentsVmss interface

واجهة تمثل GuestConfigurationAssignmentsVmss.

الأساليب

createOrUpdate(string, string, string, GuestConfigurationAssignment, GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams)

ينشئ اقتران بين VMSS وتكوين الضيف

delete(string, string, string, GuestConfigurationAssignmentsVmssDeleteOptionalParams)

حذف تعيين تكوين ضيف ل VMSS

get(string, string, string, GuestConfigurationAssignmentsVmssGetOptionalParams)

الحصول على معلومات حول تعيين تكوين ضيف ل VMSS

list(string, string, GuestConfigurationAssignmentsVmssListOptionalParams)

سرد جميع تعيينات تكوين الضيف ل VMSS.

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

createOrUpdate(string, string, string, GuestConfigurationAssignment, GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams)

ينشئ اقتران بين VMSS وتكوين الضيف

function createOrUpdate(resourceGroupName: string, vmssName: string, name: string, parameters: GuestConfigurationAssignment, options?: GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams): Promise<GuestConfigurationAssignment>

المعلمات

resourceGroupName

string

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

vmssName

string

اسم مجموعة مقياس الجهاز الظاهري.

name

string

اسم تعيين تكوين الضيف.

parameters
GuestConfigurationAssignment

المعلمات المتوفرة لتعيين تكوين الضيف أو تحديثه.

options
GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams

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

المرتجعات

delete(string, string, string, GuestConfigurationAssignmentsVmssDeleteOptionalParams)

حذف تعيين تكوين ضيف ل VMSS

function delete(resourceGroupName: string, vmssName: string, name: string, options?: GuestConfigurationAssignmentsVmssDeleteOptionalParams): Promise<GuestConfigurationAssignment>

المعلمات

resourceGroupName

string

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

vmssName

string

اسم مجموعة مقياس الجهاز الظاهري.

name

string

اسم تعيين تكوين الضيف.

options
GuestConfigurationAssignmentsVmssDeleteOptionalParams

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

المرتجعات

get(string, string, string, GuestConfigurationAssignmentsVmssGetOptionalParams)

الحصول على معلومات حول تعيين تكوين ضيف ل VMSS

function get(resourceGroupName: string, vmssName: string, name: string, options?: GuestConfigurationAssignmentsVmssGetOptionalParams): Promise<GuestConfigurationAssignment>

المعلمات

resourceGroupName

string

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

vmssName

string

اسم مجموعة مقياس الجهاز الظاهري.

name

string

اسم تعيين تكوين الضيف.

options
GuestConfigurationAssignmentsVmssGetOptionalParams

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

المرتجعات

list(string, string, GuestConfigurationAssignmentsVmssListOptionalParams)

سرد جميع تعيينات تكوين الضيف ل VMSS.

function list(resourceGroupName: string, vmssName: string, options?: GuestConfigurationAssignmentsVmssListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignment, GuestConfigurationAssignment[], PageSettings>

المعلمات

resourceGroupName

string

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

vmssName

string

اسم مجموعة مقياس الجهاز الظاهري.

options
GuestConfigurationAssignmentsVmssListOptionalParams

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

المرتجعات