[][src]Struct graph_rs_sdk::device_management::DeviceManagementRequest

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

Implementations

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn update_role_assignments<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 DeviceManagementRequest<'a, Client> where
    Client: RefUnwindSafe
[src]

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

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

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

impl<'a, Client> UnwindSafe for DeviceManagementRequest<'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.