@azure/arm-managementgroups 1.2.1 → 2.0.0-alpha.20211220.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -83
- package/dist/index.js +2881 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/managementGroupsAPI.d.ts +34 -0
- package/dist-esm/src/managementGroupsAPI.d.ts.map +1 -0
- package/dist-esm/src/managementGroupsAPI.js +102 -0
- package/dist-esm/src/managementGroupsAPI.js.map +1 -0
- package/dist-esm/src/managementGroupsAPIContext.d.ts +14 -0
- package/dist-esm/src/managementGroupsAPIContext.d.ts.map +1 -0
- package/dist-esm/src/managementGroupsAPIContext.js +43 -0
- package/dist-esm/src/managementGroupsAPIContext.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +956 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +46 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +39 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +776 -396
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +24 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +200 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/entities.d.ts +34 -0
- package/dist-esm/src/operations/entities.d.ts.map +1 -0
- package/dist-esm/src/operations/entities.js +142 -0
- package/dist-esm/src/operations/entities.js.map +1 -0
- package/dist-esm/src/operations/hierarchySettingsOperations.d.ts +52 -0
- package/dist-esm/src/operations/hierarchySettingsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/hierarchySettingsOperations.js +154 -0
- package/dist-esm/src/operations/hierarchySettingsOperations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managementGroupSubscriptions.d.ts +62 -0
- package/dist-esm/src/operations/managementGroupSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/managementGroupSubscriptions.js +215 -0
- package/dist-esm/src/operations/managementGroupSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/managementGroups.d.ts +109 -0
- package/dist-esm/src/operations/managementGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/managementGroups.js +462 -0
- package/dist-esm/src/operations/managementGroups.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/entities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/entities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/entities.js +9 -0
- package/dist-esm/src/operationsInterfaces/entities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementGroups.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/managementGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +69 -24
- package/review/arm-managementgroups.api.md +667 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/managementGroupsAPI.ts +93 -130
- package/src/managementGroupsAPIContext.ts +45 -45
- package/src/models/index.ts +801 -1185
- package/src/models/mappers.ts +792 -400
- package/src/models/parameters.ts +130 -94
- package/src/operations/entities.ts +105 -79
- package/src/operations/hierarchySettingsOperations.ts +214 -0
- package/src/operations/index.ts +4 -5
- package/src/operations/managementGroupSubscriptions.ts +226 -72
- package/src/operations/managementGroups.ts +449 -222
- package/src/operations/operations.ts +84 -70
- package/src/operationsInterfaces/entities.ts +23 -0
- package/src/operationsInterfaces/hierarchySettingsOperations.ts +80 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/managementGroupSubscriptions.ts +69 -0
- package/src/operationsInterfaces/managementGroups.ts +131 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/tsconfig.json +4 -4
- package/types/arm-managementgroups.d.ts +1266 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-managementgroups.js +0 -2017
- package/dist/arm-managementgroups.js.map +0 -1
- package/dist/arm-managementgroups.min.js +0 -1
- package/dist/arm-managementgroups.min.js.map +0 -1
- package/esm/managementGroupsAPI.d.ts +0 -74
- package/esm/managementGroupsAPI.d.ts.map +0 -1
- package/esm/managementGroupsAPI.js +0 -120
- package/esm/managementGroupsAPI.js.map +0 -1
- package/esm/managementGroupsAPIContext.d.ts +0 -20
- package/esm/managementGroupsAPIContext.d.ts.map +0 -1
- package/esm/managementGroupsAPIContext.js +0 -56
- package/esm/managementGroupsAPIContext.js.map +0 -1
- package/esm/models/entitiesMappers.d.ts +0 -2
- package/esm/models/entitiesMappers.d.ts.map +0 -1
- package/esm/models/entitiesMappers.js +0 -11
- package/esm/models/entitiesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1390
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/managementGroupSubscriptionsMappers.d.ts +0 -2
- package/esm/models/managementGroupSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/managementGroupSubscriptionsMappers.js +0 -11
- package/esm/models/managementGroupSubscriptionsMappers.js.map +0 -1
- package/esm/models/managementGroupsMappers.d.ts +0 -2
- package/esm/models/managementGroupsMappers.d.ts.map +0 -1
- package/esm/models/managementGroupsMappers.js +0 -11
- package/esm/models/managementGroupsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -28
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -194
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/entities.d.ts +0 -46
- package/esm/operations/entities.d.ts.map +0 -1
- package/esm/operations/entities.js +0 -87
- package/esm/operations/entities.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/managementGroupSubscriptions.d.ts +0 -55
- package/esm/operations/managementGroupSubscriptions.d.ts.map +0 -1
- package/esm/operations/managementGroupSubscriptions.js +0 -85
- package/esm/operations/managementGroupSubscriptions.js.map +0 -1
- package/esm/operations/managementGroups.d.ts +0 -120
- package/esm/operations/managementGroups.d.ts.map +0 -1
- package/esm/operations/managementGroups.js +0 -252
- package/esm/operations/managementGroups.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/src/models/entitiesMappers.ts +0 -18
- package/src/models/managementGroupSubscriptionsMappers.ts +0 -15
- package/src/models/managementGroupsMappers.ts +0 -29
- package/src/models/operationsMappers.ts +0 -18
|
@@ -0,0 +1,956 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Describes the result of the request to list management groups. */
|
|
3
|
+
export interface ManagementGroupListResult {
|
|
4
|
+
/** The list of management groups. */
|
|
5
|
+
value?: ManagementGroupInfo[];
|
|
6
|
+
/**
|
|
7
|
+
* The URL to use for getting the next set of results.
|
|
8
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
9
|
+
*/
|
|
10
|
+
readonly nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
/** The management group resource. */
|
|
13
|
+
export interface ManagementGroupInfo {
|
|
14
|
+
/**
|
|
15
|
+
* The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly id?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups
|
|
21
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
+
*/
|
|
23
|
+
readonly type?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The name of the management group. For example, 00000000-0000-0000-0000-000000000000
|
|
26
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
+
*/
|
|
28
|
+
readonly name?: string;
|
|
29
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
30
|
+
tenantId?: string;
|
|
31
|
+
/** The friendly name of the management group. */
|
|
32
|
+
displayName?: string;
|
|
33
|
+
}
|
|
34
|
+
/** The error object. */
|
|
35
|
+
export interface ErrorResponse {
|
|
36
|
+
/** The details of the error. */
|
|
37
|
+
error?: ErrorDetails;
|
|
38
|
+
}
|
|
39
|
+
/** The details of the error. */
|
|
40
|
+
export interface ErrorDetails {
|
|
41
|
+
/** One of a server-defined set of error codes. */
|
|
42
|
+
code?: string;
|
|
43
|
+
/** A human-readable representation of the error. */
|
|
44
|
+
message?: string;
|
|
45
|
+
/** A human-readable representation of the error's details. */
|
|
46
|
+
details?: string;
|
|
47
|
+
}
|
|
48
|
+
/** The management group details. */
|
|
49
|
+
export interface ManagementGroup {
|
|
50
|
+
/**
|
|
51
|
+
* The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
|
|
52
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
+
*/
|
|
54
|
+
readonly id?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly type?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the management group. For example, 00000000-0000-0000-0000-000000000000
|
|
62
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
+
*/
|
|
64
|
+
readonly name?: string;
|
|
65
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
66
|
+
tenantId?: string;
|
|
67
|
+
/** The friendly name of the management group. */
|
|
68
|
+
displayName?: string;
|
|
69
|
+
/** The details of a management group. */
|
|
70
|
+
details?: ManagementGroupDetails;
|
|
71
|
+
/** The list of children. */
|
|
72
|
+
children?: ManagementGroupChildInfo[];
|
|
73
|
+
}
|
|
74
|
+
/** The details of a management group. */
|
|
75
|
+
export interface ManagementGroupDetails {
|
|
76
|
+
/** The version number of the object. */
|
|
77
|
+
version?: number;
|
|
78
|
+
/** The date and time when this object was last updated. */
|
|
79
|
+
updatedTime?: Date;
|
|
80
|
+
/** The identity of the principal or process that updated the object. */
|
|
81
|
+
updatedBy?: string;
|
|
82
|
+
/** (Optional) The ID of the parent management group. */
|
|
83
|
+
parent?: ParentGroupInfo;
|
|
84
|
+
/** The path from the root to the current group. */
|
|
85
|
+
path?: ManagementGroupPathElement[];
|
|
86
|
+
/** The ancestors of the management group. */
|
|
87
|
+
managementGroupAncestors?: string[];
|
|
88
|
+
/** The ancestors of the management group displayed in reversed order, from immediate parent to the root. */
|
|
89
|
+
managementGroupAncestorsChain?: ManagementGroupPathElement[];
|
|
90
|
+
}
|
|
91
|
+
/** (Optional) The ID of the parent management group. */
|
|
92
|
+
export interface ParentGroupInfo {
|
|
93
|
+
/** The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
94
|
+
id?: string;
|
|
95
|
+
/** The name of the parent management group */
|
|
96
|
+
name?: string;
|
|
97
|
+
/** The friendly name of the parent management group. */
|
|
98
|
+
displayName?: string;
|
|
99
|
+
}
|
|
100
|
+
/** A path element of a management group ancestors. */
|
|
101
|
+
export interface ManagementGroupPathElement {
|
|
102
|
+
/** The name of the group. */
|
|
103
|
+
name?: string;
|
|
104
|
+
/** The friendly name of the group. */
|
|
105
|
+
displayName?: string;
|
|
106
|
+
}
|
|
107
|
+
/** The child information of a management group. */
|
|
108
|
+
export interface ManagementGroupChildInfo {
|
|
109
|
+
/** The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups) */
|
|
110
|
+
type?: ManagementGroupChildType;
|
|
111
|
+
/** The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
112
|
+
id?: string;
|
|
113
|
+
/** The name of the child entity. */
|
|
114
|
+
name?: string;
|
|
115
|
+
/** The friendly name of the child resource. */
|
|
116
|
+
displayName?: string;
|
|
117
|
+
/** The list of children. */
|
|
118
|
+
children?: ManagementGroupChildInfo[];
|
|
119
|
+
}
|
|
120
|
+
/** Management group creation parameters. */
|
|
121
|
+
export interface CreateManagementGroupRequest {
|
|
122
|
+
/**
|
|
123
|
+
* The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
|
|
124
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
+
*/
|
|
126
|
+
readonly id?: string;
|
|
127
|
+
/**
|
|
128
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups
|
|
129
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
|
+
*/
|
|
131
|
+
readonly type?: string;
|
|
132
|
+
/** The name of the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
133
|
+
name?: string;
|
|
134
|
+
/**
|
|
135
|
+
* The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly tenantId?: string;
|
|
139
|
+
/** The friendly name of the management group. If no value is passed then this field will be set to the groupId. */
|
|
140
|
+
displayName?: string;
|
|
141
|
+
/** The details of a management group used during creation. */
|
|
142
|
+
details?: CreateManagementGroupDetails;
|
|
143
|
+
/**
|
|
144
|
+
* The list of children.
|
|
145
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
146
|
+
*/
|
|
147
|
+
readonly children?: CreateManagementGroupChildInfo[];
|
|
148
|
+
}
|
|
149
|
+
/** The details of a management group used during creation. */
|
|
150
|
+
export interface CreateManagementGroupDetails {
|
|
151
|
+
/**
|
|
152
|
+
* The version number of the object.
|
|
153
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
154
|
+
*/
|
|
155
|
+
readonly version?: number;
|
|
156
|
+
/**
|
|
157
|
+
* The date and time when this object was last updated.
|
|
158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
159
|
+
*/
|
|
160
|
+
readonly updatedTime?: Date;
|
|
161
|
+
/**
|
|
162
|
+
* The identity of the principal or process that updated the object.
|
|
163
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
164
|
+
*/
|
|
165
|
+
readonly updatedBy?: string;
|
|
166
|
+
/** (Optional) The ID of the parent management group used during creation. */
|
|
167
|
+
parent?: CreateParentGroupInfo;
|
|
168
|
+
}
|
|
169
|
+
/** (Optional) The ID of the parent management group used during creation. */
|
|
170
|
+
export interface CreateParentGroupInfo {
|
|
171
|
+
/** The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
172
|
+
id?: string;
|
|
173
|
+
/**
|
|
174
|
+
* The name of the parent management group
|
|
175
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
+
*/
|
|
177
|
+
readonly name?: string;
|
|
178
|
+
/**
|
|
179
|
+
* The friendly name of the parent management group.
|
|
180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
|
+
*/
|
|
182
|
+
readonly displayName?: string;
|
|
183
|
+
}
|
|
184
|
+
/** The child information of a management group used during creation. */
|
|
185
|
+
export interface CreateManagementGroupChildInfo {
|
|
186
|
+
/**
|
|
187
|
+
* The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups)
|
|
188
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
189
|
+
*/
|
|
190
|
+
readonly type?: ManagementGroupChildType;
|
|
191
|
+
/**
|
|
192
|
+
* The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
|
|
193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
+
*/
|
|
195
|
+
readonly id?: string;
|
|
196
|
+
/**
|
|
197
|
+
* The name of the child entity.
|
|
198
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
+
*/
|
|
200
|
+
readonly name?: string;
|
|
201
|
+
/**
|
|
202
|
+
* The friendly name of the child resource.
|
|
203
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
204
|
+
*/
|
|
205
|
+
readonly displayName?: string;
|
|
206
|
+
/**
|
|
207
|
+
* The list of children.
|
|
208
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
209
|
+
*/
|
|
210
|
+
readonly children?: CreateManagementGroupChildInfo[];
|
|
211
|
+
}
|
|
212
|
+
/** The results of Azure-AsyncOperation. */
|
|
213
|
+
export interface AzureAsyncOperationResults {
|
|
214
|
+
/**
|
|
215
|
+
* The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
|
|
216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
217
|
+
*/
|
|
218
|
+
readonly id?: string;
|
|
219
|
+
/**
|
|
220
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups
|
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
222
|
+
*/
|
|
223
|
+
readonly type?: string;
|
|
224
|
+
/**
|
|
225
|
+
* The name of the management group. For example, 00000000-0000-0000-0000-000000000000
|
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
+
*/
|
|
228
|
+
readonly name?: string;
|
|
229
|
+
/**
|
|
230
|
+
* The current status of the asynchronous operation performed . For example, Running, Succeeded, Failed
|
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
+
*/
|
|
233
|
+
readonly status?: string;
|
|
234
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
235
|
+
tenantId?: string;
|
|
236
|
+
/** The friendly name of the management group. */
|
|
237
|
+
displayName?: string;
|
|
238
|
+
}
|
|
239
|
+
/** Management group patch parameters. */
|
|
240
|
+
export interface PatchManagementGroupRequest {
|
|
241
|
+
/** The friendly name of the management group. */
|
|
242
|
+
displayName?: string;
|
|
243
|
+
/** (Optional) The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
244
|
+
parentGroupId?: string;
|
|
245
|
+
}
|
|
246
|
+
/** Describes the result of the request to view descendants. */
|
|
247
|
+
export interface DescendantListResult {
|
|
248
|
+
/** The list of descendants. */
|
|
249
|
+
value?: DescendantInfo[];
|
|
250
|
+
/**
|
|
251
|
+
* The URL to use for getting the next set of results.
|
|
252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
+
*/
|
|
254
|
+
readonly nextLink?: string;
|
|
255
|
+
}
|
|
256
|
+
/** The descendant. */
|
|
257
|
+
export interface DescendantInfo {
|
|
258
|
+
/**
|
|
259
|
+
* The fully qualified ID for the descendant. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 or /subscriptions/0000000-0000-0000-0000-000000000000
|
|
260
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
261
|
+
*/
|
|
262
|
+
readonly id?: string;
|
|
263
|
+
/**
|
|
264
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups or /subscriptions
|
|
265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
|
+
*/
|
|
267
|
+
readonly type?: string;
|
|
268
|
+
/**
|
|
269
|
+
* The name of the descendant. For example, 00000000-0000-0000-0000-000000000000
|
|
270
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
271
|
+
*/
|
|
272
|
+
readonly name?: string;
|
|
273
|
+
/** The friendly name of the management group. */
|
|
274
|
+
displayName?: string;
|
|
275
|
+
/** The ID of the parent management group. */
|
|
276
|
+
parent?: DescendantParentGroupInfo;
|
|
277
|
+
}
|
|
278
|
+
/** The ID of the parent management group. */
|
|
279
|
+
export interface DescendantParentGroupInfo {
|
|
280
|
+
/** The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
281
|
+
id?: string;
|
|
282
|
+
}
|
|
283
|
+
/** The details of subscription under management group. */
|
|
284
|
+
export interface SubscriptionUnderManagementGroup {
|
|
285
|
+
/**
|
|
286
|
+
* The fully qualified ID for the subscription. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/subscriptions/0000000-0000-0000-0000-000000000001
|
|
287
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
|
+
*/
|
|
289
|
+
readonly id?: string;
|
|
290
|
+
/**
|
|
291
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups/subscriptions
|
|
292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
+
*/
|
|
294
|
+
readonly type?: string;
|
|
295
|
+
/**
|
|
296
|
+
* The stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000
|
|
297
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
298
|
+
*/
|
|
299
|
+
readonly name?: string;
|
|
300
|
+
/** The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000 */
|
|
301
|
+
tenant?: string;
|
|
302
|
+
/** The friendly name of the subscription. */
|
|
303
|
+
displayName?: string;
|
|
304
|
+
/** The ID of the parent management group. */
|
|
305
|
+
parent?: DescendantParentGroupInfo;
|
|
306
|
+
/** The state of the subscription. */
|
|
307
|
+
state?: string;
|
|
308
|
+
}
|
|
309
|
+
/** The details of all subscriptions under management group. */
|
|
310
|
+
export interface ListSubscriptionUnderManagementGroup {
|
|
311
|
+
/** The list of subscriptions. */
|
|
312
|
+
value?: SubscriptionUnderManagementGroup[];
|
|
313
|
+
/**
|
|
314
|
+
* The URL to use for getting the next set of results.
|
|
315
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
316
|
+
*/
|
|
317
|
+
readonly nextLink?: string;
|
|
318
|
+
}
|
|
319
|
+
/** Lists all hierarchy settings. */
|
|
320
|
+
export interface HierarchySettingsList {
|
|
321
|
+
/** The list of hierarchy settings. */
|
|
322
|
+
value?: HierarchySettingsInfo[];
|
|
323
|
+
/**
|
|
324
|
+
* The URL to use for getting the next set of results.
|
|
325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
326
|
+
*/
|
|
327
|
+
readonly nextLink?: string;
|
|
328
|
+
}
|
|
329
|
+
/** The hierarchy settings resource. */
|
|
330
|
+
export interface HierarchySettingsInfo {
|
|
331
|
+
/**
|
|
332
|
+
* The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default.
|
|
333
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
334
|
+
*/
|
|
335
|
+
readonly id?: string;
|
|
336
|
+
/**
|
|
337
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups/settings.
|
|
338
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
339
|
+
*/
|
|
340
|
+
readonly type?: string;
|
|
341
|
+
/**
|
|
342
|
+
* The name of the object. In this case, default.
|
|
343
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
344
|
+
*/
|
|
345
|
+
readonly name?: string;
|
|
346
|
+
/** The AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000 */
|
|
347
|
+
tenantId?: string;
|
|
348
|
+
/** Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. */
|
|
349
|
+
requireAuthorizationForGroupCreation?: boolean;
|
|
350
|
+
/** Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup */
|
|
351
|
+
defaultManagementGroup?: string;
|
|
352
|
+
}
|
|
353
|
+
/** Settings defined at the Management Group scope. */
|
|
354
|
+
export interface HierarchySettings {
|
|
355
|
+
/**
|
|
356
|
+
* The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default.
|
|
357
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
358
|
+
*/
|
|
359
|
+
readonly id?: string;
|
|
360
|
+
/**
|
|
361
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups/settings.
|
|
362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
+
*/
|
|
364
|
+
readonly type?: string;
|
|
365
|
+
/**
|
|
366
|
+
* The name of the object. In this case, default.
|
|
367
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
+
*/
|
|
369
|
+
readonly name?: string;
|
|
370
|
+
/** The AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000 */
|
|
371
|
+
tenantId?: string;
|
|
372
|
+
/** Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. */
|
|
373
|
+
requireAuthorizationForGroupCreation?: boolean;
|
|
374
|
+
/** Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup */
|
|
375
|
+
defaultManagementGroup?: string;
|
|
376
|
+
}
|
|
377
|
+
/** Parameters for creating or updating Management Group settings */
|
|
378
|
+
export interface CreateOrUpdateSettingsRequest {
|
|
379
|
+
/** Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. */
|
|
380
|
+
requireAuthorizationForGroupCreation?: boolean;
|
|
381
|
+
/** Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup */
|
|
382
|
+
defaultManagementGroup?: string;
|
|
383
|
+
}
|
|
384
|
+
/** Describes the result of the request to list Microsoft.Management operations. */
|
|
385
|
+
export interface OperationListResult {
|
|
386
|
+
/**
|
|
387
|
+
* List of operations supported by the Microsoft.Management resource provider.
|
|
388
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
+
*/
|
|
390
|
+
readonly value?: Operation[];
|
|
391
|
+
/**
|
|
392
|
+
* URL to get the next set of operation list results if there are any.
|
|
393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
394
|
+
*/
|
|
395
|
+
readonly nextLink?: string;
|
|
396
|
+
}
|
|
397
|
+
/** Operation supported by the Microsoft.Management resource provider. */
|
|
398
|
+
export interface Operation {
|
|
399
|
+
/**
|
|
400
|
+
* Operation name: {provider}/{resource}/{operation}.
|
|
401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
402
|
+
*/
|
|
403
|
+
readonly name?: string;
|
|
404
|
+
/** The object that represents the operation. */
|
|
405
|
+
display?: OperationDisplayProperties;
|
|
406
|
+
}
|
|
407
|
+
/** The object that represents the operation. */
|
|
408
|
+
export interface OperationDisplayProperties {
|
|
409
|
+
/**
|
|
410
|
+
* The name of the provider.
|
|
411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
+
*/
|
|
413
|
+
readonly provider?: string;
|
|
414
|
+
/**
|
|
415
|
+
* The resource on which the operation is performed.
|
|
416
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
417
|
+
*/
|
|
418
|
+
readonly resource?: string;
|
|
419
|
+
/**
|
|
420
|
+
* The operation that can be performed.
|
|
421
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
422
|
+
*/
|
|
423
|
+
readonly operation?: string;
|
|
424
|
+
/**
|
|
425
|
+
* Operation description.
|
|
426
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
427
|
+
*/
|
|
428
|
+
readonly description?: string;
|
|
429
|
+
}
|
|
430
|
+
/** Management group name availability check parameters. */
|
|
431
|
+
export interface CheckNameAvailabilityRequest {
|
|
432
|
+
/** the name to check for availability */
|
|
433
|
+
name?: string;
|
|
434
|
+
/** fully qualified resource type which includes provider namespace */
|
|
435
|
+
type?: "Microsoft.Management/managementGroups";
|
|
436
|
+
}
|
|
437
|
+
/** Describes the result of the request to check management group name availability. */
|
|
438
|
+
export interface CheckNameAvailabilityResult {
|
|
439
|
+
/**
|
|
440
|
+
* Required. True indicates name is valid and available. False indicates the name is invalid, unavailable, or both.
|
|
441
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
442
|
+
*/
|
|
443
|
+
readonly nameAvailable?: boolean;
|
|
444
|
+
/**
|
|
445
|
+
* Required if nameAvailable == false. Invalid indicates the name provided does not match the resource provider's naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable.
|
|
446
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
447
|
+
*/
|
|
448
|
+
readonly reason?: Reason;
|
|
449
|
+
/**
|
|
450
|
+
* Required if nameAvailable == false. Localized. If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that is already in use, and direct them to select a different name.
|
|
451
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
452
|
+
*/
|
|
453
|
+
readonly message?: string;
|
|
454
|
+
}
|
|
455
|
+
/** Describes the result of the request to view entities. */
|
|
456
|
+
export interface EntityListResult {
|
|
457
|
+
/** The list of entities. */
|
|
458
|
+
value?: EntityInfo[];
|
|
459
|
+
/**
|
|
460
|
+
* Total count of records that match the filter
|
|
461
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
|
+
*/
|
|
463
|
+
readonly count?: number;
|
|
464
|
+
/**
|
|
465
|
+
* The URL to use for getting the next set of results.
|
|
466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
+
*/
|
|
468
|
+
readonly nextLink?: string;
|
|
469
|
+
}
|
|
470
|
+
/** The entity. */
|
|
471
|
+
export interface EntityInfo {
|
|
472
|
+
/**
|
|
473
|
+
* The fully qualified ID for the entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
|
|
474
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
475
|
+
*/
|
|
476
|
+
readonly id?: string;
|
|
477
|
+
/**
|
|
478
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups
|
|
479
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
|
+
*/
|
|
481
|
+
readonly type?: string;
|
|
482
|
+
/**
|
|
483
|
+
* The name of the entity. For example, 00000000-0000-0000-0000-000000000000
|
|
484
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
485
|
+
*/
|
|
486
|
+
readonly name?: string;
|
|
487
|
+
/** The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000 */
|
|
488
|
+
tenantId?: string;
|
|
489
|
+
/** The friendly name of the management group. */
|
|
490
|
+
displayName?: string;
|
|
491
|
+
/** (Optional) The ID of the parent management group. */
|
|
492
|
+
parent?: EntityParentGroupInfo;
|
|
493
|
+
/** The users specific permissions to this item. */
|
|
494
|
+
permissions?: Permissions;
|
|
495
|
+
/** The users specific permissions to this item. */
|
|
496
|
+
inheritedPermissions?: Permissions;
|
|
497
|
+
/** Number of Descendants */
|
|
498
|
+
numberOfDescendants?: number;
|
|
499
|
+
/** Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group. */
|
|
500
|
+
numberOfChildren?: number;
|
|
501
|
+
/** Number of children is the number of Groups that are exactly one level underneath the current Group. */
|
|
502
|
+
numberOfChildGroups?: number;
|
|
503
|
+
/** The parent display name chain from the root group to the immediate parent */
|
|
504
|
+
parentDisplayNameChain?: string[];
|
|
505
|
+
/** The parent name chain from the root group to the immediate parent */
|
|
506
|
+
parentNameChain?: string[];
|
|
507
|
+
}
|
|
508
|
+
/** (Optional) The ID of the parent management group. */
|
|
509
|
+
export interface EntityParentGroupInfo {
|
|
510
|
+
/** The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
511
|
+
id?: string;
|
|
512
|
+
}
|
|
513
|
+
/** The tenant backfill status */
|
|
514
|
+
export interface TenantBackfillStatusResult {
|
|
515
|
+
/**
|
|
516
|
+
* The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000
|
|
517
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
518
|
+
*/
|
|
519
|
+
readonly tenantId?: string;
|
|
520
|
+
/**
|
|
521
|
+
* The status of the Tenant Backfill
|
|
522
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
523
|
+
*/
|
|
524
|
+
readonly status?: Status;
|
|
525
|
+
}
|
|
526
|
+
/** The results of an asynchronous operation. */
|
|
527
|
+
export interface OperationResults {
|
|
528
|
+
/**
|
|
529
|
+
* The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
|
|
530
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
531
|
+
*/
|
|
532
|
+
readonly id?: string;
|
|
533
|
+
/**
|
|
534
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups
|
|
535
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
536
|
+
*/
|
|
537
|
+
readonly type?: string;
|
|
538
|
+
/**
|
|
539
|
+
* The name of the management group. For example, 00000000-0000-0000-0000-000000000000
|
|
540
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
541
|
+
*/
|
|
542
|
+
readonly name?: string;
|
|
543
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
544
|
+
tenantId?: string;
|
|
545
|
+
/** The friendly name of the management group. */
|
|
546
|
+
displayName?: string;
|
|
547
|
+
}
|
|
548
|
+
/** The management group details for the hierarchy view. */
|
|
549
|
+
export interface EntityHierarchyItem {
|
|
550
|
+
/**
|
|
551
|
+
* The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
|
|
552
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
553
|
+
*/
|
|
554
|
+
readonly id?: string;
|
|
555
|
+
/**
|
|
556
|
+
* The type of the resource. For example, Microsoft.Management/managementGroups
|
|
557
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
558
|
+
*/
|
|
559
|
+
readonly type?: string;
|
|
560
|
+
/**
|
|
561
|
+
* The name of the management group. For example, 00000000-0000-0000-0000-000000000000
|
|
562
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
563
|
+
*/
|
|
564
|
+
readonly name?: string;
|
|
565
|
+
/** The friendly name of the management group. */
|
|
566
|
+
displayName?: string;
|
|
567
|
+
/** The users specific permissions to this item. */
|
|
568
|
+
permissions?: Permissions;
|
|
569
|
+
/** The list of children. */
|
|
570
|
+
children?: EntityHierarchyItem[];
|
|
571
|
+
}
|
|
572
|
+
/** Defines headers for ManagementGroups_createOrUpdate operation. */
|
|
573
|
+
export interface ManagementGroupsCreateOrUpdateHeaders {
|
|
574
|
+
/**
|
|
575
|
+
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
576
|
+
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
577
|
+
*
|
|
578
|
+
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
|
|
579
|
+
*/
|
|
580
|
+
location?: string;
|
|
581
|
+
/**
|
|
582
|
+
* URL for checking the ongoing status of the operation.
|
|
583
|
+
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
584
|
+
*
|
|
585
|
+
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
586
|
+
*/
|
|
587
|
+
azureAsyncOperation?: string;
|
|
588
|
+
}
|
|
589
|
+
/** Defines headers for ManagementGroups_delete operation. */
|
|
590
|
+
export interface ManagementGroupsDeleteHeaders {
|
|
591
|
+
/**
|
|
592
|
+
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
593
|
+
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
594
|
+
*
|
|
595
|
+
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
|
|
596
|
+
*/
|
|
597
|
+
location?: string;
|
|
598
|
+
/**
|
|
599
|
+
* URL for checking the ongoing status of the operation.
|
|
600
|
+
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
601
|
+
*
|
|
602
|
+
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
603
|
+
*/
|
|
604
|
+
azureAsyncOperation?: string;
|
|
605
|
+
}
|
|
606
|
+
/** Known values of {@link Enum0} that the service accepts. */
|
|
607
|
+
export declare enum KnownEnum0 {
|
|
608
|
+
Children = "children",
|
|
609
|
+
Path = "path",
|
|
610
|
+
Ancestors = "ancestors"
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* Defines values for Enum0. \
|
|
614
|
+
* {@link KnownEnum0} can be used interchangeably with Enum0,
|
|
615
|
+
* this enum contains the known values that the service supports.
|
|
616
|
+
* ### Known values supported by the service
|
|
617
|
+
* **children** \
|
|
618
|
+
* **path** \
|
|
619
|
+
* **ancestors**
|
|
620
|
+
*/
|
|
621
|
+
export declare type Enum0 = string;
|
|
622
|
+
/** Known values of {@link ManagementGroupChildType} that the service accepts. */
|
|
623
|
+
export declare enum KnownManagementGroupChildType {
|
|
624
|
+
MicrosoftManagementManagementGroups = "Microsoft.Management/managementGroups",
|
|
625
|
+
Subscriptions = "/subscriptions"
|
|
626
|
+
}
|
|
627
|
+
/**
|
|
628
|
+
* Defines values for ManagementGroupChildType. \
|
|
629
|
+
* {@link KnownManagementGroupChildType} can be used interchangeably with ManagementGroupChildType,
|
|
630
|
+
* this enum contains the known values that the service supports.
|
|
631
|
+
* ### Known values supported by the service
|
|
632
|
+
* **Microsoft.Management\/managementGroups** \
|
|
633
|
+
* **\/subscriptions**
|
|
634
|
+
*/
|
|
635
|
+
export declare type ManagementGroupChildType = string;
|
|
636
|
+
/** Known values of {@link Enum2} that the service accepts. */
|
|
637
|
+
export declare enum KnownEnum2 {
|
|
638
|
+
AllowedParents = "AllowedParents",
|
|
639
|
+
AllowedChildren = "AllowedChildren",
|
|
640
|
+
ParentAndFirstLevelChildren = "ParentAndFirstLevelChildren",
|
|
641
|
+
ParentOnly = "ParentOnly",
|
|
642
|
+
ChildrenOnly = "ChildrenOnly"
|
|
643
|
+
}
|
|
644
|
+
/**
|
|
645
|
+
* Defines values for Enum2. \
|
|
646
|
+
* {@link KnownEnum2} can be used interchangeably with Enum2,
|
|
647
|
+
* this enum contains the known values that the service supports.
|
|
648
|
+
* ### Known values supported by the service
|
|
649
|
+
* **AllowedParents** \
|
|
650
|
+
* **AllowedChildren** \
|
|
651
|
+
* **ParentAndFirstLevelChildren** \
|
|
652
|
+
* **ParentOnly** \
|
|
653
|
+
* **ChildrenOnly**
|
|
654
|
+
*/
|
|
655
|
+
export declare type Enum2 = string;
|
|
656
|
+
/** Known values of {@link Enum3} that the service accepts. */
|
|
657
|
+
export declare enum KnownEnum3 {
|
|
658
|
+
FullHierarchy = "FullHierarchy",
|
|
659
|
+
GroupsOnly = "GroupsOnly",
|
|
660
|
+
SubscriptionsOnly = "SubscriptionsOnly",
|
|
661
|
+
Audit = "Audit"
|
|
662
|
+
}
|
|
663
|
+
/**
|
|
664
|
+
* Defines values for Enum3. \
|
|
665
|
+
* {@link KnownEnum3} can be used interchangeably with Enum3,
|
|
666
|
+
* this enum contains the known values that the service supports.
|
|
667
|
+
* ### Known values supported by the service
|
|
668
|
+
* **FullHierarchy** \
|
|
669
|
+
* **GroupsOnly** \
|
|
670
|
+
* **SubscriptionsOnly** \
|
|
671
|
+
* **Audit**
|
|
672
|
+
*/
|
|
673
|
+
export declare type Enum3 = string;
|
|
674
|
+
/** Known values of {@link Permissions} that the service accepts. */
|
|
675
|
+
export declare enum KnownPermissions {
|
|
676
|
+
Noaccess = "noaccess",
|
|
677
|
+
View = "view",
|
|
678
|
+
Edit = "edit",
|
|
679
|
+
Delete = "delete"
|
|
680
|
+
}
|
|
681
|
+
/**
|
|
682
|
+
* Defines values for Permissions. \
|
|
683
|
+
* {@link KnownPermissions} can be used interchangeably with Permissions,
|
|
684
|
+
* this enum contains the known values that the service supports.
|
|
685
|
+
* ### Known values supported by the service
|
|
686
|
+
* **noaccess** \
|
|
687
|
+
* **view** \
|
|
688
|
+
* **edit** \
|
|
689
|
+
* **delete**
|
|
690
|
+
*/
|
|
691
|
+
export declare type Permissions = string;
|
|
692
|
+
/** Defines values for Reason. */
|
|
693
|
+
export declare type Reason = "Invalid" | "AlreadyExists";
|
|
694
|
+
/** Defines values for Status. */
|
|
695
|
+
export declare type Status = "NotStarted" | "NotStartedButGroupsExist" | "Started" | "Failed" | "Cancelled" | "Completed";
|
|
696
|
+
/** Optional parameters. */
|
|
697
|
+
export interface ManagementGroupsListOptionalParams extends coreClient.OperationOptions {
|
|
698
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
699
|
+
cacheControl?: string;
|
|
700
|
+
/**
|
|
701
|
+
* Page continuation token is only used if a previous operation returned a partial result.
|
|
702
|
+
* If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
|
|
703
|
+
*
|
|
704
|
+
*/
|
|
705
|
+
skiptoken?: string;
|
|
706
|
+
}
|
|
707
|
+
/** Contains response data for the list operation. */
|
|
708
|
+
export declare type ManagementGroupsListResponse = ManagementGroupListResult;
|
|
709
|
+
/** Optional parameters. */
|
|
710
|
+
export interface ManagementGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
711
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
712
|
+
cacheControl?: string;
|
|
713
|
+
/** The $expand=children query string parameter allows clients to request inclusion of children in the response payload. $expand=path includes the path from the root group to the current group. $expand=ancestors includes the ancestor Ids of the current group. */
|
|
714
|
+
expand?: Enum0;
|
|
715
|
+
/** The $recurse=true query string parameter allows clients to request inclusion of entire hierarchy in the response payload. Note that $expand=children must be passed up if $recurse is set to true. */
|
|
716
|
+
recurse?: boolean;
|
|
717
|
+
/** A filter which allows the exclusion of subscriptions from results (i.e. '$filter=children.childType ne Subscription') */
|
|
718
|
+
filter?: string;
|
|
719
|
+
}
|
|
720
|
+
/** Contains response data for the get operation. */
|
|
721
|
+
export declare type ManagementGroupsGetResponse = ManagementGroup;
|
|
722
|
+
/** Optional parameters. */
|
|
723
|
+
export interface ManagementGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
724
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
725
|
+
cacheControl?: string;
|
|
726
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
727
|
+
updateIntervalInMs?: number;
|
|
728
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
729
|
+
resumeFrom?: string;
|
|
730
|
+
}
|
|
731
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
732
|
+
export declare type ManagementGroupsCreateOrUpdateResponse = ManagementGroup;
|
|
733
|
+
/** Optional parameters. */
|
|
734
|
+
export interface ManagementGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
735
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
736
|
+
cacheControl?: string;
|
|
737
|
+
}
|
|
738
|
+
/** Contains response data for the update operation. */
|
|
739
|
+
export declare type ManagementGroupsUpdateResponse = ManagementGroup;
|
|
740
|
+
/** Optional parameters. */
|
|
741
|
+
export interface ManagementGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
742
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
743
|
+
cacheControl?: string;
|
|
744
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
745
|
+
updateIntervalInMs?: number;
|
|
746
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
747
|
+
resumeFrom?: string;
|
|
748
|
+
}
|
|
749
|
+
/** Contains response data for the delete operation. */
|
|
750
|
+
export declare type ManagementGroupsDeleteResponse = ManagementGroupsDeleteHeaders & AzureAsyncOperationResults;
|
|
751
|
+
/** Optional parameters. */
|
|
752
|
+
export interface ManagementGroupsGetDescendantsOptionalParams extends coreClient.OperationOptions {
|
|
753
|
+
/**
|
|
754
|
+
* Page continuation token is only used if a previous operation returned a partial result.
|
|
755
|
+
* If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
|
|
756
|
+
*
|
|
757
|
+
*/
|
|
758
|
+
skiptoken?: string;
|
|
759
|
+
/** Number of elements to return when retrieving results. Passing this in will override $skipToken. */
|
|
760
|
+
top?: number;
|
|
761
|
+
}
|
|
762
|
+
/** Contains response data for the getDescendants operation. */
|
|
763
|
+
export declare type ManagementGroupsGetDescendantsResponse = DescendantListResult;
|
|
764
|
+
/** Optional parameters. */
|
|
765
|
+
export interface ManagementGroupsListNextOptionalParams extends coreClient.OperationOptions {
|
|
766
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
767
|
+
cacheControl?: string;
|
|
768
|
+
/**
|
|
769
|
+
* Page continuation token is only used if a previous operation returned a partial result.
|
|
770
|
+
* If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
|
|
771
|
+
*
|
|
772
|
+
*/
|
|
773
|
+
skiptoken?: string;
|
|
774
|
+
}
|
|
775
|
+
/** Contains response data for the listNext operation. */
|
|
776
|
+
export declare type ManagementGroupsListNextResponse = ManagementGroupListResult;
|
|
777
|
+
/** Optional parameters. */
|
|
778
|
+
export interface ManagementGroupsGetDescendantsNextOptionalParams extends coreClient.OperationOptions {
|
|
779
|
+
/**
|
|
780
|
+
* Page continuation token is only used if a previous operation returned a partial result.
|
|
781
|
+
* If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
|
|
782
|
+
*
|
|
783
|
+
*/
|
|
784
|
+
skiptoken?: string;
|
|
785
|
+
/** Number of elements to return when retrieving results. Passing this in will override $skipToken. */
|
|
786
|
+
top?: number;
|
|
787
|
+
}
|
|
788
|
+
/** Contains response data for the getDescendantsNext operation. */
|
|
789
|
+
export declare type ManagementGroupsGetDescendantsNextResponse = DescendantListResult;
|
|
790
|
+
/** Optional parameters. */
|
|
791
|
+
export interface ManagementGroupSubscriptionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
792
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
793
|
+
cacheControl?: string;
|
|
794
|
+
}
|
|
795
|
+
/** Contains response data for the create operation. */
|
|
796
|
+
export declare type ManagementGroupSubscriptionsCreateResponse = SubscriptionUnderManagementGroup;
|
|
797
|
+
/** Optional parameters. */
|
|
798
|
+
export interface ManagementGroupSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
799
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
800
|
+
cacheControl?: string;
|
|
801
|
+
}
|
|
802
|
+
/** Optional parameters. */
|
|
803
|
+
export interface ManagementGroupSubscriptionsGetSubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
804
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
805
|
+
cacheControl?: string;
|
|
806
|
+
}
|
|
807
|
+
/** Contains response data for the getSubscription operation. */
|
|
808
|
+
export declare type ManagementGroupSubscriptionsGetSubscriptionResponse = SubscriptionUnderManagementGroup;
|
|
809
|
+
/** Optional parameters. */
|
|
810
|
+
export interface ManagementGroupSubscriptionsGetSubscriptionsUnderManagementGroupOptionalParams extends coreClient.OperationOptions {
|
|
811
|
+
/**
|
|
812
|
+
* Page continuation token is only used if a previous operation returned a partial result.
|
|
813
|
+
* If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
|
|
814
|
+
*
|
|
815
|
+
*/
|
|
816
|
+
skiptoken?: string;
|
|
817
|
+
}
|
|
818
|
+
/** Contains response data for the getSubscriptionsUnderManagementGroup operation. */
|
|
819
|
+
export declare type ManagementGroupSubscriptionsGetSubscriptionsUnderManagementGroupResponse = ListSubscriptionUnderManagementGroup;
|
|
820
|
+
/** Optional parameters. */
|
|
821
|
+
export interface ManagementGroupSubscriptionsGetSubscriptionsUnderManagementGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
822
|
+
/**
|
|
823
|
+
* Page continuation token is only used if a previous operation returned a partial result.
|
|
824
|
+
* If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
|
|
825
|
+
*
|
|
826
|
+
*/
|
|
827
|
+
skiptoken?: string;
|
|
828
|
+
}
|
|
829
|
+
/** Contains response data for the getSubscriptionsUnderManagementGroupNext operation. */
|
|
830
|
+
export declare type ManagementGroupSubscriptionsGetSubscriptionsUnderManagementGroupNextResponse = ListSubscriptionUnderManagementGroup;
|
|
831
|
+
/** Optional parameters. */
|
|
832
|
+
export interface HierarchySettingsListOptionalParams extends coreClient.OperationOptions {
|
|
833
|
+
}
|
|
834
|
+
/** Contains response data for the list operation. */
|
|
835
|
+
export declare type HierarchySettingsListResponse = HierarchySettingsList;
|
|
836
|
+
/** Optional parameters. */
|
|
837
|
+
export interface HierarchySettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
838
|
+
}
|
|
839
|
+
/** Contains response data for the get operation. */
|
|
840
|
+
export declare type HierarchySettingsGetResponse = HierarchySettings;
|
|
841
|
+
/** Optional parameters. */
|
|
842
|
+
export interface HierarchySettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
843
|
+
}
|
|
844
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
845
|
+
export declare type HierarchySettingsCreateOrUpdateResponse = HierarchySettings;
|
|
846
|
+
/** Optional parameters. */
|
|
847
|
+
export interface HierarchySettingsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
848
|
+
}
|
|
849
|
+
/** Contains response data for the update operation. */
|
|
850
|
+
export declare type HierarchySettingsUpdateResponse = HierarchySettings;
|
|
851
|
+
/** Optional parameters. */
|
|
852
|
+
export interface HierarchySettingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
853
|
+
}
|
|
854
|
+
/** Optional parameters. */
|
|
855
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
856
|
+
}
|
|
857
|
+
/** Contains response data for the list operation. */
|
|
858
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
859
|
+
/** Optional parameters. */
|
|
860
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
861
|
+
}
|
|
862
|
+
/** Contains response data for the listNext operation. */
|
|
863
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
|
864
|
+
/** Optional parameters. */
|
|
865
|
+
export interface CheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
866
|
+
}
|
|
867
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
868
|
+
export declare type CheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
869
|
+
/** Optional parameters. */
|
|
870
|
+
export interface StartTenantBackfillOptionalParams extends coreClient.OperationOptions {
|
|
871
|
+
}
|
|
872
|
+
/** Contains response data for the startTenantBackfill operation. */
|
|
873
|
+
export declare type StartTenantBackfillResponse = TenantBackfillStatusResult;
|
|
874
|
+
/** Optional parameters. */
|
|
875
|
+
export interface TenantBackfillStatusOptionalParams extends coreClient.OperationOptions {
|
|
876
|
+
}
|
|
877
|
+
/** Contains response data for the tenantBackfillStatus operation. */
|
|
878
|
+
export declare type TenantBackfillStatusResponse = TenantBackfillStatusResult;
|
|
879
|
+
/** Optional parameters. */
|
|
880
|
+
export interface EntitiesListOptionalParams extends coreClient.OperationOptions {
|
|
881
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
882
|
+
cacheControl?: string;
|
|
883
|
+
/**
|
|
884
|
+
* Page continuation token is only used if a previous operation returned a partial result.
|
|
885
|
+
* If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
|
|
886
|
+
*
|
|
887
|
+
*/
|
|
888
|
+
skiptoken?: string;
|
|
889
|
+
/** The filter parameter allows you to filter on the the name or display name fields. You can check for equality on the name field (e.g. name eq '{entityName}') and you can check for substrings on either the name or display name fields(e.g. contains(name, '{substringToSearch}'), contains(displayName, '{substringToSearch')). Note that the '{entityName}' and '{substringToSearch}' fields are checked case insensitively. */
|
|
890
|
+
filter?: string;
|
|
891
|
+
/** Number of elements to return when retrieving results. Passing this in will override $skipToken. */
|
|
892
|
+
top?: number;
|
|
893
|
+
/** Number of entities to skip over when retrieving results. Passing this in will override $skipToken. */
|
|
894
|
+
skip?: number;
|
|
895
|
+
/** This parameter specifies the fields to include in the response. Can include any combination of Name,DisplayName,Type,ParentDisplayNameChain,ParentChain, e.g. '$select=Name,DisplayName,Type,ParentDisplayNameChain,ParentNameChain'. When specified the $select parameter can override select in $skipToken. */
|
|
896
|
+
select?: string;
|
|
897
|
+
/**
|
|
898
|
+
* The $search parameter is used in conjunction with the $filter parameter to return three different outputs depending on the parameter passed in.
|
|
899
|
+
* With $search=AllowedParents the API will return the entity info of all groups that the requested entity will be able to reparent to as determined by the user's permissions.
|
|
900
|
+
* With $search=AllowedChildren the API will return the entity info of all entities that can be added as children of the requested entity.
|
|
901
|
+
* With $search=ParentAndFirstLevelChildren the API will return the parent and first level of children that the user has either direct access to or indirect access via one of their descendants.
|
|
902
|
+
* With $search=ParentOnly the API will return only the group if the user has access to at least one of the descendants of the group.
|
|
903
|
+
* With $search=ChildrenOnly the API will return only the first level of children of the group entity info specified in $filter. The user must have direct access to the children entities or one of it's descendants for it to show up in the results.
|
|
904
|
+
*/
|
|
905
|
+
search?: Enum2;
|
|
906
|
+
/** The view parameter allows clients to filter the type of data that is returned by the getEntities call. */
|
|
907
|
+
view?: Enum3;
|
|
908
|
+
/** A filter which allows the get entities call to focus on a particular group (i.e. "$filter=name eq 'groupName'") */
|
|
909
|
+
groupName?: string;
|
|
910
|
+
}
|
|
911
|
+
/** Contains response data for the list operation. */
|
|
912
|
+
export declare type EntitiesListResponse = EntityListResult;
|
|
913
|
+
/** Optional parameters. */
|
|
914
|
+
export interface EntitiesListNextOptionalParams extends coreClient.OperationOptions {
|
|
915
|
+
/** Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches. */
|
|
916
|
+
cacheControl?: string;
|
|
917
|
+
/**
|
|
918
|
+
* Page continuation token is only used if a previous operation returned a partial result.
|
|
919
|
+
* If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
|
|
920
|
+
*
|
|
921
|
+
*/
|
|
922
|
+
skiptoken?: string;
|
|
923
|
+
/** The filter parameter allows you to filter on the the name or display name fields. You can check for equality on the name field (e.g. name eq '{entityName}') and you can check for substrings on either the name or display name fields(e.g. contains(name, '{substringToSearch}'), contains(displayName, '{substringToSearch')). Note that the '{entityName}' and '{substringToSearch}' fields are checked case insensitively. */
|
|
924
|
+
filter?: string;
|
|
925
|
+
/** Number of elements to return when retrieving results. Passing this in will override $skipToken. */
|
|
926
|
+
top?: number;
|
|
927
|
+
/** Number of entities to skip over when retrieving results. Passing this in will override $skipToken. */
|
|
928
|
+
skip?: number;
|
|
929
|
+
/** This parameter specifies the fields to include in the response. Can include any combination of Name,DisplayName,Type,ParentDisplayNameChain,ParentChain, e.g. '$select=Name,DisplayName,Type,ParentDisplayNameChain,ParentNameChain'. When specified the $select parameter can override select in $skipToken. */
|
|
930
|
+
select?: string;
|
|
931
|
+
/**
|
|
932
|
+
* The $search parameter is used in conjunction with the $filter parameter to return three different outputs depending on the parameter passed in.
|
|
933
|
+
* With $search=AllowedParents the API will return the entity info of all groups that the requested entity will be able to reparent to as determined by the user's permissions.
|
|
934
|
+
* With $search=AllowedChildren the API will return the entity info of all entities that can be added as children of the requested entity.
|
|
935
|
+
* With $search=ParentAndFirstLevelChildren the API will return the parent and first level of children that the user has either direct access to or indirect access via one of their descendants.
|
|
936
|
+
* With $search=ParentOnly the API will return only the group if the user has access to at least one of the descendants of the group.
|
|
937
|
+
* With $search=ChildrenOnly the API will return only the first level of children of the group entity info specified in $filter. The user must have direct access to the children entities or one of it's descendants for it to show up in the results.
|
|
938
|
+
*/
|
|
939
|
+
search?: Enum2;
|
|
940
|
+
/** The view parameter allows clients to filter the type of data that is returned by the getEntities call. */
|
|
941
|
+
view?: Enum3;
|
|
942
|
+
/** A filter which allows the get entities call to focus on a particular group (i.e. "$filter=name eq 'groupName'") */
|
|
943
|
+
groupName?: string;
|
|
944
|
+
}
|
|
945
|
+
/** Contains response data for the listNext operation. */
|
|
946
|
+
export declare type EntitiesListNextResponse = EntityListResult;
|
|
947
|
+
/** Optional parameters. */
|
|
948
|
+
export interface ManagementGroupsAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
949
|
+
/** server parameter */
|
|
950
|
+
$host?: string;
|
|
951
|
+
/** Api Version */
|
|
952
|
+
apiVersion?: string;
|
|
953
|
+
/** Overrides client endpoint. */
|
|
954
|
+
endpoint?: string;
|
|
955
|
+
}
|
|
956
|
+
//# sourceMappingURL=index.d.ts.map
|