@azure/arm-kubernetesconfiguration-privatelinkscopes 1.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 +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +21 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +376 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +66 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +18 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +444 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +15 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +133 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +11 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +59 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +216 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +28 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +85 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/privateLinkScopes.d.ts +85 -0
- package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkScopes.js +386 -0
- package/dist/browser/operations/privateLinkScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +11 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +49 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/privateLinkScopesClient.d.ts +22 -0
- package/dist/browser/privateLinkScopesClient.d.ts.map +1 -0
- package/dist/browser/privateLinkScopesClient.js +99 -0
- package/dist/browser/privateLinkScopesClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +376 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +69 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +18 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +447 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +136 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +59 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +221 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts +85 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.js +390 -0
- package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/privateLinkScopesClient.d.ts +22 -0
- package/dist/commonjs/privateLinkScopesClient.d.ts.map +1 -0
- package/dist/commonjs/privateLinkScopesClient.js +104 -0
- package/dist/commonjs/privateLinkScopesClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +376 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +66 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +18 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +444 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +133 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +59 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +216 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/privateLinkScopes.d.ts +85 -0
- package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkScopes.js +386 -0
- package/dist/esm/operations/privateLinkScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +49 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/privateLinkScopesClient.d.ts +22 -0
- package/dist/esm/privateLinkScopesClient.d.ts.map +1 -0
- package/dist/esm/privateLinkScopesClient.js +99 -0
- package/dist/esm/privateLinkScopesClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +376 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +66 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +18 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +444 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +133 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +59 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +216 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts +85 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.js +386 -0
- package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/privateLinkScopesClient.d.ts +22 -0
- package/dist/react-native/privateLinkScopesClient.d.ts.map +1 -0
- package/dist/react-native/privateLinkScopesClient.js +99 -0
- package/dist/react-native/privateLinkScopesClient.js.map +1 -0
- package/package.json +133 -0
- package/review/arm-kubernetesconfiguration-privatelinkscopes.api.md +324 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
|
9
|
+
export var KnownPublicNetworkAccessType;
|
|
10
|
+
(function (KnownPublicNetworkAccessType) {
|
|
11
|
+
/** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
|
|
12
|
+
KnownPublicNetworkAccessType["Enabled"] = "Enabled";
|
|
13
|
+
/** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */
|
|
14
|
+
KnownPublicNetworkAccessType["Disabled"] = "Disabled";
|
|
15
|
+
})(KnownPublicNetworkAccessType || (KnownPublicNetworkAccessType = {}));
|
|
16
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
17
|
+
export var KnownProvisioningState;
|
|
18
|
+
(function (KnownProvisioningState) {
|
|
19
|
+
/** Succeeded */
|
|
20
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
21
|
+
/** Failed */
|
|
22
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
23
|
+
/** Canceled */
|
|
24
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
25
|
+
/** Creating */
|
|
26
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
27
|
+
/** Updating */
|
|
28
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
29
|
+
/** Deleting */
|
|
30
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
31
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
32
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
33
|
+
export var KnownPrivateEndpointServiceConnectionStatus;
|
|
34
|
+
(function (KnownPrivateEndpointServiceConnectionStatus) {
|
|
35
|
+
/** Pending */
|
|
36
|
+
KnownPrivateEndpointServiceConnectionStatus["Pending"] = "Pending";
|
|
37
|
+
/** Approved */
|
|
38
|
+
KnownPrivateEndpointServiceConnectionStatus["Approved"] = "Approved";
|
|
39
|
+
/** Rejected */
|
|
40
|
+
KnownPrivateEndpointServiceConnectionStatus["Rejected"] = "Rejected";
|
|
41
|
+
})(KnownPrivateEndpointServiceConnectionStatus || (KnownPrivateEndpointServiceConnectionStatus = {}));
|
|
42
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
43
|
+
export var KnownPrivateEndpointConnectionProvisioningState;
|
|
44
|
+
(function (KnownPrivateEndpointConnectionProvisioningState) {
|
|
45
|
+
/** Succeeded */
|
|
46
|
+
KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
|
|
47
|
+
/** Creating */
|
|
48
|
+
KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
|
|
49
|
+
/** Deleting */
|
|
50
|
+
KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
|
|
51
|
+
/** Failed */
|
|
52
|
+
KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
|
|
53
|
+
})(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
|
|
54
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
55
|
+
export var KnownCreatedByType;
|
|
56
|
+
(function (KnownCreatedByType) {
|
|
57
|
+
/** User */
|
|
58
|
+
KnownCreatedByType["User"] = "User";
|
|
59
|
+
/** Application */
|
|
60
|
+
KnownCreatedByType["Application"] = "Application";
|
|
61
|
+
/** ManagedIdentity */
|
|
62
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
63
|
+
/** Key */
|
|
64
|
+
KnownCreatedByType["Key"] = "Key";
|
|
65
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
66
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA6MH,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,wHAAwH;IACxH,mDAAmB,CAAA;IACnB,qJAAqJ;IACrJ,qDAAqB,CAAA;AACvB,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAbW,sBAAsB,KAAtB,sBAAsB,QAajC;AAgBD,+FAA+F;AAC/F,MAAM,CAAN,IAAY,2CAOX;AAPD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;AACvB,CAAC,EAPW,2CAA2C,KAA3C,2CAA2C,QAOtD;AAaD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CASX;AATD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;AACnB,CAAC,EATW,+CAA+C,KAA/C,+CAA+C,QAS1D;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Describes the list of Azure Arc PrivateLinkScope resources. */\nexport interface KubernetesConfigurationPrivateLinkScopeListResult {\n /** List of Azure Arc PrivateLinkScope definitions. */\n value: KubernetesConfigurationPrivateLinkScope[];\n /** The URI to get the next set of Azure Arc PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */\n nextLink?: string;\n}\n\n/** Properties that define a Azure Arc PrivateLinkScope resource. */\nexport interface KubernetesConfigurationPrivateLinkScopeProperties {\n /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /**\n * Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Managed Cluster ARM ID for the private link scope (Required) */\n clusterResourceId: string;\n /**\n * The Guid id of the private link scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkScopeId?: string;\n /**\n * The collection of associated Private Endpoint Connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** An Azure Arc PrivateLinkScope definition. */\nexport interface KubernetesConfigurationPrivateLinkScope\n extends TrackedResource {\n /** Properties that define a Azure Arc PrivateLinkScope resource. */\n properties?: KubernetesConfigurationPrivateLinkScopeProperties;\n}\n\n/** Known values of {@link PublicNetworkAccessType} that the service accepts. */\nexport enum KnownPublicNetworkAccessType {\n /** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */\n Enabled = \"Enabled\",\n /** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccessType. \\\n * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \\\n * **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link.\n */\nexport type PublicNetworkAccessType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateLinkScopesListResponse =\n KubernetesConfigurationPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type PrivateLinkScopesListByResourceGroupResponse =\n KubernetesConfigurationPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkScopesGetResponse =\n KubernetesConfigurationPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateLinkScopesCreateOrUpdateResponse =\n KubernetesConfigurationPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesUpdateTagsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateTags operation. */\nexport type PrivateLinkScopesUpdateTagsResponse =\n KubernetesConfigurationPrivateLinkScope;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateLinkScopesListNextResponse =\n KubernetesConfigurationPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type PrivateLinkScopesListByResourceGroupNextResponse =\n KubernetesConfigurationPrivateLinkScopeListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateLinkResourcesListByPrivateLinkScopeResponse =\n PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPrivateLinkScope operation. */\nexport type PrivateEndpointConnectionsListByPrivateLinkScopeResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkScopesClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const KubernetesConfigurationPrivateLinkScopeListResult: coreClient.CompositeMapper;
|
|
3
|
+
export declare const KubernetesConfigurationPrivateLinkScopeProperties: coreClient.CompositeMapper;
|
|
4
|
+
export declare const PrivateEndpoint: coreClient.CompositeMapper;
|
|
5
|
+
export declare const PrivateLinkServiceConnectionState: coreClient.CompositeMapper;
|
|
6
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
7
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
9
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
10
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
11
|
+
export declare const TagsResource: coreClient.CompositeMapper;
|
|
12
|
+
export declare const PrivateLinkResourceListResult: coreClient.CompositeMapper;
|
|
13
|
+
export declare const PrivateEndpointConnectionListResult: coreClient.CompositeMapper;
|
|
14
|
+
export declare const PrivateEndpointConnection: coreClient.CompositeMapper;
|
|
15
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
16
|
+
export declare const PrivateLinkResource: coreClient.CompositeMapper;
|
|
17
|
+
export declare const KubernetesConfigurationPrivateLinkScope: coreClient.CompositeMapper;
|
|
18
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eA2BxE,CAAC;AAEJ,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eAiDxE,CAAC;AAEJ,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAyB1D,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAcrC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAmBtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAmB5D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA6BlD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsC5C,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eAgB9D,CAAC"}
|
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export const KubernetesConfigurationPrivateLinkScopeListResult = {
|
|
9
|
+
type: {
|
|
10
|
+
name: "Composite",
|
|
11
|
+
className: "KubernetesConfigurationPrivateLinkScopeListResult",
|
|
12
|
+
modelProperties: {
|
|
13
|
+
value: {
|
|
14
|
+
serializedName: "value",
|
|
15
|
+
required: true,
|
|
16
|
+
type: {
|
|
17
|
+
name: "Sequence",
|
|
18
|
+
element: {
|
|
19
|
+
type: {
|
|
20
|
+
name: "Composite",
|
|
21
|
+
className: "KubernetesConfigurationPrivateLinkScope",
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
nextLink: {
|
|
27
|
+
serializedName: "nextLink",
|
|
28
|
+
type: {
|
|
29
|
+
name: "String",
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
export const KubernetesConfigurationPrivateLinkScopeProperties = {
|
|
36
|
+
type: {
|
|
37
|
+
name: "Composite",
|
|
38
|
+
className: "KubernetesConfigurationPrivateLinkScopeProperties",
|
|
39
|
+
modelProperties: {
|
|
40
|
+
publicNetworkAccess: {
|
|
41
|
+
defaultValue: "Disabled",
|
|
42
|
+
serializedName: "publicNetworkAccess",
|
|
43
|
+
type: {
|
|
44
|
+
name: "String",
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
provisioningState: {
|
|
48
|
+
serializedName: "provisioningState",
|
|
49
|
+
readOnly: true,
|
|
50
|
+
type: {
|
|
51
|
+
name: "String",
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
clusterResourceId: {
|
|
55
|
+
serializedName: "clusterResourceId",
|
|
56
|
+
required: true,
|
|
57
|
+
type: {
|
|
58
|
+
name: "String",
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
privateLinkScopeId: {
|
|
62
|
+
serializedName: "privateLinkScopeId",
|
|
63
|
+
readOnly: true,
|
|
64
|
+
type: {
|
|
65
|
+
name: "String",
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
privateEndpointConnections: {
|
|
69
|
+
serializedName: "privateEndpointConnections",
|
|
70
|
+
readOnly: true,
|
|
71
|
+
type: {
|
|
72
|
+
name: "Sequence",
|
|
73
|
+
element: {
|
|
74
|
+
type: {
|
|
75
|
+
name: "Composite",
|
|
76
|
+
className: "PrivateEndpointConnection",
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
};
|
|
84
|
+
export const PrivateEndpoint = {
|
|
85
|
+
type: {
|
|
86
|
+
name: "Composite",
|
|
87
|
+
className: "PrivateEndpoint",
|
|
88
|
+
modelProperties: {
|
|
89
|
+
id: {
|
|
90
|
+
serializedName: "id",
|
|
91
|
+
readOnly: true,
|
|
92
|
+
type: {
|
|
93
|
+
name: "String",
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
};
|
|
99
|
+
export const PrivateLinkServiceConnectionState = {
|
|
100
|
+
type: {
|
|
101
|
+
name: "Composite",
|
|
102
|
+
className: "PrivateLinkServiceConnectionState",
|
|
103
|
+
modelProperties: {
|
|
104
|
+
status: {
|
|
105
|
+
serializedName: "status",
|
|
106
|
+
type: {
|
|
107
|
+
name: "String",
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
description: {
|
|
111
|
+
serializedName: "description",
|
|
112
|
+
type: {
|
|
113
|
+
name: "String",
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
actionsRequired: {
|
|
117
|
+
serializedName: "actionsRequired",
|
|
118
|
+
type: {
|
|
119
|
+
name: "String",
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
};
|
|
125
|
+
export const Resource = {
|
|
126
|
+
type: {
|
|
127
|
+
name: "Composite",
|
|
128
|
+
className: "Resource",
|
|
129
|
+
modelProperties: {
|
|
130
|
+
id: {
|
|
131
|
+
serializedName: "id",
|
|
132
|
+
readOnly: true,
|
|
133
|
+
type: {
|
|
134
|
+
name: "String",
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
name: {
|
|
138
|
+
serializedName: "name",
|
|
139
|
+
readOnly: true,
|
|
140
|
+
type: {
|
|
141
|
+
name: "String",
|
|
142
|
+
},
|
|
143
|
+
},
|
|
144
|
+
type: {
|
|
145
|
+
serializedName: "type",
|
|
146
|
+
readOnly: true,
|
|
147
|
+
type: {
|
|
148
|
+
name: "String",
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
systemData: {
|
|
152
|
+
serializedName: "systemData",
|
|
153
|
+
type: {
|
|
154
|
+
name: "Composite",
|
|
155
|
+
className: "SystemData",
|
|
156
|
+
},
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
};
|
|
161
|
+
export const SystemData = {
|
|
162
|
+
type: {
|
|
163
|
+
name: "Composite",
|
|
164
|
+
className: "SystemData",
|
|
165
|
+
modelProperties: {
|
|
166
|
+
createdBy: {
|
|
167
|
+
serializedName: "createdBy",
|
|
168
|
+
type: {
|
|
169
|
+
name: "String",
|
|
170
|
+
},
|
|
171
|
+
},
|
|
172
|
+
createdByType: {
|
|
173
|
+
serializedName: "createdByType",
|
|
174
|
+
type: {
|
|
175
|
+
name: "String",
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
createdAt: {
|
|
179
|
+
serializedName: "createdAt",
|
|
180
|
+
type: {
|
|
181
|
+
name: "DateTime",
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
|
+
lastModifiedBy: {
|
|
185
|
+
serializedName: "lastModifiedBy",
|
|
186
|
+
type: {
|
|
187
|
+
name: "String",
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
lastModifiedByType: {
|
|
191
|
+
serializedName: "lastModifiedByType",
|
|
192
|
+
type: {
|
|
193
|
+
name: "String",
|
|
194
|
+
},
|
|
195
|
+
},
|
|
196
|
+
lastModifiedAt: {
|
|
197
|
+
serializedName: "lastModifiedAt",
|
|
198
|
+
type: {
|
|
199
|
+
name: "DateTime",
|
|
200
|
+
},
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
};
|
|
205
|
+
export const ErrorResponse = {
|
|
206
|
+
type: {
|
|
207
|
+
name: "Composite",
|
|
208
|
+
className: "ErrorResponse",
|
|
209
|
+
modelProperties: {
|
|
210
|
+
error: {
|
|
211
|
+
serializedName: "error",
|
|
212
|
+
type: {
|
|
213
|
+
name: "Composite",
|
|
214
|
+
className: "ErrorDetail",
|
|
215
|
+
},
|
|
216
|
+
},
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
};
|
|
220
|
+
export const ErrorDetail = {
|
|
221
|
+
type: {
|
|
222
|
+
name: "Composite",
|
|
223
|
+
className: "ErrorDetail",
|
|
224
|
+
modelProperties: {
|
|
225
|
+
code: {
|
|
226
|
+
serializedName: "code",
|
|
227
|
+
readOnly: true,
|
|
228
|
+
type: {
|
|
229
|
+
name: "String",
|
|
230
|
+
},
|
|
231
|
+
},
|
|
232
|
+
message: {
|
|
233
|
+
serializedName: "message",
|
|
234
|
+
readOnly: true,
|
|
235
|
+
type: {
|
|
236
|
+
name: "String",
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
target: {
|
|
240
|
+
serializedName: "target",
|
|
241
|
+
readOnly: true,
|
|
242
|
+
type: {
|
|
243
|
+
name: "String",
|
|
244
|
+
},
|
|
245
|
+
},
|
|
246
|
+
details: {
|
|
247
|
+
serializedName: "details",
|
|
248
|
+
readOnly: true,
|
|
249
|
+
type: {
|
|
250
|
+
name: "Sequence",
|
|
251
|
+
element: {
|
|
252
|
+
type: {
|
|
253
|
+
name: "Composite",
|
|
254
|
+
className: "ErrorDetail",
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
additionalInfo: {
|
|
260
|
+
serializedName: "additionalInfo",
|
|
261
|
+
readOnly: true,
|
|
262
|
+
type: {
|
|
263
|
+
name: "Sequence",
|
|
264
|
+
element: {
|
|
265
|
+
type: {
|
|
266
|
+
name: "Composite",
|
|
267
|
+
className: "ErrorAdditionalInfo",
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
|
+
};
|
|
275
|
+
export const ErrorAdditionalInfo = {
|
|
276
|
+
type: {
|
|
277
|
+
name: "Composite",
|
|
278
|
+
className: "ErrorAdditionalInfo",
|
|
279
|
+
modelProperties: {
|
|
280
|
+
type: {
|
|
281
|
+
serializedName: "type",
|
|
282
|
+
readOnly: true,
|
|
283
|
+
type: {
|
|
284
|
+
name: "String",
|
|
285
|
+
},
|
|
286
|
+
},
|
|
287
|
+
info: {
|
|
288
|
+
serializedName: "info",
|
|
289
|
+
readOnly: true,
|
|
290
|
+
type: {
|
|
291
|
+
name: "Dictionary",
|
|
292
|
+
value: { type: { name: "any" } },
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
},
|
|
296
|
+
},
|
|
297
|
+
};
|
|
298
|
+
export const TagsResource = {
|
|
299
|
+
type: {
|
|
300
|
+
name: "Composite",
|
|
301
|
+
className: "TagsResource",
|
|
302
|
+
modelProperties: {
|
|
303
|
+
tags: {
|
|
304
|
+
serializedName: "tags",
|
|
305
|
+
type: {
|
|
306
|
+
name: "Dictionary",
|
|
307
|
+
value: { type: { name: "String" } },
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
},
|
|
311
|
+
},
|
|
312
|
+
};
|
|
313
|
+
export const PrivateLinkResourceListResult = {
|
|
314
|
+
type: {
|
|
315
|
+
name: "Composite",
|
|
316
|
+
className: "PrivateLinkResourceListResult",
|
|
317
|
+
modelProperties: {
|
|
318
|
+
value: {
|
|
319
|
+
serializedName: "value",
|
|
320
|
+
type: {
|
|
321
|
+
name: "Sequence",
|
|
322
|
+
element: {
|
|
323
|
+
type: {
|
|
324
|
+
name: "Composite",
|
|
325
|
+
className: "PrivateLinkResource",
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
},
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
};
|
|
333
|
+
export const PrivateEndpointConnectionListResult = {
|
|
334
|
+
type: {
|
|
335
|
+
name: "Composite",
|
|
336
|
+
className: "PrivateEndpointConnectionListResult",
|
|
337
|
+
modelProperties: {
|
|
338
|
+
value: {
|
|
339
|
+
serializedName: "value",
|
|
340
|
+
type: {
|
|
341
|
+
name: "Sequence",
|
|
342
|
+
element: {
|
|
343
|
+
type: {
|
|
344
|
+
name: "Composite",
|
|
345
|
+
className: "PrivateEndpointConnection",
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
},
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
};
|
|
353
|
+
export const PrivateEndpointConnection = {
|
|
354
|
+
type: {
|
|
355
|
+
name: "Composite",
|
|
356
|
+
className: "PrivateEndpointConnection",
|
|
357
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { privateEndpoint: {
|
|
358
|
+
serializedName: "properties.privateEndpoint",
|
|
359
|
+
type: {
|
|
360
|
+
name: "Composite",
|
|
361
|
+
className: "PrivateEndpoint",
|
|
362
|
+
},
|
|
363
|
+
}, privateLinkServiceConnectionState: {
|
|
364
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
365
|
+
type: {
|
|
366
|
+
name: "Composite",
|
|
367
|
+
className: "PrivateLinkServiceConnectionState",
|
|
368
|
+
},
|
|
369
|
+
}, provisioningState: {
|
|
370
|
+
serializedName: "properties.provisioningState",
|
|
371
|
+
readOnly: true,
|
|
372
|
+
type: {
|
|
373
|
+
name: "String",
|
|
374
|
+
},
|
|
375
|
+
} }),
|
|
376
|
+
},
|
|
377
|
+
};
|
|
378
|
+
export const TrackedResource = {
|
|
379
|
+
type: {
|
|
380
|
+
name: "Composite",
|
|
381
|
+
className: "TrackedResource",
|
|
382
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
383
|
+
serializedName: "tags",
|
|
384
|
+
type: {
|
|
385
|
+
name: "Dictionary",
|
|
386
|
+
value: { type: { name: "String" } },
|
|
387
|
+
},
|
|
388
|
+
}, location: {
|
|
389
|
+
serializedName: "location",
|
|
390
|
+
required: true,
|
|
391
|
+
type: {
|
|
392
|
+
name: "String",
|
|
393
|
+
},
|
|
394
|
+
} }),
|
|
395
|
+
},
|
|
396
|
+
};
|
|
397
|
+
export const PrivateLinkResource = {
|
|
398
|
+
type: {
|
|
399
|
+
name: "Composite",
|
|
400
|
+
className: "PrivateLinkResource",
|
|
401
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { groupId: {
|
|
402
|
+
serializedName: "properties.groupId",
|
|
403
|
+
readOnly: true,
|
|
404
|
+
type: {
|
|
405
|
+
name: "String",
|
|
406
|
+
},
|
|
407
|
+
}, requiredMembers: {
|
|
408
|
+
serializedName: "properties.requiredMembers",
|
|
409
|
+
readOnly: true,
|
|
410
|
+
type: {
|
|
411
|
+
name: "Sequence",
|
|
412
|
+
element: {
|
|
413
|
+
type: {
|
|
414
|
+
name: "String",
|
|
415
|
+
},
|
|
416
|
+
},
|
|
417
|
+
},
|
|
418
|
+
}, requiredZoneNames: {
|
|
419
|
+
serializedName: "properties.requiredZoneNames",
|
|
420
|
+
type: {
|
|
421
|
+
name: "Sequence",
|
|
422
|
+
element: {
|
|
423
|
+
type: {
|
|
424
|
+
name: "String",
|
|
425
|
+
},
|
|
426
|
+
},
|
|
427
|
+
},
|
|
428
|
+
} }),
|
|
429
|
+
},
|
|
430
|
+
};
|
|
431
|
+
export const KubernetesConfigurationPrivateLinkScope = {
|
|
432
|
+
type: {
|
|
433
|
+
name: "Composite",
|
|
434
|
+
className: "KubernetesConfigurationPrivateLinkScope",
|
|
435
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
|
|
436
|
+
serializedName: "properties",
|
|
437
|
+
type: {
|
|
438
|
+
name: "Composite",
|
|
439
|
+
className: "KubernetesConfigurationPrivateLinkScopeProperties",
|
|
440
|
+
},
|
|
441
|
+
} }),
|
|
442
|
+
},
|
|
443
|
+
};
|
|
444
|
+
//# sourceMappingURL=mappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const KubernetesConfigurationPrivateLinkScopeListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KubernetesConfigurationPrivateLinkScopeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"KubernetesConfigurationPrivateLinkScope\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const KubernetesConfigurationPrivateLinkScopeProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KubernetesConfigurationPrivateLinkScopeProperties\",\n modelProperties: {\n publicNetworkAccess: {\n defaultValue: \"Disabled\",\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clusterResourceId: {\n serializedName: \"clusterResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkScopeId: {\n serializedName: \"privateLinkScopeId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const TagsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsResource\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const KubernetesConfigurationPrivateLinkScope: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"KubernetesConfigurationPrivateLinkScope\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"KubernetesConfigurationPrivateLinkScopeProperties\",\n },\n },\n },\n },\n };\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const $host: OperationURLParameter;
|
|
4
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
5
|
+
export declare const subscriptionId: OperationURLParameter;
|
|
6
|
+
export declare const resourceGroupName: OperationURLParameter;
|
|
7
|
+
export declare const scopeName: OperationURLParameter;
|
|
8
|
+
export declare const contentType: OperationParameter;
|
|
9
|
+
export declare const parameters: OperationParameter;
|
|
10
|
+
export declare const privateLinkScopeTags: OperationParameter;
|
|
11
|
+
export declare const nextLink: OperationURLParameter;
|
|
12
|
+
export declare const groupName: OperationURLParameter;
|
|
13
|
+
export declare const privateEndpointConnectionName: OperationURLParameter;
|
|
14
|
+
export declare const properties: OperationParameter;
|
|
15
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAO5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC"}
|