pub enum KnownVhd {
Gen1WindowsDataCenterCore2022,
Gen2WindowsDataCenterCore2022,
Gen2WindowsDataCenterCore2025,
FreeBsd13_2,
Ubuntu2204Server,
Ubuntu2404ServerAarch64,
}
Expand description
The VHDs currently stored in Azure Blob Storage.
Variants§
Gen1WindowsDataCenterCore2022
Gen2WindowsDataCenterCore2022
Gen2WindowsDataCenterCore2025
FreeBsd13_2
Ubuntu2204Server
Ubuntu2404ServerAarch64
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KnownVhd
impl<'de> Deserialize<'de> for KnownVhd
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for KnownVhd
impl Ord for KnownVhd
Source§impl PartialOrd for KnownVhd
impl PartialOrd for KnownVhd
impl Copy for KnownVhd
impl Eq for KnownVhd
impl StructuralPartialEq for KnownVhd
Auto Trait Implementations§
impl Freeze for KnownVhd
impl RefUnwindSafe for KnownVhd
impl Send for KnownVhd
impl Sync for KnownVhd
impl Unpin for KnownVhd
impl UnwindSafe for KnownVhd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more