@azure/arm-healthcareapis 1.1.1 → 2.0.0-alpha.20220119.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +2292 -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/samples-dev/checkNameAvailability.d.ts +2 -0
- package/dist-esm/samples-dev/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkNameAvailability.js +33 -0
- package/dist-esm/samples-dev/checkNameAvailability.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.js +62 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithAllParameters.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.js +39 -0
- package/dist-esm/samples-dev/createOrUpdateAServiceWithMinimumParameters.js.map +1 -0
- package/dist-esm/samples-dev/deleteService.d.ts +2 -0
- package/dist-esm/samples-dev/deleteService.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteService.js +31 -0
- package/dist-esm/samples-dev/deleteService.js.map +1 -0
- package/dist-esm/samples-dev/getMetadata.d.ts +2 -0
- package/dist-esm/samples-dev/getMetadata.d.ts.map +1 -0
- package/dist-esm/samples-dev/getMetadata.js +31 -0
- package/dist-esm/samples-dev/getMetadata.js.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts +2 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.js +31 -0
- package/dist-esm/samples-dev/getOperationResult.js.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listAllServicesInResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.js +43 -0
- package/dist-esm/samples-dev/listAllServicesInSubscription.js.map +1 -0
- package/dist-esm/samples-dev/listOperations.d.ts +2 -0
- package/dist-esm/samples-dev/listOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperations.js +43 -0
- package/dist-esm/samples-dev/listOperations.js.map +1 -0
- package/dist-esm/samples-dev/patchService.d.ts +2 -0
- package/dist-esm/samples-dev/patchService.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchService.js +34 -0
- package/dist-esm/samples-dev/patchService.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.js +38 -0
- package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdate.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionGetConnection.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.js +45 -0
- package/dist-esm/samples-dev/privateEndpointConnectionList.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDelete.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js +32 -0
- package/dist-esm/samples-dev/privateLinkResourcesGet.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.js +31 -0
- package/dist-esm/samples-dev/privateLinkResourcesListGroupIds.js.map +1 -0
- package/dist-esm/src/healthcareApisManagementClient.d.ts +22 -0
- package/dist-esm/src/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist-esm/src/healthcareApisManagementClient.js +55 -0
- package/dist-esm/src/healthcareApisManagementClient.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/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +609 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +65 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +32 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +335 -321
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +159 -0
- package/dist-esm/src/models/parameters.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/operationResults.d.ts +20 -0
- package/dist-esm/src/operations/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operations/operationResults.js +56 -0
- package/dist-esm/src/operations/operationResults.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/privateEndpointConnections.d.ts +78 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +314 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/services.d.ts +114 -0
- package/dist-esm/src/operations/services.d.ts.map +1 -0
- package/dist-esm/src/operations/services.js +527 -0
- package/dist-esm/src/operations/services.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationResults.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/privateEndpointConnections.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/services.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/services.js +9 -0
- package/dist-esm/src/operationsInterfaces/services.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 +82 -23
- package/review/arm-healthcareapis.api.md +535 -0
- package/rollup.config.js +181 -30
- package/src/healthcareApisManagementClient.ts +82 -43
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +450 -739
- package/src/models/mappers.ts +336 -319
- package/src/models/parameters.ts +111 -48
- package/src/operations/index.ts +3 -5
- package/src/operations/operationResults.ts +39 -54
- package/src/operations/operations.ts +87 -73
- package/src/operations/privateEndpointConnections.ts +321 -161
- package/src/operations/privateLinkResources.ts +64 -97
- package/src/operations/services.ts +538 -362
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operationResults.ts +27 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/src/operationsInterfaces/services.ts +152 -0
- package/tsconfig.json +5 -4
- package/types/arm-healthcareapis.d.ts +885 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-healthcareapis.js +0 -2100
- package/dist/arm-healthcareapis.js.map +0 -1
- package/dist/arm-healthcareapis.min.js +0 -1
- package/dist/arm-healthcareapis.min.js.map +0 -1
- package/esm/healthcareApisManagementClient.d.ts +0 -28
- package/esm/healthcareApisManagementClient.d.ts.map +0 -1
- package/esm/healthcareApisManagementClient.js +0 -42
- package/esm/healthcareApisManagementClient.js.map +0 -1
- package/esm/healthcareApisManagementClientContext.d.ts +0 -22
- package/esm/healthcareApisManagementClientContext.d.ts.map +0 -1
- package/esm/healthcareApisManagementClientContext.js +0 -61
- package/esm/healthcareApisManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -907
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -33
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationResultsMappers.d.ts +0 -2
- package/esm/models/operationResultsMappers.d.ts.map +0 -1
- package/esm/models/operationResultsMappers.js +0 -9
- package/esm/models/operationResultsMappers.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 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -120
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/servicesMappers.d.ts +0 -2
- package/esm/models/servicesMappers.d.ts.map +0 -1
- package/esm/models/servicesMappers.js +0 -9
- package/esm/models/servicesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operationResults.d.ts +0 -34
- package/esm/operations/operationResults.d.ts.map +0 -1
- package/esm/operations/operationResults.js +0 -61
- package/esm/operations/operationResults.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -104
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -209
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -58
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -91
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/services.d.ts +0 -177
- package/esm/operations/services.d.ts.map +0 -1
- package/esm/operations/services.js +0 -362
- package/esm/operations/services.js.map +0 -1
- package/src/healthcareApisManagementClientContext.ts +0 -68
- package/src/models/operationResultsMappers.ts +0 -13
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/privateEndpointConnectionsMappers.ts +0 -31
- package/src/models/privateLinkResourcesMappers.ts +0 -31
- package/src/models/servicesMappers.ts +0 -34
package/src/models/mappers.ts
CHANGED
@@ -1,29 +1,107 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
4
|
*
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
|
9
|
-
import
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
9
|
+
import * as coreClient from "@azure/core-client";
|
11
10
|
|
12
|
-
export const
|
13
|
-
|
11
|
+
export const ServicesProperties: coreClient.CompositeMapper = {
|
12
|
+
type: {
|
13
|
+
name: "Composite",
|
14
|
+
className: "ServicesProperties",
|
15
|
+
modelProperties: {
|
16
|
+
provisioningState: {
|
17
|
+
serializedName: "provisioningState",
|
18
|
+
readOnly: true,
|
19
|
+
type: {
|
20
|
+
name: "String"
|
21
|
+
}
|
22
|
+
},
|
23
|
+
accessPolicies: {
|
24
|
+
serializedName: "accessPolicies",
|
25
|
+
type: {
|
26
|
+
name: "Sequence",
|
27
|
+
element: {
|
28
|
+
type: {
|
29
|
+
name: "Composite",
|
30
|
+
className: "ServiceAccessPolicyEntry"
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
},
|
35
|
+
cosmosDbConfiguration: {
|
36
|
+
serializedName: "cosmosDbConfiguration",
|
37
|
+
type: {
|
38
|
+
name: "Composite",
|
39
|
+
className: "ServiceCosmosDbConfigurationInfo"
|
40
|
+
}
|
41
|
+
},
|
42
|
+
authenticationConfiguration: {
|
43
|
+
serializedName: "authenticationConfiguration",
|
44
|
+
type: {
|
45
|
+
name: "Composite",
|
46
|
+
className: "ServiceAuthenticationConfigurationInfo"
|
47
|
+
}
|
48
|
+
},
|
49
|
+
corsConfiguration: {
|
50
|
+
serializedName: "corsConfiguration",
|
51
|
+
type: {
|
52
|
+
name: "Composite",
|
53
|
+
className: "ServiceCorsConfigurationInfo"
|
54
|
+
}
|
55
|
+
},
|
56
|
+
exportConfiguration: {
|
57
|
+
serializedName: "exportConfiguration",
|
58
|
+
type: {
|
59
|
+
name: "Composite",
|
60
|
+
className: "ServiceExportConfigurationInfo"
|
61
|
+
}
|
62
|
+
},
|
63
|
+
privateEndpointConnections: {
|
64
|
+
serializedName: "privateEndpointConnections",
|
65
|
+
type: {
|
66
|
+
name: "Sequence",
|
67
|
+
element: {
|
68
|
+
type: {
|
69
|
+
name: "Composite",
|
70
|
+
className: "PrivateEndpointConnection"
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
75
|
+
publicNetworkAccess: {
|
76
|
+
serializedName: "publicNetworkAccess",
|
77
|
+
type: {
|
78
|
+
name: "String"
|
79
|
+
}
|
80
|
+
},
|
81
|
+
acrConfiguration: {
|
82
|
+
serializedName: "acrConfiguration",
|
83
|
+
type: {
|
84
|
+
name: "Composite",
|
85
|
+
className: "ServiceAcrConfigurationInfo"
|
86
|
+
}
|
87
|
+
}
|
88
|
+
}
|
89
|
+
}
|
90
|
+
};
|
14
91
|
|
15
|
-
export const ServiceAccessPolicyEntry:
|
16
|
-
serializedName: "ServiceAccessPolicyEntry",
|
92
|
+
export const ServiceAccessPolicyEntry: coreClient.CompositeMapper = {
|
17
93
|
type: {
|
18
94
|
name: "Composite",
|
19
95
|
className: "ServiceAccessPolicyEntry",
|
20
96
|
modelProperties: {
|
21
97
|
objectId: {
|
22
|
-
required: true,
|
23
|
-
serializedName: "objectId",
|
24
98
|
constraints: {
|
25
|
-
Pattern:
|
99
|
+
Pattern: new RegExp(
|
100
|
+
"^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$"
|
101
|
+
)
|
26
102
|
},
|
103
|
+
serializedName: "objectId",
|
104
|
+
required: true,
|
27
105
|
type: {
|
28
106
|
name: "String"
|
29
107
|
}
|
@@ -32,18 +110,17 @@ export const ServiceAccessPolicyEntry: msRest.CompositeMapper = {
|
|
32
110
|
}
|
33
111
|
};
|
34
112
|
|
35
|
-
export const ServiceCosmosDbConfigurationInfo:
|
36
|
-
serializedName: "ServiceCosmosDbConfigurationInfo",
|
113
|
+
export const ServiceCosmosDbConfigurationInfo: coreClient.CompositeMapper = {
|
37
114
|
type: {
|
38
115
|
name: "Composite",
|
39
116
|
className: "ServiceCosmosDbConfigurationInfo",
|
40
117
|
modelProperties: {
|
41
118
|
offerThroughput: {
|
42
|
-
serializedName: "offerThroughput",
|
43
119
|
constraints: {
|
44
120
|
InclusiveMaximum: 10000,
|
45
121
|
InclusiveMinimum: 400
|
46
122
|
},
|
123
|
+
serializedName: "offerThroughput",
|
47
124
|
type: {
|
48
125
|
name: "Number"
|
49
126
|
}
|
@@ -58,8 +135,7 @@ export const ServiceCosmosDbConfigurationInfo: msRest.CompositeMapper = {
|
|
58
135
|
}
|
59
136
|
};
|
60
137
|
|
61
|
-
export const ServiceAuthenticationConfigurationInfo:
|
62
|
-
serializedName: "ServiceAuthenticationConfigurationInfo",
|
138
|
+
export const ServiceAuthenticationConfigurationInfo: coreClient.CompositeMapper = {
|
63
139
|
type: {
|
64
140
|
name: "Composite",
|
65
141
|
className: "ServiceAuthenticationConfigurationInfo",
|
@@ -86,8 +162,7 @@ export const ServiceAuthenticationConfigurationInfo: msRest.CompositeMapper = {
|
|
86
162
|
}
|
87
163
|
};
|
88
164
|
|
89
|
-
export const ServiceCorsConfigurationInfo:
|
90
|
-
serializedName: "ServiceCorsConfigurationInfo",
|
165
|
+
export const ServiceCorsConfigurationInfo: coreClient.CompositeMapper = {
|
91
166
|
type: {
|
92
167
|
name: "Composite",
|
93
168
|
className: "ServiceCorsConfigurationInfo",
|
@@ -97,6 +172,11 @@ export const ServiceCorsConfigurationInfo: msRest.CompositeMapper = {
|
|
97
172
|
type: {
|
98
173
|
name: "Sequence",
|
99
174
|
element: {
|
175
|
+
constraints: {
|
176
|
+
Pattern: new RegExp(
|
177
|
+
"^(?:(?:(?:[hH][tT][tT][pP](?:[sS]|))\\:\\/\\/(?:[a-zA-Z0-9-]+[.]?)+(?:\\:[0-9]{1,5})?|[*]))$"
|
178
|
+
)
|
179
|
+
},
|
100
180
|
type: {
|
101
181
|
name: "String"
|
102
182
|
}
|
@@ -126,11 +206,11 @@ export const ServiceCorsConfigurationInfo: msRest.CompositeMapper = {
|
|
126
206
|
}
|
127
207
|
},
|
128
208
|
maxAge: {
|
129
|
-
serializedName: "maxAge",
|
130
209
|
constraints: {
|
131
210
|
InclusiveMaximum: 99999,
|
132
211
|
InclusiveMinimum: 0
|
133
212
|
},
|
213
|
+
serializedName: "maxAge",
|
134
214
|
type: {
|
135
215
|
name: "Number"
|
136
216
|
}
|
@@ -145,8 +225,7 @@ export const ServiceCorsConfigurationInfo: msRest.CompositeMapper = {
|
|
145
225
|
}
|
146
226
|
};
|
147
227
|
|
148
|
-
export const ServiceExportConfigurationInfo:
|
149
|
-
serializedName: "ServiceExportConfigurationInfo",
|
228
|
+
export const ServiceExportConfigurationInfo: coreClient.CompositeMapper = {
|
150
229
|
type: {
|
151
230
|
name: "Composite",
|
152
231
|
className: "ServiceExportConfigurationInfo",
|
@@ -161,15 +240,14 @@ export const ServiceExportConfigurationInfo: msRest.CompositeMapper = {
|
|
161
240
|
}
|
162
241
|
};
|
163
242
|
|
164
|
-
export const PrivateEndpoint:
|
165
|
-
serializedName: "PrivateEndpoint",
|
243
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
166
244
|
type: {
|
167
245
|
name: "Composite",
|
168
246
|
className: "PrivateEndpoint",
|
169
247
|
modelProperties: {
|
170
248
|
id: {
|
171
|
-
readOnly: true,
|
172
249
|
serializedName: "id",
|
250
|
+
readOnly: true,
|
173
251
|
type: {
|
174
252
|
name: "String"
|
175
253
|
}
|
@@ -178,8 +256,7 @@ export const PrivateEndpoint: msRest.CompositeMapper = {
|
|
178
256
|
}
|
179
257
|
};
|
180
258
|
|
181
|
-
export const PrivateLinkServiceConnectionState:
|
182
|
-
serializedName: "PrivateLinkServiceConnectionState",
|
259
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
183
260
|
type: {
|
184
261
|
name: "Composite",
|
185
262
|
className: "PrivateLinkServiceConnectionState",
|
@@ -206,29 +283,28 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
206
283
|
}
|
207
284
|
};
|
208
285
|
|
209
|
-
export const Resource:
|
210
|
-
serializedName: "Resource",
|
286
|
+
export const Resource: coreClient.CompositeMapper = {
|
211
287
|
type: {
|
212
288
|
name: "Composite",
|
213
289
|
className: "Resource",
|
214
290
|
modelProperties: {
|
215
291
|
id: {
|
216
|
-
readOnly: true,
|
217
292
|
serializedName: "id",
|
293
|
+
readOnly: true,
|
218
294
|
type: {
|
219
295
|
name: "String"
|
220
296
|
}
|
221
297
|
},
|
222
298
|
name: {
|
223
|
-
readOnly: true,
|
224
299
|
serializedName: "name",
|
300
|
+
readOnly: true,
|
225
301
|
type: {
|
226
302
|
name: "String"
|
227
303
|
}
|
228
304
|
},
|
229
305
|
type: {
|
230
|
-
readOnly: true,
|
231
306
|
serializedName: "type",
|
307
|
+
readOnly: true,
|
232
308
|
type: {
|
233
309
|
name: "String"
|
234
310
|
}
|
@@ -237,158 +313,111 @@ export const Resource: msRest.CompositeMapper = {
|
|
237
313
|
}
|
238
314
|
};
|
239
315
|
|
240
|
-
export const
|
241
|
-
serializedName: "PrivateEndpointConnection",
|
316
|
+
export const ServiceAcrConfigurationInfo: coreClient.CompositeMapper = {
|
242
317
|
type: {
|
243
318
|
name: "Composite",
|
244
|
-
className: "
|
319
|
+
className: "ServiceAcrConfigurationInfo",
|
245
320
|
modelProperties: {
|
246
|
-
|
247
|
-
|
248
|
-
serializedName: "properties.privateEndpoint",
|
249
|
-
type: {
|
250
|
-
name: "Composite",
|
251
|
-
className: "PrivateEndpoint"
|
252
|
-
}
|
253
|
-
},
|
254
|
-
privateLinkServiceConnectionState: {
|
255
|
-
required: true,
|
256
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
257
|
-
type: {
|
258
|
-
name: "Composite",
|
259
|
-
className: "PrivateLinkServiceConnectionState"
|
260
|
-
}
|
261
|
-
},
|
262
|
-
provisioningState: {
|
263
|
-
serializedName: "properties.provisioningState",
|
321
|
+
loginServers: {
|
322
|
+
serializedName: "loginServers",
|
264
323
|
type: {
|
265
|
-
name: "
|
324
|
+
name: "Sequence",
|
325
|
+
element: {
|
326
|
+
type: {
|
327
|
+
name: "String"
|
328
|
+
}
|
329
|
+
}
|
266
330
|
}
|
267
331
|
}
|
268
332
|
}
|
269
333
|
}
|
270
334
|
};
|
271
335
|
|
272
|
-
export const
|
273
|
-
serializedName: "ServicesProperties",
|
336
|
+
export const SystemData: coreClient.CompositeMapper = {
|
274
337
|
type: {
|
275
338
|
name: "Composite",
|
276
|
-
className: "
|
339
|
+
className: "SystemData",
|
277
340
|
modelProperties: {
|
278
|
-
|
279
|
-
|
280
|
-
serializedName: "provisioningState",
|
341
|
+
createdBy: {
|
342
|
+
serializedName: "createdBy",
|
281
343
|
type: {
|
282
344
|
name: "String"
|
283
345
|
}
|
284
346
|
},
|
285
|
-
|
286
|
-
serializedName: "
|
287
|
-
type: {
|
288
|
-
name: "Sequence",
|
289
|
-
element: {
|
290
|
-
type: {
|
291
|
-
name: "Composite",
|
292
|
-
className: "ServiceAccessPolicyEntry"
|
293
|
-
}
|
294
|
-
}
|
295
|
-
}
|
296
|
-
},
|
297
|
-
cosmosDbConfiguration: {
|
298
|
-
serializedName: "cosmosDbConfiguration",
|
299
|
-
type: {
|
300
|
-
name: "Composite",
|
301
|
-
className: "ServiceCosmosDbConfigurationInfo"
|
302
|
-
}
|
303
|
-
},
|
304
|
-
authenticationConfiguration: {
|
305
|
-
serializedName: "authenticationConfiguration",
|
347
|
+
createdByType: {
|
348
|
+
serializedName: "createdByType",
|
306
349
|
type: {
|
307
|
-
name: "
|
308
|
-
className: "ServiceAuthenticationConfigurationInfo"
|
350
|
+
name: "String"
|
309
351
|
}
|
310
352
|
},
|
311
|
-
|
312
|
-
serializedName: "
|
353
|
+
createdAt: {
|
354
|
+
serializedName: "createdAt",
|
313
355
|
type: {
|
314
|
-
name: "
|
315
|
-
className: "ServiceCorsConfigurationInfo"
|
356
|
+
name: "DateTime"
|
316
357
|
}
|
317
358
|
},
|
318
|
-
|
319
|
-
serializedName: "
|
359
|
+
lastModifiedBy: {
|
360
|
+
serializedName: "lastModifiedBy",
|
320
361
|
type: {
|
321
|
-
name: "
|
322
|
-
className: "ServiceExportConfigurationInfo"
|
362
|
+
name: "String"
|
323
363
|
}
|
324
364
|
},
|
325
|
-
|
326
|
-
serializedName: "
|
365
|
+
lastModifiedByType: {
|
366
|
+
serializedName: "lastModifiedByType",
|
327
367
|
type: {
|
328
|
-
name: "
|
329
|
-
element: {
|
330
|
-
type: {
|
331
|
-
name: "Composite",
|
332
|
-
className: "PrivateEndpointConnection"
|
333
|
-
}
|
334
|
-
}
|
368
|
+
name: "String"
|
335
369
|
}
|
336
370
|
},
|
337
|
-
|
338
|
-
serializedName: "
|
371
|
+
lastModifiedAt: {
|
372
|
+
serializedName: "lastModifiedAt",
|
339
373
|
type: {
|
340
|
-
name: "
|
374
|
+
name: "DateTime"
|
341
375
|
}
|
342
376
|
}
|
343
377
|
}
|
344
378
|
}
|
345
379
|
};
|
346
380
|
|
347
|
-
export const ServicesResource:
|
348
|
-
serializedName: "ServicesResource",
|
381
|
+
export const ServicesResource: coreClient.CompositeMapper = {
|
349
382
|
type: {
|
350
383
|
name: "Composite",
|
351
384
|
className: "ServicesResource",
|
352
385
|
modelProperties: {
|
353
386
|
id: {
|
354
|
-
readOnly: true,
|
355
387
|
serializedName: "id",
|
388
|
+
readOnly: true,
|
356
389
|
type: {
|
357
390
|
name: "String"
|
358
391
|
}
|
359
392
|
},
|
360
393
|
name: {
|
361
|
-
readOnly: true,
|
362
|
-
serializedName: "name",
|
363
394
|
constraints: {
|
364
|
-
Pattern:
|
395
|
+
Pattern: new RegExp("^[a-z0-9][a-z0-9-]{1,21}[a-z0-9]$")
|
365
396
|
},
|
397
|
+
serializedName: "name",
|
398
|
+
readOnly: true,
|
366
399
|
type: {
|
367
400
|
name: "String"
|
368
401
|
}
|
369
402
|
},
|
370
403
|
type: {
|
371
|
-
readOnly: true,
|
372
404
|
serializedName: "type",
|
405
|
+
readOnly: true,
|
373
406
|
type: {
|
374
407
|
name: "String"
|
375
408
|
}
|
376
409
|
},
|
377
410
|
kind: {
|
378
|
-
required: true,
|
379
411
|
serializedName: "kind",
|
412
|
+
required: true,
|
380
413
|
type: {
|
381
414
|
name: "Enum",
|
382
|
-
allowedValues: [
|
383
|
-
"fhir",
|
384
|
-
"fhir-Stu3",
|
385
|
-
"fhir-R4"
|
386
|
-
]
|
415
|
+
allowedValues: ["fhir", "fhir-Stu3", "fhir-R4"]
|
387
416
|
}
|
388
417
|
},
|
389
418
|
location: {
|
390
|
-
required: true,
|
391
419
|
serializedName: "location",
|
420
|
+
required: true,
|
392
421
|
type: {
|
393
422
|
name: "String"
|
394
423
|
}
|
@@ -397,11 +426,7 @@ export const ServicesResource: msRest.CompositeMapper = {
|
|
397
426
|
serializedName: "tags",
|
398
427
|
type: {
|
399
428
|
name: "Dictionary",
|
400
|
-
value: {
|
401
|
-
type: {
|
402
|
-
name: "String"
|
403
|
-
}
|
404
|
-
}
|
429
|
+
value: { type: { name: "String" } }
|
405
430
|
}
|
406
431
|
},
|
407
432
|
etag: {
|
@@ -421,67 +446,21 @@ export const ServicesResource: msRest.CompositeMapper = {
|
|
421
446
|
}
|
422
447
|
};
|
423
448
|
|
424
|
-
export const
|
425
|
-
serializedName: "ServicesDescription",
|
426
|
-
type: {
|
427
|
-
name: "Composite",
|
428
|
-
className: "ServicesDescription",
|
429
|
-
modelProperties: {
|
430
|
-
...ServicesResource.type.modelProperties,
|
431
|
-
properties: {
|
432
|
-
serializedName: "properties",
|
433
|
-
type: {
|
434
|
-
name: "Composite",
|
435
|
-
className: "ServicesProperties"
|
436
|
-
}
|
437
|
-
}
|
438
|
-
}
|
439
|
-
}
|
440
|
-
};
|
441
|
-
|
442
|
-
export const ServicesPatchDescription: msRest.CompositeMapper = {
|
443
|
-
serializedName: "ServicesPatchDescription",
|
444
|
-
type: {
|
445
|
-
name: "Composite",
|
446
|
-
className: "ServicesPatchDescription",
|
447
|
-
modelProperties: {
|
448
|
-
tags: {
|
449
|
-
serializedName: "tags",
|
450
|
-
type: {
|
451
|
-
name: "Dictionary",
|
452
|
-
value: {
|
453
|
-
type: {
|
454
|
-
name: "String"
|
455
|
-
}
|
456
|
-
}
|
457
|
-
}
|
458
|
-
},
|
459
|
-
publicNetworkAccess: {
|
460
|
-
serializedName: "properties.publicNetworkAccess",
|
461
|
-
type: {
|
462
|
-
name: "String"
|
463
|
-
}
|
464
|
-
}
|
465
|
-
}
|
466
|
-
}
|
467
|
-
};
|
468
|
-
|
469
|
-
export const ServicesResourceIdentity: msRest.CompositeMapper = {
|
470
|
-
serializedName: "ServicesResource_identity",
|
449
|
+
export const ServicesResourceIdentity: coreClient.CompositeMapper = {
|
471
450
|
type: {
|
472
451
|
name: "Composite",
|
473
452
|
className: "ServicesResourceIdentity",
|
474
453
|
modelProperties: {
|
475
454
|
principalId: {
|
476
|
-
readOnly: true,
|
477
455
|
serializedName: "principalId",
|
456
|
+
readOnly: true,
|
478
457
|
type: {
|
479
458
|
name: "String"
|
480
459
|
}
|
481
460
|
},
|
482
461
|
tenantId: {
|
483
|
-
readOnly: true,
|
484
462
|
serializedName: "tenantId",
|
463
|
+
readOnly: true,
|
485
464
|
type: {
|
486
465
|
name: "String"
|
487
466
|
}
|
@@ -496,29 +475,44 @@ export const ServicesResourceIdentity: msRest.CompositeMapper = {
|
|
496
475
|
}
|
497
476
|
};
|
498
477
|
|
499
|
-
export const
|
500
|
-
|
478
|
+
export const ErrorDetails: coreClient.CompositeMapper = {
|
479
|
+
type: {
|
480
|
+
name: "Composite",
|
481
|
+
className: "ErrorDetails",
|
482
|
+
modelProperties: {
|
483
|
+
error: {
|
484
|
+
serializedName: "error",
|
485
|
+
type: {
|
486
|
+
name: "Composite",
|
487
|
+
className: "ErrorDetailsInternal"
|
488
|
+
}
|
489
|
+
}
|
490
|
+
}
|
491
|
+
}
|
492
|
+
};
|
493
|
+
|
494
|
+
export const ErrorDetailsInternal: coreClient.CompositeMapper = {
|
501
495
|
type: {
|
502
496
|
name: "Composite",
|
503
497
|
className: "ErrorDetailsInternal",
|
504
498
|
modelProperties: {
|
505
499
|
code: {
|
506
|
-
readOnly: true,
|
507
500
|
serializedName: "code",
|
501
|
+
readOnly: true,
|
508
502
|
type: {
|
509
503
|
name: "String"
|
510
504
|
}
|
511
505
|
},
|
512
506
|
message: {
|
513
|
-
readOnly: true,
|
514
507
|
serializedName: "message",
|
508
|
+
readOnly: true,
|
515
509
|
type: {
|
516
510
|
name: "String"
|
517
511
|
}
|
518
512
|
},
|
519
513
|
target: {
|
520
|
-
readOnly: true,
|
521
514
|
serializedName: "target",
|
515
|
+
readOnly: true,
|
522
516
|
type: {
|
523
517
|
name: "String"
|
524
518
|
}
|
@@ -527,77 +521,98 @@ export const ErrorDetailsInternal: msRest.CompositeMapper = {
|
|
527
521
|
}
|
528
522
|
};
|
529
523
|
|
530
|
-
export const
|
531
|
-
serializedName: "ErrorDetails",
|
524
|
+
export const ServicesPatchDescription: coreClient.CompositeMapper = {
|
532
525
|
type: {
|
533
526
|
name: "Composite",
|
534
|
-
className: "
|
527
|
+
className: "ServicesPatchDescription",
|
535
528
|
modelProperties: {
|
536
|
-
|
537
|
-
serializedName: "
|
529
|
+
tags: {
|
530
|
+
serializedName: "tags",
|
538
531
|
type: {
|
539
|
-
name: "
|
540
|
-
|
532
|
+
name: "Dictionary",
|
533
|
+
value: { type: { name: "String" } }
|
534
|
+
}
|
535
|
+
},
|
536
|
+
publicNetworkAccess: {
|
537
|
+
serializedName: "properties.publicNetworkAccess",
|
538
|
+
type: {
|
539
|
+
name: "String"
|
541
540
|
}
|
542
541
|
}
|
543
542
|
}
|
544
543
|
}
|
545
544
|
};
|
546
545
|
|
547
|
-
export const
|
548
|
-
serializedName: "OperationDisplay",
|
546
|
+
export const ServicesDescriptionListResult: coreClient.CompositeMapper = {
|
549
547
|
type: {
|
550
548
|
name: "Composite",
|
551
|
-
className: "
|
549
|
+
className: "ServicesDescriptionListResult",
|
552
550
|
modelProperties: {
|
553
|
-
|
554
|
-
|
555
|
-
serializedName: "provider",
|
551
|
+
nextLink: {
|
552
|
+
serializedName: "nextLink",
|
556
553
|
type: {
|
557
554
|
name: "String"
|
558
555
|
}
|
559
556
|
},
|
560
|
-
|
561
|
-
|
562
|
-
serializedName: "resource",
|
557
|
+
value: {
|
558
|
+
serializedName: "value",
|
563
559
|
type: {
|
564
|
-
name: "
|
560
|
+
name: "Sequence",
|
561
|
+
element: {
|
562
|
+
type: {
|
563
|
+
name: "Composite",
|
564
|
+
className: "ServicesDescription"
|
565
|
+
}
|
566
|
+
}
|
565
567
|
}
|
566
|
-
}
|
567
|
-
|
568
|
-
|
569
|
-
|
568
|
+
}
|
569
|
+
}
|
570
|
+
}
|
571
|
+
};
|
572
|
+
|
573
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
574
|
+
type: {
|
575
|
+
name: "Composite",
|
576
|
+
className: "OperationListResult",
|
577
|
+
modelProperties: {
|
578
|
+
nextLink: {
|
579
|
+
serializedName: "nextLink",
|
570
580
|
type: {
|
571
581
|
name: "String"
|
572
582
|
}
|
573
583
|
},
|
574
|
-
|
584
|
+
value: {
|
585
|
+
serializedName: "value",
|
575
586
|
readOnly: true,
|
576
|
-
serializedName: "description",
|
577
587
|
type: {
|
578
|
-
name: "
|
588
|
+
name: "Sequence",
|
589
|
+
element: {
|
590
|
+
type: {
|
591
|
+
name: "Composite",
|
592
|
+
className: "Operation"
|
593
|
+
}
|
594
|
+
}
|
579
595
|
}
|
580
596
|
}
|
581
597
|
}
|
582
598
|
}
|
583
599
|
};
|
584
600
|
|
585
|
-
export const Operation:
|
586
|
-
serializedName: "Operation",
|
601
|
+
export const Operation: coreClient.CompositeMapper = {
|
587
602
|
type: {
|
588
603
|
name: "Composite",
|
589
604
|
className: "Operation",
|
590
605
|
modelProperties: {
|
591
606
|
name: {
|
592
|
-
readOnly: true,
|
593
607
|
serializedName: "name",
|
608
|
+
readOnly: true,
|
594
609
|
type: {
|
595
610
|
name: "String"
|
596
611
|
}
|
597
612
|
},
|
598
613
|
origin: {
|
599
|
-
readOnly: true,
|
600
614
|
serializedName: "origin",
|
615
|
+
readOnly: true,
|
601
616
|
type: {
|
602
617
|
name: "String"
|
603
618
|
}
|
@@ -613,22 +628,58 @@ export const Operation: msRest.CompositeMapper = {
|
|
613
628
|
}
|
614
629
|
};
|
615
630
|
|
616
|
-
export const
|
617
|
-
|
631
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
632
|
+
type: {
|
633
|
+
name: "Composite",
|
634
|
+
className: "OperationDisplay",
|
635
|
+
modelProperties: {
|
636
|
+
provider: {
|
637
|
+
serializedName: "provider",
|
638
|
+
readOnly: true,
|
639
|
+
type: {
|
640
|
+
name: "String"
|
641
|
+
}
|
642
|
+
},
|
643
|
+
resource: {
|
644
|
+
serializedName: "resource",
|
645
|
+
readOnly: true,
|
646
|
+
type: {
|
647
|
+
name: "String"
|
648
|
+
}
|
649
|
+
},
|
650
|
+
operation: {
|
651
|
+
serializedName: "operation",
|
652
|
+
readOnly: true,
|
653
|
+
type: {
|
654
|
+
name: "String"
|
655
|
+
}
|
656
|
+
},
|
657
|
+
description: {
|
658
|
+
serializedName: "description",
|
659
|
+
readOnly: true,
|
660
|
+
type: {
|
661
|
+
name: "String"
|
662
|
+
}
|
663
|
+
}
|
664
|
+
}
|
665
|
+
}
|
666
|
+
};
|
667
|
+
|
668
|
+
export const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {
|
618
669
|
type: {
|
619
670
|
name: "Composite",
|
620
671
|
className: "CheckNameAvailabilityParameters",
|
621
672
|
modelProperties: {
|
622
673
|
name: {
|
623
|
-
required: true,
|
624
674
|
serializedName: "name",
|
675
|
+
required: true,
|
625
676
|
type: {
|
626
677
|
name: "String"
|
627
678
|
}
|
628
679
|
},
|
629
680
|
type: {
|
630
|
-
required: true,
|
631
681
|
serializedName: "type",
|
682
|
+
required: true,
|
632
683
|
type: {
|
633
684
|
name: "String"
|
634
685
|
}
|
@@ -637,28 +688,24 @@ export const CheckNameAvailabilityParameters: msRest.CompositeMapper = {
|
|
637
688
|
}
|
638
689
|
};
|
639
690
|
|
640
|
-
export const ServicesNameAvailabilityInfo:
|
641
|
-
serializedName: "ServicesNameAvailabilityInfo",
|
691
|
+
export const ServicesNameAvailabilityInfo: coreClient.CompositeMapper = {
|
642
692
|
type: {
|
643
693
|
name: "Composite",
|
644
694
|
className: "ServicesNameAvailabilityInfo",
|
645
695
|
modelProperties: {
|
646
696
|
nameAvailable: {
|
647
|
-
readOnly: true,
|
648
697
|
serializedName: "nameAvailable",
|
698
|
+
readOnly: true,
|
649
699
|
type: {
|
650
700
|
name: "Boolean"
|
651
701
|
}
|
652
702
|
},
|
653
703
|
reason: {
|
654
|
-
readOnly: true,
|
655
704
|
serializedName: "reason",
|
705
|
+
readOnly: true,
|
656
706
|
type: {
|
657
707
|
name: "Enum",
|
658
|
-
allowedValues: [
|
659
|
-
"Invalid",
|
660
|
-
"AlreadyExists"
|
661
|
-
]
|
708
|
+
allowedValues: ["Invalid", "AlreadyExists"]
|
662
709
|
}
|
663
710
|
},
|
664
711
|
message: {
|
@@ -671,36 +718,35 @@ export const ServicesNameAvailabilityInfo: msRest.CompositeMapper = {
|
|
671
718
|
}
|
672
719
|
};
|
673
720
|
|
674
|
-
export const OperationResultsDescription:
|
675
|
-
serializedName: "OperationResultsDescription",
|
721
|
+
export const OperationResultsDescription: coreClient.CompositeMapper = {
|
676
722
|
type: {
|
677
723
|
name: "Composite",
|
678
724
|
className: "OperationResultsDescription",
|
679
725
|
modelProperties: {
|
680
726
|
id: {
|
681
|
-
readOnly: true,
|
682
727
|
serializedName: "id",
|
728
|
+
readOnly: true,
|
683
729
|
type: {
|
684
730
|
name: "String"
|
685
731
|
}
|
686
732
|
},
|
687
733
|
name: {
|
688
|
-
readOnly: true,
|
689
734
|
serializedName: "name",
|
735
|
+
readOnly: true,
|
690
736
|
type: {
|
691
737
|
name: "String"
|
692
738
|
}
|
693
739
|
},
|
694
740
|
status: {
|
695
|
-
readOnly: true,
|
696
741
|
serializedName: "status",
|
742
|
+
readOnly: true,
|
697
743
|
type: {
|
698
744
|
name: "String"
|
699
745
|
}
|
700
746
|
},
|
701
747
|
startTime: {
|
702
|
-
readOnly: true,
|
703
748
|
serializedName: "startTime",
|
749
|
+
readOnly: true,
|
704
750
|
type: {
|
705
751
|
name: "String"
|
706
752
|
}
|
@@ -708,63 +754,78 @@ export const OperationResultsDescription: msRest.CompositeMapper = {
|
|
708
754
|
properties: {
|
709
755
|
serializedName: "properties",
|
710
756
|
type: {
|
711
|
-
name: "
|
757
|
+
name: "any"
|
712
758
|
}
|
713
759
|
}
|
714
760
|
}
|
715
761
|
}
|
716
762
|
};
|
717
763
|
|
718
|
-
export const
|
719
|
-
serializedName: "ProxyResource",
|
764
|
+
export const PrivateEndpointConnectionListResultDescription: coreClient.CompositeMapper = {
|
720
765
|
type: {
|
721
766
|
name: "Composite",
|
722
|
-
className: "
|
767
|
+
className: "PrivateEndpointConnectionListResultDescription",
|
723
768
|
modelProperties: {
|
724
|
-
|
769
|
+
value: {
|
770
|
+
serializedName: "value",
|
771
|
+
type: {
|
772
|
+
name: "Sequence",
|
773
|
+
element: {
|
774
|
+
type: {
|
775
|
+
name: "Composite",
|
776
|
+
className: "PrivateEndpointConnectionDescription"
|
777
|
+
}
|
778
|
+
}
|
779
|
+
}
|
780
|
+
}
|
725
781
|
}
|
726
782
|
}
|
727
783
|
};
|
728
784
|
|
729
|
-
export const
|
730
|
-
serializedName: "TrackedResource",
|
785
|
+
export const PrivateLinkResourceListResultDescription: coreClient.CompositeMapper = {
|
731
786
|
type: {
|
732
787
|
name: "Composite",
|
733
|
-
className: "
|
788
|
+
className: "PrivateLinkResourceListResultDescription",
|
734
789
|
modelProperties: {
|
735
|
-
|
736
|
-
|
737
|
-
serializedName: "tags",
|
790
|
+
value: {
|
791
|
+
serializedName: "value",
|
738
792
|
type: {
|
739
|
-
name: "
|
740
|
-
|
793
|
+
name: "Sequence",
|
794
|
+
element: {
|
741
795
|
type: {
|
742
|
-
name: "
|
796
|
+
name: "Composite",
|
797
|
+
className: "PrivateLinkResourceDescription"
|
743
798
|
}
|
744
799
|
}
|
745
800
|
}
|
746
|
-
},
|
747
|
-
location: {
|
748
|
-
required: true,
|
749
|
-
serializedName: "location",
|
750
|
-
type: {
|
751
|
-
name: "String"
|
752
|
-
}
|
753
801
|
}
|
754
802
|
}
|
755
803
|
}
|
756
804
|
};
|
757
805
|
|
758
|
-
export const
|
759
|
-
serializedName: "AzureEntityResource",
|
806
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
760
807
|
type: {
|
761
808
|
name: "Composite",
|
762
|
-
className: "
|
809
|
+
className: "PrivateEndpointConnection",
|
763
810
|
modelProperties: {
|
764
811
|
...Resource.type.modelProperties,
|
765
|
-
|
812
|
+
privateEndpoint: {
|
813
|
+
serializedName: "properties.privateEndpoint",
|
814
|
+
type: {
|
815
|
+
name: "Composite",
|
816
|
+
className: "PrivateEndpoint"
|
817
|
+
}
|
818
|
+
},
|
819
|
+
privateLinkServiceConnectionState: {
|
820
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
821
|
+
type: {
|
822
|
+
name: "Composite",
|
823
|
+
className: "PrivateLinkServiceConnectionState"
|
824
|
+
}
|
825
|
+
},
|
826
|
+
provisioningState: {
|
827
|
+
serializedName: "properties.provisioningState",
|
766
828
|
readOnly: true,
|
767
|
-
serializedName: "etag",
|
768
829
|
type: {
|
769
830
|
name: "String"
|
770
831
|
}
|
@@ -773,23 +834,22 @@ export const AzureEntityResource: msRest.CompositeMapper = {
|
|
773
834
|
}
|
774
835
|
};
|
775
836
|
|
776
|
-
export const PrivateLinkResource:
|
777
|
-
serializedName: "PrivateLinkResource",
|
837
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
778
838
|
type: {
|
779
839
|
name: "Composite",
|
780
840
|
className: "PrivateLinkResource",
|
781
841
|
modelProperties: {
|
782
842
|
...Resource.type.modelProperties,
|
783
843
|
groupId: {
|
784
|
-
readOnly: true,
|
785
844
|
serializedName: "properties.groupId",
|
845
|
+
readOnly: true,
|
786
846
|
type: {
|
787
847
|
name: "String"
|
788
848
|
}
|
789
849
|
},
|
790
850
|
requiredMembers: {
|
791
|
-
readOnly: true,
|
792
851
|
serializedName: "properties.requiredMembers",
|
852
|
+
readOnly: true,
|
793
853
|
type: {
|
794
854
|
name: "Sequence",
|
795
855
|
element: {
|
@@ -814,101 +874,58 @@ export const PrivateLinkResource: msRest.CompositeMapper = {
|
|
814
874
|
}
|
815
875
|
};
|
816
876
|
|
817
|
-
export const
|
818
|
-
serializedName: "PrivateLinkResourceListResult",
|
819
|
-
type: {
|
820
|
-
name: "Composite",
|
821
|
-
className: "PrivateLinkResourceListResult",
|
822
|
-
modelProperties: {
|
823
|
-
value: {
|
824
|
-
serializedName: "value",
|
825
|
-
type: {
|
826
|
-
name: "Sequence",
|
827
|
-
element: {
|
828
|
-
type: {
|
829
|
-
name: "Composite",
|
830
|
-
className: "PrivateLinkResource"
|
831
|
-
}
|
832
|
-
}
|
833
|
-
}
|
834
|
-
}
|
835
|
-
}
|
836
|
-
}
|
837
|
-
};
|
838
|
-
|
839
|
-
export const ServicesDescriptionListResult: msRest.CompositeMapper = {
|
840
|
-
serializedName: "ServicesDescriptionListResult",
|
877
|
+
export const ServicesDescription: coreClient.CompositeMapper = {
|
841
878
|
type: {
|
842
879
|
name: "Composite",
|
843
|
-
className: "
|
880
|
+
className: "ServicesDescription",
|
844
881
|
modelProperties: {
|
845
|
-
|
846
|
-
|
882
|
+
...ServicesResource.type.modelProperties,
|
883
|
+
properties: {
|
884
|
+
serializedName: "properties",
|
847
885
|
type: {
|
848
|
-
name: "
|
886
|
+
name: "Composite",
|
887
|
+
className: "ServicesProperties"
|
849
888
|
}
|
850
889
|
},
|
851
|
-
|
852
|
-
serializedName: "",
|
890
|
+
systemData: {
|
891
|
+
serializedName: "systemData",
|
853
892
|
type: {
|
854
|
-
name: "
|
855
|
-
|
856
|
-
type: {
|
857
|
-
name: "Composite",
|
858
|
-
className: "ServicesDescription"
|
859
|
-
}
|
860
|
-
}
|
893
|
+
name: "Composite",
|
894
|
+
className: "SystemData"
|
861
895
|
}
|
862
896
|
}
|
863
897
|
}
|
864
898
|
}
|
865
899
|
};
|
866
900
|
|
867
|
-
export const
|
868
|
-
serializedName: "OperationListResult",
|
901
|
+
export const PrivateEndpointConnectionDescription: coreClient.CompositeMapper = {
|
869
902
|
type: {
|
870
903
|
name: "Composite",
|
871
|
-
className: "
|
904
|
+
className: "PrivateEndpointConnectionDescription",
|
872
905
|
modelProperties: {
|
873
|
-
|
874
|
-
|
906
|
+
...PrivateEndpointConnection.type.modelProperties,
|
907
|
+
systemData: {
|
908
|
+
serializedName: "systemData",
|
875
909
|
type: {
|
876
|
-
name: "
|
877
|
-
|
878
|
-
},
|
879
|
-
value: {
|
880
|
-
readOnly: true,
|
881
|
-
serializedName: "",
|
882
|
-
type: {
|
883
|
-
name: "Sequence",
|
884
|
-
element: {
|
885
|
-
type: {
|
886
|
-
name: "Composite",
|
887
|
-
className: "Operation"
|
888
|
-
}
|
889
|
-
}
|
910
|
+
name: "Composite",
|
911
|
+
className: "SystemData"
|
890
912
|
}
|
891
913
|
}
|
892
914
|
}
|
893
915
|
}
|
894
916
|
};
|
895
917
|
|
896
|
-
export const
|
897
|
-
serializedName: "PrivateEndpointConnectionListResult",
|
918
|
+
export const PrivateLinkResourceDescription: coreClient.CompositeMapper = {
|
898
919
|
type: {
|
899
920
|
name: "Composite",
|
900
|
-
className: "
|
921
|
+
className: "PrivateLinkResourceDescription",
|
901
922
|
modelProperties: {
|
902
|
-
|
903
|
-
|
923
|
+
...PrivateLinkResource.type.modelProperties,
|
924
|
+
systemData: {
|
925
|
+
serializedName: "systemData",
|
904
926
|
type: {
|
905
|
-
name: "
|
906
|
-
|
907
|
-
type: {
|
908
|
-
name: "Composite",
|
909
|
-
className: "PrivateEndpointConnection"
|
910
|
-
}
|
911
|
-
}
|
927
|
+
name: "Composite",
|
928
|
+
className: "SystemData"
|
912
929
|
}
|
913
930
|
}
|
914
931
|
}
|