@@ -417,6 +417,8 @@ export class AzureMediaServices extends coreClient.ServiceClient {
417
417
// (undocumented)
418
418
accountFilters: AccountFilters ;
419
419
// (undocumented)
420
+ apiVersion: string ;
421
+ // (undocumented)
420
422
assetFilters: AssetFilters ;
421
423
// (undocumented)
422
424
assets: Assets ;
@@ -433,6 +435,10 @@ export class AzureMediaServices extends coreClient.ServiceClient {
433
435
// (undocumented)
434
436
mediaservices: Mediaservices ;
435
437
// (undocumented)
438
+ mediaServicesOperationResults: MediaServicesOperationResults ;
439
+ // (undocumented)
440
+ mediaServicesOperationStatuses: MediaServicesOperationStatuses ;
441
+ // (undocumented)
436
442
operationResults: OperationResults ;
437
443
// (undocumented)
438
444
operations: Operations ;
@@ -459,6 +465,7 @@ export class AzureMediaServices extends coreClient.ServiceClient {
459
465
// @public
460
466
export interface AzureMediaServicesOptionalParams extends coreClient .ServiceClientOptions {
461
467
$host? : string ;
468
+ apiVersion? : string ;
462
469
endpoint? : string ;
463
470
}
464
471
@@ -2113,14 +2120,16 @@ export interface LogSpecification {
2113
2120
2114
2121
// @public
2115
2122
export type MediaService = TrackedResource & {
2116
- identity? : MediaServiceIdentity ;
2117
2123
readonly systemData? : SystemData ;
2124
+ identity? : MediaServiceIdentity ;
2118
2125
readonly mediaServiceId? : string ;
2119
2126
storageAccounts? : StorageAccount [];
2120
2127
storageAuthentication? : StorageAuthentication ;
2121
2128
encryption? : AccountEncryption ;
2122
2129
keyDelivery? : KeyDelivery ;
2123
2130
publicNetworkAccess? : PublicNetworkAccess ;
2131
+ readonly provisioningState? : ProvisioningState ;
2132
+ readonly privateEndpointConnections? : PrivateEndpointConnection [];
2124
2133
};
2125
2134
2126
2135
// @public
@@ -2139,24 +2148,45 @@ export interface MediaServiceIdentity {
2139
2148
};
2140
2149
}
2141
2150
2151
+ // @public
2152
+ export interface MediaServiceOperationStatus {
2153
+ endTime? : Date ;
2154
+ error? : ErrorDetail ;
2155
+ id? : string ;
2156
+ name: string ;
2157
+ startTime? : Date ;
2158
+ status: string ;
2159
+ }
2160
+
2142
2161
// @public
2143
2162
export interface Mediaservices {
2144
- createOrUpdate(resourceGroupName : string , accountName : string , parameters : MediaService , options ? : MediaservicesCreateOrUpdateOptionalParams ): Promise <MediaservicesCreateOrUpdateResponse >;
2163
+ beginCreateOrUpdate(resourceGroupName : string , accountName : string , parameters : MediaService , options ? : MediaservicesCreateOrUpdateOptionalParams ): Promise <PollerLike <PollOperationState <MediaservicesCreateOrUpdateResponse >, MediaservicesCreateOrUpdateResponse >>;
2164
+ beginCreateOrUpdateAndWait(resourceGroupName : string , accountName : string , parameters : MediaService , options ? : MediaservicesCreateOrUpdateOptionalParams ): Promise <MediaservicesCreateOrUpdateResponse >;
2165
+ beginUpdate(resourceGroupName : string , accountName : string , parameters : MediaServiceUpdate , options ? : MediaservicesUpdateOptionalParams ): Promise <PollerLike <PollOperationState <MediaservicesUpdateResponse >, MediaservicesUpdateResponse >>;
2166
+ beginUpdateAndWait(resourceGroupName : string , accountName : string , parameters : MediaServiceUpdate , options ? : MediaservicesUpdateOptionalParams ): Promise <MediaservicesUpdateResponse >;
2145
2167
delete(resourceGroupName : string , accountName : string , options ? : MediaservicesDeleteOptionalParams ): Promise <void >;
2146
2168
get(resourceGroupName : string , accountName : string , options ? : MediaservicesGetOptionalParams ): Promise <MediaservicesGetResponse >;
2147
2169
list(resourceGroupName : string , options ? : MediaservicesListOptionalParams ): PagedAsyncIterableIterator <MediaService >;
2148
2170
listBySubscription(options ? : MediaservicesListBySubscriptionOptionalParams ): PagedAsyncIterableIterator <MediaService >;
2149
2171
listEdgePolicies(resourceGroupName : string , accountName : string , parameters : ListEdgePoliciesInput , options ? : MediaservicesListEdgePoliciesOptionalParams ): Promise <MediaservicesListEdgePoliciesResponse >;
2150
2172
syncStorageKeys(resourceGroupName : string , accountName : string , parameters : SyncStorageKeysInput , options ? : MediaservicesSyncStorageKeysOptionalParams ): Promise <void >;
2151
- update(resourceGroupName : string , accountName : string , parameters : MediaServiceUpdate , options ? : MediaservicesUpdateOptionalParams ): Promise <MediaservicesUpdateResponse >;
2173
+ }
2174
+
2175
+ // @public
2176
+ export interface MediaservicesCreateOrUpdateHeaders {
2177
+ azureAsyncOperation? : string ;
2178
+ location? : string ;
2179
+ retryAfter? : number ;
2152
2180
}
2153
2181
2154
2182
// @public
2155
2183
export interface MediaservicesCreateOrUpdateOptionalParams extends coreClient .OperationOptions {
2184
+ resumeFrom? : string ;
2185
+ updateIntervalInMs? : number ;
2156
2186
}
2157
2187
2158
2188
// @public
2159
- export type MediaservicesCreateOrUpdateResponse = MediaService ;
2189
+ export type MediaservicesCreateOrUpdateResponse = MediaservicesCreateOrUpdateHeaders & MediaService ;
2160
2190
2161
2191
// @public
2162
2192
export interface MediaservicesDeleteOptionalParams extends coreClient .OperationOptions {
@@ -2204,23 +2234,65 @@ export interface MediaservicesListOptionalParams extends coreClient.OperationOpt
2204
2234
// @public
2205
2235
export type MediaservicesListResponse = MediaServiceCollection ;
2206
2236
2237
+ // @public
2238
+ export interface MediaServicesOperationResults {
2239
+ get(locationName : string , operationId : string , options ? : MediaServicesOperationResultsGetOptionalParams ): Promise <MediaServicesOperationResultsGetResponse >;
2240
+ }
2241
+
2242
+ // @public
2243
+ export interface MediaServicesOperationResultsGetHeaders {
2244
+ azureAsyncOperation? : string ;
2245
+ location? : string ;
2246
+ retryAfter? : number ;
2247
+ }
2248
+
2249
+ // @public
2250
+ export interface MediaServicesOperationResultsGetOptionalParams extends coreClient .OperationOptions {
2251
+ }
2252
+
2253
+ // @public
2254
+ export type MediaServicesOperationResultsGetResponse = MediaService ;
2255
+
2256
+ // @public
2257
+ export interface MediaServicesOperationStatuses {
2258
+ get(locationName : string , operationId : string , options ? : MediaServicesOperationStatusesGetOptionalParams ): Promise <MediaServicesOperationStatusesGetResponse >;
2259
+ }
2260
+
2261
+ // @public
2262
+ export interface MediaServicesOperationStatusesGetOptionalParams extends coreClient .OperationOptions {
2263
+ }
2264
+
2265
+ // @public
2266
+ export type MediaServicesOperationStatusesGetResponse = MediaServiceOperationStatus ;
2267
+
2207
2268
// @public
2208
2269
export interface MediaservicesSyncStorageKeysOptionalParams extends coreClient .OperationOptions {
2209
2270
}
2210
2271
2272
+ // @public
2273
+ export interface MediaservicesUpdateHeaders {
2274
+ azureAsyncOperation? : string ;
2275
+ location? : string ;
2276
+ retryAfter? : number ;
2277
+ }
2278
+
2211
2279
// @public
2212
2280
export interface MediaservicesUpdateOptionalParams extends coreClient .OperationOptions {
2281
+ resumeFrom? : string ;
2282
+ updateIntervalInMs? : number ;
2213
2283
}
2214
2284
2215
2285
// @public
2216
- export type MediaservicesUpdateResponse = MediaService ;
2286
+ export type MediaservicesUpdateResponse = MediaservicesUpdateHeaders & MediaService ;
2217
2287
2218
2288
// @public
2219
2289
export interface MediaServiceUpdate {
2220
2290
encryption? : AccountEncryption ;
2221
2291
identity? : MediaServiceIdentity ;
2222
2292
keyDelivery? : KeyDelivery ;
2223
2293
readonly mediaServiceId? : string ;
2294
+ readonly privateEndpointConnections? : PrivateEndpointConnection [];
2295
+ readonly provisioningState? : ProvisioningState ;
2224
2296
publicNetworkAccess? : PublicNetworkAccess ;
2225
2297
storageAccounts? : StorageAccount [];
2226
2298
// (undocumented)
0 commit comments