1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
// GENERATED CODE

use crate::api_default_imports::*;

resource_api_client!(
    MobileAppConfigurationsApiClient,
    MobileAppConfigurationsIdApiClient,
    ResourceIdentity::MobileAppConfigurations
);

impl MobileAppConfigurationsApiClient {
    post!(
        doc: "Create new navigation property to mobileAppConfigurations for deviceAppManagement",
        name: create_mobile_app_configurations,
        path: "/mobileAppConfigurations",
        body: true
    );
    get!(
        doc: "Get mobileAppConfigurations from deviceAppManagement",
        name: list_mobile_app_configurations,
        path: "/mobileAppConfigurations"
    );
    get!(
        doc: "Get the number of the resource",
        name: get_mobile_app_configurations_count,
        path: "/mobileAppConfigurations/$count"
    );
}

impl MobileAppConfigurationsIdApiClient {
    delete!(
        doc: "Delete navigation property mobileAppConfigurations for deviceAppManagement",
        name: delete_mobile_app_configurations,
        path: "/mobileAppConfigurations/{{RID}}"
    );
    get!(
        doc: "Get mobileAppConfigurations from deviceAppManagement",
        name: get_mobile_app_configurations,
        path: "/mobileAppConfigurations/{{RID}}"
    );
    patch!(
        doc: "Update the navigation property mobileAppConfigurations in deviceAppManagement",
        name: update_mobile_app_configurations,
        path: "/mobileAppConfigurations/{{RID}}",
        body: true
    );
    post!(
        doc: "Invoke action assign",
        name: assign,
        path: "/mobileAppConfigurations/{{RID}}/assign",
        body: true
    );
    post!(
        doc: "Create new navigation property to assignments for deviceAppManagement",
        name: create_assignments,
        path: "/mobileAppConfigurations/{{RID}}/assignments",
        body: true
    );
    get!(
        doc: "Get assignments from deviceAppManagement",
        name: list_assignments,
        path: "/mobileAppConfigurations/{{RID}}/assignments"
    );
    get!(
        doc: "Get the number of the resource",
        name: get_assignments_count,
        path: "/mobileAppConfigurations/{{RID}}/assignments/$count"
    );
    delete!(
        doc: "Delete navigation property assignments for deviceAppManagement",
        name: delete_assignments,
        path: "/mobileAppConfigurations/{{RID}}/assignments/{{id}}",
        params: managed_device_mobile_app_configuration_assignment_id
    );
    get!(
        doc: "Get assignments from deviceAppManagement",
        name: get_assignments,
        path: "/mobileAppConfigurations/{{RID}}/assignments/{{id}}",
        params: managed_device_mobile_app_configuration_assignment_id
    );
    patch!(
        doc: "Update the navigation property assignments in deviceAppManagement",
        name: update_assignments,
        path: "/mobileAppConfigurations/{{RID}}/assignments/{{id}}",
        body: true,
        params: managed_device_mobile_app_configuration_assignment_id
    );
    delete!(
        doc: "Delete navigation property deviceStatusSummary for deviceAppManagement",
        name: delete_device_status_summary,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatusSummary"
    );
    get!(
        doc: "Get deviceStatusSummary from deviceAppManagement",
        name: get_device_status_summary,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatusSummary"
    );
    patch!(
        doc: "Update the navigation property deviceStatusSummary in deviceAppManagement",
        name: update_device_status_summary,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatusSummary",
        body: true
    );
    post!(
        doc: "Create new navigation property to deviceStatuses for deviceAppManagement",
        name: create_device_statuses,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatuses",
        body: true
    );
    get!(
        doc: "Get deviceStatuses from deviceAppManagement",
        name: list_device_statuses,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatuses"
    );
    get!(
        doc: "Get the number of the resource",
        name: get_device_statuses_count,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatuses/$count"
    );
    delete!(
        doc: "Delete navigation property deviceStatuses for deviceAppManagement",
        name: delete_device_statuses,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatuses/{{id}}",
        params: managed_device_mobile_app_configuration_device_status_id
    );
    get!(
        doc: "Get deviceStatuses from deviceAppManagement",
        name: get_device_statuses,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatuses/{{id}}",
        params: managed_device_mobile_app_configuration_device_status_id
    );
    patch!(
        doc: "Update the navigation property deviceStatuses in deviceAppManagement",
        name: update_device_statuses,
        path: "/mobileAppConfigurations/{{RID}}/deviceStatuses/{{id}}",
        body: true,
        params: managed_device_mobile_app_configuration_device_status_id
    );
    delete!(
        doc: "Delete navigation property userStatusSummary for deviceAppManagement",
        name: delete_user_status_summary,
        path: "/mobileAppConfigurations/{{RID}}/userStatusSummary"
    );
    get!(
        doc: "Get userStatusSummary from deviceAppManagement",
        name: get_user_status_summary,
        path: "/mobileAppConfigurations/{{RID}}/userStatusSummary"
    );
    patch!(
        doc: "Update the navigation property userStatusSummary in deviceAppManagement",
        name: update_user_status_summary,
        path: "/mobileAppConfigurations/{{RID}}/userStatusSummary",
        body: true
    );
    post!(
        doc: "Create new navigation property to userStatuses for deviceAppManagement",
        name: create_user_statuses,
        path: "/mobileAppConfigurations/{{RID}}/userStatuses",
        body: true
    );
    get!(
        doc: "Get userStatuses from deviceAppManagement",
        name: list_user_statuses,
        path: "/mobileAppConfigurations/{{RID}}/userStatuses"
    );
    get!(
        doc: "Get the number of the resource",
        name: get_user_statuses_count,
        path: "/mobileAppConfigurations/{{RID}}/userStatuses/$count"
    );
    delete!(
        doc: "Delete navigation property userStatuses for deviceAppManagement",
        name: delete_user_statuses,
        path: "/mobileAppConfigurations/{{RID}}/userStatuses/{{id}}",
        params: managed_device_mobile_app_configuration_user_status_id
    );
    get!(
        doc: "Get userStatuses from deviceAppManagement",
        name: get_user_statuses,
        path: "/mobileAppConfigurations/{{RID}}/userStatuses/{{id}}",
        params: managed_device_mobile_app_configuration_user_status_id
    );
    patch!(
        doc: "Update the navigation property userStatuses in deviceAppManagement",
        name: update_user_statuses,
        path: "/mobileAppConfigurations/{{RID}}/userStatuses/{{id}}",
        body: true,
        params: managed_device_mobile_app_configuration_user_status_id
    );
}