VirtualMachineImagesOperations interface
واجهة تمثل عمليات VirtualMachineImages.
الخصائص
| get | تحصل على صورة آلة افتراضية. |
| list | يحصل على قائمة بجميع إصدارات صور الآلة الافتراضية للموقع المحدد، والناشر، والعرض، ووحدة التخزين المحددة. |
| list |
يحصل على قائمة بجميع إصدارات صور الآلة الافتراضية لمنطقة الحافة المحددة |
| list |
يحصل على قائمة بعروض صور الآلة الافتراضية للموقع والناشر المحددين. |
| list |
يحصل على قائمة بناشري صور الآلة الافتراضية لموقع Azure المحدد. |
| list |
يحصل على قائمة بوحدات صور الآلة الافتراضية للموقع والناشر والعرض المحدد. |
| list |
تفاصيل الخاصية
get
تحصل على صورة آلة افتراضية.
get: (location: string, publisherName: string, offer: string, skus: string, version: string, options?: VirtualMachineImagesGetOptionalParams) => Promise<VirtualMachineImage>
قيمة الخاصية
(location: string, publisherName: string, offer: string, skus: string, version: string, options?: VirtualMachineImagesGetOptionalParams) => Promise<VirtualMachineImage>
list
يحصل على قائمة بجميع إصدارات صور الآلة الافتراضية للموقع المحدد، والناشر، والعرض، ووحدة التخزين المحددة.
list: (location: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesListOptionalParams) => Promise<VirtualMachineImageResource[]>
قيمة الخاصية
(location: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesListOptionalParams) => Promise<VirtualMachineImageResource[]>
listByEdgeZone
يحصل على قائمة بجميع إصدارات صور الآلة الافتراضية لمنطقة الحافة المحددة
listByEdgeZone: (location: string, edgeZone: string, options?: VirtualMachineImagesListByEdgeZoneOptionalParams) => Promise<VmImagesInEdgeZoneListResult>
قيمة الخاصية
(location: string, edgeZone: string, options?: VirtualMachineImagesListByEdgeZoneOptionalParams) => Promise<VmImagesInEdgeZoneListResult>
listOffers
يحصل على قائمة بعروض صور الآلة الافتراضية للموقع والناشر المحددين.
listOffers: (location: string, publisherName: string, options?: VirtualMachineImagesListOffersOptionalParams) => Promise<VirtualMachineImageResource[]>
قيمة الخاصية
(location: string, publisherName: string, options?: VirtualMachineImagesListOffersOptionalParams) => Promise<VirtualMachineImageResource[]>
listPublishers
يحصل على قائمة بناشري صور الآلة الافتراضية لموقع Azure المحدد.
listPublishers: (location: string, options?: VirtualMachineImagesListPublishersOptionalParams) => Promise<VirtualMachineImageResource[]>
قيمة الخاصية
(location: string, options?: VirtualMachineImagesListPublishersOptionalParams) => Promise<VirtualMachineImageResource[]>
listSkus
يحصل على قائمة بوحدات صور الآلة الافتراضية للموقع والناشر والعرض المحدد.
listSkus: (location: string, publisherName: string, offer: string, options?: VirtualMachineImagesListSkusOptionalParams) => Promise<VirtualMachineImageResource[]>
قيمة الخاصية
(location: string, publisherName: string, offer: string, options?: VirtualMachineImagesListSkusOptionalParams) => Promise<VirtualMachineImageResource[]>
listWithProperties
listWithProperties: (location: string, publisherName: string, offer: string, skus: string, expand: string, options?: VirtualMachineImagesListWithPropertiesOptionalParams) => Promise<VirtualMachineImage[]>
قيمة الخاصية
(location: string, publisherName: string, offer: string, skus: string, expand: string, options?: VirtualMachineImagesListWithPropertiesOptionalParams) => Promise<VirtualMachineImage[]>