@azure/eventgrid-systemevents 1.0.0-beta.7 → 1.0.1-alpha.20250630.2
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/dist/browser/generated/index.d.ts +1 -1
- package/dist/browser/generated/index.d.ts.map +1 -1
- package/dist/browser/generated/index.js +1 -1
- package/dist/browser/generated/index.js.map +1 -1
- package/dist/browser/generated/models/index.d.ts +1 -1
- package/dist/browser/generated/models/index.d.ts.map +1 -1
- package/dist/browser/generated/models/index.js +1 -1
- package/dist/browser/generated/models/index.js.map +1 -1
- package/dist/browser/generated/models/models.d.ts +98 -100
- package/dist/browser/generated/models/models.d.ts.map +1 -1
- package/dist/browser/generated/models/models.js +125 -101
- package/dist/browser/generated/models/models.js.map +1 -1
- package/dist/browser/index.d.ts +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/commonjs/generated/index.d.ts +1 -1
- package/dist/commonjs/generated/index.d.ts.map +1 -1
- package/dist/commonjs/generated/index.js +5 -5
- package/dist/commonjs/generated/index.js.map +1 -1
- package/dist/commonjs/generated/models/index.d.ts +1 -1
- package/dist/commonjs/generated/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/models/index.js +5 -6
- package/dist/commonjs/generated/models/index.js.map +1 -1
- package/dist/commonjs/generated/models/models.d.ts +98 -100
- package/dist/commonjs/generated/models/models.d.ts.map +1 -1
- package/dist/commonjs/generated/models/models.js +126 -102
- package/dist/commonjs/generated/models/models.js.map +1 -1
- package/dist/commonjs/index.d.ts +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -5
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/generated/index.d.ts +1 -1
- package/dist/esm/generated/index.d.ts.map +1 -1
- package/dist/esm/generated/index.js +1 -1
- package/dist/esm/generated/index.js.map +1 -1
- package/dist/esm/generated/models/index.d.ts +1 -1
- package/dist/esm/generated/models/index.d.ts.map +1 -1
- package/dist/esm/generated/models/index.js +1 -1
- package/dist/esm/generated/models/index.js.map +1 -1
- package/dist/esm/generated/models/models.d.ts +98 -100
- package/dist/esm/generated/models/models.d.ts.map +1 -1
- package/dist/esm/generated/models/models.js +125 -101
- package/dist/esm/generated/models/models.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/react-native/generated/index.d.ts +1 -1
- package/dist/react-native/generated/index.d.ts.map +1 -1
- package/dist/react-native/generated/index.js +1 -1
- package/dist/react-native/generated/index.js.map +1 -1
- package/dist/react-native/generated/models/index.d.ts +1 -1
- package/dist/react-native/generated/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/models/index.js +1 -1
- package/dist/react-native/generated/models/index.js.map +1 -1
- package/dist/react-native/generated/models/models.d.ts +98 -100
- package/dist/react-native/generated/models/models.d.ts.map +1 -1
- package/dist/react-native/generated/models/models.js +125 -101
- package/dist/react-native/generated/models/models.js.map +1 -1
- package/dist/react-native/index.d.ts +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/package.json +8 -8
|
@@ -29,157 +29,157 @@ export declare function apiCenterApiDefinitionUpdatedEventDataDeserializer(item:
|
|
|
29
29
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.UserCreated event. */
|
|
30
30
|
export interface ApiManagementUserCreatedEventData {
|
|
31
31
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
32
|
-
|
|
32
|
+
resourceUrl?: string;
|
|
33
33
|
}
|
|
34
34
|
export declare function apiManagementUserCreatedEventDataDeserializer(item: any): ApiManagementUserCreatedEventData;
|
|
35
35
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.UserUpdated event. */
|
|
36
36
|
export interface ApiManagementUserUpdatedEventData {
|
|
37
37
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
38
|
-
|
|
38
|
+
resourceUrl?: string;
|
|
39
39
|
}
|
|
40
40
|
export declare function apiManagementUserUpdatedEventDataDeserializer(item: any): ApiManagementUserUpdatedEventData;
|
|
41
41
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.UserDeleted event. */
|
|
42
42
|
export interface ApiManagementUserDeletedEventData {
|
|
43
43
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
44
|
-
|
|
44
|
+
resourceUrl?: string;
|
|
45
45
|
}
|
|
46
46
|
export declare function apiManagementUserDeletedEventDataDeserializer(item: any): ApiManagementUserDeletedEventData;
|
|
47
47
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SubscriptionCreated event. */
|
|
48
48
|
export interface ApiManagementSubscriptionCreatedEventData {
|
|
49
49
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
50
|
-
|
|
50
|
+
resourceUrl?: string;
|
|
51
51
|
}
|
|
52
52
|
export declare function apiManagementSubscriptionCreatedEventDataDeserializer(item: any): ApiManagementSubscriptionCreatedEventData;
|
|
53
53
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SubscriptionUpdated event. */
|
|
54
54
|
export interface ApiManagementSubscriptionUpdatedEventData {
|
|
55
55
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
56
|
-
|
|
56
|
+
resourceUrl?: string;
|
|
57
57
|
}
|
|
58
58
|
export declare function apiManagementSubscriptionUpdatedEventDataDeserializer(item: any): ApiManagementSubscriptionUpdatedEventData;
|
|
59
59
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SubscriptionDeleted event. */
|
|
60
60
|
export interface ApiManagementSubscriptionDeletedEventData {
|
|
61
61
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
62
|
-
|
|
62
|
+
resourceUrl?: string;
|
|
63
63
|
}
|
|
64
64
|
export declare function apiManagementSubscriptionDeletedEventDataDeserializer(item: any): ApiManagementSubscriptionDeletedEventData;
|
|
65
65
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.ProductCreated event. */
|
|
66
66
|
export interface ApiManagementProductCreatedEventData {
|
|
67
67
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
68
|
-
|
|
68
|
+
resourceUrl?: string;
|
|
69
69
|
}
|
|
70
70
|
export declare function apiManagementProductCreatedEventDataDeserializer(item: any): ApiManagementProductCreatedEventData;
|
|
71
71
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.ProductUpdated event. */
|
|
72
72
|
export interface ApiManagementProductUpdatedEventData {
|
|
73
73
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
74
|
-
|
|
74
|
+
resourceUrl?: string;
|
|
75
75
|
}
|
|
76
76
|
export declare function apiManagementProductUpdatedEventDataDeserializer(item: any): ApiManagementProductUpdatedEventData;
|
|
77
77
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.ProductDeleted event. */
|
|
78
78
|
export interface ApiManagementProductDeletedEventData {
|
|
79
79
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
80
|
-
|
|
80
|
+
resourceUrl?: string;
|
|
81
81
|
}
|
|
82
82
|
export declare function apiManagementProductDeletedEventDataDeserializer(item: any): ApiManagementProductDeletedEventData;
|
|
83
83
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APICreated event. */
|
|
84
84
|
export interface ApiManagementApiCreatedEventData {
|
|
85
85
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
86
|
-
|
|
86
|
+
resourceUrl?: string;
|
|
87
87
|
}
|
|
88
88
|
export declare function apiManagementApiCreatedEventDataDeserializer(item: any): ApiManagementApiCreatedEventData;
|
|
89
89
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIUpdated event. */
|
|
90
90
|
export interface ApiManagementApiUpdatedEventData {
|
|
91
91
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
92
|
-
|
|
92
|
+
resourceUrl?: string;
|
|
93
93
|
}
|
|
94
94
|
export declare function apiManagementApiUpdatedEventDataDeserializer(item: any): ApiManagementApiUpdatedEventData;
|
|
95
95
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIDeleted event. */
|
|
96
96
|
export interface ApiManagementApiDeletedEventData {
|
|
97
97
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
98
|
-
|
|
98
|
+
resourceUrl?: string;
|
|
99
99
|
}
|
|
100
100
|
export declare function apiManagementApiDeletedEventDataDeserializer(item: any): ApiManagementApiDeletedEventData;
|
|
101
101
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIReleaseCreated event. */
|
|
102
102
|
export interface ApiManagementApiReleaseCreatedEventData {
|
|
103
103
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
104
|
-
|
|
104
|
+
resourceUrl?: string;
|
|
105
105
|
}
|
|
106
106
|
export declare function apiManagementApiReleaseCreatedEventDataDeserializer(item: any): ApiManagementApiReleaseCreatedEventData;
|
|
107
107
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIReleaseUpdated event. */
|
|
108
108
|
export interface ApiManagementApiReleaseUpdatedEventData {
|
|
109
109
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
110
|
-
|
|
110
|
+
resourceUrl?: string;
|
|
111
111
|
}
|
|
112
112
|
export declare function apiManagementApiReleaseUpdatedEventDataDeserializer(item: any): ApiManagementApiReleaseUpdatedEventData;
|
|
113
113
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.APIReleaseDeleted event. */
|
|
114
114
|
export interface ApiManagementApiReleaseDeletedEventData {
|
|
115
115
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName>` */
|
|
116
|
-
|
|
116
|
+
resourceUrl?: string;
|
|
117
117
|
}
|
|
118
118
|
export declare function apiManagementApiReleaseDeletedEventDataDeserializer(item: any): ApiManagementApiReleaseDeletedEventData;
|
|
119
119
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCreated event. */
|
|
120
120
|
export interface ApiManagementGatewayCreatedEventData {
|
|
121
121
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<ResourceName>` */
|
|
122
|
-
|
|
122
|
+
resourceUrl?: string;
|
|
123
123
|
}
|
|
124
124
|
export declare function apiManagementGatewayCreatedEventDataDeserializer(item: any): ApiManagementGatewayCreatedEventData;
|
|
125
125
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayUpdated event. */
|
|
126
126
|
export interface ApiManagementGatewayUpdatedEventData {
|
|
127
127
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<ResourceName>` */
|
|
128
|
-
|
|
128
|
+
resourceUrl?: string;
|
|
129
129
|
}
|
|
130
130
|
export declare function apiManagementGatewayUpdatedEventDataDeserializer(item: any): ApiManagementGatewayUpdatedEventData;
|
|
131
131
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayDeleted event. */
|
|
132
132
|
export interface ApiManagementGatewayDeletedEventData {
|
|
133
133
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<ResourceName>` */
|
|
134
|
-
|
|
134
|
+
resourceUrl?: string;
|
|
135
135
|
}
|
|
136
136
|
export declare function apiManagementGatewayDeletedEventDataDeserializer(item: any): ApiManagementGatewayDeletedEventData;
|
|
137
137
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayHostnameConfigurationCreated event. */
|
|
138
138
|
export interface ApiManagementGatewayHostnameConfigurationCreatedEventData {
|
|
139
139
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>` */
|
|
140
|
-
|
|
140
|
+
resourceUrl?: string;
|
|
141
141
|
}
|
|
142
142
|
export declare function apiManagementGatewayHostnameConfigurationCreatedEventDataDeserializer(item: any): ApiManagementGatewayHostnameConfigurationCreatedEventData;
|
|
143
143
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated event. */
|
|
144
144
|
export interface ApiManagementGatewayHostnameConfigurationUpdatedEventData {
|
|
145
145
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>` */
|
|
146
|
-
|
|
146
|
+
resourceUrl?: string;
|
|
147
147
|
}
|
|
148
148
|
export declare function apiManagementGatewayHostnameConfigurationUpdatedEventDataDeserializer(item: any): ApiManagementGatewayHostnameConfigurationUpdatedEventData;
|
|
149
149
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted event. */
|
|
150
150
|
export interface ApiManagementGatewayHostnameConfigurationDeletedEventData {
|
|
151
151
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>` */
|
|
152
|
-
|
|
152
|
+
resourceUrl?: string;
|
|
153
153
|
}
|
|
154
154
|
export declare function apiManagementGatewayHostnameConfigurationDeletedEventDataDeserializer(item: any): ApiManagementGatewayHostnameConfigurationDeletedEventData;
|
|
155
155
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCertificateAuthorityCreated event. */
|
|
156
156
|
export interface ApiManagementGatewayCertificateAuthorityCreatedEventData {
|
|
157
157
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>` */
|
|
158
|
-
|
|
158
|
+
resourceUrl?: string;
|
|
159
159
|
}
|
|
160
160
|
export declare function apiManagementGatewayCertificateAuthorityCreatedEventDataDeserializer(item: any): ApiManagementGatewayCertificateAuthorityCreatedEventData;
|
|
161
161
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated event. */
|
|
162
162
|
export interface ApiManagementGatewayCertificateAuthorityUpdatedEventData {
|
|
163
163
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>` */
|
|
164
|
-
|
|
164
|
+
resourceUrl?: string;
|
|
165
165
|
}
|
|
166
166
|
export declare function apiManagementGatewayCertificateAuthorityUpdatedEventDataDeserializer(item: any): ApiManagementGatewayCertificateAuthorityUpdatedEventData;
|
|
167
167
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted event. */
|
|
168
168
|
export interface ApiManagementGatewayCertificateAuthorityDeletedEventData {
|
|
169
169
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>` */
|
|
170
|
-
|
|
170
|
+
resourceUrl?: string;
|
|
171
171
|
}
|
|
172
172
|
export declare function apiManagementGatewayCertificateAuthorityDeletedEventDataDeserializer(item: any): ApiManagementGatewayCertificateAuthorityDeletedEventData;
|
|
173
173
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayAPIAdded event. */
|
|
174
174
|
export interface ApiManagementGatewayApiAddedEventData {
|
|
175
175
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/apis/<ResourceName>` */
|
|
176
|
-
|
|
176
|
+
resourceUrl?: string;
|
|
177
177
|
}
|
|
178
178
|
export declare function apiManagementGatewayApiAddedEventDataDeserializer(item: any): ApiManagementGatewayApiAddedEventData;
|
|
179
179
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayAPIRemoved event. */
|
|
180
180
|
export interface ApiManagementGatewayApiRemovedEventData {
|
|
181
181
|
/** The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/gateways/<GatewayName>/apis/<ResourceName>` */
|
|
182
|
-
|
|
182
|
+
resourceUrl?: string;
|
|
183
183
|
}
|
|
184
184
|
export declare function apiManagementGatewayApiRemovedEventDataDeserializer(item: any): ApiManagementGatewayApiRemovedEventData;
|
|
185
185
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.CircuitBreaker.Opened event. */
|
|
@@ -207,9 +207,9 @@ export declare function apiManagementCircuitBreakerClosedEventDataDeserializer(i
|
|
|
207
207
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayTokenNearExpiry event. */
|
|
208
208
|
export interface ApiManagementGatewayTokenNearExpiryEventData {
|
|
209
209
|
/** Information related to a given self-hosted gateway deployment. */
|
|
210
|
-
|
|
210
|
+
gateway: ApiManagementGateway;
|
|
211
211
|
/** Information related to a an expired gateway token for a self-hosted gateway deployment. */
|
|
212
|
-
|
|
212
|
+
token: ApiManagementNearExpiryGatewayToken;
|
|
213
213
|
}
|
|
214
214
|
export declare function apiManagementGatewayTokenNearExpiryEventDataDeserializer(item: any): ApiManagementGatewayTokenNearExpiryEventData;
|
|
215
215
|
/** Information related to a given self-hosted gateway deployment. */
|
|
@@ -223,21 +223,21 @@ export declare function apiManagementGatewayDeserializer(item: any): ApiManageme
|
|
|
223
223
|
/** Information related to a gateway token that is near expiry for a self-hosted gateway deployment. */
|
|
224
224
|
export interface ApiManagementNearExpiryGatewayToken {
|
|
225
225
|
/** Timestamp when the gateway token will expire. */
|
|
226
|
-
|
|
226
|
+
expiresOn: Date;
|
|
227
227
|
}
|
|
228
228
|
export declare function apiManagementNearExpiryGatewayTokenDeserializer(item: any): ApiManagementNearExpiryGatewayToken;
|
|
229
229
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.GatewayTokenExpired event. */
|
|
230
230
|
export interface ApiManagementGatewayTokenExpiredEventData {
|
|
231
231
|
/** Information related to a given self-hosted gateway deployment. */
|
|
232
|
-
|
|
232
|
+
gateway: ApiManagementGateway;
|
|
233
233
|
/** Information related to a an expired gateway token for a self-hosted gateway deployment. */
|
|
234
|
-
|
|
234
|
+
token: ApiManagementExpiredGatewayToken;
|
|
235
235
|
}
|
|
236
236
|
export declare function apiManagementGatewayTokenExpiredEventDataDeserializer(item: any): ApiManagementGatewayTokenExpiredEventData;
|
|
237
237
|
/** Information related to a gateway token that has expired for a self-hosted gateway deployment. */
|
|
238
238
|
export interface ApiManagementExpiredGatewayToken {
|
|
239
239
|
/** Timestamp when the gateway token has expired. */
|
|
240
|
-
|
|
240
|
+
expiresOn: Date;
|
|
241
241
|
}
|
|
242
242
|
export declare function apiManagementExpiredGatewayTokenDeserializer(item: any): ApiManagementExpiredGatewayToken;
|
|
243
243
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.KeyValueModified event. */
|
|
@@ -411,7 +411,9 @@ export declare enum KnownCommunicationIdentifierModelKind {
|
|
|
411
411
|
/** Phone Number */
|
|
412
412
|
PhoneNumber = "phoneNumber",
|
|
413
413
|
/** Microsoft Teams User */
|
|
414
|
-
MicrosoftTeamsUser = "microsoftTeamsUser"
|
|
414
|
+
MicrosoftTeamsUser = "microsoftTeamsUser",
|
|
415
|
+
/** Microsoft Teams App */
|
|
416
|
+
MicrosoftTeamsApp = "microsoftTeamsApp"
|
|
415
417
|
}
|
|
416
418
|
/**
|
|
417
419
|
* Communication model identifier kind \
|
|
@@ -421,7 +423,8 @@ export declare enum KnownCommunicationIdentifierModelKind {
|
|
|
421
423
|
* **unknown**: Unknown \
|
|
422
424
|
* **communicationUser**: Communication User \
|
|
423
425
|
* **phoneNumber**: Phone Number \
|
|
424
|
-
* **microsoftTeamsUser**: Microsoft Teams User
|
|
426
|
+
* **microsoftTeamsUser**: Microsoft Teams User \
|
|
427
|
+
* **microsoftTeamsApp**: Microsoft Teams App
|
|
425
428
|
*/
|
|
426
429
|
export type CommunicationIdentifierModelKind = string;
|
|
427
430
|
/** A user that got created with an Azure Communication Services resource. */
|
|
@@ -510,11 +513,11 @@ export interface AcsCallParticipant {
|
|
|
510
513
|
/** The communication identifier of the participant user */
|
|
511
514
|
communicationIdentifier?: CommunicationIdentifierModel;
|
|
512
515
|
/** The role of the participant */
|
|
513
|
-
role?:
|
|
516
|
+
role?: AcsCallParticipantKind;
|
|
514
517
|
}
|
|
515
518
|
export declare function acsCallParticipantDeserializer(item: any): AcsCallParticipant;
|
|
516
|
-
/** Call participant
|
|
517
|
-
export declare enum
|
|
519
|
+
/** Call participant kind. */
|
|
520
|
+
export declare enum KnownAcsCallParticipantKind {
|
|
518
521
|
/** Attendee */
|
|
519
522
|
Attendee = "Attendee",
|
|
520
523
|
/** Presenter */
|
|
@@ -527,8 +530,8 @@ export declare enum KnownAcsCallParticipantRoleKind {
|
|
|
527
530
|
Collaborator = "Collaborator"
|
|
528
531
|
}
|
|
529
532
|
/**
|
|
530
|
-
* Call participant
|
|
531
|
-
* {@link
|
|
533
|
+
* Call participant kind. \
|
|
534
|
+
* {@link KnownAcsCallParticipantKind} can be used interchangeably with AcsCallParticipantKind,
|
|
532
535
|
* this enum contains the known values that the service supports.
|
|
533
536
|
* ### Known values supported by the service
|
|
534
537
|
* **Attendee**: Attendee \
|
|
@@ -537,7 +540,7 @@ export declare enum KnownAcsCallParticipantRoleKind {
|
|
|
537
540
|
* **Consumer**: Consumer \
|
|
538
541
|
* **Collaborator**: Collaborator
|
|
539
542
|
*/
|
|
540
|
-
export type
|
|
543
|
+
export type AcsCallParticipantKind = string;
|
|
541
544
|
/** Schema of calling event group properties */
|
|
542
545
|
export interface AcsCallGroup {
|
|
543
546
|
/** Group Id. */
|
|
@@ -569,7 +572,7 @@ export interface AcsCallEndedBy {
|
|
|
569
572
|
/** The communication identifier of the call ended by */
|
|
570
573
|
communicationIdentifier: CommunicationIdentifierModel;
|
|
571
574
|
/** The type of call ended by. */
|
|
572
|
-
|
|
575
|
+
kind: AcsCallEndedByKind;
|
|
573
576
|
/** The name of the call ended by. */
|
|
574
577
|
name: string;
|
|
575
578
|
}
|
|
@@ -923,11 +926,11 @@ export interface AcsRecordingFileStatusUpdatedEventData {
|
|
|
923
926
|
/** The recording duration in milliseconds */
|
|
924
927
|
recordingDurationMs?: number;
|
|
925
928
|
/** The recording content type- AudioVideo, or Audio */
|
|
926
|
-
recordingContentType:
|
|
929
|
+
recordingContentType: AcsRecordingContentType;
|
|
927
930
|
/** The recording channel type - Mixed, Unmixed */
|
|
928
|
-
recordingChannelType:
|
|
931
|
+
recordingChannelType: AcsRecordingChannelType;
|
|
929
932
|
/** The recording format type - Mp4, Mp3, Wav */
|
|
930
|
-
recordingFormatType:
|
|
933
|
+
recordingFormatType: AcsRecordingFormatType;
|
|
931
934
|
/** The reason for ending recording session */
|
|
932
935
|
sessionEndReason?: string;
|
|
933
936
|
}
|
|
@@ -956,7 +959,7 @@ export interface AcsRecordingChunkInfo {
|
|
|
956
959
|
}
|
|
957
960
|
export declare function acsRecordingChunkInfoDeserializer(item: any): AcsRecordingChunkInfo;
|
|
958
961
|
/** Recording content type */
|
|
959
|
-
export declare enum
|
|
962
|
+
export declare enum KnownAcsRecordingContentType {
|
|
960
963
|
/** AudioVideo content type */
|
|
961
964
|
AudioVideo = "AudioVideo",
|
|
962
965
|
/** Audio content type */
|
|
@@ -964,15 +967,15 @@ export declare enum KnownRecordingContentType {
|
|
|
964
967
|
}
|
|
965
968
|
/**
|
|
966
969
|
* Recording content type \
|
|
967
|
-
* {@link
|
|
970
|
+
* {@link KnownAcsRecordingContentType} can be used interchangeably with AcsRecordingContentType,
|
|
968
971
|
* this enum contains the known values that the service supports.
|
|
969
972
|
* ### Known values supported by the service
|
|
970
973
|
* **AudioVideo**: AudioVideo content type \
|
|
971
974
|
* **Audio**: Audio content type
|
|
972
975
|
*/
|
|
973
|
-
export type
|
|
976
|
+
export type AcsRecordingContentType = string;
|
|
974
977
|
/** Recording channel type */
|
|
975
|
-
export declare enum
|
|
978
|
+
export declare enum KnownAcsRecordingChannelType {
|
|
976
979
|
/** Mixed channel type */
|
|
977
980
|
Mixed = "Mixed",
|
|
978
981
|
/** Unmixed channel type */
|
|
@@ -980,15 +983,15 @@ export declare enum KnownRecordingChannelType {
|
|
|
980
983
|
}
|
|
981
984
|
/**
|
|
982
985
|
* Recording channel type \
|
|
983
|
-
* {@link
|
|
986
|
+
* {@link KnownAcsRecordingChannelType} can be used interchangeably with AcsRecordingChannelType,
|
|
984
987
|
* this enum contains the known values that the service supports.
|
|
985
988
|
* ### Known values supported by the service
|
|
986
989
|
* **Mixed**: Mixed channel type \
|
|
987
990
|
* **Unmixed**: Unmixed channel type
|
|
988
991
|
*/
|
|
989
|
-
export type
|
|
992
|
+
export type AcsRecordingChannelType = string;
|
|
990
993
|
/** Recording format type */
|
|
991
|
-
export declare enum
|
|
994
|
+
export declare enum KnownAcsRecordingFormatType {
|
|
992
995
|
/** WAV format */
|
|
993
996
|
Wav = "Wav",
|
|
994
997
|
/** MP3 format */
|
|
@@ -998,14 +1001,14 @@ export declare enum KnownRecordingFormatType {
|
|
|
998
1001
|
}
|
|
999
1002
|
/**
|
|
1000
1003
|
* Recording format type \
|
|
1001
|
-
* {@link
|
|
1004
|
+
* {@link KnownAcsRecordingFormatType} can be used interchangeably with AcsRecordingFormatType,
|
|
1002
1005
|
* this enum contains the known values that the service supports.
|
|
1003
1006
|
* ### Known values supported by the service
|
|
1004
1007
|
* **Wav**: WAV format \
|
|
1005
1008
|
* **Mp3**: MP3 format \
|
|
1006
1009
|
* **Mp4**: MP4 format
|
|
1007
1010
|
*/
|
|
1008
|
-
export type
|
|
1011
|
+
export type AcsRecordingFormatType = string;
|
|
1009
1012
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Communication.EmailDeliveryReportReceived event. */
|
|
1010
1013
|
export interface AcsEmailDeliveryReportReceivedEventData {
|
|
1011
1014
|
/** The Sender Email Address */
|
|
@@ -1773,7 +1776,7 @@ export interface ContainerRegistryEventSource {
|
|
|
1773
1776
|
/** The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port. */
|
|
1774
1777
|
addr?: string;
|
|
1775
1778
|
/** The running instance of an application. Changes after each restart. */
|
|
1776
|
-
|
|
1779
|
+
instanceId?: string;
|
|
1777
1780
|
}
|
|
1778
1781
|
export declare function containerRegistryEventSourceDeserializer(item: any): ContainerRegistryEventSource;
|
|
1779
1782
|
/** The connected registry information if the event is generated by a connected registry. */
|
|
@@ -2123,13 +2126,13 @@ export declare function iotHubDeviceTelemetryEventDataDeserializer(item: any): I
|
|
|
2123
2126
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceCreated event. */
|
|
2124
2127
|
export interface HealthcareFhirResourceCreatedEventData {
|
|
2125
2128
|
/** Type of HL7 FHIR resource. */
|
|
2126
|
-
|
|
2129
|
+
fhirResourceType: HealthcareFhirResourceType;
|
|
2127
2130
|
/** Domain name of FHIR account for this resource. */
|
|
2128
|
-
|
|
2131
|
+
fhirServiceHostName: string;
|
|
2129
2132
|
/** Id of HL7 FHIR resource. */
|
|
2130
|
-
|
|
2133
|
+
fhirResourceId: string;
|
|
2131
2134
|
/** VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion). */
|
|
2132
|
-
|
|
2135
|
+
fhirResourceVersionId: number;
|
|
2133
2136
|
}
|
|
2134
2137
|
export declare function healthcareFhirResourceCreatedEventDataDeserializer(item: any): HealthcareFhirResourceCreatedEventData;
|
|
2135
2138
|
/** Schema of FHIR resource type enumeration. */
|
|
@@ -2628,25 +2631,25 @@ export type HealthcareFhirResourceType = string;
|
|
|
2628
2631
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceUpdated event. */
|
|
2629
2632
|
export interface HealthcareFhirResourceUpdatedEventData {
|
|
2630
2633
|
/** Type of HL7 FHIR resource. */
|
|
2631
|
-
|
|
2634
|
+
fhirResourceType: HealthcareFhirResourceType;
|
|
2632
2635
|
/** Domain name of FHIR account for this resource. */
|
|
2633
|
-
|
|
2636
|
+
fhirServiceHostName: string;
|
|
2634
2637
|
/** Id of HL7 FHIR resource. */
|
|
2635
|
-
|
|
2638
|
+
fhirResourceId: string;
|
|
2636
2639
|
/** VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion). */
|
|
2637
|
-
|
|
2640
|
+
fhirResourceVersionId: number;
|
|
2638
2641
|
}
|
|
2639
2642
|
export declare function healthcareFhirResourceUpdatedEventDataDeserializer(item: any): HealthcareFhirResourceUpdatedEventData;
|
|
2640
2643
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceDeleted event. */
|
|
2641
2644
|
export interface HealthcareFhirResourceDeletedEventData {
|
|
2642
2645
|
/** Type of HL7 FHIR resource. */
|
|
2643
|
-
|
|
2646
|
+
fhirResourceType: HealthcareFhirResourceType;
|
|
2644
2647
|
/** Domain name of FHIR account for this resource. */
|
|
2645
|
-
|
|
2648
|
+
fhirServiceHostName: string;
|
|
2646
2649
|
/** Id of HL7 FHIR resource. */
|
|
2647
|
-
|
|
2650
|
+
fhirResourceId: string;
|
|
2648
2651
|
/** VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion). */
|
|
2649
|
-
|
|
2652
|
+
fhirResourceVersionId: number;
|
|
2650
2653
|
}
|
|
2651
2654
|
export declare function healthcareFhirResourceDeletedEventDataDeserializer(item: any): HealthcareFhirResourceDeletedEventData;
|
|
2652
2655
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.DicomImageCreated event. */
|
|
@@ -3062,7 +3065,7 @@ export interface ResourceWriteSuccessEventData {
|
|
|
3062
3065
|
/** The resource provider performing the operation. */
|
|
3063
3066
|
resourceProvider?: string;
|
|
3064
3067
|
/** The URI of the resource in the operation. */
|
|
3065
|
-
|
|
3068
|
+
resourceUrl?: string;
|
|
3066
3069
|
/** The operation that was performed. */
|
|
3067
3070
|
operationName?: string;
|
|
3068
3071
|
/** The status of the operation. */
|
|
@@ -3110,7 +3113,7 @@ export interface ResourceWriteFailureEventData {
|
|
|
3110
3113
|
/** The resource provider performing the operation. */
|
|
3111
3114
|
resourceProvider?: string;
|
|
3112
3115
|
/** The URI of the resource in the operation. */
|
|
3113
|
-
|
|
3116
|
+
resourceUrl?: string;
|
|
3114
3117
|
/** The operation that was performed. */
|
|
3115
3118
|
operationName?: string;
|
|
3116
3119
|
/** The status of the operation. */
|
|
@@ -3136,7 +3139,7 @@ export interface ResourceWriteCancelEventData {
|
|
|
3136
3139
|
/** The resource provider performing the operation. */
|
|
3137
3140
|
resourceProvider?: string;
|
|
3138
3141
|
/** The URI of the resource in the operation. */
|
|
3139
|
-
|
|
3142
|
+
resourceUrl?: string;
|
|
3140
3143
|
/** The operation that was performed. */
|
|
3141
3144
|
operationName?: string;
|
|
3142
3145
|
/** The status of the operation. */
|
|
@@ -3162,7 +3165,7 @@ export interface ResourceDeleteSuccessEventData {
|
|
|
3162
3165
|
/** The resource provider performing the operation. */
|
|
3163
3166
|
resourceProvider?: string;
|
|
3164
3167
|
/** The URI of the resource in the operation. */
|
|
3165
|
-
|
|
3168
|
+
resourceUrl?: string;
|
|
3166
3169
|
/** The operation that was performed. */
|
|
3167
3170
|
operationName?: string;
|
|
3168
3171
|
/** The status of the operation. */
|
|
@@ -3188,7 +3191,7 @@ export interface ResourceDeleteFailureEventData {
|
|
|
3188
3191
|
/** The resource provider performing the operation. */
|
|
3189
3192
|
resourceProvider?: string;
|
|
3190
3193
|
/** The URI of the resource in the operation. */
|
|
3191
|
-
|
|
3194
|
+
resourceUrl?: string;
|
|
3192
3195
|
/** The operation that was performed. */
|
|
3193
3196
|
operationName?: string;
|
|
3194
3197
|
/** The status of the operation. */
|
|
@@ -3214,7 +3217,7 @@ export interface ResourceDeleteCancelEventData {
|
|
|
3214
3217
|
/** The resource provider performing the operation. */
|
|
3215
3218
|
resourceProvider?: string;
|
|
3216
3219
|
/** The URI of the resource in the operation. */
|
|
3217
|
-
|
|
3220
|
+
resourceUrl?: string;
|
|
3218
3221
|
/** The operation that was performed. */
|
|
3219
3222
|
operationName?: string;
|
|
3220
3223
|
/** The status of the operation. */
|
|
@@ -3240,7 +3243,7 @@ export interface ResourceActionSuccessEventData {
|
|
|
3240
3243
|
/** The resource provider performing the operation. */
|
|
3241
3244
|
resourceProvider?: string;
|
|
3242
3245
|
/** The URI of the resource in the operation. */
|
|
3243
|
-
|
|
3246
|
+
resourceUrl?: string;
|
|
3244
3247
|
/** The operation that was performed. */
|
|
3245
3248
|
operationName?: string;
|
|
3246
3249
|
/** The status of the operation. */
|
|
@@ -3266,7 +3269,7 @@ export interface ResourceActionFailureEventData {
|
|
|
3266
3269
|
/** The resource provider performing the operation. */
|
|
3267
3270
|
resourceProvider?: string;
|
|
3268
3271
|
/** The URI of the resource in the operation. */
|
|
3269
|
-
|
|
3272
|
+
resourceUrl?: string;
|
|
3270
3273
|
/** The operation that was performed. */
|
|
3271
3274
|
operationName?: string;
|
|
3272
3275
|
/** The status of the operation. */
|
|
@@ -3292,7 +3295,7 @@ export interface ResourceActionCancelEventData {
|
|
|
3292
3295
|
/** The resource provider performing the operation. */
|
|
3293
3296
|
resourceProvider?: string;
|
|
3294
3297
|
/** The URI of the resource in the operation. */
|
|
3295
|
-
|
|
3298
|
+
resourceUrl?: string;
|
|
3296
3299
|
/** The operation that was performed. */
|
|
3297
3300
|
operationName?: string;
|
|
3298
3301
|
/** The status of the operation. */
|
|
@@ -3732,7 +3735,7 @@ export interface StorageTaskAssignmentCompletedEventData {
|
|
|
3732
3735
|
/** The task name for a storage task. */
|
|
3733
3736
|
taskName?: string;
|
|
3734
3737
|
/** The summary report blob url for a storage task */
|
|
3735
|
-
|
|
3738
|
+
summaryReportBlobUrl: string;
|
|
3736
3739
|
}
|
|
3737
3740
|
export declare function storageTaskAssignmentCompletedEventDataDeserializer(item: any): StorageTaskAssignmentCompletedEventData;
|
|
3738
3741
|
/** The status for a storage task. */
|
|
@@ -3754,7 +3757,7 @@ export type StorageTaskAssignmentCompletedStatus = string;
|
|
|
3754
3757
|
/** Detail of action on the app. */
|
|
3755
3758
|
export interface AppEventTypeDetail {
|
|
3756
3759
|
/** Type of action of the operation. */
|
|
3757
|
-
action
|
|
3760
|
+
action?: AppAction;
|
|
3758
3761
|
}
|
|
3759
3762
|
export declare function appEventTypeDetailDeserializer(item: any): AppEventTypeDetail;
|
|
3760
3763
|
/** Type of action of the operation */
|
|
@@ -3788,7 +3791,7 @@ export type AppAction = string;
|
|
|
3788
3791
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppUpdated event. */
|
|
3789
3792
|
export interface WebAppUpdatedEventData {
|
|
3790
3793
|
/** Detail of action on the app. */
|
|
3791
|
-
appEventTypeDetail
|
|
3794
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3792
3795
|
/** name of the web site that had this event. */
|
|
3793
3796
|
name?: string;
|
|
3794
3797
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3806,7 +3809,7 @@ export declare function webAppUpdatedEventDataDeserializer(item: any): WebAppUpd
|
|
|
3806
3809
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationStarted event. */
|
|
3807
3810
|
export interface WebBackupOperationStartedEventData {
|
|
3808
3811
|
/** Detail of action on the app. */
|
|
3809
|
-
appEventTypeDetail
|
|
3812
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3810
3813
|
/** name of the web site that had this event. */
|
|
3811
3814
|
name?: string;
|
|
3812
3815
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3824,7 +3827,7 @@ export declare function webBackupOperationStartedEventDataDeserializer(item: any
|
|
|
3824
3827
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationCompleted event. */
|
|
3825
3828
|
export interface WebBackupOperationCompletedEventData {
|
|
3826
3829
|
/** Detail of action on the app. */
|
|
3827
|
-
appEventTypeDetail
|
|
3830
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3828
3831
|
/** name of the web site that had this event. */
|
|
3829
3832
|
name?: string;
|
|
3830
3833
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3842,7 +3845,7 @@ export declare function webBackupOperationCompletedEventDataDeserializer(item: a
|
|
|
3842
3845
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationFailed event. */
|
|
3843
3846
|
export interface WebBackupOperationFailedEventData {
|
|
3844
3847
|
/** Detail of action on the app. */
|
|
3845
|
-
appEventTypeDetail
|
|
3848
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3846
3849
|
/** name of the web site that had this event. */
|
|
3847
3850
|
name?: string;
|
|
3848
3851
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3860,7 +3863,7 @@ export declare function webBackupOperationFailedEventDataDeserializer(item: any)
|
|
|
3860
3863
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationStarted event. */
|
|
3861
3864
|
export interface WebRestoreOperationStartedEventData {
|
|
3862
3865
|
/** Detail of action on the app. */
|
|
3863
|
-
appEventTypeDetail
|
|
3866
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3864
3867
|
/** name of the web site that had this event. */
|
|
3865
3868
|
name?: string;
|
|
3866
3869
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3878,7 +3881,7 @@ export declare function webRestoreOperationStartedEventDataDeserializer(item: an
|
|
|
3878
3881
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationCompleted event. */
|
|
3879
3882
|
export interface WebRestoreOperationCompletedEventData {
|
|
3880
3883
|
/** Detail of action on the app. */
|
|
3881
|
-
appEventTypeDetail
|
|
3884
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3882
3885
|
/** name of the web site that had this event. */
|
|
3883
3886
|
name?: string;
|
|
3884
3887
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3896,7 +3899,7 @@ export declare function webRestoreOperationCompletedEventDataDeserializer(item:
|
|
|
3896
3899
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationFailed event. */
|
|
3897
3900
|
export interface WebRestoreOperationFailedEventData {
|
|
3898
3901
|
/** Detail of action on the app. */
|
|
3899
|
-
appEventTypeDetail
|
|
3902
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3900
3903
|
/** name of the web site that had this event. */
|
|
3901
3904
|
name?: string;
|
|
3902
3905
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3914,7 +3917,7 @@ export declare function webRestoreOperationFailedEventDataDeserializer(item: any
|
|
|
3914
3917
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapStarted event. */
|
|
3915
3918
|
export interface WebSlotSwapStartedEventData {
|
|
3916
3919
|
/** Detail of action on the app. */
|
|
3917
|
-
appEventTypeDetail
|
|
3920
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3918
3921
|
/** name of the web site that had this event. */
|
|
3919
3922
|
name?: string;
|
|
3920
3923
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3932,7 +3935,7 @@ export declare function webSlotSwapStartedEventDataDeserializer(item: any): WebS
|
|
|
3932
3935
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapCompleted event. */
|
|
3933
3936
|
export interface WebSlotSwapCompletedEventData {
|
|
3934
3937
|
/** Detail of action on the app. */
|
|
3935
|
-
appEventTypeDetail
|
|
3938
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3936
3939
|
/** name of the web site that had this event. */
|
|
3937
3940
|
name?: string;
|
|
3938
3941
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3950,7 +3953,7 @@ export declare function webSlotSwapCompletedEventDataDeserializer(item: any): We
|
|
|
3950
3953
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapFailed event. */
|
|
3951
3954
|
export interface WebSlotSwapFailedEventData {
|
|
3952
3955
|
/** Detail of action on the app. */
|
|
3953
|
-
appEventTypeDetail
|
|
3956
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3954
3957
|
/** name of the web site that had this event. */
|
|
3955
3958
|
name?: string;
|
|
3956
3959
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3968,7 +3971,7 @@ export declare function webSlotSwapFailedEventDataDeserializer(item: any): WebSl
|
|
|
3968
3971
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapWithPreviewStarted event. */
|
|
3969
3972
|
export interface WebSlotSwapWithPreviewStartedEventData {
|
|
3970
3973
|
/** Detail of action on the app. */
|
|
3971
|
-
appEventTypeDetail
|
|
3974
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3972
3975
|
/** name of the web site that had this event. */
|
|
3973
3976
|
name?: string;
|
|
3974
3977
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -3986,7 +3989,7 @@ export declare function webSlotSwapWithPreviewStartedEventDataDeserializer(item:
|
|
|
3986
3989
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.SlotSwapWithPreviewCancelled event. */
|
|
3987
3990
|
export interface WebSlotSwapWithPreviewCancelledEventData {
|
|
3988
3991
|
/** Detail of action on the app. */
|
|
3989
|
-
appEventTypeDetail
|
|
3992
|
+
appEventTypeDetail?: AppEventTypeDetail;
|
|
3990
3993
|
/** name of the web site that had this event. */
|
|
3991
3994
|
name?: string;
|
|
3992
3995
|
/** The client request id generated by the app service for the site API operation that triggered this event. */
|
|
@@ -4004,9 +4007,9 @@ export declare function webSlotSwapWithPreviewCancelledEventDataDeserializer(ite
|
|
|
4004
4007
|
/** Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppServicePlanUpdated event. */
|
|
4005
4008
|
export interface WebAppServicePlanUpdatedEventData {
|
|
4006
4009
|
/** Detail of action on the app service plan. */
|
|
4007
|
-
appServicePlanEventTypeDetail
|
|
4010
|
+
appServicePlanEventTypeDetail?: AppServicePlanEventTypeDetail;
|
|
4008
4011
|
/** sku of app service plan. */
|
|
4009
|
-
sku
|
|
4012
|
+
sku?: WebAppServicePlanUpdatedEventDataSku;
|
|
4010
4013
|
/** name of the app service plan that had this event. */
|
|
4011
4014
|
name?: string;
|
|
4012
4015
|
/** The client request id generated by the app service for the app service plan API operation that triggered this event. */
|
|
@@ -4024,11 +4027,11 @@ export declare function webAppServicePlanUpdatedEventDataDeserializer(item: any)
|
|
|
4024
4027
|
/** Detail of action on the app service plan. */
|
|
4025
4028
|
export interface AppServicePlanEventTypeDetail {
|
|
4026
4029
|
/** Kind of environment where app service plan is. */
|
|
4027
|
-
stampKind
|
|
4030
|
+
stampKind?: StampKind;
|
|
4028
4031
|
/** Type of action on the app service plan. */
|
|
4029
|
-
action
|
|
4032
|
+
action?: AppServicePlanAction;
|
|
4030
4033
|
/** Asynchronous operation status of the operation on the app service plan. */
|
|
4031
|
-
status
|
|
4034
|
+
status?: AsyncStatus;
|
|
4032
4035
|
}
|
|
4033
4036
|
export declare function appServicePlanEventTypeDetailDeserializer(item: any): AppServicePlanEventTypeDetail;
|
|
4034
4037
|
/** Kind of environment where app service plan is. */
|
|
@@ -4141,7 +4144,7 @@ export interface EventGridMqttClientEventData {
|
|
|
4141
4144
|
*/
|
|
4142
4145
|
clientAuthenticationName: string;
|
|
4143
4146
|
/** Name of the client resource in the Event Grid namespace. */
|
|
4144
|
-
clientName
|
|
4147
|
+
clientName?: string;
|
|
4145
4148
|
/** Name of the Event Grid namespace where the MQTT client was created or updated. */
|
|
4146
4149
|
namespaceName: string;
|
|
4147
4150
|
}
|
|
@@ -4352,9 +4355,4 @@ export declare function resourceNotificationsResourceManagementDeletedEventDataD
|
|
|
4352
4355
|
export interface ResourceNotificationsContainerServiceEventResourcesScheduledEventData extends ResourceNotificationsResourceUpdatedEventData {
|
|
4353
4356
|
}
|
|
4354
4357
|
export declare function resourceNotificationsContainerServiceEventResourcesScheduledEventDataDeserializer(item: any): ResourceNotificationsContainerServiceEventResourcesScheduledEventData;
|
|
4355
|
-
/** Known values of {@link ServiceApiVersions} that the service accepts. */
|
|
4356
|
-
export declare enum KnownServiceApiVersions {
|
|
4357
|
-
V20180101 = "2018-01-01",
|
|
4358
|
-
V20240101 = "2024-01-01"
|
|
4359
|
-
}
|
|
4360
4358
|
//# sourceMappingURL=models.d.ts.map
|