مشاركة عبر


VirtualMachineImages interface

واجهة تمثل VirtualMachineImages.

الأساليب

get(string, string, string, string, string, VirtualMachineImagesGetOptionalParams)

الحصول على صورة جهاز ظاهري.

list(string, string, string, string, VirtualMachineImagesListOptionalParams)

الحصول على قائمة بجميع إصدارات صورة الجهاز الظاهري للموقع المحدد والناشر والعرض وSKU.

listByEdgeZone(string, string, VirtualMachineImagesListByEdgeZoneOptionalParams)

الحصول على قائمة بجميع إصدارات صورة الجهاز الظاهري لمنطقة الحافة المحددة

listOffers(string, string, VirtualMachineImagesListOffersOptionalParams)

الحصول على قائمة بعروض صورة الجهاز الظاهري للموقع المحدد والناشر.

listPublishers(string, VirtualMachineImagesListPublishersOptionalParams)

الحصول على قائمة ناشري صور الجهاز الظاهري لموقع Azure المحدد.

listSkus(string, string, string, VirtualMachineImagesListSkusOptionalParams)

الحصول على قائمة وحدات SKU لصورة الجهاز الظاهري للموقع المحدد والناشر والعرض.

listWithProperties(string, string, string, string, string, VirtualMachineImagesListWithPropertiesOptionalParams)

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

get(string, string, string, string, string, VirtualMachineImagesGetOptionalParams)

الحصول على صورة جهاز ظاهري.

function get(location: string, publisherName: string, offer: string, skus: string, version: string, options?: VirtualMachineImagesGetOptionalParams): Promise<VirtualMachineImage>

المعلمات

location

string

اسم منطقة Azure.

publisherName

string

ناشر صور صالح.

offer

string

عرض ناشر صور صالح.

skus

string

صورة SKU صالحة.

version

string

إصدار SKU لصورة صالحة.

options
VirtualMachineImagesGetOptionalParams

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

المرتجعات

list(string, string, string, string, VirtualMachineImagesListOptionalParams)

الحصول على قائمة بجميع إصدارات صورة الجهاز الظاهري للموقع المحدد والناشر والعرض وSKU.

function list(location: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesListOptionalParams): Promise<VirtualMachineImagesListResponse>

المعلمات

location

string

اسم منطقة Azure.

publisherName

string

ناشر صور صالح.

offer

string

عرض ناشر صور صالح.

skus

string

صورة SKU صالحة.

options
VirtualMachineImagesListOptionalParams

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

المرتجعات

listByEdgeZone(string, string, VirtualMachineImagesListByEdgeZoneOptionalParams)

الحصول على قائمة بجميع إصدارات صورة الجهاز الظاهري لمنطقة الحافة المحددة

function listByEdgeZone(location: string, edgeZone: string, options?: VirtualMachineImagesListByEdgeZoneOptionalParams): Promise<VmImagesInEdgeZoneListResult>

المعلمات

location

string

اسم منطقة Azure.

edgeZone

string

اسم منطقة الحافة.

options
VirtualMachineImagesListByEdgeZoneOptionalParams

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

المرتجعات

listOffers(string, string, VirtualMachineImagesListOffersOptionalParams)

الحصول على قائمة بعروض صورة الجهاز الظاهري للموقع المحدد والناشر.

function listOffers(location: string, publisherName: string, options?: VirtualMachineImagesListOffersOptionalParams): Promise<VirtualMachineImagesListOffersResponse>

المعلمات

location

string

اسم منطقة Azure.

publisherName

string

ناشر صور صالح.

options
VirtualMachineImagesListOffersOptionalParams

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

المرتجعات

listPublishers(string, VirtualMachineImagesListPublishersOptionalParams)

الحصول على قائمة ناشري صور الجهاز الظاهري لموقع Azure المحدد.

function listPublishers(location: string, options?: VirtualMachineImagesListPublishersOptionalParams): Promise<VirtualMachineImagesListPublishersResponse>

المعلمات

location

string

اسم منطقة Azure.

options
VirtualMachineImagesListPublishersOptionalParams

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

المرتجعات

listSkus(string, string, string, VirtualMachineImagesListSkusOptionalParams)

الحصول على قائمة وحدات SKU لصورة الجهاز الظاهري للموقع المحدد والناشر والعرض.

function listSkus(location: string, publisherName: string, offer: string, options?: VirtualMachineImagesListSkusOptionalParams): Promise<VirtualMachineImagesListSkusResponse>

المعلمات

location

string

اسم منطقة Azure.

publisherName

string

ناشر صور صالح.

offer

string

عرض ناشر صور صالح.

options
VirtualMachineImagesListSkusOptionalParams

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

المرتجعات

listWithProperties(string, string, string, string, string, VirtualMachineImagesListWithPropertiesOptionalParams)

function listWithProperties(location: string, publisherName: string, offer: string, skus: string, expand: string, options?: VirtualMachineImagesListWithPropertiesOptionalParams): Promise<VirtualMachineImagesListWithPropertiesResponse>

المعلمات

location

string

اسم منطقة Azure.

publisherName

string

ناشر صور صالح.

offer

string

عرض ناشر صور صالح.

skus

string

صورة SKU صالحة.

expand

string

تعبير التوسيع لتطبيقه على العملية.

options
VirtualMachineImagesListWithPropertiesOptionalParams

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

المرتجعات