[−][src]Struct graph_rs_sdk::device_app_management::DeviceAppManagementRequest
Implementations
impl<'a, Client> DeviceAppManagementRequest<'a, Client> where
Client: RequestClient,
[src]
Client: RequestClient,
pub fn android_managed_app_protections(
&self
) -> AndroidManagedAppProtectionsRequest<'a, Client>
[src]
&self
) -> AndroidManagedAppProtectionsRequest<'a, Client>
pub fn default_managed_app_protections(
&self
) -> DefaultManagedAppProtectionsRequest<'a, Client>
[src]
&self
) -> DefaultManagedAppProtectionsRequest<'a, Client>
pub fn ios_managed_app_protections(
&self
) -> IosManagedAppProtectionsRequest<'a, Client>
[src]
&self
) -> IosManagedAppProtectionsRequest<'a, Client>
pub fn managed_app_policies(&self) -> ManagedAppPoliciesRequest<'a, Client>
[src]
pub fn managed_app_registrations(
&self
) -> ManagedAppRegistrationsRequest<'a, Client>
[src]
&self
) -> ManagedAppRegistrationsRequest<'a, Client>
pub fn managed_e_books(&self) -> ManagedEBooksRequest<'a, Client>
[src]
pub fn mobile_app_configurations(
&self
) -> MobileAppConfigurationsRequest<'a, Client>
[src]
&self
) -> MobileAppConfigurationsRequest<'a, Client>
pub fn mobile_apps(&self) -> MobileAppsRequest<'a, Client>
[src]
pub fn targeted_managed_app_configurations(
&self
) -> TargetedManagedAppConfigurationsRequest<'a, Client>
[src]
&self
) -> TargetedManagedAppConfigurationsRequest<'a, Client>
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]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_windows_information_protection_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_android_managed_app_protections(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_android_managed_app_protections<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn sync_microsoft_store_for_business_apps(
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_mobile_apps<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_mobile_apps<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
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]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_managed_e_books<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_managed_e_books<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_mobile_app_categories(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_mobile_app_categories<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_ios_managed_app_protections<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_ios_managed_app_protections<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_mobile_app_configurations(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_mobile_app_configurations<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_windows_information_protection_policies(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_windows_information_protection_policies<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_targeted_managed_app_configurations<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_targeted_managed_app_configurations<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_user_ids_with_flagged_app_registration(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn get_vpp_tokens<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_vpp_tokens<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_targeted_managed_app_configurations(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_targeted_managed_app_configurations<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_managed_app_policies(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_managed_app_policies<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_managed_e_books(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_managed_e_books<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_android_managed_app_protections<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_android_managed_app_protections<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_default_managed_app_protections<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_default_managed_app_protections<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_default_managed_app_protections(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_default_managed_app_protections<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
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]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_mobile_app_categories<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_mobile_app_categories<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
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]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_managed_app_registrations(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_managed_app_registrations<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_mdm_windows_information_protection_policies(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_mdm_windows_information_protection_policies<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_managed_app_statuses<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_managed_app_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_mobile_app_configurations<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_mobile_app_configurations<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_ios_managed_app_protections(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_ios_managed_app_protections<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_managed_app_statuses(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_managed_app_statuses<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_mdm_windows_information_protection_policies<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
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]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_managed_app_registrations<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_managed_app_registrations<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_managed_app_policies<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_managed_app_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
Auto Trait Implementations
impl<'a, Client> RefUnwindSafe for DeviceAppManagementRequest<'a, Client> where
Client: RefUnwindSafe,
[src]
Client: RefUnwindSafe,
impl<'a, Client> Send for DeviceAppManagementRequest<'a, Client> where
Client: Sync,
[src]
Client: Sync,
impl<'a, Client> Sync for DeviceAppManagementRequest<'a, Client> where
Client: Sync,
[src]
Client: Sync,
impl<'a, Client> Unpin for DeviceAppManagementRequest<'a, Client>
[src]
impl<'a, Client> UnwindSafe for DeviceAppManagementRequest<'a, Client> where
Client: RefUnwindSafe,
[src]
Client: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,