pub struct DeviceManagementApiClient { /* private fields */ }
Implementations§
Source§impl DeviceManagementApiClient
impl DeviceManagementApiClient
pub fn device_enrollment_configurations( &self, ) -> DeviceEnrollmentConfigurationsApiClient
pub fn device_enrollment_configuration<ID: AsRef<str>>( &self, id: ID, ) -> DeviceEnrollmentConfigurationsIdApiClient
pub fn device_compliance_policy_setting_state_summaries_id<ID: AsRef<str>>( &self, id: ID, ) -> DeviceCompliancePolicySettingStateSummariesIdApiClient
pub fn reports(&self) -> DeviceManagementReportsApiClient
pub fn windows_autopilot_device_identities_id<ID: AsRef<str>>( &self, id: ID, ) -> WindowsAutopilotDeviceIdentitiesIdApiClient
pub fn device_configuration<ID: AsRef<str>>( &self, id: ID, ) -> DeviceConfigurationsIdApiClient
pub fn role_definitions(&self) -> RoleDefinitionsApiClient
pub fn troubleshooting_event<ID: AsRef<str>>( &self, id: ID, ) -> TroubleshootingEventsIdApiClient
pub fn troubleshooting_events(&self) -> TroubleshootingEventsApiClient
pub fn managed_devices(&self) -> DeviceManagementManagedDevicesApiClient
pub fn managed_device<ID: AsRef<str>>( &self, id: ID, ) -> DeviceManagementManagedDevicesIdApiClient
pub fn windows_autopilot_device_identities<ID: AsRef<str>>( &self, id: ID, ) -> WindowsAutopilotDeviceIdentitiesApiClient
pub fn terms_and_condition<ID: AsRef<str>>( &self, id: ID, ) -> TermsAndConditionsIdApiClient
pub fn device_compliance_policy_setting_state_summaries( &self, ) -> DeviceCompliancePolicySettingStateSummariesApiClient
pub fn device_configurations(&self) -> DeviceConfigurationsApiClient
pub fn terms_and_conditions(&self) -> TermsAndConditionsApiClient
pub fn role_definition<ID: AsRef<str>>( &self, id: ID, ) -> RoleDefinitionsIdApiClient
Sourcepub fn get_device_management(&self) -> RequestHandler
pub fn get_device_management(&self) -> RequestHandler
Get deviceManagement
Sourcepub fn update_device_management<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_device_management<B: BodyExt>(&self, body: B) -> RequestHandler
Update deviceManagement
Sourcepub fn delete_apple_push_notification_certificate(&self) -> RequestHandler
pub fn delete_apple_push_notification_certificate(&self) -> RequestHandler
Delete navigation property applePushNotificationCertificate for deviceManagement
Sourcepub fn get_apple_push_notification_certificate(&self) -> RequestHandler
pub fn get_apple_push_notification_certificate(&self) -> RequestHandler
Get applePushNotificationCertificate from deviceManagement
Sourcepub fn update_apple_push_notification_certificate<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn update_apple_push_notification_certificate<B: BodyExt>( &self, body: B, ) -> RequestHandler
Update the navigation property applePushNotificationCertificate in deviceManagement
Sourcepub fn download_apple_push_notification_certificate_signing_request(
&self,
) -> RequestHandler
pub fn download_apple_push_notification_certificate_signing_request( &self, ) -> RequestHandler
Invoke function downloadApplePushNotificationCertificateSigningRequest
Sourcepub fn create_audit_events<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_audit_events<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to auditEvents for deviceManagement
Sourcepub fn list_audit_events(&self) -> RequestHandler
pub fn list_audit_events(&self) -> RequestHandler
Get auditEvents from deviceManagement
Sourcepub fn get_audit_events_count(&self) -> RequestHandler
pub fn get_audit_events_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_audit_activity_types(
&self,
category: impl AsRef<str>,
) -> RequestHandler
pub fn get_audit_activity_types( &self, category: impl AsRef<str>, ) -> RequestHandler
Invoke function getAuditActivityTypes
Sourcepub fn get_audit_categories(&self) -> RequestHandler
pub fn get_audit_categories(&self) -> RequestHandler
Invoke function getAuditCategories
Sourcepub fn delete_audit_events(
&self,
audit_event_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_audit_events( &self, audit_event_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property auditEvents for deviceManagement
Sourcepub fn get_audit_events(
&self,
audit_event_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_audit_events( &self, audit_event_id: impl AsRef<str>, ) -> RequestHandler
Get auditEvents from deviceManagement
Sourcepub fn update_audit_events<B: BodyExt>(
&self,
audit_event_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_audit_events<B: BodyExt>( &self, audit_event_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property auditEvents in deviceManagement
Sourcepub fn create_compliance_management_partners<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_compliance_management_partners<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to complianceManagementPartners for deviceManagement
Sourcepub fn list_compliance_management_partners(&self) -> RequestHandler
pub fn list_compliance_management_partners(&self) -> RequestHandler
Get complianceManagementPartners from deviceManagement
Sourcepub fn get_compliance_management_partners_count(&self) -> RequestHandler
pub fn get_compliance_management_partners_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_compliance_management_partners(
&self,
compliance_management_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_compliance_management_partners( &self, compliance_management_partner_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property complianceManagementPartners for deviceManagement
Sourcepub fn get_compliance_management_partners(
&self,
compliance_management_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_compliance_management_partners( &self, compliance_management_partner_id: impl AsRef<str>, ) -> RequestHandler
Get complianceManagementPartners from deviceManagement
Sourcepub fn update_compliance_management_partners<B: BodyExt>(
&self,
compliance_management_partner_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_compliance_management_partners<B: BodyExt>( &self, compliance_management_partner_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property complianceManagementPartners in deviceManagement
Sourcepub fn delete_conditional_access_settings(&self) -> RequestHandler
pub fn delete_conditional_access_settings(&self) -> RequestHandler
Delete navigation property conditionalAccessSettings for deviceManagement
Sourcepub fn get_conditional_access_settings(&self) -> RequestHandler
pub fn get_conditional_access_settings(&self) -> RequestHandler
Get conditionalAccessSettings from deviceManagement
Sourcepub fn update_conditional_access_settings<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn update_conditional_access_settings<B: BodyExt>( &self, body: B, ) -> RequestHandler
Update the navigation property conditionalAccessSettings in deviceManagement
Sourcepub fn create_detected_apps<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_detected_apps<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to detectedApps for deviceManagement
Sourcepub fn list_detected_apps(&self) -> RequestHandler
pub fn list_detected_apps(&self) -> RequestHandler
Get detectedApps from deviceManagement
Sourcepub fn get_detected_apps_count(&self) -> RequestHandler
pub fn get_detected_apps_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_detected_apps(
&self,
detected_app_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_detected_apps( &self, detected_app_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property detectedApps for deviceManagement
Sourcepub fn get_detected_apps(
&self,
detected_app_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_detected_apps( &self, detected_app_id: impl AsRef<str>, ) -> RequestHandler
Get detectedApps from deviceManagement
Sourcepub fn update_detected_apps<B: BodyExt>(
&self,
detected_app_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_detected_apps<B: BodyExt>( &self, detected_app_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property detectedApps in deviceManagement
Sourcepub fn create_device_categories<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_device_categories<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to deviceCategories for deviceManagement
Sourcepub fn list_device_categories(&self) -> RequestHandler
pub fn list_device_categories(&self) -> RequestHandler
Get deviceCategories from deviceManagement
Sourcepub fn get_device_categories_count(&self) -> RequestHandler
pub fn get_device_categories_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_device_categories(
&self,
device_category_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_device_categories( &self, device_category_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property deviceCategories for deviceManagement
Sourcepub fn get_device_categories(
&self,
device_category_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_device_categories( &self, device_category_id: impl AsRef<str>, ) -> RequestHandler
Get deviceCategories from deviceManagement
Sourcepub fn update_device_categories<B: BodyExt>(
&self,
device_category_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_device_categories<B: BodyExt>( &self, device_category_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property deviceCategories in deviceManagement
Sourcepub fn delete_device_compliance_policy_device_state_summary(
&self,
) -> RequestHandler
pub fn delete_device_compliance_policy_device_state_summary( &self, ) -> RequestHandler
Delete navigation property deviceCompliancePolicyDeviceStateSummary for deviceManagement
Sourcepub fn get_device_compliance_policy_device_state_summary(
&self,
) -> RequestHandler
pub fn get_device_compliance_policy_device_state_summary( &self, ) -> RequestHandler
Get deviceCompliancePolicyDeviceStateSummary from deviceManagement
Sourcepub fn update_device_compliance_policy_device_state_summary<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn update_device_compliance_policy_device_state_summary<B: BodyExt>( &self, body: B, ) -> RequestHandler
Update the navigation property deviceCompliancePolicyDeviceStateSummary in deviceManagement
Sourcepub fn delete_device_configuration_device_state_summaries(
&self,
) -> RequestHandler
pub fn delete_device_configuration_device_state_summaries( &self, ) -> RequestHandler
Delete navigation property deviceConfigurationDeviceStateSummaries for deviceManagement
Sourcepub fn get_device_configuration_device_state_summaries(&self) -> RequestHandler
pub fn get_device_configuration_device_state_summaries(&self) -> RequestHandler
Get deviceConfigurationDeviceStateSummaries from deviceManagement
Sourcepub fn update_device_configuration_device_state_summaries<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn update_device_configuration_device_state_summaries<B: BodyExt>( &self, body: B, ) -> RequestHandler
Update the navigation property deviceConfigurationDeviceStateSummaries in deviceManagement
Sourcepub fn create_device_management_partners<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_device_management_partners<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to deviceManagementPartners for deviceManagement
Sourcepub fn list_device_management_partners(&self) -> RequestHandler
pub fn list_device_management_partners(&self) -> RequestHandler
Get deviceManagementPartners from deviceManagement
Sourcepub fn get_device_management_partners_count(&self) -> RequestHandler
pub fn get_device_management_partners_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_device_management_partners(
&self,
device_management_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_device_management_partners( &self, device_management_partner_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property deviceManagementPartners for deviceManagement
Sourcepub fn get_device_management_partners(
&self,
device_management_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_device_management_partners( &self, device_management_partner_id: impl AsRef<str>, ) -> RequestHandler
Get deviceManagementPartners from deviceManagement
Sourcepub fn update_device_management_partners<B: BodyExt>(
&self,
device_management_partner_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_device_management_partners<B: BodyExt>( &self, device_management_partner_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property deviceManagementPartners in deviceManagement
Sourcepub fn terminate(
&self,
device_management_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn terminate( &self, device_management_partner_id: impl AsRef<str>, ) -> RequestHandler
Invoke action terminate
Sourcepub fn create_exchange_connectors<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_exchange_connectors<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to exchangeConnectors for deviceManagement
Sourcepub fn list_exchange_connectors(&self) -> RequestHandler
pub fn list_exchange_connectors(&self) -> RequestHandler
Get exchangeConnectors from deviceManagement
Sourcepub fn get_exchange_connectors_count(&self) -> RequestHandler
pub fn get_exchange_connectors_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_exchange_connectors(
&self,
device_management_exchange_connector_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_exchange_connectors( &self, device_management_exchange_connector_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property exchangeConnectors for deviceManagement
Sourcepub fn get_exchange_connectors(
&self,
device_management_exchange_connector_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_exchange_connectors( &self, device_management_exchange_connector_id: impl AsRef<str>, ) -> RequestHandler
Get exchangeConnectors from deviceManagement
Sourcepub fn update_exchange_connectors<B: BodyExt>(
&self,
device_management_exchange_connector_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_exchange_connectors<B: BodyExt>( &self, device_management_exchange_connector_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property exchangeConnectors in deviceManagement
Sourcepub fn sync<B: BodyExt>(
&self,
device_management_exchange_connector_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn sync<B: BodyExt>( &self, device_management_exchange_connector_id: impl AsRef<str>, body: B, ) -> RequestHandler
Invoke action sync
Sourcepub fn get_effective_permissions(
&self,
scope: impl AsRef<str>,
) -> RequestHandler
pub fn get_effective_permissions( &self, scope: impl AsRef<str>, ) -> RequestHandler
Invoke function getEffectivePermissions
Sourcepub fn create_imported_windows_autopilot_device_identities<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_imported_windows_autopilot_device_identities<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement
Sourcepub fn list_imported_windows_autopilot_device_identities(
&self,
) -> RequestHandler
pub fn list_imported_windows_autopilot_device_identities( &self, ) -> RequestHandler
Get importedWindowsAutopilotDeviceIdentities from deviceManagement
Sourcepub fn get_imported_windows_autopilot_device_identities_count(
&self,
) -> RequestHandler
pub fn get_imported_windows_autopilot_device_identities_count( &self, ) -> RequestHandler
Get the number of the resource
Sourcepub fn import<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn import<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action import
Sourcepub fn delete_imported_windows_autopilot_device_identities(
&self,
imported_windows_autopilot_device_identity_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_imported_windows_autopilot_device_identities( &self, imported_windows_autopilot_device_identity_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
Sourcepub fn get_imported_windows_autopilot_device_identities(
&self,
imported_windows_autopilot_device_identity_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_imported_windows_autopilot_device_identities( &self, imported_windows_autopilot_device_identity_id: impl AsRef<str>, ) -> RequestHandler
Get importedWindowsAutopilotDeviceIdentities from deviceManagement
Sourcepub fn update_imported_windows_autopilot_device_identities<B: BodyExt>(
&self,
imported_windows_autopilot_device_identity_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_imported_windows_autopilot_device_identities<B: BodyExt>( &self, imported_windows_autopilot_device_identity_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
Sourcepub fn create_ios_update_statuses<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_ios_update_statuses<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to iosUpdateStatuses for deviceManagement
Sourcepub fn list_ios_update_statuses(&self) -> RequestHandler
pub fn list_ios_update_statuses(&self) -> RequestHandler
Get iosUpdateStatuses from deviceManagement
Sourcepub fn get_ios_update_statuses_count(&self) -> RequestHandler
pub fn get_ios_update_statuses_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_ios_update_statuses(
&self,
ios_update_device_status_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_ios_update_statuses( &self, ios_update_device_status_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property iosUpdateStatuses for deviceManagement
Sourcepub fn get_ios_update_statuses(
&self,
ios_update_device_status_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_ios_update_statuses( &self, ios_update_device_status_id: impl AsRef<str>, ) -> RequestHandler
Get iosUpdateStatuses from deviceManagement
Sourcepub fn update_ios_update_statuses<B: BodyExt>(
&self,
ios_update_device_status_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_ios_update_statuses<B: BodyExt>( &self, ios_update_device_status_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property iosUpdateStatuses in deviceManagement
Sourcepub fn get_managed_device_overview(&self) -> RequestHandler
pub fn get_managed_device_overview(&self) -> RequestHandler
Get managedDeviceOverview from deviceManagement
Sourcepub fn create_mobile_threat_defense_connectors<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_mobile_threat_defense_connectors<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to mobileThreatDefenseConnectors for deviceManagement
Sourcepub fn list_mobile_threat_defense_connectors(&self) -> RequestHandler
pub fn list_mobile_threat_defense_connectors(&self) -> RequestHandler
Get mobileThreatDefenseConnectors from deviceManagement
Sourcepub fn get_mobile_threat_defense_connectors_count(&self) -> RequestHandler
pub fn get_mobile_threat_defense_connectors_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_mobile_threat_defense_connectors(
&self,
mobile_threat_defense_connector_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_mobile_threat_defense_connectors( &self, mobile_threat_defense_connector_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property mobileThreatDefenseConnectors for deviceManagement
Sourcepub fn get_mobile_threat_defense_connectors(
&self,
mobile_threat_defense_connector_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_mobile_threat_defense_connectors( &self, mobile_threat_defense_connector_id: impl AsRef<str>, ) -> RequestHandler
Get mobileThreatDefenseConnectors from deviceManagement
Sourcepub fn update_mobile_threat_defense_connectors<B: BodyExt>(
&self,
mobile_threat_defense_connector_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_mobile_threat_defense_connectors<B: BodyExt>( &self, mobile_threat_defense_connector_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property mobileThreatDefenseConnectors in deviceManagement
Sourcepub fn create_notification_message_templates<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_notification_message_templates<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to notificationMessageTemplates for deviceManagement
Sourcepub fn list_notification_message_templates(&self) -> RequestHandler
pub fn list_notification_message_templates(&self) -> RequestHandler
Get notificationMessageTemplates from deviceManagement
Sourcepub fn get_notification_message_templates_count(&self) -> RequestHandler
pub fn get_notification_message_templates_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_notification_message_templates(
&self,
notification_message_template_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_notification_message_templates( &self, notification_message_template_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property notificationMessageTemplates for deviceManagement
Sourcepub fn get_notification_message_templates(
&self,
notification_message_template_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_notification_message_templates( &self, notification_message_template_id: impl AsRef<str>, ) -> RequestHandler
Get notificationMessageTemplates from deviceManagement
Sourcepub fn update_notification_message_templates<B: BodyExt>(
&self,
notification_message_template_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_notification_message_templates<B: BodyExt>( &self, notification_message_template_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property notificationMessageTemplates in deviceManagement
Sourcepub fn create_localized_notification_messages<B: BodyExt>(
&self,
notification_message_template_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_localized_notification_messages<B: BodyExt>( &self, notification_message_template_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to localizedNotificationMessages for deviceManagement
Sourcepub fn list_localized_notification_messages(
&self,
notification_message_template_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_localized_notification_messages( &self, notification_message_template_id: impl AsRef<str>, ) -> RequestHandler
Get localizedNotificationMessages from deviceManagement
Sourcepub fn get_localized_notification_messages_count(
&self,
notification_message_template_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_localized_notification_messages_count( &self, notification_message_template_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_localized_notification_messages(
&self,
notification_message_template_id: impl AsRef<str>,
localized_notification_message_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_localized_notification_messages( &self, notification_message_template_id: impl AsRef<str>, localized_notification_message_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property localizedNotificationMessages for deviceManagement
Sourcepub fn get_localized_notification_messages(
&self,
notification_message_template_id: impl AsRef<str>,
localized_notification_message_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_localized_notification_messages( &self, notification_message_template_id: impl AsRef<str>, localized_notification_message_id: impl AsRef<str>, ) -> RequestHandler
Get localizedNotificationMessages from deviceManagement
Sourcepub fn update_localized_notification_messages<B: BodyExt>(
&self,
notification_message_template_id: impl AsRef<str>,
localized_notification_message_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_localized_notification_messages<B: BodyExt>( &self, notification_message_template_id: impl AsRef<str>, localized_notification_message_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property localizedNotificationMessages in deviceManagement
Sourcepub fn send_test_message(
&self,
notification_message_template_id: impl AsRef<str>,
) -> RequestHandler
pub fn send_test_message( &self, notification_message_template_id: impl AsRef<str>, ) -> RequestHandler
Invoke action sendTestMessage
Sourcepub fn create_remote_assistance_partners<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_remote_assistance_partners<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to remoteAssistancePartners for deviceManagement
Sourcepub fn list_remote_assistance_partners(&self) -> RequestHandler
pub fn list_remote_assistance_partners(&self) -> RequestHandler
Get remoteAssistancePartners from deviceManagement
Sourcepub fn get_remote_assistance_partners_count(&self) -> RequestHandler
pub fn get_remote_assistance_partners_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_remote_assistance_partners(
&self,
remote_assistance_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_remote_assistance_partners( &self, remote_assistance_partner_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property remoteAssistancePartners for deviceManagement
Sourcepub fn get_remote_assistance_partners(
&self,
remote_assistance_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_remote_assistance_partners( &self, remote_assistance_partner_id: impl AsRef<str>, ) -> RequestHandler
Get remoteAssistancePartners from deviceManagement
Sourcepub fn update_remote_assistance_partners<B: BodyExt>(
&self,
remote_assistance_partner_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_remote_assistance_partners<B: BodyExt>( &self, remote_assistance_partner_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property remoteAssistancePartners in deviceManagement
Sourcepub fn begin_onboarding(
&self,
remote_assistance_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn begin_onboarding( &self, remote_assistance_partner_id: impl AsRef<str>, ) -> RequestHandler
Invoke action beginOnboarding
Sourcepub fn disconnect(
&self,
remote_assistance_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn disconnect( &self, remote_assistance_partner_id: impl AsRef<str>, ) -> RequestHandler
Invoke action disconnect
Sourcepub fn create_resource_operations<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_resource_operations<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to resourceOperations for deviceManagement
Sourcepub fn list_resource_operations(&self) -> RequestHandler
pub fn list_resource_operations(&self) -> RequestHandler
Get resourceOperations from deviceManagement
Sourcepub fn get_resource_operations_count(&self) -> RequestHandler
pub fn get_resource_operations_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_resource_operations(
&self,
resource_operation_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_resource_operations( &self, resource_operation_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property resourceOperations for deviceManagement
Sourcepub fn get_resource_operations(
&self,
resource_operation_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_resource_operations( &self, resource_operation_id: impl AsRef<str>, ) -> RequestHandler
Get resourceOperations from deviceManagement
Sourcepub fn update_resource_operations<B: BodyExt>(
&self,
resource_operation_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_resource_operations<B: BodyExt>( &self, resource_operation_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property resourceOperations in deviceManagement
Sourcepub fn create_role_assignments<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_role_assignments<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to roleAssignments for deviceManagement
Sourcepub fn list_role_assignments(&self) -> RequestHandler
pub fn list_role_assignments(&self) -> RequestHandler
Get roleAssignments from deviceManagement
Sourcepub fn get_role_assignments_count(&self) -> RequestHandler
pub fn get_role_assignments_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_role_assignments(
&self,
device_and_app_management_role_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_role_assignments( &self, device_and_app_management_role_assignment_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property roleAssignments for deviceManagement
Sourcepub fn get_role_assignments(
&self,
device_and_app_management_role_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_role_assignments( &self, device_and_app_management_role_assignment_id: impl AsRef<str>, ) -> RequestHandler
Get roleAssignments from deviceManagement
Sourcepub fn update_role_assignments<B: BodyExt>(
&self,
device_and_app_management_role_assignment_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_role_assignments<B: BodyExt>( &self, device_and_app_management_role_assignment_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property roleAssignments in deviceManagement
Sourcepub fn get_software_update_status_summary(&self) -> RequestHandler
pub fn get_software_update_status_summary(&self) -> RequestHandler
Get softwareUpdateStatusSummary from deviceManagement
Sourcepub fn create_telecom_expense_management_partners<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_telecom_expense_management_partners<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to telecomExpenseManagementPartners for deviceManagement
Sourcepub fn list_telecom_expense_management_partners(&self) -> RequestHandler
pub fn list_telecom_expense_management_partners(&self) -> RequestHandler
Get telecomExpenseManagementPartners from deviceManagement
Sourcepub fn get_telecom_expense_management_partners_count(&self) -> RequestHandler
pub fn get_telecom_expense_management_partners_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_telecom_expense_management_partners(
&self,
telecom_expense_management_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_telecom_expense_management_partners( &self, telecom_expense_management_partner_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property telecomExpenseManagementPartners for deviceManagement
Sourcepub fn get_telecom_expense_management_partners(
&self,
telecom_expense_management_partner_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_telecom_expense_management_partners( &self, telecom_expense_management_partner_id: impl AsRef<str>, ) -> RequestHandler
Get telecomExpenseManagementPartners from deviceManagement
Sourcepub fn update_telecom_expense_management_partners<B: BodyExt>(
&self,
telecom_expense_management_partner_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_telecom_expense_management_partners<B: BodyExt>( &self, telecom_expense_management_partner_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property telecomExpenseManagementPartners in deviceManagement
Sourcepub fn verify_windows_enrollment_auto_discovery(
&self,
domain_name: impl AsRef<str>,
) -> RequestHandler
pub fn verify_windows_enrollment_auto_discovery( &self, domain_name: impl AsRef<str>, ) -> RequestHandler
Invoke function verifyWindowsEnrollmentAutoDiscovery
Sourcepub fn create_windows_information_protection_app_learning_summaries<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_windows_information_protection_app_learning_summaries<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to windowsInformationProtectionAppLearningSummaries for deviceManagement
Sourcepub fn list_windows_information_protection_app_learning_summaries(
&self,
) -> RequestHandler
pub fn list_windows_information_protection_app_learning_summaries( &self, ) -> RequestHandler
Get windowsInformationProtectionAppLearningSummaries from deviceManagement
Sourcepub fn get_windows_information_protection_app_learning_summaries_count(
&self,
) -> RequestHandler
pub fn get_windows_information_protection_app_learning_summaries_count( &self, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_windows_information_protection_app_learning_summaries(
&self,
windows_information_protection_app_learning_summary_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_windows_information_protection_app_learning_summaries( &self, windows_information_protection_app_learning_summary_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property windowsInformationProtectionAppLearningSummaries for deviceManagement
Sourcepub fn get_windows_information_protection_app_learning_summaries(
&self,
windows_information_protection_app_learning_summary_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_windows_information_protection_app_learning_summaries( &self, windows_information_protection_app_learning_summary_id: impl AsRef<str>, ) -> RequestHandler
Get windowsInformationProtectionAppLearningSummaries from deviceManagement
Sourcepub fn update_windows_information_protection_app_learning_summaries<B: BodyExt>(
&self,
windows_information_protection_app_learning_summary_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_windows_information_protection_app_learning_summaries<B: BodyExt>( &self, windows_information_protection_app_learning_summary_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property windowsInformationProtectionAppLearningSummaries in deviceManagement
Sourcepub fn create_windows_information_protection_network_learning_summaries<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_windows_information_protection_network_learning_summaries<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to windowsInformationProtectionNetworkLearningSummaries for deviceManagement
Sourcepub fn list_windows_information_protection_network_learning_summaries(
&self,
) -> RequestHandler
pub fn list_windows_information_protection_network_learning_summaries( &self, ) -> RequestHandler
Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement
Sourcepub fn get_windows_information_protection_network_learning_summaries_count(
&self,
) -> RequestHandler
pub fn get_windows_information_protection_network_learning_summaries_count( &self, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_windows_information_protection_network_learning_summaries(
&self,
windows_information_protection_network_learning_summary_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_windows_information_protection_network_learning_summaries( &self, windows_information_protection_network_learning_summary_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property windowsInformationProtectionNetworkLearningSummaries for deviceManagement
Sourcepub fn get_windows_information_protection_network_learning_summaries(
&self,
windows_information_protection_network_learning_summary_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_windows_information_protection_network_learning_summaries( &self, windows_information_protection_network_learning_summary_id: impl AsRef<str>, ) -> RequestHandler
Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement
Sourcepub fn update_windows_information_protection_network_learning_summaries<B: BodyExt>(
&self,
windows_information_protection_network_learning_summary_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_windows_information_protection_network_learning_summaries<B: BodyExt>( &self, windows_information_protection_network_learning_summary_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property windowsInformationProtectionNetworkLearningSummaries in deviceManagement