[][src]Struct graph_rs_sdk::device_app_management::DeviceAppManagementRequest

pub struct DeviceAppManagementRequest<'a, Client> { /* fields omitted */ }

Implementations

impl<'a, Client> DeviceAppManagementRequest<'a, Client> where
    Client: RequestClient
[src]

pub fn android_managed_app_protections(
    &self
) -> AndroidManagedAppProtectionsRequest<'a, Client>
[src]

pub fn default_managed_app_protections(
    &self
) -> DefaultManagedAppProtectionsRequest<'a, Client>
[src]

pub fn ios_managed_app_protections(
    &self
) -> IosManagedAppProtectionsRequest<'a, Client>
[src]

pub fn managed_app_policies(&self) -> ManagedAppPoliciesRequest<'a, Client>[src]

pub fn managed_app_registrations(
    &self
) -> ManagedAppRegistrationsRequest<'a, Client>
[src]

pub fn managed_e_books(&self) -> ManagedEBooksRequest<'a, Client>[src]

pub fn mobile_app_configurations(
    &self
) -> MobileAppConfigurationsRequest<'a, Client>
[src]

pub fn mobile_apps(&self) -> MobileAppsRequest<'a, Client>[src]

pub fn targeted_managed_app_configurations(
    &self
) -> TargetedManagedAppConfigurationsRequest<'a, Client>
[src]

pub fn vpp_tokens(&self) -> VppTokensRequest<'a, Client>[src]

pub fn get_windows_information_protection_policies<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_windows_information_protection_policies<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_android_managed_app_protections(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_android_managed_app_protections<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn sync_microsoft_store_for_business_apps(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn get_mobile_apps<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_mobile_apps<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_vpp_tokens(&'a self) -> IntoResponse<'a, Collection<Value>, Client>[src]

pub fn create_vpp_tokens<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_managed_e_books<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_managed_e_books<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_mobile_app_categories(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_mobile_app_categories<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_ios_managed_app_protections<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_ios_managed_app_protections<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_mobile_app_configurations(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_mobile_app_configurations<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn list_windows_information_protection_policies(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_windows_information_protection_policies<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_targeted_managed_app_configurations<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_targeted_managed_app_configurations<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn get_user_ids_with_flagged_app_registration(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn get_vpp_tokens<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_vpp_tokens<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_targeted_managed_app_configurations(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_targeted_managed_app_configurations<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn list_managed_app_policies(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_managed_app_policies<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn list_managed_e_books(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_managed_e_books<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_android_managed_app_protections<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_android_managed_app_protections<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn get_default_managed_app_protections<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_default_managed_app_protections<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_default_managed_app_protections(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_default_managed_app_protections<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_device_app_management(&'a self) -> IntoResponse<'a, Value, Client>[src]

pub fn update_device_app_management<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn get_mobile_app_categories<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_mobile_app_categories<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_mobile_apps(&'a self) -> IntoResponse<'a, Collection<Value>, Client>[src]

pub fn create_mobile_apps<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn list_managed_app_registrations(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_managed_app_registrations<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn list_mdm_windows_information_protection_policies(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_mdm_windows_information_protection_policies<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_managed_app_statuses<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_managed_app_statuses<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn get_mobile_app_configurations<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_mobile_app_configurations<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_ios_managed_app_protections(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_ios_managed_app_protections<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn list_managed_app_statuses(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_managed_app_statuses<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_mdm_windows_information_protection_policies<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_mdm_windows_information_protection_policies<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn get_managed_app_registrations<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_managed_app_registrations<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn get_managed_app_policies<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_managed_app_policies<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

Auto Trait Implementations

impl<'a, Client> RefUnwindSafe for DeviceAppManagementRequest<'a, Client> where
    Client: RefUnwindSafe
[src]

impl<'a, Client> Send for DeviceAppManagementRequest<'a, Client> where
    Client: Sync
[src]

impl<'a, Client> Sync for DeviceAppManagementRequest<'a, Client> where
    Client: Sync
[src]

impl<'a, Client> Unpin for DeviceAppManagementRequest<'a, Client>[src]

impl<'a, Client> UnwindSafe for DeviceAppManagementRequest<'a, Client> where
    Client: RefUnwindSafe
[src]

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Pointable for T

type Init = T

The type for initializers.

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.