[][src]Struct graph_rs_types::entitytypes::WindowsUpdateForBusinessConfiguration

pub struct WindowsUpdateForBusinessConfiguration {
    pub delivery_optimization_mode: WindowsDeliveryOptimizationMode,
    pub prerelease_features: PrereleaseFeatures,
    pub automatic_update_mode: AutomaticUpdateMode,
    pub microsoft_update_service_allowed: bool,
    pub drivers_excluded: bool,
    pub installation_schedule: WindowsUpdateInstallScheduleType,
    pub quality_updates_deferral_period_in_days: i32,
    pub feature_updates_deferral_period_in_days: i32,
    pub quality_updates_paused: bool,
    pub feature_updates_paused: bool,
    pub quality_updates_pause_expiry_date_time: String,
    pub feature_updates_pause_expiry_date_time: String,
    pub business_ready_updates_only: WindowsUpdateType,
}

Fields

delivery_optimization_mode: WindowsDeliveryOptimizationModeprerelease_features: PrereleaseFeaturesautomatic_update_mode: AutomaticUpdateModemicrosoft_update_service_allowed: booldrivers_excluded: boolinstallation_schedule: WindowsUpdateInstallScheduleTypequality_updates_deferral_period_in_days: i32feature_updates_deferral_period_in_days: i32quality_updates_paused: boolfeature_updates_paused: boolquality_updates_pause_expiry_date_time: Stringfeature_updates_pause_expiry_date_time: Stringbusiness_ready_updates_only: WindowsUpdateType

Trait Implementations

impl Eq for WindowsUpdateForBusinessConfiguration[src]

impl Clone for WindowsUpdateForBusinessConfiguration[src]

impl PartialEq<WindowsUpdateForBusinessConfiguration> for WindowsUpdateForBusinessConfiguration[src]

impl Debug for WindowsUpdateForBusinessConfiguration[src]

impl Serialize for WindowsUpdateForBusinessConfiguration[src]

impl<'de> Deserialize<'de> for WindowsUpdateForBusinessConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]