@azure/arm-servicefabricmesh 0.1.0 → 3.0.0-beta.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +75 -73
- package/dist/index.js +5478 -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 +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1366 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +121 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +105 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1264 -1320
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +25 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +104 -62
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/application.d.ts +82 -0
- package/dist-esm/src/operations/application.d.ts.map +1 -0
- package/dist-esm/src/operations/application.js +340 -0
- package/dist-esm/src/operations/application.js.map +1 -0
- package/dist-esm/src/operations/codePackage.d.ts +23 -0
- package/dist-esm/src/operations/codePackage.d.ts.map +1 -0
- package/dist-esm/src/operations/codePackage.js +66 -0
- package/dist-esm/src/operations/codePackage.js.map +1 -0
- package/dist-esm/src/operations/gateway.d.ts +83 -0
- package/dist-esm/src/operations/gateway.d.ts.map +1 -0
- package/dist-esm/src/operations/gateway.js +341 -0
- package/dist-esm/src/operations/gateway.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/network.d.ts +82 -0
- package/dist-esm/src/operations/network.d.ts.map +1 -0
- package/dist-esm/src/operations/network.js +340 -0
- package/dist-esm/src/operations/network.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/operations/secret.d.ts +81 -0
- package/dist-esm/src/operations/secret.d.ts.map +1 -0
- package/dist-esm/src/operations/secret.js +339 -0
- package/dist-esm/src/operations/secret.js.map +1 -0
- package/dist-esm/src/operations/secretValueOperations.d.ts +81 -0
- package/dist-esm/src/operations/secretValueOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/secretValueOperations.js +303 -0
- package/dist-esm/src/operations/secretValueOperations.js.map +1 -0
- package/dist-esm/src/operations/service.d.ts +49 -0
- package/dist-esm/src/operations/service.d.ts.map +1 -0
- package/dist-esm/src/operations/service.js +177 -0
- package/dist-esm/src/operations/service.js.map +1 -0
- package/dist-esm/src/operations/serviceReplica.d.ts +53 -0
- package/dist-esm/src/operations/serviceReplica.d.ts.map +1 -0
- package/dist-esm/src/operations/serviceReplica.js +196 -0
- package/dist-esm/src/operations/serviceReplica.js.map +1 -0
- package/dist-esm/src/operations/volume.d.ts +81 -0
- package/dist-esm/src/operations/volume.d.ts.map +1 -0
- package/dist-esm/src/operations/volume.js +339 -0
- package/dist-esm/src/operations/volume.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/application.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/application.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/application.js +9 -0
- package/dist-esm/src/operationsInterfaces/application.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/codePackage.js +9 -0
- package/dist-esm/src/operationsInterfaces/codePackage.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gateway.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gateway.js +9 -0
- package/dist-esm/src/operationsInterfaces/gateway.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +18 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/network.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/network.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/network.js +9 -0
- package/dist-esm/src/operationsInterfaces/network.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/src/operationsInterfaces/secret.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secret.js +9 -0
- package/dist-esm/src/operationsInterfaces/secret.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.js +9 -0
- package/dist-esm/src/operationsInterfaces/service.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.js +9 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volume.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volume.js +9 -0
- package/dist-esm/src/operationsInterfaces/volume.js.map +1 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts +27 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.js +60 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.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 +87 -26
- package/review/arm-servicefabricmesh.api.md +1210 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/models/index.ts +1603 -0
- package/{lib → src}/models/mappers.ts +1315 -1344
- package/src/models/parameters.ts +250 -0
- package/src/operations/application.ts +418 -0
- package/src/operations/codePackage.ts +88 -0
- package/src/operations/gateway.ts +419 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/network.ts +418 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/secret.ts +417 -0
- package/src/operations/secretValueOperations.ts +403 -0
- package/src/operations/service.ts +241 -0
- package/src/operations/serviceReplica.ts +271 -0
- package/src/operations/volume.ts +417 -0
- package/src/operationsInterfaces/application.ts +80 -0
- package/src/operationsInterfaces/codePackage.ts +33 -0
- package/src/operationsInterfaces/gateway.ts +81 -0
- package/src/operationsInterfaces/index.ts +18 -0
- package/src/operationsInterfaces/network.ts +80 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/secret.ts +79 -0
- package/src/operationsInterfaces/secretValueOperations.ts +99 -0
- package/src/operationsInterfaces/service.ts +46 -0
- package/src/operationsInterfaces/serviceReplica.ts +50 -0
- package/src/operationsInterfaces/volume.ts +79 -0
- package/src/serviceFabricMeshManagementClient.ts +115 -0
- package/tsconfig.json +20 -7
- package/types/arm-servicefabricmesh.d.ts +1940 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-servicefabricmesh.js +0 -5353
- package/dist/arm-servicefabricmesh.js.map +0 -1
- package/dist/arm-servicefabricmesh.min.js +0 -1
- package/dist/arm-servicefabricmesh.min.js.map +0 -1
- package/esm/models/applicationMappers.d.ts +0 -2
- package/esm/models/applicationMappers.d.ts.map +0 -1
- package/esm/models/applicationMappers.js +0 -11
- package/esm/models/applicationMappers.js.map +0 -1
- package/esm/models/codePackageMappers.d.ts +0 -2
- package/esm/models/codePackageMappers.d.ts.map +0 -1
- package/esm/models/codePackageMappers.js +0 -11
- package/esm/models/codePackageMappers.js.map +0 -1
- package/esm/models/gatewayMappers.d.ts +0 -2
- package/esm/models/gatewayMappers.d.ts.map +0 -1
- package/esm/models/gatewayMappers.js +0 -11
- package/esm/models/gatewayMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2938
- 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/mappers.d.ts +0 -102
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/networkMappers.d.ts +0 -2
- package/esm/models/networkMappers.d.ts.map +0 -1
- package/esm/models/networkMappers.js +0 -11
- package/esm/models/networkMappers.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 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/secretMappers.d.ts +0 -2
- package/esm/models/secretMappers.d.ts.map +0 -1
- package/esm/models/secretMappers.js +0 -11
- package/esm/models/secretMappers.js.map +0 -1
- package/esm/models/secretValueOperationsMappers.d.ts +0 -2
- package/esm/models/secretValueOperationsMappers.d.ts.map +0 -1
- package/esm/models/secretValueOperationsMappers.js +0 -11
- package/esm/models/secretValueOperationsMappers.js.map +0 -1
- package/esm/models/serviceMappers.d.ts +0 -2
- package/esm/models/serviceMappers.d.ts.map +0 -1
- package/esm/models/serviceMappers.js +0 -11
- package/esm/models/serviceMappers.js.map +0 -1
- package/esm/models/serviceReplicaMappers.d.ts +0 -2
- package/esm/models/serviceReplicaMappers.d.ts.map +0 -1
- package/esm/models/serviceReplicaMappers.js +0 -11
- package/esm/models/serviceReplicaMappers.js.map +0 -1
- package/esm/models/volumeMappers.d.ts +0 -2
- package/esm/models/volumeMappers.d.ts.map +0 -1
- package/esm/models/volumeMappers.js +0 -11
- package/esm/models/volumeMappers.js.map +0 -1
- package/esm/operations/application.d.ts +0 -162
- package/esm/operations/application.d.ts.map +0 -1
- package/esm/operations/application.js +0 -238
- package/esm/operations/application.js.map +0 -1
- package/esm/operations/codePackage.d.ts +0 -44
- package/esm/operations/codePackage.d.ts.map +0 -1
- package/esm/operations/codePackage.js +0 -65
- package/esm/operations/codePackage.js.map +0 -1
- package/esm/operations/gateway.d.ts +0 -163
- package/esm/operations/gateway.d.ts.map +0 -1
- package/esm/operations/gateway.js +0 -238
- package/esm/operations/gateway.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/network.d.ts +0 -162
- package/esm/operations/network.d.ts.map +0 -1
- package/esm/operations/network.js +0 -238
- package/esm/operations/network.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -48
- 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/esm/operations/secret.d.ts +0 -162
- package/esm/operations/secret.d.ts.map +0 -1
- package/esm/operations/secret.js +0 -238
- package/esm/operations/secret.js.map +0 -1
- package/esm/operations/secretValueOperations.d.ts +0 -175
- package/esm/operations/secretValueOperations.d.ts.map +0 -1
- package/esm/operations/secretValueOperations.js +0 -226
- package/esm/operations/secretValueOperations.js.map +0 -1
- package/esm/operations/service.d.ts +0 -82
- package/esm/operations/service.d.ts.map +0 -1
- package/esm/operations/service.js +0 -117
- package/esm/operations/service.js.map +0 -1
- package/esm/operations/serviceReplica.d.ts +0 -88
- package/esm/operations/serviceReplica.d.ts.map +0 -1
- package/esm/operations/serviceReplica.js +0 -121
- package/esm/operations/serviceReplica.js.map +0 -1
- package/esm/operations/volume.d.ts +0 -162
- package/esm/operations/volume.d.ts.map +0 -1
- package/esm/operations/volume.js +0 -238
- package/esm/operations/volume.js.map +0 -1
- package/esm/serviceFabricMeshManagementClient.d.ts +0 -27
- package/esm/serviceFabricMeshManagementClient.d.ts.map +0 -1
- package/esm/serviceFabricMeshManagementClient.js +0 -42
- package/esm/serviceFabricMeshManagementClient.js.map +0 -1
- package/esm/serviceFabricMeshManagementClientContext.d.ts +0 -16
- package/esm/serviceFabricMeshManagementClientContext.d.ts.map +0 -1
- package/esm/serviceFabricMeshManagementClientContext.js +0 -56
- package/esm/serviceFabricMeshManagementClientContext.js.map +0 -1
- package/lib/models/applicationMappers.ts +0 -76
- package/lib/models/codePackageMappers.ts +0 -18
- package/lib/models/gatewayMappers.ts +0 -76
- package/lib/models/index.ts +0 -3097
- package/lib/models/networkMappers.ts +0 -76
- package/lib/models/operationsMappers.ts +0 -20
- package/lib/models/parameters.ts +0 -175
- package/lib/models/secretMappers.ts +0 -76
- package/lib/models/secretValueOperationsMappers.ts +0 -77
- package/lib/models/serviceMappers.ts +0 -76
- package/lib/models/serviceReplicaMappers.ts +0 -40
- package/lib/models/volumeMappers.ts +0 -76
- package/lib/operations/application.ts +0 -427
- package/lib/operations/codePackage.ts +0 -104
- package/lib/operations/gateway.ts +0 -428
- package/lib/operations/network.ts +0 -427
- package/lib/operations/operations.ts +0 -125
- package/lib/operations/secret.ts +0 -427
- package/lib/operations/secretValueOperations.ts +0 -423
- package/lib/operations/service.ts +0 -204
- package/lib/operations/serviceReplica.ts +0 -214
- package/lib/operations/volume.ts +0 -427
- package/lib/serviceFabricMeshManagementClient.ts +0 -60
- package/lib/serviceFabricMeshManagementClientContext.ts +0 -62
|
@@ -1,427 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Models from "../models";
|
|
13
|
-
import * as Mappers from "../models/applicationMappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { ServiceFabricMeshManagementClientContext } from "../serviceFabricMeshManagementClientContext";
|
|
16
|
-
|
|
17
|
-
/** Class representing a Application. */
|
|
18
|
-
export class Application {
|
|
19
|
-
private readonly client: ServiceFabricMeshManagementClientContext;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Create a Application.
|
|
23
|
-
* @param {ServiceFabricMeshManagementClientContext} client Reference to the service client.
|
|
24
|
-
*/
|
|
25
|
-
constructor(client: ServiceFabricMeshManagementClientContext) {
|
|
26
|
-
this.client = client;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Creates an application resource with the specified name, description and properties. If an
|
|
31
|
-
* application resource with the same name exists, then it is updated with the specified
|
|
32
|
-
* description and properties.
|
|
33
|
-
* @summary Creates or updates an application resource.
|
|
34
|
-
* @param resourceGroupName Azure resource group name
|
|
35
|
-
* @param applicationResourceName The identity of the application.
|
|
36
|
-
* @param applicationResourceDescription Description for creating a Application resource.
|
|
37
|
-
* @param [options] The optional parameters
|
|
38
|
-
* @returns Promise<Models.ApplicationCreateResponse>
|
|
39
|
-
*/
|
|
40
|
-
create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: Models.ApplicationResourceDescription, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationCreateResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* @param resourceGroupName Azure resource group name
|
|
43
|
-
* @param applicationResourceName The identity of the application.
|
|
44
|
-
* @param applicationResourceDescription Description for creating a Application resource.
|
|
45
|
-
* @param callback The callback
|
|
46
|
-
*/
|
|
47
|
-
create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: Models.ApplicationResourceDescription, callback: msRest.ServiceCallback<Models.ApplicationResourceDescription>): void;
|
|
48
|
-
/**
|
|
49
|
-
* @param resourceGroupName Azure resource group name
|
|
50
|
-
* @param applicationResourceName The identity of the application.
|
|
51
|
-
* @param applicationResourceDescription Description for creating a Application resource.
|
|
52
|
-
* @param options The optional parameters
|
|
53
|
-
* @param callback The callback
|
|
54
|
-
*/
|
|
55
|
-
create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: Models.ApplicationResourceDescription, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationResourceDescription>): void;
|
|
56
|
-
create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: Models.ApplicationResourceDescription, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationResourceDescription>, callback?: msRest.ServiceCallback<Models.ApplicationResourceDescription>): Promise<Models.ApplicationCreateResponse> {
|
|
57
|
-
return this.client.sendOperationRequest(
|
|
58
|
-
{
|
|
59
|
-
resourceGroupName,
|
|
60
|
-
applicationResourceName,
|
|
61
|
-
applicationResourceDescription,
|
|
62
|
-
options
|
|
63
|
-
},
|
|
64
|
-
createOperationSpec,
|
|
65
|
-
callback) as Promise<Models.ApplicationCreateResponse>;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Gets the information about the application resource with the given name. The information include
|
|
70
|
-
* the description and other properties of the application.
|
|
71
|
-
* @summary Gets the application resource with the given name.
|
|
72
|
-
* @param resourceGroupName Azure resource group name
|
|
73
|
-
* @param applicationResourceName The identity of the application.
|
|
74
|
-
* @param [options] The optional parameters
|
|
75
|
-
* @returns Promise<Models.ApplicationGetResponse>
|
|
76
|
-
*/
|
|
77
|
-
get(resourceGroupName: string, applicationResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationGetResponse>;
|
|
78
|
-
/**
|
|
79
|
-
* @param resourceGroupName Azure resource group name
|
|
80
|
-
* @param applicationResourceName The identity of the application.
|
|
81
|
-
* @param callback The callback
|
|
82
|
-
*/
|
|
83
|
-
get(resourceGroupName: string, applicationResourceName: string, callback: msRest.ServiceCallback<Models.ApplicationResourceDescription>): void;
|
|
84
|
-
/**
|
|
85
|
-
* @param resourceGroupName Azure resource group name
|
|
86
|
-
* @param applicationResourceName The identity of the application.
|
|
87
|
-
* @param options The optional parameters
|
|
88
|
-
* @param callback The callback
|
|
89
|
-
*/
|
|
90
|
-
get(resourceGroupName: string, applicationResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationResourceDescription>): void;
|
|
91
|
-
get(resourceGroupName: string, applicationResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationResourceDescription>, callback?: msRest.ServiceCallback<Models.ApplicationResourceDescription>): Promise<Models.ApplicationGetResponse> {
|
|
92
|
-
return this.client.sendOperationRequest(
|
|
93
|
-
{
|
|
94
|
-
resourceGroupName,
|
|
95
|
-
applicationResourceName,
|
|
96
|
-
options
|
|
97
|
-
},
|
|
98
|
-
getOperationSpec,
|
|
99
|
-
callback) as Promise<Models.ApplicationGetResponse>;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Deletes the application resource identified by the name.
|
|
104
|
-
* @summary Deletes the application resource.
|
|
105
|
-
* @param resourceGroupName Azure resource group name
|
|
106
|
-
* @param applicationResourceName The identity of the application.
|
|
107
|
-
* @param [options] The optional parameters
|
|
108
|
-
* @returns Promise<msRest.RestResponse>
|
|
109
|
-
*/
|
|
110
|
-
deleteMethod(resourceGroupName: string, applicationResourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
111
|
-
/**
|
|
112
|
-
* @param resourceGroupName Azure resource group name
|
|
113
|
-
* @param applicationResourceName The identity of the application.
|
|
114
|
-
* @param callback The callback
|
|
115
|
-
*/
|
|
116
|
-
deleteMethod(resourceGroupName: string, applicationResourceName: string, callback: msRest.ServiceCallback<void>): void;
|
|
117
|
-
/**
|
|
118
|
-
* @param resourceGroupName Azure resource group name
|
|
119
|
-
* @param applicationResourceName The identity of the application.
|
|
120
|
-
* @param options The optional parameters
|
|
121
|
-
* @param callback The callback
|
|
122
|
-
*/
|
|
123
|
-
deleteMethod(resourceGroupName: string, applicationResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
124
|
-
deleteMethod(resourceGroupName: string, applicationResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {
|
|
125
|
-
return this.client.sendOperationRequest(
|
|
126
|
-
{
|
|
127
|
-
resourceGroupName,
|
|
128
|
-
applicationResourceName,
|
|
129
|
-
options
|
|
130
|
-
},
|
|
131
|
-
deleteMethodOperationSpec,
|
|
132
|
-
callback);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* Gets the information about all application resources in a given resource group. The information
|
|
137
|
-
* include the description and other properties of the Application.
|
|
138
|
-
* @summary Gets all the application resources in a given resource group.
|
|
139
|
-
* @param resourceGroupName Azure resource group name
|
|
140
|
-
* @param [options] The optional parameters
|
|
141
|
-
* @returns Promise<Models.ApplicationListByResourceGroupResponse>
|
|
142
|
-
*/
|
|
143
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationListByResourceGroupResponse>;
|
|
144
|
-
/**
|
|
145
|
-
* @param resourceGroupName Azure resource group name
|
|
146
|
-
* @param callback The callback
|
|
147
|
-
*/
|
|
148
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): void;
|
|
149
|
-
/**
|
|
150
|
-
* @param resourceGroupName Azure resource group name
|
|
151
|
-
* @param options The optional parameters
|
|
152
|
-
* @param callback The callback
|
|
153
|
-
*/
|
|
154
|
-
listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): void;
|
|
155
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>, callback?: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): Promise<Models.ApplicationListByResourceGroupResponse> {
|
|
156
|
-
return this.client.sendOperationRequest(
|
|
157
|
-
{
|
|
158
|
-
resourceGroupName,
|
|
159
|
-
options
|
|
160
|
-
},
|
|
161
|
-
listByResourceGroupOperationSpec,
|
|
162
|
-
callback) as Promise<Models.ApplicationListByResourceGroupResponse>;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* Gets the information about all application resources in a given resource group. The information
|
|
167
|
-
* include the description and other properties of the application.
|
|
168
|
-
* @summary Gets all the application resources in a given subscription.
|
|
169
|
-
* @param [options] The optional parameters
|
|
170
|
-
* @returns Promise<Models.ApplicationListBySubscriptionResponse>
|
|
171
|
-
*/
|
|
172
|
-
listBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.ApplicationListBySubscriptionResponse>;
|
|
173
|
-
/**
|
|
174
|
-
* @param callback The callback
|
|
175
|
-
*/
|
|
176
|
-
listBySubscription(callback: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): void;
|
|
177
|
-
/**
|
|
178
|
-
* @param options The optional parameters
|
|
179
|
-
* @param callback The callback
|
|
180
|
-
*/
|
|
181
|
-
listBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): void;
|
|
182
|
-
listBySubscription(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>, callback?: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): Promise<Models.ApplicationListBySubscriptionResponse> {
|
|
183
|
-
return this.client.sendOperationRequest(
|
|
184
|
-
{
|
|
185
|
-
options
|
|
186
|
-
},
|
|
187
|
-
listBySubscriptionOperationSpec,
|
|
188
|
-
callback) as Promise<Models.ApplicationListBySubscriptionResponse>;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* Gets the information about all application resources in a given resource group. The information
|
|
193
|
-
* include the description and other properties of the Application.
|
|
194
|
-
* @summary Gets all the application resources in a given resource group.
|
|
195
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
196
|
-
* @param [options] The optional parameters
|
|
197
|
-
* @returns Promise<Models.ApplicationListByResourceGroupNextResponse>
|
|
198
|
-
*/
|
|
199
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationListByResourceGroupNextResponse>;
|
|
200
|
-
/**
|
|
201
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
202
|
-
* @param callback The callback
|
|
203
|
-
*/
|
|
204
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): void;
|
|
205
|
-
/**
|
|
206
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
207
|
-
* @param options The optional parameters
|
|
208
|
-
* @param callback The callback
|
|
209
|
-
*/
|
|
210
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): void;
|
|
211
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>, callback?: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): Promise<Models.ApplicationListByResourceGroupNextResponse> {
|
|
212
|
-
return this.client.sendOperationRequest(
|
|
213
|
-
{
|
|
214
|
-
nextPageLink,
|
|
215
|
-
options
|
|
216
|
-
},
|
|
217
|
-
listByResourceGroupNextOperationSpec,
|
|
218
|
-
callback) as Promise<Models.ApplicationListByResourceGroupNextResponse>;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/**
|
|
222
|
-
* Gets the information about all application resources in a given resource group. The information
|
|
223
|
-
* include the description and other properties of the application.
|
|
224
|
-
* @summary Gets all the application resources in a given subscription.
|
|
225
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
226
|
-
* @param [options] The optional parameters
|
|
227
|
-
* @returns Promise<Models.ApplicationListBySubscriptionNextResponse>
|
|
228
|
-
*/
|
|
229
|
-
listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationListBySubscriptionNextResponse>;
|
|
230
|
-
/**
|
|
231
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
232
|
-
* @param callback The callback
|
|
233
|
-
*/
|
|
234
|
-
listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): void;
|
|
235
|
-
/**
|
|
236
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
237
|
-
* @param options The optional parameters
|
|
238
|
-
* @param callback The callback
|
|
239
|
-
*/
|
|
240
|
-
listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): void;
|
|
241
|
-
listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>, callback?: msRest.ServiceCallback<Models.ApplicationResourceDescriptionList>): Promise<Models.ApplicationListBySubscriptionNextResponse> {
|
|
242
|
-
return this.client.sendOperationRequest(
|
|
243
|
-
{
|
|
244
|
-
nextPageLink,
|
|
245
|
-
options
|
|
246
|
-
},
|
|
247
|
-
listBySubscriptionNextOperationSpec,
|
|
248
|
-
callback) as Promise<Models.ApplicationListBySubscriptionNextResponse>;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// Operation Specifications
|
|
253
|
-
const serializer = new msRest.Serializer(Mappers);
|
|
254
|
-
const createOperationSpec: msRest.OperationSpec = {
|
|
255
|
-
httpMethod: "PUT",
|
|
256
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}",
|
|
257
|
-
urlParameters: [
|
|
258
|
-
Parameters.subscriptionId,
|
|
259
|
-
Parameters.resourceGroupName,
|
|
260
|
-
Parameters.applicationResourceName
|
|
261
|
-
],
|
|
262
|
-
queryParameters: [
|
|
263
|
-
Parameters.apiVersion
|
|
264
|
-
],
|
|
265
|
-
headerParameters: [
|
|
266
|
-
Parameters.acceptLanguage
|
|
267
|
-
],
|
|
268
|
-
requestBody: {
|
|
269
|
-
parameterPath: "applicationResourceDescription",
|
|
270
|
-
mapper: {
|
|
271
|
-
...Mappers.ApplicationResourceDescription,
|
|
272
|
-
required: true
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
responses: {
|
|
276
|
-
200: {
|
|
277
|
-
bodyMapper: Mappers.ApplicationResourceDescription
|
|
278
|
-
},
|
|
279
|
-
201: {
|
|
280
|
-
bodyMapper: Mappers.ApplicationResourceDescription
|
|
281
|
-
},
|
|
282
|
-
202: {},
|
|
283
|
-
default: {
|
|
284
|
-
bodyMapper: Mappers.ErrorModel
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
serializer
|
|
288
|
-
};
|
|
289
|
-
|
|
290
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
291
|
-
httpMethod: "GET",
|
|
292
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}",
|
|
293
|
-
urlParameters: [
|
|
294
|
-
Parameters.subscriptionId,
|
|
295
|
-
Parameters.resourceGroupName,
|
|
296
|
-
Parameters.applicationResourceName
|
|
297
|
-
],
|
|
298
|
-
queryParameters: [
|
|
299
|
-
Parameters.apiVersion
|
|
300
|
-
],
|
|
301
|
-
headerParameters: [
|
|
302
|
-
Parameters.acceptLanguage
|
|
303
|
-
],
|
|
304
|
-
responses: {
|
|
305
|
-
200: {
|
|
306
|
-
bodyMapper: Mappers.ApplicationResourceDescription
|
|
307
|
-
},
|
|
308
|
-
default: {
|
|
309
|
-
bodyMapper: Mappers.ErrorModel
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
serializer
|
|
313
|
-
};
|
|
314
|
-
|
|
315
|
-
const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
316
|
-
httpMethod: "DELETE",
|
|
317
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}",
|
|
318
|
-
urlParameters: [
|
|
319
|
-
Parameters.subscriptionId,
|
|
320
|
-
Parameters.resourceGroupName,
|
|
321
|
-
Parameters.applicationResourceName
|
|
322
|
-
],
|
|
323
|
-
queryParameters: [
|
|
324
|
-
Parameters.apiVersion
|
|
325
|
-
],
|
|
326
|
-
headerParameters: [
|
|
327
|
-
Parameters.acceptLanguage
|
|
328
|
-
],
|
|
329
|
-
responses: {
|
|
330
|
-
200: {},
|
|
331
|
-
202: {},
|
|
332
|
-
204: {},
|
|
333
|
-
default: {
|
|
334
|
-
bodyMapper: Mappers.ErrorModel
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
serializer
|
|
338
|
-
};
|
|
339
|
-
|
|
340
|
-
const listByResourceGroupOperationSpec: msRest.OperationSpec = {
|
|
341
|
-
httpMethod: "GET",
|
|
342
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications",
|
|
343
|
-
urlParameters: [
|
|
344
|
-
Parameters.subscriptionId,
|
|
345
|
-
Parameters.resourceGroupName
|
|
346
|
-
],
|
|
347
|
-
queryParameters: [
|
|
348
|
-
Parameters.apiVersion
|
|
349
|
-
],
|
|
350
|
-
headerParameters: [
|
|
351
|
-
Parameters.acceptLanguage
|
|
352
|
-
],
|
|
353
|
-
responses: {
|
|
354
|
-
200: {
|
|
355
|
-
bodyMapper: Mappers.ApplicationResourceDescriptionList
|
|
356
|
-
},
|
|
357
|
-
default: {
|
|
358
|
-
bodyMapper: Mappers.ErrorModel
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
serializer
|
|
362
|
-
};
|
|
363
|
-
|
|
364
|
-
const listBySubscriptionOperationSpec: msRest.OperationSpec = {
|
|
365
|
-
httpMethod: "GET",
|
|
366
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applications",
|
|
367
|
-
urlParameters: [
|
|
368
|
-
Parameters.subscriptionId
|
|
369
|
-
],
|
|
370
|
-
queryParameters: [
|
|
371
|
-
Parameters.apiVersion
|
|
372
|
-
],
|
|
373
|
-
headerParameters: [
|
|
374
|
-
Parameters.acceptLanguage
|
|
375
|
-
],
|
|
376
|
-
responses: {
|
|
377
|
-
200: {
|
|
378
|
-
bodyMapper: Mappers.ApplicationResourceDescriptionList
|
|
379
|
-
},
|
|
380
|
-
default: {
|
|
381
|
-
bodyMapper: Mappers.ErrorModel
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
serializer
|
|
385
|
-
};
|
|
386
|
-
|
|
387
|
-
const listByResourceGroupNextOperationSpec: msRest.OperationSpec = {
|
|
388
|
-
httpMethod: "GET",
|
|
389
|
-
baseUrl: "https://management.azure.com",
|
|
390
|
-
path: "{nextLink}",
|
|
391
|
-
urlParameters: [
|
|
392
|
-
Parameters.nextPageLink
|
|
393
|
-
],
|
|
394
|
-
headerParameters: [
|
|
395
|
-
Parameters.acceptLanguage
|
|
396
|
-
],
|
|
397
|
-
responses: {
|
|
398
|
-
200: {
|
|
399
|
-
bodyMapper: Mappers.ApplicationResourceDescriptionList
|
|
400
|
-
},
|
|
401
|
-
default: {
|
|
402
|
-
bodyMapper: Mappers.ErrorModel
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
serializer
|
|
406
|
-
};
|
|
407
|
-
|
|
408
|
-
const listBySubscriptionNextOperationSpec: msRest.OperationSpec = {
|
|
409
|
-
httpMethod: "GET",
|
|
410
|
-
baseUrl: "https://management.azure.com",
|
|
411
|
-
path: "{nextLink}",
|
|
412
|
-
urlParameters: [
|
|
413
|
-
Parameters.nextPageLink
|
|
414
|
-
],
|
|
415
|
-
headerParameters: [
|
|
416
|
-
Parameters.acceptLanguage
|
|
417
|
-
],
|
|
418
|
-
responses: {
|
|
419
|
-
200: {
|
|
420
|
-
bodyMapper: Mappers.ApplicationResourceDescriptionList
|
|
421
|
-
},
|
|
422
|
-
default: {
|
|
423
|
-
bodyMapper: Mappers.ErrorModel
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
serializer
|
|
427
|
-
};
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Models from "../models";
|
|
13
|
-
import * as Mappers from "../models/codePackageMappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { ServiceFabricMeshManagementClientContext } from "../serviceFabricMeshManagementClientContext";
|
|
16
|
-
|
|
17
|
-
/** Class representing a CodePackage. */
|
|
18
|
-
export class CodePackage {
|
|
19
|
-
private readonly client: ServiceFabricMeshManagementClientContext;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Create a CodePackage.
|
|
23
|
-
* @param {ServiceFabricMeshManagementClientContext} client Reference to the service client.
|
|
24
|
-
*/
|
|
25
|
-
constructor(client: ServiceFabricMeshManagementClientContext) {
|
|
26
|
-
this.client = client;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Gets the logs for the container of the specified code package of the service replica.
|
|
31
|
-
* @summary Gets the logs from the container.
|
|
32
|
-
* @param resourceGroupName Azure resource group name
|
|
33
|
-
* @param applicationResourceName The identity of the application.
|
|
34
|
-
* @param serviceResourceName The identity of the service.
|
|
35
|
-
* @param replicaName Service Fabric replica name.
|
|
36
|
-
* @param codePackageName The name of code package of the service.
|
|
37
|
-
* @param [options] The optional parameters
|
|
38
|
-
* @returns Promise<Models.CodePackageGetContainerLogsResponse>
|
|
39
|
-
*/
|
|
40
|
-
getContainerLogs(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, codePackageName: string, options?: Models.CodePackageGetContainerLogsOptionalParams): Promise<Models.CodePackageGetContainerLogsResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* @param resourceGroupName Azure resource group name
|
|
43
|
-
* @param applicationResourceName The identity of the application.
|
|
44
|
-
* @param serviceResourceName The identity of the service.
|
|
45
|
-
* @param replicaName Service Fabric replica name.
|
|
46
|
-
* @param codePackageName The name of code package of the service.
|
|
47
|
-
* @param callback The callback
|
|
48
|
-
*/
|
|
49
|
-
getContainerLogs(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, codePackageName: string, callback: msRest.ServiceCallback<Models.ContainerLogs>): void;
|
|
50
|
-
/**
|
|
51
|
-
* @param resourceGroupName Azure resource group name
|
|
52
|
-
* @param applicationResourceName The identity of the application.
|
|
53
|
-
* @param serviceResourceName The identity of the service.
|
|
54
|
-
* @param replicaName Service Fabric replica name.
|
|
55
|
-
* @param codePackageName The name of code package of the service.
|
|
56
|
-
* @param options The optional parameters
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
getContainerLogs(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, codePackageName: string, options: Models.CodePackageGetContainerLogsOptionalParams, callback: msRest.ServiceCallback<Models.ContainerLogs>): void;
|
|
60
|
-
getContainerLogs(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, replicaName: string, codePackageName: string, options?: Models.CodePackageGetContainerLogsOptionalParams | msRest.ServiceCallback<Models.ContainerLogs>, callback?: msRest.ServiceCallback<Models.ContainerLogs>): Promise<Models.CodePackageGetContainerLogsResponse> {
|
|
61
|
-
return this.client.sendOperationRequest(
|
|
62
|
-
{
|
|
63
|
-
resourceGroupName,
|
|
64
|
-
applicationResourceName,
|
|
65
|
-
serviceResourceName,
|
|
66
|
-
replicaName,
|
|
67
|
-
codePackageName,
|
|
68
|
-
options
|
|
69
|
-
},
|
|
70
|
-
getContainerLogsOperationSpec,
|
|
71
|
-
callback) as Promise<Models.CodePackageGetContainerLogsResponse>;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// Operation Specifications
|
|
76
|
-
const serializer = new msRest.Serializer(Mappers);
|
|
77
|
-
const getContainerLogsOperationSpec: msRest.OperationSpec = {
|
|
78
|
-
httpMethod: "GET",
|
|
79
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}/codePackages/{codePackageName}/logs",
|
|
80
|
-
urlParameters: [
|
|
81
|
-
Parameters.subscriptionId,
|
|
82
|
-
Parameters.resourceGroupName,
|
|
83
|
-
Parameters.applicationResourceName,
|
|
84
|
-
Parameters.serviceResourceName,
|
|
85
|
-
Parameters.replicaName,
|
|
86
|
-
Parameters.codePackageName
|
|
87
|
-
],
|
|
88
|
-
queryParameters: [
|
|
89
|
-
Parameters.apiVersion,
|
|
90
|
-
Parameters.tail
|
|
91
|
-
],
|
|
92
|
-
headerParameters: [
|
|
93
|
-
Parameters.acceptLanguage
|
|
94
|
-
],
|
|
95
|
-
responses: {
|
|
96
|
-
200: {
|
|
97
|
-
bodyMapper: Mappers.ContainerLogs
|
|
98
|
-
},
|
|
99
|
-
default: {
|
|
100
|
-
bodyMapper: Mappers.ErrorModel
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
serializer
|
|
104
|
-
};
|