VirtualMachineImagesEdgeZoneOperations interface
واجهة تمثل عمليات VirtualMachineImagesEdgeZone.
الخصائص
| get | تحصل على صورة آلة افتراضية في منطقة حافية. |
| list | يحصل على قائمة بجميع إصدارات صور الآلة الافتراضية للموقع المحدد، ومنطقة الحافة، والناشر، والعرض، ووحدة SKU. |
| list |
يحصل على قائمة بعروض صور الآلة الافتراضية للموقع المحدد، ومنطقة الحافة والناشر. |
| list |
يحصل على قائمة بناشري صور الآلة الافتراضية لموقع Azure المحدد ومنطقة الحواف. |
| list |
يحصل على قائمة بملفات صور الآلة الافتراضية للموقع المحدد، ومنطقة الحافة، والناشر، والعرض. |
تفاصيل الخاصية
get
تحصل على صورة آلة افتراضية في منطقة حافية.
get: (location: string, edgeZone: string, publisherName: string, offer: string, skus: string, version: string, options?: VirtualMachineImagesEdgeZoneGetOptionalParams) => Promise<VirtualMachineImage>
قيمة الخاصية
(location: string, edgeZone: string, publisherName: string, offer: string, skus: string, version: string, options?: VirtualMachineImagesEdgeZoneGetOptionalParams) => Promise<VirtualMachineImage>
list
يحصل على قائمة بجميع إصدارات صور الآلة الافتراضية للموقع المحدد، ومنطقة الحافة، والناشر، والعرض، ووحدة SKU.
list: (location: string, edgeZone: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesEdgeZoneListOptionalParams) => Promise<VirtualMachineImageResource[]>
قيمة الخاصية
(location: string, edgeZone: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesEdgeZoneListOptionalParams) => Promise<VirtualMachineImageResource[]>
listOffers
يحصل على قائمة بعروض صور الآلة الافتراضية للموقع المحدد، ومنطقة الحافة والناشر.
listOffers: (location: string, edgeZone: string, publisherName: string, options?: VirtualMachineImagesEdgeZoneListOffersOptionalParams) => Promise<VirtualMachineImageResource[]>
قيمة الخاصية
(location: string, edgeZone: string, publisherName: string, options?: VirtualMachineImagesEdgeZoneListOffersOptionalParams) => Promise<VirtualMachineImageResource[]>
listPublishers
يحصل على قائمة بناشري صور الآلة الافتراضية لموقع Azure المحدد ومنطقة الحواف.
listPublishers: (location: string, edgeZone: string, options?: VirtualMachineImagesEdgeZoneListPublishersOptionalParams) => Promise<VirtualMachineImageResource[]>
قيمة الخاصية
(location: string, edgeZone: string, options?: VirtualMachineImagesEdgeZoneListPublishersOptionalParams) => Promise<VirtualMachineImageResource[]>
listSkus
يحصل على قائمة بملفات صور الآلة الافتراضية للموقع المحدد، ومنطقة الحافة، والناشر، والعرض.
listSkus: (location: string, edgeZone: string, publisherName: string, offer: string, options?: VirtualMachineImagesEdgeZoneListSkusOptionalParams) => Promise<VirtualMachineImageResource[]>
قيمة الخاصية
(location: string, edgeZone: string, publisherName: string, offer: string, options?: VirtualMachineImagesEdgeZoneListSkusOptionalParams) => Promise<VirtualMachineImageResource[]>