@azure/arm-hybridnetwork 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/LICENSE +4 -4
- package/README.md +25 -18
- package/dist/browser/hybridNetworkManagementClient.d.ts +34 -0
- package/dist/browser/hybridNetworkManagementClient.d.ts.map +1 -0
- package/dist/browser/hybridNetworkManagementClient.js +134 -0
- package/dist/browser/hybridNetworkManagementClient.js.map +1 -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.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +3988 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +391 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/artifactManifests.d.ts +128 -0
- package/dist/browser/operations/artifactManifests.d.ts.map +1 -0
- package/dist/browser/operations/artifactManifests.js +577 -0
- package/dist/browser/operations/artifactManifests.js.map +1 -0
- package/dist/browser/operations/artifactStores.d.ts +90 -0
- package/dist/browser/operations/artifactStores.d.ts.map +1 -0
- package/dist/browser/operations/artifactStores.js +398 -0
- package/dist/browser/operations/artifactStores.js.map +1 -0
- package/dist/browser/operations/components.d.ts +46 -0
- package/dist/browser/operations/components.d.ts.map +1 -0
- package/dist/browser/operations/components.js +165 -0
- package/dist/browser/operations/components.js.map +1 -0
- package/dist/browser/operations/configurationGroupSchemas.d.ts +109 -0
- package/dist/browser/operations/configurationGroupSchemas.d.ts.map +1 -0
- package/dist/browser/operations/configurationGroupSchemas.js +509 -0
- package/dist/browser/operations/configurationGroupSchemas.js.map +1 -0
- package/dist/browser/operations/configurationGroupValues.d.ts +99 -0
- package/dist/browser/operations/configurationGroupValues.d.ts.map +1 -0
- package/dist/browser/operations/configurationGroupValues.js +470 -0
- package/dist/browser/operations/configurationGroupValues.js.map +1 -0
- package/dist/browser/operations/index.d.ts +16 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +23 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/networkFunctionDefinitionGroups.d.ts +93 -0
- package/dist/browser/operations/networkFunctionDefinitionGroups.d.ts.map +1 -0
- package/dist/browser/operations/networkFunctionDefinitionGroups.js +411 -0
- package/dist/browser/operations/networkFunctionDefinitionGroups.js.map +1 -0
- package/dist/browser/operations/networkFunctionDefinitionVersions.d.ts +133 -0
- package/dist/browser/operations/networkFunctionDefinitionVersions.d.ts.map +1 -0
- package/dist/browser/operations/networkFunctionDefinitionVersions.js +556 -0
- package/dist/browser/operations/networkFunctionDefinitionVersions.js.map +1 -0
- package/dist/browser/operations/networkFunctions.d.ts +117 -0
- package/dist/browser/operations/networkFunctions.d.ts.map +1 -0
- package/dist/browser/operations/networkFunctions.js +542 -0
- package/dist/browser/operations/networkFunctions.js.map +1 -0
- package/dist/browser/operations/networkServiceDesignGroups.d.ts +93 -0
- package/dist/browser/operations/networkServiceDesignGroups.d.ts.map +1 -0
- package/dist/browser/operations/networkServiceDesignGroups.js +411 -0
- package/dist/browser/operations/networkServiceDesignGroups.js.map +1 -0
- package/dist/browser/operations/networkServiceDesignVersions.d.ts +133 -0
- package/dist/browser/operations/networkServiceDesignVersions.d.ts.map +1 -0
- package/dist/browser/operations/networkServiceDesignVersions.js +556 -0
- package/dist/browser/operations/networkServiceDesignVersions.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/proxyArtifact.d.ts +93 -0
- package/dist/browser/operations/proxyArtifact.d.ts.map +1 -0
- package/dist/browser/operations/proxyArtifact.js +379 -0
- package/dist/browser/operations/proxyArtifact.js.map +1 -0
- package/dist/browser/operations/publishers.d.ts +96 -0
- package/dist/browser/operations/publishers.d.ts.map +1 -0
- package/dist/browser/operations/publishers.js +462 -0
- package/dist/browser/operations/publishers.js.map +1 -0
- package/dist/browser/operations/siteNetworkServices.d.ts +99 -0
- package/dist/browser/operations/siteNetworkServices.d.ts.map +1 -0
- package/dist/browser/operations/siteNetworkServices.js +465 -0
- package/dist/browser/operations/siteNetworkServices.js.map +1 -0
- package/dist/browser/operations/sites.d.ts +99 -0
- package/dist/browser/operations/sites.d.ts.map +1 -0
- package/dist/browser/operations/sites.js +465 -0
- package/dist/browser/operations/sites.js.map +1 -0
- package/dist/browser/operationsInterfaces/artifactManifests.d.ts +101 -0
- package/dist/browser/operationsInterfaces/artifactManifests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/artifactManifests.js.map +1 -0
- package/dist/browser/operationsInterfaces/artifactStores.d.ts +65 -0
- package/dist/browser/operationsInterfaces/artifactStores.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/artifactStores.js.map +1 -0
- package/dist/browser/operationsInterfaces/components.d.ts +21 -0
- package/dist/browser/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/components.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurationGroupSchemas.d.ts +84 -0
- package/dist/browser/operationsInterfaces/configurationGroupSchemas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurationGroupSchemas.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurationGroupValues.d.ts +63 -0
- package/dist/browser/operationsInterfaces/configurationGroupValues.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurationGroupValues.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +16 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +23 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +68 -0
- package/dist/browser/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkFunctionDefinitionGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +104 -0
- package/dist/browser/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkFunctionDefinitionVersions.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkFunctions.d.ts +81 -0
- package/dist/browser/operationsInterfaces/networkFunctions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkFunctions.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkServiceDesignGroups.d.ts +68 -0
- package/dist/browser/operationsInterfaces/networkServiceDesignGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkServiceDesignGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkServiceDesignVersions.d.ts +104 -0
- package/dist/browser/operationsInterfaces/networkServiceDesignVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkServiceDesignVersions.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/proxyArtifact.d.ts +46 -0
- package/dist/browser/operationsInterfaces/proxyArtifact.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/proxyArtifact.js.map +1 -0
- package/dist/browser/operationsInterfaces/publishers.d.ts +60 -0
- package/dist/browser/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/publishers.js.map +1 -0
- package/dist/browser/operationsInterfaces/siteNetworkServices.d.ts +63 -0
- package/dist/browser/operationsInterfaces/siteNetworkServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/siteNetworkServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/sites.d.ts +63 -0
- package/dist/browser/operationsInterfaces/sites.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sites.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/hybridNetworkManagementClient.d.ts +34 -0
- package/dist/commonjs/hybridNetworkManagementClient.d.ts.map +1 -0
- package/dist/commonjs/hybridNetworkManagementClient.js +139 -0
- package/dist/commonjs/hybridNetworkManagementClient.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 +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2795 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +389 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +199 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3994 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +45 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +394 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/artifactManifests.d.ts +128 -0
- package/dist/commonjs/operations/artifactManifests.d.ts.map +1 -0
- package/dist/commonjs/operations/artifactManifests.js +582 -0
- package/dist/commonjs/operations/artifactManifests.js.map +1 -0
- package/dist/commonjs/operations/artifactStores.d.ts +90 -0
- package/dist/commonjs/operations/artifactStores.d.ts.map +1 -0
- package/dist/commonjs/operations/artifactStores.js +403 -0
- package/dist/commonjs/operations/artifactStores.js.map +1 -0
- package/dist/commonjs/operations/components.d.ts +46 -0
- package/dist/commonjs/operations/components.d.ts.map +1 -0
- package/dist/commonjs/operations/components.js +170 -0
- package/dist/commonjs/operations/components.js.map +1 -0
- package/dist/commonjs/operations/configurationGroupSchemas.d.ts +109 -0
- package/dist/commonjs/operations/configurationGroupSchemas.d.ts.map +1 -0
- package/dist/commonjs/operations/configurationGroupSchemas.js +514 -0
- package/dist/commonjs/operations/configurationGroupSchemas.js.map +1 -0
- package/dist/commonjs/operations/configurationGroupValues.d.ts +99 -0
- package/dist/commonjs/operations/configurationGroupValues.d.ts.map +1 -0
- package/dist/commonjs/operations/configurationGroupValues.js +475 -0
- package/dist/commonjs/operations/configurationGroupValues.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +16 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +26 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/networkFunctionDefinitionGroups.d.ts +93 -0
- package/dist/commonjs/operations/networkFunctionDefinitionGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/networkFunctionDefinitionGroups.js +416 -0
- package/dist/commonjs/operations/networkFunctionDefinitionGroups.js.map +1 -0
- package/dist/commonjs/operations/networkFunctionDefinitionVersions.d.ts +133 -0
- package/dist/commonjs/operations/networkFunctionDefinitionVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/networkFunctionDefinitionVersions.js +561 -0
- package/dist/commonjs/operations/networkFunctionDefinitionVersions.js.map +1 -0
- package/dist/commonjs/operations/networkFunctions.d.ts +117 -0
- package/dist/commonjs/operations/networkFunctions.d.ts.map +1 -0
- package/dist/commonjs/operations/networkFunctions.js +547 -0
- package/dist/commonjs/operations/networkFunctions.js.map +1 -0
- package/dist/commonjs/operations/networkServiceDesignGroups.d.ts +93 -0
- package/dist/commonjs/operations/networkServiceDesignGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/networkServiceDesignGroups.js +416 -0
- package/dist/commonjs/operations/networkServiceDesignGroups.js.map +1 -0
- package/dist/commonjs/operations/networkServiceDesignVersions.d.ts +133 -0
- package/dist/commonjs/operations/networkServiceDesignVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/networkServiceDesignVersions.js +561 -0
- package/dist/commonjs/operations/networkServiceDesignVersions.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/proxyArtifact.d.ts +93 -0
- package/dist/commonjs/operations/proxyArtifact.d.ts.map +1 -0
- package/dist/commonjs/operations/proxyArtifact.js +384 -0
- package/dist/commonjs/operations/proxyArtifact.js.map +1 -0
- package/dist/commonjs/operations/publishers.d.ts +96 -0
- package/dist/commonjs/operations/publishers.d.ts.map +1 -0
- package/dist/commonjs/operations/publishers.js +467 -0
- package/dist/commonjs/operations/publishers.js.map +1 -0
- package/dist/commonjs/operations/siteNetworkServices.d.ts +99 -0
- package/dist/commonjs/operations/siteNetworkServices.d.ts.map +1 -0
- package/dist/commonjs/operations/siteNetworkServices.js +470 -0
- package/dist/commonjs/operations/siteNetworkServices.js.map +1 -0
- package/dist/commonjs/operations/sites.d.ts +99 -0
- package/dist/commonjs/operations/sites.d.ts.map +1 -0
- package/dist/commonjs/operations/sites.js +470 -0
- package/dist/commonjs/operations/sites.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/artifactManifests.d.ts +101 -0
- package/dist/commonjs/operationsInterfaces/artifactManifests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/artifactManifests.js +10 -0
- package/dist/commonjs/operationsInterfaces/artifactManifests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/artifactStores.d.ts +65 -0
- package/dist/commonjs/operationsInterfaces/artifactStores.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/artifactStores.js +10 -0
- package/dist/commonjs/operationsInterfaces/artifactStores.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/components.js +10 -0
- package/dist/commonjs/operationsInterfaces/components.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurationGroupSchemas.d.ts +84 -0
- package/dist/commonjs/operationsInterfaces/configurationGroupSchemas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurationGroupSchemas.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurationGroupSchemas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurationGroupValues.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/configurationGroupValues.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurationGroupValues.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurationGroupValues.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +26 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +104 -0
- package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkFunctionDefinitionVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkFunctions.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/networkFunctions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkFunctions.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkFunctions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkServiceDesignGroups.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/networkServiceDesignGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkServiceDesignGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkServiceDesignGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkServiceDesignVersions.d.ts +104 -0
- package/dist/commonjs/operationsInterfaces/networkServiceDesignVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkServiceDesignVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkServiceDesignVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/proxyArtifact.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/proxyArtifact.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/proxyArtifact.js +10 -0
- package/dist/commonjs/operationsInterfaces/proxyArtifact.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/publishers.d.ts +60 -0
- package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/publishers.js +10 -0
- package/dist/commonjs/operationsInterfaces/publishers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/siteNetworkServices.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/siteNetworkServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/siteNetworkServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/siteNetworkServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sites.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/sites.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sites.js +10 -0
- package/dist/commonjs/operationsInterfaces/sites.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 +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/hybridNetworkManagementClient.d.ts +34 -0
- package/dist/esm/hybridNetworkManagementClient.d.ts.map +1 -0
- package/dist/esm/hybridNetworkManagementClient.js +134 -0
- package/dist/esm/hybridNetworkManagementClient.js.map +1 -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 +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2795 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +386 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +199 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3988 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +45 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +391 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/artifactManifests.d.ts +128 -0
- package/dist/esm/operations/artifactManifests.d.ts.map +1 -0
- package/dist/esm/operations/artifactManifests.js +577 -0
- package/dist/esm/operations/artifactManifests.js.map +1 -0
- package/dist/esm/operations/artifactStores.d.ts +90 -0
- package/dist/esm/operations/artifactStores.d.ts.map +1 -0
- package/dist/esm/operations/artifactStores.js +398 -0
- package/dist/esm/operations/artifactStores.js.map +1 -0
- package/dist/esm/operations/components.d.ts +46 -0
- package/dist/esm/operations/components.d.ts.map +1 -0
- package/dist/esm/operations/components.js +165 -0
- package/dist/esm/operations/components.js.map +1 -0
- package/dist/esm/operations/configurationGroupSchemas.d.ts +109 -0
- package/dist/esm/operations/configurationGroupSchemas.d.ts.map +1 -0
- package/dist/esm/operations/configurationGroupSchemas.js +509 -0
- package/dist/esm/operations/configurationGroupSchemas.js.map +1 -0
- package/dist/esm/operations/configurationGroupValues.d.ts +99 -0
- package/dist/esm/operations/configurationGroupValues.d.ts.map +1 -0
- package/dist/esm/operations/configurationGroupValues.js +470 -0
- package/dist/esm/operations/configurationGroupValues.js.map +1 -0
- package/dist/esm/operations/index.d.ts +16 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +23 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/networkFunctionDefinitionGroups.d.ts +93 -0
- package/dist/esm/operations/networkFunctionDefinitionGroups.d.ts.map +1 -0
- package/dist/esm/operations/networkFunctionDefinitionGroups.js +411 -0
- package/dist/esm/operations/networkFunctionDefinitionGroups.js.map +1 -0
- package/dist/esm/operations/networkFunctionDefinitionVersions.d.ts +133 -0
- package/dist/esm/operations/networkFunctionDefinitionVersions.d.ts.map +1 -0
- package/dist/esm/operations/networkFunctionDefinitionVersions.js +556 -0
- package/dist/esm/operations/networkFunctionDefinitionVersions.js.map +1 -0
- package/dist/esm/operations/networkFunctions.d.ts +117 -0
- package/dist/esm/operations/networkFunctions.d.ts.map +1 -0
- package/dist/esm/operations/networkFunctions.js +542 -0
- package/dist/esm/operations/networkFunctions.js.map +1 -0
- package/dist/esm/operations/networkServiceDesignGroups.d.ts +93 -0
- package/dist/esm/operations/networkServiceDesignGroups.d.ts.map +1 -0
- package/dist/esm/operations/networkServiceDesignGroups.js +411 -0
- package/dist/esm/operations/networkServiceDesignGroups.js.map +1 -0
- package/dist/esm/operations/networkServiceDesignVersions.d.ts +133 -0
- package/dist/esm/operations/networkServiceDesignVersions.d.ts.map +1 -0
- package/dist/esm/operations/networkServiceDesignVersions.js +556 -0
- package/dist/esm/operations/networkServiceDesignVersions.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/proxyArtifact.d.ts +93 -0
- package/dist/esm/operations/proxyArtifact.d.ts.map +1 -0
- package/dist/esm/operations/proxyArtifact.js +379 -0
- package/dist/esm/operations/proxyArtifact.js.map +1 -0
- package/dist/esm/operations/publishers.d.ts +96 -0
- package/dist/esm/operations/publishers.d.ts.map +1 -0
- package/dist/esm/operations/publishers.js +462 -0
- package/dist/esm/operations/publishers.js.map +1 -0
- package/dist/esm/operations/siteNetworkServices.d.ts +99 -0
- package/dist/esm/operations/siteNetworkServices.d.ts.map +1 -0
- package/dist/esm/operations/siteNetworkServices.js +465 -0
- package/dist/esm/operations/siteNetworkServices.js.map +1 -0
- package/dist/esm/operations/sites.d.ts +99 -0
- package/dist/esm/operations/sites.d.ts.map +1 -0
- package/dist/esm/operations/sites.js +465 -0
- package/dist/esm/operations/sites.js.map +1 -0
- package/dist/esm/operationsInterfaces/artifactManifests.d.ts +101 -0
- package/dist/esm/operationsInterfaces/artifactManifests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/artifactManifests.js +9 -0
- package/dist/esm/operationsInterfaces/artifactManifests.js.map +1 -0
- package/dist/esm/operationsInterfaces/artifactStores.d.ts +65 -0
- package/dist/esm/operationsInterfaces/artifactStores.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/artifactStores.js +9 -0
- package/dist/esm/operationsInterfaces/artifactStores.js.map +1 -0
- package/dist/esm/operationsInterfaces/components.d.ts +21 -0
- package/dist/esm/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/components.js +9 -0
- package/dist/esm/operationsInterfaces/components.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurationGroupSchemas.d.ts +84 -0
- package/dist/esm/operationsInterfaces/configurationGroupSchemas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurationGroupSchemas.js +9 -0
- package/dist/esm/operationsInterfaces/configurationGroupSchemas.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurationGroupValues.d.ts +63 -0
- package/dist/esm/operationsInterfaces/configurationGroupValues.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurationGroupValues.js +9 -0
- package/dist/esm/operationsInterfaces/configurationGroupValues.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +16 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +23 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +68 -0
- package/dist/esm/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkFunctionDefinitionGroups.js +9 -0
- package/dist/esm/operationsInterfaces/networkFunctionDefinitionGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +104 -0
- package/dist/esm/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkFunctionDefinitionVersions.js +9 -0
- package/dist/esm/operationsInterfaces/networkFunctionDefinitionVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkFunctions.d.ts +81 -0
- package/dist/esm/operationsInterfaces/networkFunctions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkFunctions.js +9 -0
- package/dist/esm/operationsInterfaces/networkFunctions.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkServiceDesignGroups.d.ts +68 -0
- package/dist/esm/operationsInterfaces/networkServiceDesignGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkServiceDesignGroups.js +9 -0
- package/dist/esm/operationsInterfaces/networkServiceDesignGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkServiceDesignVersions.d.ts +104 -0
- package/dist/esm/operationsInterfaces/networkServiceDesignVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkServiceDesignVersions.js +9 -0
- package/dist/esm/operationsInterfaces/networkServiceDesignVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/proxyArtifact.d.ts +46 -0
- package/dist/esm/operationsInterfaces/proxyArtifact.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/proxyArtifact.js +9 -0
- package/dist/esm/operationsInterfaces/proxyArtifact.js.map +1 -0
- package/dist/esm/operationsInterfaces/publishers.d.ts +60 -0
- package/dist/esm/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/publishers.js +9 -0
- package/dist/esm/operationsInterfaces/publishers.js.map +1 -0
- package/dist/esm/operationsInterfaces/siteNetworkServices.d.ts +63 -0
- package/dist/esm/operationsInterfaces/siteNetworkServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/siteNetworkServices.js +9 -0
- package/dist/esm/operationsInterfaces/siteNetworkServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/sites.d.ts +63 -0
- package/dist/esm/operationsInterfaces/sites.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sites.js +9 -0
- package/dist/esm/operationsInterfaces/sites.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 +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/hybridNetworkManagementClient.d.ts +34 -0
- package/dist/react-native/hybridNetworkManagementClient.d.ts.map +1 -0
- package/dist/react-native/hybridNetworkManagementClient.js +134 -0
- package/dist/react-native/hybridNetworkManagementClient.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 +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2795 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +386 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +199 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3988 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +45 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +391 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/artifactManifests.d.ts +128 -0
- package/dist/react-native/operations/artifactManifests.d.ts.map +1 -0
- package/dist/react-native/operations/artifactManifests.js +577 -0
- package/dist/react-native/operations/artifactManifests.js.map +1 -0
- package/dist/react-native/operations/artifactStores.d.ts +90 -0
- package/dist/react-native/operations/artifactStores.d.ts.map +1 -0
- package/dist/react-native/operations/artifactStores.js +398 -0
- package/dist/react-native/operations/artifactStores.js.map +1 -0
- package/dist/react-native/operations/components.d.ts +46 -0
- package/dist/react-native/operations/components.d.ts.map +1 -0
- package/dist/react-native/operations/components.js +165 -0
- package/dist/react-native/operations/components.js.map +1 -0
- package/dist/react-native/operations/configurationGroupSchemas.d.ts +109 -0
- package/dist/react-native/operations/configurationGroupSchemas.d.ts.map +1 -0
- package/dist/react-native/operations/configurationGroupSchemas.js +509 -0
- package/dist/react-native/operations/configurationGroupSchemas.js.map +1 -0
- package/dist/react-native/operations/configurationGroupValues.d.ts +99 -0
- package/dist/react-native/operations/configurationGroupValues.d.ts.map +1 -0
- package/dist/react-native/operations/configurationGroupValues.js +470 -0
- package/dist/react-native/operations/configurationGroupValues.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +16 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +23 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/networkFunctionDefinitionGroups.d.ts +93 -0
- package/dist/react-native/operations/networkFunctionDefinitionGroups.d.ts.map +1 -0
- package/dist/react-native/operations/networkFunctionDefinitionGroups.js +411 -0
- package/dist/react-native/operations/networkFunctionDefinitionGroups.js.map +1 -0
- package/dist/react-native/operations/networkFunctionDefinitionVersions.d.ts +133 -0
- package/dist/react-native/operations/networkFunctionDefinitionVersions.d.ts.map +1 -0
- package/dist/react-native/operations/networkFunctionDefinitionVersions.js +556 -0
- package/dist/react-native/operations/networkFunctionDefinitionVersions.js.map +1 -0
- package/dist/react-native/operations/networkFunctions.d.ts +117 -0
- package/dist/react-native/operations/networkFunctions.d.ts.map +1 -0
- package/dist/react-native/operations/networkFunctions.js +542 -0
- package/dist/react-native/operations/networkFunctions.js.map +1 -0
- package/dist/react-native/operations/networkServiceDesignGroups.d.ts +93 -0
- package/dist/react-native/operations/networkServiceDesignGroups.d.ts.map +1 -0
- package/dist/react-native/operations/networkServiceDesignGroups.js +411 -0
- package/dist/react-native/operations/networkServiceDesignGroups.js.map +1 -0
- package/dist/react-native/operations/networkServiceDesignVersions.d.ts +133 -0
- package/dist/react-native/operations/networkServiceDesignVersions.d.ts.map +1 -0
- package/dist/react-native/operations/networkServiceDesignVersions.js +556 -0
- package/dist/react-native/operations/networkServiceDesignVersions.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/proxyArtifact.d.ts +93 -0
- package/dist/react-native/operations/proxyArtifact.d.ts.map +1 -0
- package/dist/react-native/operations/proxyArtifact.js +379 -0
- package/dist/react-native/operations/proxyArtifact.js.map +1 -0
- package/dist/react-native/operations/publishers.d.ts +96 -0
- package/dist/react-native/operations/publishers.d.ts.map +1 -0
- package/dist/react-native/operations/publishers.js +462 -0
- package/dist/react-native/operations/publishers.js.map +1 -0
- package/dist/react-native/operations/siteNetworkServices.d.ts +99 -0
- package/dist/react-native/operations/siteNetworkServices.d.ts.map +1 -0
- package/dist/react-native/operations/siteNetworkServices.js +465 -0
- package/dist/react-native/operations/siteNetworkServices.js.map +1 -0
- package/dist/react-native/operations/sites.d.ts +99 -0
- package/dist/react-native/operations/sites.d.ts.map +1 -0
- package/dist/react-native/operations/sites.js +465 -0
- package/dist/react-native/operations/sites.js.map +1 -0
- package/dist/react-native/operationsInterfaces/artifactManifests.d.ts +101 -0
- package/dist/react-native/operationsInterfaces/artifactManifests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/artifactManifests.js +9 -0
- package/dist/react-native/operationsInterfaces/artifactManifests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/artifactStores.d.ts +65 -0
- package/dist/react-native/operationsInterfaces/artifactStores.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/artifactStores.js +9 -0
- package/dist/react-native/operationsInterfaces/artifactStores.js.map +1 -0
- package/dist/react-native/operationsInterfaces/components.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/components.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/components.js +9 -0
- package/dist/react-native/operationsInterfaces/components.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurationGroupSchemas.d.ts +84 -0
- package/dist/react-native/operationsInterfaces/configurationGroupSchemas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurationGroupSchemas.js +9 -0
- package/dist/react-native/operationsInterfaces/configurationGroupSchemas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurationGroupValues.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/configurationGroupValues.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurationGroupValues.js +9 -0
- package/dist/react-native/operationsInterfaces/configurationGroupValues.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +23 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkFunctionDefinitionGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/networkFunctionDefinitionGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +104 -0
- package/dist/react-native/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkFunctionDefinitionVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/networkFunctionDefinitionVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkFunctions.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/networkFunctions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkFunctions.js +9 -0
- package/dist/react-native/operationsInterfaces/networkFunctions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkServiceDesignGroups.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/networkServiceDesignGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkServiceDesignGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/networkServiceDesignGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkServiceDesignVersions.d.ts +104 -0
- package/dist/react-native/operationsInterfaces/networkServiceDesignVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkServiceDesignVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/networkServiceDesignVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/proxyArtifact.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/proxyArtifact.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/proxyArtifact.js +9 -0
- package/dist/react-native/operationsInterfaces/proxyArtifact.js.map +1 -0
- package/dist/react-native/operationsInterfaces/publishers.d.ts +60 -0
- package/dist/react-native/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/publishers.js +9 -0
- package/dist/react-native/operationsInterfaces/publishers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/siteNetworkServices.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/siteNetworkServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/siteNetworkServices.js +9 -0
- package/dist/react-native/operationsInterfaces/siteNetworkServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sites.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/sites.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sites.js +9 -0
- package/dist/react-native/operationsInterfaces/sites.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 +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +87 -74
- package/dist/index.js +0 -11654
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactManifestsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsCreateOrUpdateSample.js +0 -57
- package/dist-esm/samples-dev/artifactManifestsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactManifestsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/artifactManifestsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactManifestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsGetSample.js +0 -40
- package/dist-esm/samples-dev/artifactManifestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsListByArtifactStoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactManifestsListByArtifactStoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsListByArtifactStoreSample.js +0 -55
- package/dist-esm/samples-dev/artifactManifestsListByArtifactStoreSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsListCredentialSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactManifestsListCredentialSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsListCredentialSample.js +0 -40
- package/dist-esm/samples-dev/artifactManifestsListCredentialSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactManifestsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/artifactManifestsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsUpdateStateSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactManifestsUpdateStateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactManifestsUpdateStateSample.js +0 -43
- package/dist-esm/samples-dev/artifactManifestsUpdateStateSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactStoresCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactStoresCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactStoresCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/artifactStoresCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactStoresDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactStoresDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactStoresDeleteSample.js +0 -39
- package/dist-esm/samples-dev/artifactStoresDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactStoresGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactStoresGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactStoresGetSample.js +0 -39
- package/dist-esm/samples-dev/artifactStoresGetSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactStoresListByPublisherSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactStoresListByPublisherSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactStoresListByPublisherSample.js +0 -54
- package/dist-esm/samples-dev/artifactStoresListByPublisherSample.js.map +0 -1
- package/dist-esm/samples-dev/artifactStoresUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/artifactStoresUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/artifactStoresUpdateSample.js +0 -40
- package/dist-esm/samples-dev/artifactStoresUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsGetSample.js +0 -39
- package/dist-esm/samples-dev/componentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/componentsListByNetworkFunctionSample.d.ts +0 -2
- package/dist-esm/samples-dev/componentsListByNetworkFunctionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/componentsListByNetworkFunctionSample.js +0 -54
- package/dist-esm/samples-dev/componentsListByNetworkFunctionSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupSchemasCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/configurationGroupSchemasCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupSchemasDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasDeleteSample.js +0 -39
- package/dist-esm/samples-dev/configurationGroupSchemasDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupSchemasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasGetSample.js +0 -39
- package/dist-esm/samples-dev/configurationGroupSchemasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasListByPublisherSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupSchemasListByPublisherSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasListByPublisherSample.js +0 -54
- package/dist-esm/samples-dev/configurationGroupSchemasListByPublisherSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupSchemasUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasUpdateSample.js +0 -40
- package/dist-esm/samples-dev/configurationGroupSchemasUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasUpdateStateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupSchemasUpdateStateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupSchemasUpdateStateSample.js +0 -42
- package/dist-esm/samples-dev/configurationGroupSchemasUpdateStateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupValuesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesCreateOrUpdateSample.js +0 -107
- package/dist-esm/samples-dev/configurationGroupValuesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupValuesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/configurationGroupValuesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupValuesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesGetSample.js +0 -38
- package/dist-esm/samples-dev/configurationGroupValuesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupValuesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/configurationGroupValuesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupValuesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/configurationGroupValuesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationGroupValuesUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationGroupValuesUpdateTagsSample.js +0 -39
- package/dist-esm/samples-dev/configurationGroupValuesUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsGetSample.js +0 -39
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsListByPublisherSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsListByPublisherSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsListByPublisherSample.js +0 -54
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsListByPublisherSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/networkFunctionDefinitionGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsCreateOrUpdateSample.js +0 -251
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsDeleteSample.js +0 -80
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsGetSample.js +0 -80
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupSample.js +0 -55
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateStateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateStateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateStateSample.js +0 -43
- package/dist-esm/samples-dev/networkFunctionDefinitionVersionsUpdateStateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsCreateOrUpdateSample.js +0 -192
- package/dist-esm/samples-dev/networkFunctionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsDeleteSample.js +0 -74
- package/dist-esm/samples-dev/networkFunctionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsExecuteRequestSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionsExecuteRequestSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsExecuteRequestSample.js +0 -47
- package/dist-esm/samples-dev/networkFunctionsExecuteRequestSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsGetSample.js +0 -74
- package/dist-esm/samples-dev/networkFunctionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/networkFunctionsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/networkFunctionsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkFunctionsUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkFunctionsUpdateTagsSample.js +0 -39
- package/dist-esm/samples-dev/networkFunctionsUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignGroupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/networkServiceDesignGroupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/networkServiceDesignGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsGetSample.js +0 -39
- package/dist-esm/samples-dev/networkServiceDesignGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsListByPublisherSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignGroupsListByPublisherSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsListByPublisherSample.js +0 -54
- package/dist-esm/samples-dev/networkServiceDesignGroupsListByPublisherSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignGroupsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/networkServiceDesignGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignVersionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsCreateOrUpdateSample.js +0 -69
- package/dist-esm/samples-dev/networkServiceDesignVersionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignVersionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/networkServiceDesignVersionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsGetSample.js +0 -40
- package/dist-esm/samples-dev/networkServiceDesignVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsListByNetworkServiceDesignGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignVersionsListByNetworkServiceDesignGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsListByNetworkServiceDesignGroupSample.js +0 -55
- package/dist-esm/samples-dev/networkServiceDesignVersionsListByNetworkServiceDesignGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateStateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateStateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateStateSample.js +0 -43
- package/dist-esm/samples-dev/networkServiceDesignVersionsUpdateStateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/proxyArtifactListSample.d.ts +0 -2
- package/dist-esm/samples-dev/proxyArtifactListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proxyArtifactListSample.js +0 -55
- package/dist-esm/samples-dev/proxyArtifactListSample.js.map +0 -1
- package/dist-esm/samples-dev/proxyArtifactListVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/proxyArtifactListVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proxyArtifactListVersionsSample.js +0 -56
- package/dist-esm/samples-dev/proxyArtifactListVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/proxyArtifactUpdateStateSample.d.ts +0 -2
- package/dist-esm/samples-dev/proxyArtifactUpdateStateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/proxyArtifactUpdateStateSample.js +0 -44
- package/dist-esm/samples-dev/proxyArtifactUpdateStateSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/publishersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersDeleteSample.js +0 -38
- package/dist-esm/samples-dev/publishersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersGetSample.js +0 -38
- package/dist-esm/samples-dev/publishersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/publishersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/publishersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersUpdateSample.js +0 -40
- package/dist-esm/samples-dev/publishersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/siteNetworkServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesCreateOrUpdateSample.js +0 -92
- package/dist-esm/samples-dev/siteNetworkServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/siteNetworkServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/siteNetworkServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/siteNetworkServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesGetSample.js +0 -38
- package/dist-esm/samples-dev/siteNetworkServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/siteNetworkServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/siteNetworkServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/siteNetworkServicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/siteNetworkServicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/siteNetworkServicesUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/siteNetworkServicesUpdateTagsSample.js +0 -39
- package/dist-esm/samples-dev/siteNetworkServicesUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/sitesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sitesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sitesCreateOrUpdateSample.js +0 -60
- package/dist-esm/samples-dev/sitesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sitesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sitesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sitesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/sitesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sitesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sitesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sitesGetSample.js +0 -38
- package/dist-esm/samples-dev/sitesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sitesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sitesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sitesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/sitesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sitesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/sitesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sitesListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/sitesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/sitesUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/sitesUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sitesUpdateTagsSample.js +0 -39
- package/dist-esm/samples-dev/sitesUpdateTagsSample.js.map +0 -1
- package/dist-esm/src/hybridNetworkManagementClient.d.ts +0 -34
- package/dist-esm/src/hybridNetworkManagementClient.d.ts.map +0 -1
- package/dist-esm/src/hybridNetworkManagementClient.js +0 -114
- package/dist-esm/src/hybridNetworkManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3811
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -391
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/artifactManifests.d.ts +0 -128
- package/dist-esm/src/operations/artifactManifests.d.ts.map +0 -1
- package/dist-esm/src/operations/artifactManifests.js +0 -591
- package/dist-esm/src/operations/artifactManifests.js.map +0 -1
- package/dist-esm/src/operations/artifactStores.d.ts +0 -90
- package/dist-esm/src/operations/artifactStores.d.ts.map +0 -1
- package/dist-esm/src/operations/artifactStores.js +0 -413
- package/dist-esm/src/operations/artifactStores.js.map +0 -1
- package/dist-esm/src/operations/components.d.ts +0 -46
- package/dist-esm/src/operations/components.d.ts.map +0 -1
- package/dist-esm/src/operations/components.js +0 -182
- package/dist-esm/src/operations/components.js.map +0 -1
- package/dist-esm/src/operations/configurationGroupSchemas.d.ts +0 -109
- package/dist-esm/src/operations/configurationGroupSchemas.d.ts.map +0 -1
- package/dist-esm/src/operations/configurationGroupSchemas.js +0 -523
- package/dist-esm/src/operations/configurationGroupSchemas.js.map +0 -1
- package/dist-esm/src/operations/configurationGroupValues.d.ts +0 -99
- package/dist-esm/src/operations/configurationGroupValues.d.ts.map +0 -1
- package/dist-esm/src/operations/configurationGroupValues.js +0 -502
- package/dist-esm/src/operations/configurationGroupValues.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -16
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -23
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/networkFunctionDefinitionGroups.d.ts +0 -93
- package/dist-esm/src/operations/networkFunctionDefinitionGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/networkFunctionDefinitionGroups.js +0 -426
- package/dist-esm/src/operations/networkFunctionDefinitionGroups.js.map +0 -1
- package/dist-esm/src/operations/networkFunctionDefinitionVersions.d.ts +0 -133
- package/dist-esm/src/operations/networkFunctionDefinitionVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/networkFunctionDefinitionVersions.js +0 -570
- package/dist-esm/src/operations/networkFunctionDefinitionVersions.js.map +0 -1
- package/dist-esm/src/operations/networkFunctions.d.ts +0 -117
- package/dist-esm/src/operations/networkFunctions.d.ts.map +0 -1
- package/dist-esm/src/operations/networkFunctions.js +0 -573
- package/dist-esm/src/operations/networkFunctions.js.map +0 -1
- package/dist-esm/src/operations/networkServiceDesignGroups.d.ts +0 -93
- package/dist-esm/src/operations/networkServiceDesignGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/networkServiceDesignGroups.js +0 -426
- package/dist-esm/src/operations/networkServiceDesignGroups.js.map +0 -1
- package/dist-esm/src/operations/networkServiceDesignVersions.d.ts +0 -133
- package/dist-esm/src/operations/networkServiceDesignVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/networkServiceDesignVersions.js +0 -570
- package/dist-esm/src/operations/networkServiceDesignVersions.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/proxyArtifact.d.ts +0 -93
- package/dist-esm/src/operations/proxyArtifact.d.ts.map +0 -1
- package/dist-esm/src/operations/proxyArtifact.js +0 -412
- package/dist-esm/src/operations/proxyArtifact.js.map +0 -1
- package/dist-esm/src/operations/publishers.d.ts +0 -96
- package/dist-esm/src/operations/publishers.d.ts.map +0 -1
- package/dist-esm/src/operations/publishers.js +0 -494
- package/dist-esm/src/operations/publishers.js.map +0 -1
- package/dist-esm/src/operations/siteNetworkServices.d.ts +0 -99
- package/dist-esm/src/operations/siteNetworkServices.d.ts.map +0 -1
- package/dist-esm/src/operations/siteNetworkServices.js +0 -497
- package/dist-esm/src/operations/siteNetworkServices.js.map +0 -1
- package/dist-esm/src/operations/sites.d.ts +0 -99
- package/dist-esm/src/operations/sites.d.ts.map +0 -1
- package/dist-esm/src/operations/sites.js +0 -497
- package/dist-esm/src/operations/sites.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/artifactManifests.d.ts +0 -101
- package/dist-esm/src/operationsInterfaces/artifactManifests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/artifactManifests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/artifactStores.d.ts +0 -65
- package/dist-esm/src/operationsInterfaces/artifactStores.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/artifactStores.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/components.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurationGroupSchemas.d.ts +0 -84
- package/dist-esm/src/operationsInterfaces/configurationGroupSchemas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurationGroupSchemas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurationGroupValues.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/configurationGroupValues.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurationGroupValues.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -16
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -23
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionGroups.d.ts +0 -68
- package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionVersions.d.ts +0 -104
- package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkFunctionDefinitionVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkFunctions.d.ts +0 -81
- package/dist-esm/src/operationsInterfaces/networkFunctions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkFunctions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkServiceDesignGroups.d.ts +0 -68
- package/dist-esm/src/operationsInterfaces/networkServiceDesignGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkServiceDesignGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkServiceDesignVersions.d.ts +0 -104
- package/dist-esm/src/operationsInterfaces/networkServiceDesignVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkServiceDesignVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/proxyArtifact.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/proxyArtifact.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/proxyArtifact.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/publishers.d.ts +0 -60
- package/dist-esm/src/operationsInterfaces/publishers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/publishers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/siteNetworkServices.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/siteNetworkServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/siteNetworkServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sites.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/sites.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sites.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hybridnetwork_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hybridnetwork_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hybridnetwork_operations_test.spec.js +0 -73
- package/dist-esm/test/hybridnetwork_operations_test.spec.js.map +0 -1
- package/src/hybridNetworkManagementClient.ts +0 -206
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3313
- package/src/models/mappers.ts +0 -4173
- package/src/models/parameters.ts +0 -463
- package/src/operations/artifactManifests.ts +0 -837
- package/src/operations/artifactStores.ts +0 -580
- package/src/operations/components.ts +0 -246
- package/src/operations/configurationGroupSchemas.ts +0 -736
- package/src/operations/configurationGroupValues.ts +0 -656
- package/src/operations/index.ts +0 -23
- package/src/operations/networkFunctionDefinitionGroups.ts +0 -594
- package/src/operations/networkFunctionDefinitionVersions.ts +0 -808
- package/src/operations/networkFunctions.ts +0 -751
- package/src/operations/networkServiceDesignGroups.ts +0 -594
- package/src/operations/networkServiceDesignVersions.ts +0 -808
- package/src/operations/operations.ts +0 -149
- package/src/operations/proxyArtifact.ts +0 -591
- package/src/operations/publishers.ts +0 -643
- package/src/operations/siteNetworkServices.ts +0 -651
- package/src/operations/sites.ts +0 -644
- package/src/operationsInterfaces/artifactManifests.ts +0 -206
- package/src/operationsInterfaces/artifactStores.ts +0 -133
- package/src/operationsInterfaces/components.ts +0 -44
- package/src/operationsInterfaces/configurationGroupSchemas.ts +0 -172
- package/src/operationsInterfaces/configurationGroupValues.ts +0 -127
- package/src/operationsInterfaces/index.ts +0 -23
- package/src/operationsInterfaces/networkFunctionDefinitionGroups.ts +0 -136
- package/src/operationsInterfaces/networkFunctionDefinitionVersions.ts +0 -201
- package/src/operationsInterfaces/networkFunctions.ts +0 -151
- package/src/operationsInterfaces/networkServiceDesignGroups.ts +0 -136
- package/src/operationsInterfaces/networkServiceDesignVersions.ts +0 -201
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/proxyArtifact.ts +0 -95
- package/src/operationsInterfaces/publishers.ts +0 -120
- package/src/operationsInterfaces/siteNetworkServices.ts +0 -127
- package/src/operationsInterfaces/sites.ts +0 -124
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hybridnetwork.d.ts +0 -4231
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/artifactManifests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/artifactStores.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/components.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationGroupSchemas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationGroupValues.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunctionDefinitionGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunctionDefinitionVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkFunctions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkServiceDesignGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkServiceDesignVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/proxyArtifact.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/publishers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/siteNetworkServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sites.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-hybridnetwork.api.md → arm-hybridnetwork-node.api.md} +0 -0
|
@@ -0,0 +1,2795 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type ConfigurationGroupValuePropertiesFormatUnion = ConfigurationGroupValuePropertiesFormat | ConfigurationValueWithSecrets | ConfigurationValueWithoutSecrets;
|
|
3
|
+
export type DeploymentResourceIdReferenceUnion = DeploymentResourceIdReference | SecretDeploymentResourceReference | OpenDeploymentResourceReference;
|
|
4
|
+
export type NetworkFunctionPropertiesFormatUnion = NetworkFunctionPropertiesFormat | NetworkFunctionValueWithSecrets | NetworkFunctionValueWithoutSecrets;
|
|
5
|
+
export type NetworkFunctionDefinitionVersionPropertiesFormatUnion = NetworkFunctionDefinitionVersionPropertiesFormat | ContainerizedNetworkFunctionDefinitionVersion | VirtualNetworkFunctionDefinitionVersion;
|
|
6
|
+
export type ResourceElementTemplateUnion = ResourceElementTemplate | ArmResourceDefinitionResourceElementTemplateDetails | NetworkFunctionDefinitionResourceElementTemplateDetails;
|
|
7
|
+
export type ArtifactAccessCredentialUnion = ArtifactAccessCredential | AzureContainerRegistryScopedTokenCredential | AzureStorageAccountCredential;
|
|
8
|
+
export type NFVIsUnion = NFVIs | AzureCoreNfviDetails | AzureArcK8SClusterNfviDetails | AzureOperatorNexusClusterNfviDetails;
|
|
9
|
+
export type ContainerizedNetworkFunctionTemplateUnion = ContainerizedNetworkFunctionTemplate | AzureArcKubernetesNetworkFunctionTemplate;
|
|
10
|
+
export type VirtualNetworkFunctionTemplateUnion = VirtualNetworkFunctionTemplate | AzureCoreNetworkFunctionTemplate | AzureOperatorNexusNetworkFunctionTemplate;
|
|
11
|
+
export type AzureArcKubernetesNetworkFunctionApplicationUnion = AzureArcKubernetesNetworkFunctionApplication | AzureArcKubernetesHelmApplication;
|
|
12
|
+
export type AzureCoreNetworkFunctionApplicationUnion = AzureCoreNetworkFunctionApplication | AzureCoreNetworkFunctionVhdApplication | AzureCoreNetworkFunctionArmTemplateApplication;
|
|
13
|
+
export type AzureOperatorNexusNetworkFunctionApplicationUnion = AzureOperatorNexusNetworkFunctionApplication | AzureOperatorNexusNetworkFunctionImageApplication | AzureOperatorNexusNetworkFunctionArmTemplateApplication;
|
|
14
|
+
/** A list of configuration group schema resources. */
|
|
15
|
+
export interface ConfigurationGroupSchemaListResult {
|
|
16
|
+
/** A list of configuration group schema. */
|
|
17
|
+
value?: ConfigurationGroupSchema[];
|
|
18
|
+
/**
|
|
19
|
+
* The URL to get the next set of results.
|
|
20
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
+
*/
|
|
22
|
+
readonly nextLink?: string;
|
|
23
|
+
}
|
|
24
|
+
/** Configuration group schema properties. */
|
|
25
|
+
export interface ConfigurationGroupSchemaPropertiesFormat {
|
|
26
|
+
/**
|
|
27
|
+
* The provisioning state of the Configuration group schema resource.
|
|
28
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
29
|
+
*/
|
|
30
|
+
readonly provisioningState?: ProvisioningState;
|
|
31
|
+
/**
|
|
32
|
+
* The configuration group schema version state.
|
|
33
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
34
|
+
*/
|
|
35
|
+
readonly versionState?: VersionState;
|
|
36
|
+
/** Description of what schema can contain. */
|
|
37
|
+
description?: string;
|
|
38
|
+
/** Name and value pairs that define the configuration value. It can be a well formed escaped JSON string. */
|
|
39
|
+
schemaDefinition?: string;
|
|
40
|
+
}
|
|
41
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
42
|
+
export interface Resource {
|
|
43
|
+
/**
|
|
44
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
45
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
46
|
+
*/
|
|
47
|
+
readonly id?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The name of the resource
|
|
50
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
+
*/
|
|
52
|
+
readonly name?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
55
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
+
*/
|
|
57
|
+
readonly type?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
60
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
+
*/
|
|
62
|
+
readonly systemData?: SystemData;
|
|
63
|
+
}
|
|
64
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
65
|
+
export interface SystemData {
|
|
66
|
+
/** The identity that created the resource. */
|
|
67
|
+
createdBy?: string;
|
|
68
|
+
/** The type of identity that created the resource. */
|
|
69
|
+
createdByType?: CreatedByType;
|
|
70
|
+
/** The timestamp of resource creation (UTC). */
|
|
71
|
+
createdAt?: Date;
|
|
72
|
+
/** The identity that last modified the resource. */
|
|
73
|
+
lastModifiedBy?: string;
|
|
74
|
+
/** The type of identity that last modified the resource. */
|
|
75
|
+
lastModifiedByType?: CreatedByType;
|
|
76
|
+
/** The timestamp of resource last modification (UTC) */
|
|
77
|
+
lastModifiedAt?: Date;
|
|
78
|
+
}
|
|
79
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
80
|
+
export interface ErrorResponse {
|
|
81
|
+
/** The error object. */
|
|
82
|
+
error?: ErrorDetail;
|
|
83
|
+
}
|
|
84
|
+
/** The error detail. */
|
|
85
|
+
export interface ErrorDetail {
|
|
86
|
+
/**
|
|
87
|
+
* The error code.
|
|
88
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
+
*/
|
|
90
|
+
readonly code?: string;
|
|
91
|
+
/**
|
|
92
|
+
* The error message.
|
|
93
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
+
*/
|
|
95
|
+
readonly message?: string;
|
|
96
|
+
/**
|
|
97
|
+
* The error target.
|
|
98
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
99
|
+
*/
|
|
100
|
+
readonly target?: string;
|
|
101
|
+
/**
|
|
102
|
+
* The error details.
|
|
103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
+
*/
|
|
105
|
+
readonly details?: ErrorDetail[];
|
|
106
|
+
/**
|
|
107
|
+
* The error additional info.
|
|
108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
+
*/
|
|
110
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
111
|
+
}
|
|
112
|
+
/** The resource management error additional info. */
|
|
113
|
+
export interface ErrorAdditionalInfo {
|
|
114
|
+
/**
|
|
115
|
+
* The additional info type.
|
|
116
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
+
*/
|
|
118
|
+
readonly type?: string;
|
|
119
|
+
/**
|
|
120
|
+
* The additional info.
|
|
121
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
+
*/
|
|
123
|
+
readonly info?: Record<string, unknown>;
|
|
124
|
+
}
|
|
125
|
+
/** Tags object for patch operations. */
|
|
126
|
+
export interface TagsObject {
|
|
127
|
+
/** Resource tags. */
|
|
128
|
+
tags?: {
|
|
129
|
+
[propertyName: string]: string;
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
/** Publisher configuration group schema update request definition. */
|
|
133
|
+
export interface ConfigurationGroupSchemaVersionUpdateState {
|
|
134
|
+
/** The configuration group schema state. */
|
|
135
|
+
versionState?: VersionState;
|
|
136
|
+
}
|
|
137
|
+
/** Hybrid configuration group value properties. */
|
|
138
|
+
export interface ConfigurationGroupValuePropertiesFormat {
|
|
139
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
140
|
+
configurationType: "Secret" | "Open";
|
|
141
|
+
/**
|
|
142
|
+
* The provisioning state of the site resource.
|
|
143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
144
|
+
*/
|
|
145
|
+
readonly provisioningState?: ProvisioningState;
|
|
146
|
+
/**
|
|
147
|
+
* The publisher name for the configuration group schema.
|
|
148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
149
|
+
*/
|
|
150
|
+
readonly publisherName?: string;
|
|
151
|
+
/**
|
|
152
|
+
* The scope of the publisher.
|
|
153
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
154
|
+
*/
|
|
155
|
+
readonly publisherScope?: PublisherScope;
|
|
156
|
+
/**
|
|
157
|
+
* The configuration group schema name.
|
|
158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
159
|
+
*/
|
|
160
|
+
readonly configurationGroupSchemaName?: string;
|
|
161
|
+
/**
|
|
162
|
+
* The location of the configuration group schema offering.
|
|
163
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
164
|
+
*/
|
|
165
|
+
readonly configurationGroupSchemaOfferingLocation?: string;
|
|
166
|
+
/** The configuration group schema resource reference. */
|
|
167
|
+
configurationGroupSchemaResourceReference?: DeploymentResourceIdReferenceUnion;
|
|
168
|
+
}
|
|
169
|
+
/** The azure resource reference which is used for deployment. */
|
|
170
|
+
export interface DeploymentResourceIdReference {
|
|
171
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
172
|
+
idType: "Secret" | "Open";
|
|
173
|
+
}
|
|
174
|
+
/** Response for hybrid configurationGroups API service call. */
|
|
175
|
+
export interface ConfigurationGroupValueListResult {
|
|
176
|
+
/** A list of hybrid configurationGroups. */
|
|
177
|
+
value?: ConfigurationGroupValue[];
|
|
178
|
+
/**
|
|
179
|
+
* The URL to get the next set of results.
|
|
180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
|
+
*/
|
|
182
|
+
readonly nextLink?: string;
|
|
183
|
+
}
|
|
184
|
+
/** Network function properties. */
|
|
185
|
+
export interface NetworkFunctionPropertiesFormat {
|
|
186
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
187
|
+
configurationType: "Secret" | "Open";
|
|
188
|
+
/**
|
|
189
|
+
* The provisioning state of the network function resource.
|
|
190
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
191
|
+
*/
|
|
192
|
+
readonly provisioningState?: ProvisioningState;
|
|
193
|
+
/**
|
|
194
|
+
* The publisher name for the network function.
|
|
195
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
196
|
+
*/
|
|
197
|
+
readonly publisherName?: string;
|
|
198
|
+
/**
|
|
199
|
+
* The scope of the publisher.
|
|
200
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
201
|
+
*/
|
|
202
|
+
readonly publisherScope?: PublisherScope;
|
|
203
|
+
/**
|
|
204
|
+
* The network function definition group name for the network function.
|
|
205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
206
|
+
*/
|
|
207
|
+
readonly networkFunctionDefinitionGroupName?: string;
|
|
208
|
+
/**
|
|
209
|
+
* The network function definition version for the network function.
|
|
210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
211
|
+
*/
|
|
212
|
+
readonly networkFunctionDefinitionVersion?: string;
|
|
213
|
+
/**
|
|
214
|
+
* The location of the network function definition offering.
|
|
215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
216
|
+
*/
|
|
217
|
+
readonly networkFunctionDefinitionOfferingLocation?: string;
|
|
218
|
+
/** The network function definition version resource reference. */
|
|
219
|
+
networkFunctionDefinitionVersionResourceReference?: DeploymentResourceIdReferenceUnion;
|
|
220
|
+
/** The nfvi type for the network function. */
|
|
221
|
+
nfviType?: NfviType;
|
|
222
|
+
/** The nfviId for the network function. */
|
|
223
|
+
nfviId?: string;
|
|
224
|
+
/** Indicates if software updates are allowed during deployment. */
|
|
225
|
+
allowSoftwareUpdate?: boolean;
|
|
226
|
+
/** The role configuration override values from the user. */
|
|
227
|
+
roleOverrideValues?: string[];
|
|
228
|
+
}
|
|
229
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
230
|
+
export interface ManagedServiceIdentity {
|
|
231
|
+
/**
|
|
232
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
234
|
+
*/
|
|
235
|
+
readonly principalId?: string;
|
|
236
|
+
/**
|
|
237
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
239
|
+
*/
|
|
240
|
+
readonly tenantId?: string;
|
|
241
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
242
|
+
type: ManagedServiceIdentityType;
|
|
243
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
244
|
+
userAssignedIdentities?: {
|
|
245
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
246
|
+
};
|
|
247
|
+
}
|
|
248
|
+
/** User assigned identity properties */
|
|
249
|
+
export interface UserAssignedIdentity {
|
|
250
|
+
/**
|
|
251
|
+
* The principal ID of the assigned identity.
|
|
252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
+
*/
|
|
254
|
+
readonly principalId?: string;
|
|
255
|
+
/**
|
|
256
|
+
* The client ID of the assigned identity.
|
|
257
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
258
|
+
*/
|
|
259
|
+
readonly clientId?: string;
|
|
260
|
+
}
|
|
261
|
+
/** Response for network function API service call. */
|
|
262
|
+
export interface NetworkFunctionListResult {
|
|
263
|
+
/** A list of network function resources in a subscription or resource group. */
|
|
264
|
+
value?: NetworkFunction[];
|
|
265
|
+
/**
|
|
266
|
+
* The URL to get the next set of results.
|
|
267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
+
*/
|
|
269
|
+
readonly nextLink?: string;
|
|
270
|
+
}
|
|
271
|
+
/** Payload for execute request post call. */
|
|
272
|
+
export interface ExecuteRequestParameters {
|
|
273
|
+
/** The endpoint of service to call. */
|
|
274
|
+
serviceEndpoint: string;
|
|
275
|
+
/** The request metadata. */
|
|
276
|
+
requestMetadata: RequestMetadata;
|
|
277
|
+
}
|
|
278
|
+
/** Request metadata of execute request post call payload. */
|
|
279
|
+
export interface RequestMetadata {
|
|
280
|
+
/** The relative path of the request. */
|
|
281
|
+
relativePath: string;
|
|
282
|
+
/** The http method of the request. */
|
|
283
|
+
httpMethod: HttpMethod;
|
|
284
|
+
/** The serialized body of the request. */
|
|
285
|
+
serializedBody: string;
|
|
286
|
+
/** The api version of the request. */
|
|
287
|
+
apiVersion?: string;
|
|
288
|
+
}
|
|
289
|
+
/** The component properties of the network function. */
|
|
290
|
+
export interface ComponentProperties {
|
|
291
|
+
/**
|
|
292
|
+
* The provisioning state of the component resource.
|
|
293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
294
|
+
*/
|
|
295
|
+
readonly provisioningState?: ProvisioningState;
|
|
296
|
+
/**
|
|
297
|
+
* The JSON-serialized deployment profile of the component resource.
|
|
298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
299
|
+
*/
|
|
300
|
+
readonly deploymentProfile?: string;
|
|
301
|
+
/**
|
|
302
|
+
* The deployment status of the component resource.
|
|
303
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
304
|
+
*/
|
|
305
|
+
readonly deploymentStatus?: DeploymentStatusProperties;
|
|
306
|
+
}
|
|
307
|
+
/** The deployment status properties of the network function component. */
|
|
308
|
+
export interface DeploymentStatusProperties {
|
|
309
|
+
/** The status of the component resource. */
|
|
310
|
+
status?: Status;
|
|
311
|
+
/** The resource related to the component resource. */
|
|
312
|
+
resources?: Resources;
|
|
313
|
+
/** The next expected update of deployment status. */
|
|
314
|
+
nextExpectedUpdateAt?: Date;
|
|
315
|
+
}
|
|
316
|
+
/** The resources of the network function component. */
|
|
317
|
+
export interface Resources {
|
|
318
|
+
/** Deployments that are related to component resource. */
|
|
319
|
+
deployments?: Deployment[];
|
|
320
|
+
/** Pods related to component resource. */
|
|
321
|
+
pods?: Pod[];
|
|
322
|
+
/** Replica sets related to component resource. */
|
|
323
|
+
replicaSets?: ReplicaSet[];
|
|
324
|
+
/** Stateful sets related to component resource. */
|
|
325
|
+
statefulSets?: StatefulSet[];
|
|
326
|
+
/** Daemonsets related to component resource. */
|
|
327
|
+
daemonSets?: DaemonSet[];
|
|
328
|
+
}
|
|
329
|
+
/** Helm Deployment status properties. */
|
|
330
|
+
export interface Deployment {
|
|
331
|
+
/** The name of the deployment. */
|
|
332
|
+
name?: string;
|
|
333
|
+
/** The namespace of the deployment. */
|
|
334
|
+
namespace?: string;
|
|
335
|
+
/** Desired number of pods */
|
|
336
|
+
desired?: number;
|
|
337
|
+
/** Number of ready pods. */
|
|
338
|
+
ready?: number;
|
|
339
|
+
/** Number of upto date pods. */
|
|
340
|
+
upToDate?: number;
|
|
341
|
+
/** Number of available pods. */
|
|
342
|
+
available?: number;
|
|
343
|
+
/** Creation Time of deployment. */
|
|
344
|
+
creationTime?: Date;
|
|
345
|
+
}
|
|
346
|
+
/** Helm Pod status properties. */
|
|
347
|
+
export interface Pod {
|
|
348
|
+
/** The name of the Pod. */
|
|
349
|
+
name?: string;
|
|
350
|
+
/** The namespace of the Pod. */
|
|
351
|
+
namespace?: string;
|
|
352
|
+
/** Desired number of containers */
|
|
353
|
+
desired?: number;
|
|
354
|
+
/** Number of ready containers. */
|
|
355
|
+
ready?: number;
|
|
356
|
+
/** The status of a pod. */
|
|
357
|
+
status?: PodStatus;
|
|
358
|
+
/** Creation Time of Pod. */
|
|
359
|
+
creationTime?: Date;
|
|
360
|
+
/** Last 5 Pod events. */
|
|
361
|
+
events?: PodEvent[];
|
|
362
|
+
}
|
|
363
|
+
/** Pod Event properties. */
|
|
364
|
+
export interface PodEvent {
|
|
365
|
+
/** The type of pod event. */
|
|
366
|
+
type?: PodEventType;
|
|
367
|
+
/** Event reason. */
|
|
368
|
+
reason?: string;
|
|
369
|
+
/** Event message. */
|
|
370
|
+
message?: string;
|
|
371
|
+
/** Event Last seen. */
|
|
372
|
+
lastSeenTime?: Date;
|
|
373
|
+
}
|
|
374
|
+
/** Helm ReplicaSet status properties. */
|
|
375
|
+
export interface ReplicaSet {
|
|
376
|
+
/** The name of the replicaSet. */
|
|
377
|
+
name?: string;
|
|
378
|
+
/** The namespace of the replicaSet. */
|
|
379
|
+
namespace?: string;
|
|
380
|
+
/** Desired number of pods */
|
|
381
|
+
desired?: number;
|
|
382
|
+
/** Number of ready pods. */
|
|
383
|
+
ready?: number;
|
|
384
|
+
/** Number of current pods. */
|
|
385
|
+
current?: number;
|
|
386
|
+
/** Creation Time of replicaSet. */
|
|
387
|
+
creationTime?: Date;
|
|
388
|
+
}
|
|
389
|
+
/** Helm StatefulSet status properties. */
|
|
390
|
+
export interface StatefulSet {
|
|
391
|
+
/** The name of the statefulset. */
|
|
392
|
+
name?: string;
|
|
393
|
+
/** The namespace of the statefulset. */
|
|
394
|
+
namespace?: string;
|
|
395
|
+
/** Desired number of pods */
|
|
396
|
+
desired?: number;
|
|
397
|
+
/** Number of ready pods. */
|
|
398
|
+
ready?: number;
|
|
399
|
+
/** Creation Time of statefulset. */
|
|
400
|
+
creationTime?: Date;
|
|
401
|
+
}
|
|
402
|
+
/** Helm DaemonSet status properties. */
|
|
403
|
+
export interface DaemonSet {
|
|
404
|
+
/** The name of the daemonSet. */
|
|
405
|
+
name?: string;
|
|
406
|
+
/** The namespace of the daemonSet. */
|
|
407
|
+
namespace?: string;
|
|
408
|
+
/** Desired number of pods */
|
|
409
|
+
desired?: number;
|
|
410
|
+
/** Current number of pods */
|
|
411
|
+
current?: number;
|
|
412
|
+
/** Number of Ready pods */
|
|
413
|
+
ready?: number;
|
|
414
|
+
/** Number of upto date pods */
|
|
415
|
+
upToDate?: number;
|
|
416
|
+
/** Number of available pods. */
|
|
417
|
+
available?: number;
|
|
418
|
+
/** Creation Time of daemonSet. */
|
|
419
|
+
creationTime?: Date;
|
|
420
|
+
}
|
|
421
|
+
/** Response for list component API service call. */
|
|
422
|
+
export interface ComponentListResult {
|
|
423
|
+
/** A list of component resources in a networkFunction. */
|
|
424
|
+
value?: Component[];
|
|
425
|
+
/**
|
|
426
|
+
* The URL to get the next set of results.
|
|
427
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
428
|
+
*/
|
|
429
|
+
readonly nextLink?: string;
|
|
430
|
+
}
|
|
431
|
+
/** A list of network function definition group resources. */
|
|
432
|
+
export interface NetworkFunctionDefinitionGroupListResult {
|
|
433
|
+
/** A list of network function definition group. */
|
|
434
|
+
value?: NetworkFunctionDefinitionGroup[];
|
|
435
|
+
/**
|
|
436
|
+
* The URL to get the next set of results.
|
|
437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
438
|
+
*/
|
|
439
|
+
readonly nextLink?: string;
|
|
440
|
+
}
|
|
441
|
+
/** Network function definition group properties. */
|
|
442
|
+
export interface NetworkFunctionDefinitionGroupPropertiesFormat {
|
|
443
|
+
/**
|
|
444
|
+
* The provisioning state of the network function definition groups resource.
|
|
445
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
|
+
*/
|
|
447
|
+
readonly provisioningState?: ProvisioningState;
|
|
448
|
+
/** The network function definition group description. */
|
|
449
|
+
description?: string;
|
|
450
|
+
}
|
|
451
|
+
/** Network function definition version properties. */
|
|
452
|
+
export interface NetworkFunctionDefinitionVersionPropertiesFormat {
|
|
453
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
454
|
+
networkFunctionType: "ContainerizedNetworkFunction" | "VirtualNetworkFunction";
|
|
455
|
+
/**
|
|
456
|
+
* The provisioning state of the network function definition version resource.
|
|
457
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
458
|
+
*/
|
|
459
|
+
readonly provisioningState?: ProvisioningState;
|
|
460
|
+
/**
|
|
461
|
+
* The network function definition version state.
|
|
462
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
463
|
+
*/
|
|
464
|
+
readonly versionState?: VersionState;
|
|
465
|
+
/** The network function definition version description. */
|
|
466
|
+
description?: string;
|
|
467
|
+
/** The deployment parameters of the network function definition version. */
|
|
468
|
+
deployParameters?: string;
|
|
469
|
+
}
|
|
470
|
+
/** A list of network function definition versions. */
|
|
471
|
+
export interface NetworkFunctionDefinitionVersionListResult {
|
|
472
|
+
/** A list of network function definition versions. */
|
|
473
|
+
value?: NetworkFunctionDefinitionVersion[];
|
|
474
|
+
/**
|
|
475
|
+
* The URI to get the next set of results.
|
|
476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
477
|
+
*/
|
|
478
|
+
readonly nextLink?: string;
|
|
479
|
+
}
|
|
480
|
+
/** Publisher network function definition version update request definition. */
|
|
481
|
+
export interface NetworkFunctionDefinitionVersionUpdateState {
|
|
482
|
+
/** The network function definition version state. Only the 'Active' and 'Deprecated' states are allowed for updates. Other states are used for internal state transitioning. */
|
|
483
|
+
versionState?: VersionState;
|
|
484
|
+
}
|
|
485
|
+
/** A list of network service design group resources. */
|
|
486
|
+
export interface NetworkServiceDesignGroupListResult {
|
|
487
|
+
/** A list of network service design group. */
|
|
488
|
+
value?: NetworkServiceDesignGroup[];
|
|
489
|
+
/**
|
|
490
|
+
* The URL to get the next set of results.
|
|
491
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
492
|
+
*/
|
|
493
|
+
readonly nextLink?: string;
|
|
494
|
+
}
|
|
495
|
+
/** network service design group properties. */
|
|
496
|
+
export interface NetworkServiceDesignGroupPropertiesFormat {
|
|
497
|
+
/**
|
|
498
|
+
* The provisioning state of the network service design groups resource.
|
|
499
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
500
|
+
*/
|
|
501
|
+
readonly provisioningState?: ProvisioningState;
|
|
502
|
+
/** The network service design group description. */
|
|
503
|
+
description?: string;
|
|
504
|
+
}
|
|
505
|
+
/** network service design version properties. */
|
|
506
|
+
export interface NetworkServiceDesignVersionPropertiesFormat {
|
|
507
|
+
/**
|
|
508
|
+
* The provisioning state of the network service design version resource.
|
|
509
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
510
|
+
*/
|
|
511
|
+
readonly provisioningState?: ProvisioningState;
|
|
512
|
+
/**
|
|
513
|
+
* The network service design version state.
|
|
514
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
515
|
+
*/
|
|
516
|
+
readonly versionState?: VersionState;
|
|
517
|
+
/** The network service design version description. */
|
|
518
|
+
description?: string;
|
|
519
|
+
/** The configuration schemas to used to define the values. */
|
|
520
|
+
configurationGroupSchemaReferences?: {
|
|
521
|
+
[propertyName: string]: ReferencedResource;
|
|
522
|
+
};
|
|
523
|
+
/** The nfvis from the site. */
|
|
524
|
+
nfvisFromSite?: {
|
|
525
|
+
[propertyName: string]: NfviDetails;
|
|
526
|
+
};
|
|
527
|
+
/** List of resource element template */
|
|
528
|
+
resourceElementTemplates?: ResourceElementTemplateUnion[];
|
|
529
|
+
}
|
|
530
|
+
/** Reference to another resource. */
|
|
531
|
+
export interface ReferencedResource {
|
|
532
|
+
/** Resource ID. */
|
|
533
|
+
id?: string;
|
|
534
|
+
}
|
|
535
|
+
/** The nfvi details. */
|
|
536
|
+
export interface NfviDetails {
|
|
537
|
+
/** The nfvi name. */
|
|
538
|
+
name?: string;
|
|
539
|
+
/** The nfvi type. */
|
|
540
|
+
type?: string;
|
|
541
|
+
}
|
|
542
|
+
/** The resource element template object. */
|
|
543
|
+
export interface ResourceElementTemplate {
|
|
544
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
545
|
+
resourceElementType: "ArmResourceDefinition" | "NetworkFunctionDefinition";
|
|
546
|
+
/** Name of the resource element template. */
|
|
547
|
+
name?: string;
|
|
548
|
+
/** The depends on profile. */
|
|
549
|
+
dependsOnProfile?: DependsOnProfile;
|
|
550
|
+
}
|
|
551
|
+
/** Depends on profile definition. */
|
|
552
|
+
export interface DependsOnProfile {
|
|
553
|
+
/** Application installation operation dependency. */
|
|
554
|
+
installDependsOn?: string[];
|
|
555
|
+
/** Application deletion operation dependency. */
|
|
556
|
+
uninstallDependsOn?: string[];
|
|
557
|
+
/** Application update operation dependency. */
|
|
558
|
+
updateDependsOn?: string[];
|
|
559
|
+
}
|
|
560
|
+
/** A list of network service design versions. */
|
|
561
|
+
export interface NetworkServiceDesignVersionListResult {
|
|
562
|
+
/** A list of network service design versions. */
|
|
563
|
+
value?: NetworkServiceDesignVersion[];
|
|
564
|
+
/**
|
|
565
|
+
* The URI to get the next set of results.
|
|
566
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
|
+
*/
|
|
568
|
+
readonly nextLink?: string;
|
|
569
|
+
}
|
|
570
|
+
/** Publisher network service design version update request definition. */
|
|
571
|
+
export interface NetworkServiceDesignVersionUpdateState {
|
|
572
|
+
/** The network service design version state. */
|
|
573
|
+
versionState?: VersionState;
|
|
574
|
+
}
|
|
575
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
576
|
+
export interface OperationListResult {
|
|
577
|
+
/**
|
|
578
|
+
* List of operations supported by the resource provider
|
|
579
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
580
|
+
*/
|
|
581
|
+
readonly value?: Operation[];
|
|
582
|
+
/**
|
|
583
|
+
* URL to get the next set of operation list results (if there are any).
|
|
584
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
585
|
+
*/
|
|
586
|
+
readonly nextLink?: string;
|
|
587
|
+
}
|
|
588
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
589
|
+
export interface Operation {
|
|
590
|
+
/**
|
|
591
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
592
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
593
|
+
*/
|
|
594
|
+
readonly name?: string;
|
|
595
|
+
/**
|
|
596
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
597
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
598
|
+
*/
|
|
599
|
+
readonly isDataAction?: boolean;
|
|
600
|
+
/** Localized display information for this particular operation. */
|
|
601
|
+
display?: OperationDisplay;
|
|
602
|
+
/**
|
|
603
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
604
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
|
+
*/
|
|
606
|
+
readonly origin?: Origin;
|
|
607
|
+
/**
|
|
608
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
609
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
610
|
+
*/
|
|
611
|
+
readonly actionType?: ActionType;
|
|
612
|
+
}
|
|
613
|
+
/** Localized display information for this particular operation. */
|
|
614
|
+
export interface OperationDisplay {
|
|
615
|
+
/**
|
|
616
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
617
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
618
|
+
*/
|
|
619
|
+
readonly provider?: string;
|
|
620
|
+
/**
|
|
621
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
622
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
623
|
+
*/
|
|
624
|
+
readonly resource?: string;
|
|
625
|
+
/**
|
|
626
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
627
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
628
|
+
*/
|
|
629
|
+
readonly operation?: string;
|
|
630
|
+
/**
|
|
631
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
632
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
633
|
+
*/
|
|
634
|
+
readonly description?: string;
|
|
635
|
+
}
|
|
636
|
+
/** A list of publishers. */
|
|
637
|
+
export interface PublisherListResult {
|
|
638
|
+
/** A list of publishers. */
|
|
639
|
+
value?: Publisher[];
|
|
640
|
+
/**
|
|
641
|
+
* The URL to get the next set of results.
|
|
642
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
643
|
+
*/
|
|
644
|
+
readonly nextLink?: string;
|
|
645
|
+
}
|
|
646
|
+
/** publisher properties. */
|
|
647
|
+
export interface PublisherPropertiesFormat {
|
|
648
|
+
/**
|
|
649
|
+
* The provisioning state of the publisher resource.
|
|
650
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
651
|
+
*/
|
|
652
|
+
readonly provisioningState?: ProvisioningState;
|
|
653
|
+
/** The publisher scope. */
|
|
654
|
+
scope?: PublisherScope;
|
|
655
|
+
}
|
|
656
|
+
/** A list of artifact stores. */
|
|
657
|
+
export interface ArtifactStoreListResult {
|
|
658
|
+
/** A list of artifact stores. */
|
|
659
|
+
value?: ArtifactStore[];
|
|
660
|
+
/**
|
|
661
|
+
* The URL to get the next set of results.
|
|
662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
663
|
+
*/
|
|
664
|
+
readonly nextLink?: string;
|
|
665
|
+
}
|
|
666
|
+
/** Artifact store properties. */
|
|
667
|
+
export interface ArtifactStorePropertiesFormat {
|
|
668
|
+
/**
|
|
669
|
+
* The provisioning state of the application groups resource.
|
|
670
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
671
|
+
*/
|
|
672
|
+
readonly provisioningState?: ProvisioningState;
|
|
673
|
+
/** The artifact store type. */
|
|
674
|
+
storeType?: ArtifactStoreType;
|
|
675
|
+
/** The replication strategy. */
|
|
676
|
+
replicationStrategy?: ArtifactReplicationStrategy;
|
|
677
|
+
managedResourceGroupConfiguration?: ArtifactStorePropertiesFormatManagedResourceGroupConfiguration;
|
|
678
|
+
/**
|
|
679
|
+
* The created storage resource id
|
|
680
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
681
|
+
*/
|
|
682
|
+
readonly storageResourceId?: string;
|
|
683
|
+
}
|
|
684
|
+
export interface ArtifactStorePropertiesFormatManagedResourceGroupConfiguration {
|
|
685
|
+
/** The managed resource group name. */
|
|
686
|
+
name?: string;
|
|
687
|
+
/** The managed resource group location. */
|
|
688
|
+
location?: string;
|
|
689
|
+
}
|
|
690
|
+
/** A list of artifact manifests. */
|
|
691
|
+
export interface ArtifactManifestListResult {
|
|
692
|
+
/** A list of artifact manifests. */
|
|
693
|
+
value?: ArtifactManifest[];
|
|
694
|
+
/**
|
|
695
|
+
* The URI to get the next set of results.
|
|
696
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
697
|
+
*/
|
|
698
|
+
readonly nextLink?: string;
|
|
699
|
+
}
|
|
700
|
+
/** Artifact manifest properties. */
|
|
701
|
+
export interface ArtifactManifestPropertiesFormat {
|
|
702
|
+
/**
|
|
703
|
+
* The provisioning state of the ArtifactManifest resource.
|
|
704
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
705
|
+
*/
|
|
706
|
+
readonly provisioningState?: ProvisioningState;
|
|
707
|
+
/**
|
|
708
|
+
* The artifact manifest state.
|
|
709
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
710
|
+
*/
|
|
711
|
+
readonly artifactManifestState?: ArtifactManifestState;
|
|
712
|
+
/** The artifacts list. */
|
|
713
|
+
artifacts?: ManifestArtifactFormat[];
|
|
714
|
+
}
|
|
715
|
+
/** Manifest artifact properties. */
|
|
716
|
+
export interface ManifestArtifactFormat {
|
|
717
|
+
/** The artifact name */
|
|
718
|
+
artifactName?: string;
|
|
719
|
+
/** The artifact type. */
|
|
720
|
+
artifactType?: ArtifactType;
|
|
721
|
+
/** The artifact version. */
|
|
722
|
+
artifactVersion?: string;
|
|
723
|
+
}
|
|
724
|
+
/** The artifact manifest credential definition. */
|
|
725
|
+
export interface ArtifactAccessCredential {
|
|
726
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
727
|
+
credentialType: "AzureContainerRegistryScopedToken" | "AzureStorageAccountToken";
|
|
728
|
+
}
|
|
729
|
+
/** The artifact manifest updating request payload. Only the 'Uploaded' state is allowed for updates. Other states are used for internal state transitioning. */
|
|
730
|
+
export interface ArtifactManifestUpdateState {
|
|
731
|
+
/** The artifact manifest state. */
|
|
732
|
+
artifactManifestState?: ArtifactManifestState;
|
|
733
|
+
}
|
|
734
|
+
/** The proxy artifact list result. */
|
|
735
|
+
export interface ProxyArtifactOverviewListResult {
|
|
736
|
+
/** A list of available proxy artifacts. */
|
|
737
|
+
value?: ProxyArtifactListOverview[];
|
|
738
|
+
/**
|
|
739
|
+
* The URL to get the next set of results.
|
|
740
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
741
|
+
*/
|
|
742
|
+
readonly nextLink?: string;
|
|
743
|
+
}
|
|
744
|
+
/** The proxy artifact list result. */
|
|
745
|
+
export interface ProxyArtifactVersionsOverviewListResult {
|
|
746
|
+
/** A list of available proxy artifacts. */
|
|
747
|
+
value?: ProxyArtifactVersionsListOverview[];
|
|
748
|
+
/**
|
|
749
|
+
* The URL to get the next set of results.
|
|
750
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
751
|
+
*/
|
|
752
|
+
readonly nextLink?: string;
|
|
753
|
+
}
|
|
754
|
+
export interface ProxyArtifactOverviewPropertiesValue {
|
|
755
|
+
/** The artifact type. */
|
|
756
|
+
artifactType?: ArtifactType;
|
|
757
|
+
/** The artifact version. */
|
|
758
|
+
artifactVersion?: string;
|
|
759
|
+
/** The artifact state */
|
|
760
|
+
artifactState?: ArtifactState;
|
|
761
|
+
}
|
|
762
|
+
/** The artifact updating request payload. */
|
|
763
|
+
export interface ArtifactChangeState {
|
|
764
|
+
/** Artifact update state properties. */
|
|
765
|
+
properties?: ArtifactChangeStateProperties;
|
|
766
|
+
}
|
|
767
|
+
/** The artifact update state properties. */
|
|
768
|
+
export interface ArtifactChangeStateProperties {
|
|
769
|
+
/** The artifact state */
|
|
770
|
+
artifactState?: ArtifactState;
|
|
771
|
+
}
|
|
772
|
+
/** Site properties. */
|
|
773
|
+
export interface SitePropertiesFormat {
|
|
774
|
+
/**
|
|
775
|
+
* The provisioning state of the site resource. **TODO**: Confirm if this is needed.
|
|
776
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
777
|
+
*/
|
|
778
|
+
readonly provisioningState?: ProvisioningState;
|
|
779
|
+
/** List of NFVIs */
|
|
780
|
+
nfvis?: NFVIsUnion[];
|
|
781
|
+
/**
|
|
782
|
+
* The list of site network services on the site.
|
|
783
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
784
|
+
*/
|
|
785
|
+
readonly siteNetworkServiceReferences?: ReferencedResource[];
|
|
786
|
+
}
|
|
787
|
+
/** The NFVI object. */
|
|
788
|
+
export interface NFVIs {
|
|
789
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
790
|
+
nfviType: "AzureCore" | "AzureArcKubernetes" | "AzureOperatorNexus";
|
|
791
|
+
/** Name of the nfvi. */
|
|
792
|
+
name?: string;
|
|
793
|
+
}
|
|
794
|
+
/** Response for sites API service call. */
|
|
795
|
+
export interface SiteListResult {
|
|
796
|
+
/** A list of sites in a resource group. */
|
|
797
|
+
value?: Site[];
|
|
798
|
+
/**
|
|
799
|
+
* The URL to get the next set of results.
|
|
800
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
801
|
+
*/
|
|
802
|
+
readonly nextLink?: string;
|
|
803
|
+
}
|
|
804
|
+
/** Site network service properties. */
|
|
805
|
+
export interface SiteNetworkServicePropertiesFormat {
|
|
806
|
+
/**
|
|
807
|
+
* The provisioning state of the site network service resource.
|
|
808
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
809
|
+
*/
|
|
810
|
+
readonly provisioningState?: ProvisioningState;
|
|
811
|
+
/** Managed resource group configuration. */
|
|
812
|
+
managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration;
|
|
813
|
+
/** The site details */
|
|
814
|
+
siteReference?: ReferencedResource;
|
|
815
|
+
/**
|
|
816
|
+
* The publisher name for the site network service.
|
|
817
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
818
|
+
*/
|
|
819
|
+
readonly publisherName?: string;
|
|
820
|
+
/**
|
|
821
|
+
* The scope of the publisher.
|
|
822
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
823
|
+
*/
|
|
824
|
+
readonly publisherScope?: PublisherScope;
|
|
825
|
+
/**
|
|
826
|
+
* The network service design group name for the site network service.
|
|
827
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
828
|
+
*/
|
|
829
|
+
readonly networkServiceDesignGroupName?: string;
|
|
830
|
+
/**
|
|
831
|
+
* The network service design version for the site network service.
|
|
832
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
833
|
+
*/
|
|
834
|
+
readonly networkServiceDesignVersionName?: string;
|
|
835
|
+
/**
|
|
836
|
+
* The location of the network service design offering.
|
|
837
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
838
|
+
*/
|
|
839
|
+
readonly networkServiceDesignVersionOfferingLocation?: string;
|
|
840
|
+
/** The network service design version resource reference. */
|
|
841
|
+
networkServiceDesignVersionResourceReference?: DeploymentResourceIdReferenceUnion;
|
|
842
|
+
/** The goal state of the site network service resource. This has references to the configuration group value objects that describe the desired state of the site network service. */
|
|
843
|
+
desiredStateConfigurationGroupValueReferences?: {
|
|
844
|
+
[propertyName: string]: ReferencedResource;
|
|
845
|
+
};
|
|
846
|
+
/**
|
|
847
|
+
* The network service design version for the site network service.
|
|
848
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
849
|
+
*/
|
|
850
|
+
readonly lastStateNetworkServiceDesignVersionName?: string;
|
|
851
|
+
/**
|
|
852
|
+
* The last state of the site network service resource.
|
|
853
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
854
|
+
*/
|
|
855
|
+
readonly lastStateConfigurationGroupValueReferences?: {
|
|
856
|
+
[propertyName: string]: ReferencedResource;
|
|
857
|
+
};
|
|
858
|
+
}
|
|
859
|
+
/** Managed resource group configuration. */
|
|
860
|
+
export interface ManagedResourceGroupConfiguration {
|
|
861
|
+
/** Managed resource group name. */
|
|
862
|
+
name?: string;
|
|
863
|
+
/** Managed resource group location. */
|
|
864
|
+
location?: string;
|
|
865
|
+
}
|
|
866
|
+
/** Sku, to be associated with a SiteNetworkService. */
|
|
867
|
+
export interface Sku {
|
|
868
|
+
/** Name of this Sku */
|
|
869
|
+
name: SkuName;
|
|
870
|
+
/**
|
|
871
|
+
* The SKU tier based on the SKU name.
|
|
872
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
873
|
+
*/
|
|
874
|
+
readonly tier?: SkuTier;
|
|
875
|
+
}
|
|
876
|
+
/** Response for site network services API service call. */
|
|
877
|
+
export interface SiteNetworkServiceListResult {
|
|
878
|
+
/** A list of site network services in a resource group. */
|
|
879
|
+
value?: SiteNetworkService[];
|
|
880
|
+
/**
|
|
881
|
+
* The URL to get the next set of results.
|
|
882
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
883
|
+
*/
|
|
884
|
+
readonly nextLink?: string;
|
|
885
|
+
}
|
|
886
|
+
/** Reference to an Azure ARC custom location resource. */
|
|
887
|
+
export interface CustomLocationResourceId {
|
|
888
|
+
/** Azure ARC custom location resource ID. */
|
|
889
|
+
id?: string;
|
|
890
|
+
}
|
|
891
|
+
/** Network function application definition. */
|
|
892
|
+
export interface NetworkFunctionApplication {
|
|
893
|
+
/** The name of the network function application. */
|
|
894
|
+
name?: string;
|
|
895
|
+
/** Depends on profile definition. */
|
|
896
|
+
dependsOnProfile?: DependsOnProfile;
|
|
897
|
+
}
|
|
898
|
+
/** Artifact profile properties. */
|
|
899
|
+
export interface ArtifactProfile {
|
|
900
|
+
/** The reference to artifact store. */
|
|
901
|
+
artifactStore?: ReferencedResource;
|
|
902
|
+
}
|
|
903
|
+
/** Mapping rule profile properties. */
|
|
904
|
+
export interface MappingRuleProfile {
|
|
905
|
+
/** The application enablement. */
|
|
906
|
+
applicationEnablement?: ApplicationEnablement;
|
|
907
|
+
}
|
|
908
|
+
/** The azure storage account container credential definition. */
|
|
909
|
+
export interface AzureStorageAccountContainerCredential {
|
|
910
|
+
/** The storage account container name */
|
|
911
|
+
containerName?: string;
|
|
912
|
+
/** The storage account container sas uri */
|
|
913
|
+
containerSasUri?: string;
|
|
914
|
+
}
|
|
915
|
+
/** Containerized network function template. */
|
|
916
|
+
export interface ContainerizedNetworkFunctionTemplate {
|
|
917
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
918
|
+
nfviType: "AzureArcKubernetes";
|
|
919
|
+
}
|
|
920
|
+
/** Virtual network function template. */
|
|
921
|
+
export interface VirtualNetworkFunctionTemplate {
|
|
922
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
923
|
+
nfviType: "AzureCore" | "AzureOperatorNexus";
|
|
924
|
+
}
|
|
925
|
+
/** Helm artifact profile. */
|
|
926
|
+
export interface HelmArtifactProfile {
|
|
927
|
+
/** Helm package name. */
|
|
928
|
+
helmPackageName?: string;
|
|
929
|
+
/** Helm package version range. */
|
|
930
|
+
helmPackageVersionRange?: string;
|
|
931
|
+
/** The registry values path list. */
|
|
932
|
+
registryValuesPaths?: string[];
|
|
933
|
+
/** The image pull secrets values path list. */
|
|
934
|
+
imagePullSecretsValuesPaths?: string[];
|
|
935
|
+
}
|
|
936
|
+
/** Helm mapping rule profile */
|
|
937
|
+
export interface HelmMappingRuleProfile {
|
|
938
|
+
/** Helm release namespace. */
|
|
939
|
+
releaseNamespace?: string;
|
|
940
|
+
/** Helm release name. */
|
|
941
|
+
releaseName?: string;
|
|
942
|
+
/** Helm package version. */
|
|
943
|
+
helmPackageVersion?: string;
|
|
944
|
+
/** Helm release values. */
|
|
945
|
+
values?: string;
|
|
946
|
+
/** The helm deployment options */
|
|
947
|
+
options?: HelmMappingRuleProfileOptions;
|
|
948
|
+
}
|
|
949
|
+
/** The helm deployment options */
|
|
950
|
+
export interface HelmMappingRuleProfileOptions {
|
|
951
|
+
/** The helm deployment install options */
|
|
952
|
+
installOptions?: HelmInstallOptions;
|
|
953
|
+
/** The helm deployment upgrade options */
|
|
954
|
+
upgradeOptions?: HelmUpgradeOptions;
|
|
955
|
+
}
|
|
956
|
+
/** The helm deployment install options */
|
|
957
|
+
export interface HelmInstallOptions {
|
|
958
|
+
/** The helm deployment atomic options */
|
|
959
|
+
atomic?: string;
|
|
960
|
+
/** The helm deployment wait options */
|
|
961
|
+
wait?: string;
|
|
962
|
+
/** The helm deployment timeout options */
|
|
963
|
+
timeout?: string;
|
|
964
|
+
}
|
|
965
|
+
/** The helm deployment install options */
|
|
966
|
+
export interface HelmUpgradeOptions {
|
|
967
|
+
/** The helm deployment atomic options */
|
|
968
|
+
atomic?: string;
|
|
969
|
+
/** The helm deployment wait options */
|
|
970
|
+
wait?: string;
|
|
971
|
+
/** The helm deployment timeout options */
|
|
972
|
+
timeout?: string;
|
|
973
|
+
}
|
|
974
|
+
/** Vhd artifact profile. */
|
|
975
|
+
export interface VhdImageArtifactProfile {
|
|
976
|
+
/** Vhd name. */
|
|
977
|
+
vhdName?: string;
|
|
978
|
+
/** Vhd version. */
|
|
979
|
+
vhdVersion?: string;
|
|
980
|
+
}
|
|
981
|
+
/** Vhd mapping rule profile */
|
|
982
|
+
export interface VhdImageMappingRuleProfile {
|
|
983
|
+
/** List of values. */
|
|
984
|
+
userConfiguration?: string;
|
|
985
|
+
}
|
|
986
|
+
/** Template artifact profile. */
|
|
987
|
+
export interface ArmTemplateArtifactProfile {
|
|
988
|
+
/** Template name. */
|
|
989
|
+
templateName?: string;
|
|
990
|
+
/** Template version. */
|
|
991
|
+
templateVersion?: string;
|
|
992
|
+
}
|
|
993
|
+
/** Template mapping rule profile */
|
|
994
|
+
export interface ArmTemplateMappingRuleProfile {
|
|
995
|
+
/** List of template parameters. */
|
|
996
|
+
templateParameters?: string;
|
|
997
|
+
}
|
|
998
|
+
/** Image artifact profile. */
|
|
999
|
+
export interface ImageArtifactProfile {
|
|
1000
|
+
/** Image name. */
|
|
1001
|
+
imageName?: string;
|
|
1002
|
+
/** Image version. */
|
|
1003
|
+
imageVersion?: string;
|
|
1004
|
+
}
|
|
1005
|
+
/** Image mapping rule profile */
|
|
1006
|
+
export interface ImageMappingRuleProfile {
|
|
1007
|
+
/** List of values. */
|
|
1008
|
+
userConfiguration?: string;
|
|
1009
|
+
}
|
|
1010
|
+
/** The arm template RE. */
|
|
1011
|
+
export interface ArmResourceDefinitionResourceElementTemplate {
|
|
1012
|
+
/** The template type. */
|
|
1013
|
+
templateType?: TemplateType;
|
|
1014
|
+
/** Name and value pairs that define the parameter values. It can be a well formed escaped JSON string. */
|
|
1015
|
+
parameterValues?: string;
|
|
1016
|
+
/** Artifact profile properties. */
|
|
1017
|
+
artifactProfile?: NSDArtifactProfile;
|
|
1018
|
+
}
|
|
1019
|
+
/** Artifact profile properties. */
|
|
1020
|
+
export interface NSDArtifactProfile {
|
|
1021
|
+
/** The artifact store resource id */
|
|
1022
|
+
artifactStoreReference?: ReferencedResource;
|
|
1023
|
+
/** Artifact name. */
|
|
1024
|
+
artifactName?: string;
|
|
1025
|
+
/** Artifact version. */
|
|
1026
|
+
artifactVersion?: string;
|
|
1027
|
+
}
|
|
1028
|
+
/** Proxy Artifact overview properties. */
|
|
1029
|
+
export interface ProxyArtifactOverviewPropertiesFormat {
|
|
1030
|
+
/** The proxy artifact overview properties. */
|
|
1031
|
+
artifactVersions?: ProxyArtifactOverviewPropertiesValue[];
|
|
1032
|
+
}
|
|
1033
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1034
|
+
export interface TrackedResource extends Resource {
|
|
1035
|
+
/** Resource tags. */
|
|
1036
|
+
tags?: {
|
|
1037
|
+
[propertyName: string]: string;
|
|
1038
|
+
};
|
|
1039
|
+
/** The geo-location where the resource lives */
|
|
1040
|
+
location: string;
|
|
1041
|
+
}
|
|
1042
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1043
|
+
export interface ProxyResource extends Resource {
|
|
1044
|
+
}
|
|
1045
|
+
/** The ConfigurationValue with secrets. */
|
|
1046
|
+
export interface ConfigurationValueWithSecrets extends ConfigurationGroupValuePropertiesFormat {
|
|
1047
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1048
|
+
configurationType: "Secret";
|
|
1049
|
+
/** Name and value pairs that define the configuration value secrets. It can be a well formed escaped JSON string. */
|
|
1050
|
+
secretConfigurationValue?: string;
|
|
1051
|
+
}
|
|
1052
|
+
/** The ConfigurationValue with no secrets. */
|
|
1053
|
+
export interface ConfigurationValueWithoutSecrets extends ConfigurationGroupValuePropertiesFormat {
|
|
1054
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1055
|
+
configurationType: "Open";
|
|
1056
|
+
/** Name and value pairs that define the configuration value. It can be a well formed escaped JSON string. */
|
|
1057
|
+
configurationValue?: string;
|
|
1058
|
+
}
|
|
1059
|
+
/** Secret deployment resource id reference. */
|
|
1060
|
+
export interface SecretDeploymentResourceReference extends DeploymentResourceIdReference {
|
|
1061
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1062
|
+
idType: "Secret";
|
|
1063
|
+
/** Resource ID. */
|
|
1064
|
+
id?: string;
|
|
1065
|
+
}
|
|
1066
|
+
/** Non secret deployment resource id reference. */
|
|
1067
|
+
export interface OpenDeploymentResourceReference extends DeploymentResourceIdReference {
|
|
1068
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1069
|
+
idType: "Open";
|
|
1070
|
+
/** Resource ID. */
|
|
1071
|
+
id?: string;
|
|
1072
|
+
}
|
|
1073
|
+
/** NetworkFunction with secrets. */
|
|
1074
|
+
export interface NetworkFunctionValueWithSecrets extends NetworkFunctionPropertiesFormat {
|
|
1075
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1076
|
+
configurationType: "Secret";
|
|
1077
|
+
/** The JSON-serialized secret deployment values from the user. This contains secrets like passwords,keys etc */
|
|
1078
|
+
secretDeploymentValues?: string;
|
|
1079
|
+
}
|
|
1080
|
+
/** NetworkFunction with no secrets. */
|
|
1081
|
+
export interface NetworkFunctionValueWithoutSecrets extends NetworkFunctionPropertiesFormat {
|
|
1082
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1083
|
+
configurationType: "Open";
|
|
1084
|
+
/** The JSON-serialized deployment values from the user. */
|
|
1085
|
+
deploymentValues?: string;
|
|
1086
|
+
}
|
|
1087
|
+
/** Containerized network function network function definition version properties. */
|
|
1088
|
+
export interface ContainerizedNetworkFunctionDefinitionVersion extends NetworkFunctionDefinitionVersionPropertiesFormat {
|
|
1089
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1090
|
+
networkFunctionType: "ContainerizedNetworkFunction";
|
|
1091
|
+
/** Containerized network function template. */
|
|
1092
|
+
networkFunctionTemplate?: ContainerizedNetworkFunctionTemplateUnion;
|
|
1093
|
+
}
|
|
1094
|
+
/** Virtual network function network function definition version properties. */
|
|
1095
|
+
export interface VirtualNetworkFunctionDefinitionVersion extends NetworkFunctionDefinitionVersionPropertiesFormat {
|
|
1096
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1097
|
+
networkFunctionType: "VirtualNetworkFunction";
|
|
1098
|
+
/** Virtual network function template. */
|
|
1099
|
+
networkFunctionTemplate?: VirtualNetworkFunctionTemplateUnion;
|
|
1100
|
+
}
|
|
1101
|
+
/** The arm resource definition resource element template details. */
|
|
1102
|
+
export interface ArmResourceDefinitionResourceElementTemplateDetails extends ResourceElementTemplate {
|
|
1103
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1104
|
+
resourceElementType: "ArmResourceDefinition";
|
|
1105
|
+
/** The resource element template type. */
|
|
1106
|
+
configuration?: ArmResourceDefinitionResourceElementTemplate;
|
|
1107
|
+
}
|
|
1108
|
+
/** The network function definition resource element template details. */
|
|
1109
|
+
export interface NetworkFunctionDefinitionResourceElementTemplateDetails extends ResourceElementTemplate {
|
|
1110
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1111
|
+
resourceElementType: "NetworkFunctionDefinition";
|
|
1112
|
+
/** The resource element template type. */
|
|
1113
|
+
configuration?: ArmResourceDefinitionResourceElementTemplate;
|
|
1114
|
+
}
|
|
1115
|
+
/** The azure container registry scoped token credential definition. */
|
|
1116
|
+
export interface AzureContainerRegistryScopedTokenCredential extends ArtifactAccessCredential {
|
|
1117
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1118
|
+
credentialType: "AzureContainerRegistryScopedToken";
|
|
1119
|
+
/** The username of the credential. */
|
|
1120
|
+
username?: string;
|
|
1121
|
+
/** The credential value. */
|
|
1122
|
+
acrToken?: string;
|
|
1123
|
+
/** The Acr server url */
|
|
1124
|
+
acrServerUrl?: string;
|
|
1125
|
+
/** The repositories that could be accessed using the current credential. */
|
|
1126
|
+
repositories?: string[];
|
|
1127
|
+
/** The UTC time when credential will expire. */
|
|
1128
|
+
expiry?: Date;
|
|
1129
|
+
}
|
|
1130
|
+
/** The azure storage account credential definition. */
|
|
1131
|
+
export interface AzureStorageAccountCredential extends ArtifactAccessCredential {
|
|
1132
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1133
|
+
credentialType: "AzureStorageAccountToken";
|
|
1134
|
+
/** The storage account Id */
|
|
1135
|
+
storageAccountId?: string;
|
|
1136
|
+
/** The containers that could be accessed using the current credential. */
|
|
1137
|
+
containerCredentials?: AzureStorageAccountContainerCredential[];
|
|
1138
|
+
/** The UTC time when credential will expire. */
|
|
1139
|
+
expiry?: Date;
|
|
1140
|
+
}
|
|
1141
|
+
/** The Azure Core NFVI detail. */
|
|
1142
|
+
export interface AzureCoreNfviDetails extends NFVIs {
|
|
1143
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1144
|
+
nfviType: "AzureCore";
|
|
1145
|
+
/** Location of the Azure core. */
|
|
1146
|
+
location?: string;
|
|
1147
|
+
}
|
|
1148
|
+
/** The AzureArcK8sCluster NFVI detail. */
|
|
1149
|
+
export interface AzureArcK8SClusterNfviDetails extends NFVIs {
|
|
1150
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1151
|
+
nfviType: "AzureArcKubernetes";
|
|
1152
|
+
/** The reference to the custom location. */
|
|
1153
|
+
customLocationReference?: ReferencedResource;
|
|
1154
|
+
}
|
|
1155
|
+
/** The AzureOperatorNexusCluster NFVI detail. */
|
|
1156
|
+
export interface AzureOperatorNexusClusterNfviDetails extends NFVIs {
|
|
1157
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1158
|
+
nfviType: "AzureOperatorNexus";
|
|
1159
|
+
/** The reference to the custom location. */
|
|
1160
|
+
customLocationReference?: ReferencedResource;
|
|
1161
|
+
}
|
|
1162
|
+
/** Azure arc kubernetes network function application definition. */
|
|
1163
|
+
export interface AzureArcKubernetesNetworkFunctionApplication extends NetworkFunctionApplication {
|
|
1164
|
+
/** The artifact type. */
|
|
1165
|
+
artifactType: AzureArcKubernetesArtifactType;
|
|
1166
|
+
}
|
|
1167
|
+
/** Azure virtual network function application definition. */
|
|
1168
|
+
export interface AzureCoreNetworkFunctionApplication extends NetworkFunctionApplication {
|
|
1169
|
+
/** The artifact type. */
|
|
1170
|
+
artifactType: AzureCoreArtifactType;
|
|
1171
|
+
}
|
|
1172
|
+
/** Azure Operator Distributed Services network function application definition. */
|
|
1173
|
+
export interface AzureOperatorNexusNetworkFunctionApplication extends NetworkFunctionApplication {
|
|
1174
|
+
/** The artifact type. */
|
|
1175
|
+
artifactType: AzureOperatorNexusArtifactType;
|
|
1176
|
+
}
|
|
1177
|
+
/** Azure arc kubernetes artifact profile properties. */
|
|
1178
|
+
export interface AzureArcKubernetesArtifactProfile extends ArtifactProfile {
|
|
1179
|
+
/** Helm artifact profile. */
|
|
1180
|
+
helmArtifactProfile?: HelmArtifactProfile;
|
|
1181
|
+
}
|
|
1182
|
+
/** Azure vhd artifact profile properties. */
|
|
1183
|
+
export interface AzureCoreVhdImageArtifactProfile extends ArtifactProfile {
|
|
1184
|
+
/** Vhd artifact profile. */
|
|
1185
|
+
vhdArtifactProfile?: VhdImageArtifactProfile;
|
|
1186
|
+
}
|
|
1187
|
+
/** Azure template artifact profile properties. */
|
|
1188
|
+
export interface AzureCoreArmTemplateArtifactProfile extends ArtifactProfile {
|
|
1189
|
+
/** Template artifact profile. */
|
|
1190
|
+
templateArtifactProfile?: ArmTemplateArtifactProfile;
|
|
1191
|
+
}
|
|
1192
|
+
/** Azure Operator Distributed Services image artifact profile properties. */
|
|
1193
|
+
export interface AzureOperatorNexusImageArtifactProfile extends ArtifactProfile {
|
|
1194
|
+
/** Image artifact profile. */
|
|
1195
|
+
imageArtifactProfile?: ImageArtifactProfile;
|
|
1196
|
+
}
|
|
1197
|
+
/** Azure Operator Distributed Services vhd artifact profile properties. */
|
|
1198
|
+
export interface AzureOperatorNexusArmTemplateArtifactProfile extends ArtifactProfile {
|
|
1199
|
+
/** Template artifact profile. */
|
|
1200
|
+
templateArtifactProfile?: ArmTemplateArtifactProfile;
|
|
1201
|
+
}
|
|
1202
|
+
/** Azure arc kubernetes deploy mapping rule profile. */
|
|
1203
|
+
export interface AzureArcKubernetesDeployMappingRuleProfile extends MappingRuleProfile {
|
|
1204
|
+
/** The helm mapping rule profile. */
|
|
1205
|
+
helmMappingRuleProfile?: HelmMappingRuleProfile;
|
|
1206
|
+
}
|
|
1207
|
+
/** Azure vhd deploy mapping rule profile. */
|
|
1208
|
+
export interface AzureCoreVhdImageDeployMappingRuleProfile extends MappingRuleProfile {
|
|
1209
|
+
/** The vhd mapping rule profile. */
|
|
1210
|
+
vhdImageMappingRuleProfile?: VhdImageMappingRuleProfile;
|
|
1211
|
+
}
|
|
1212
|
+
/** Azure template deploy mapping rule profile. */
|
|
1213
|
+
export interface AzureCoreArmTemplateDeployMappingRuleProfile extends MappingRuleProfile {
|
|
1214
|
+
/** The template mapping rule profile. */
|
|
1215
|
+
templateMappingRuleProfile?: ArmTemplateMappingRuleProfile;
|
|
1216
|
+
}
|
|
1217
|
+
/** Azure Operator Distributed Services image deploy mapping rule profile. */
|
|
1218
|
+
export interface AzureOperatorNexusImageDeployMappingRuleProfile extends MappingRuleProfile {
|
|
1219
|
+
/** The vhd mapping rule profile. */
|
|
1220
|
+
imageMappingRuleProfile?: ImageMappingRuleProfile;
|
|
1221
|
+
}
|
|
1222
|
+
/** Azure Operator Distributed Services template deploy mapping rule profile. */
|
|
1223
|
+
export interface AzureOperatorNexusArmTemplateDeployMappingRuleProfile extends MappingRuleProfile {
|
|
1224
|
+
/** The template mapping rule profile. */
|
|
1225
|
+
templateMappingRuleProfile?: ArmTemplateMappingRuleProfile;
|
|
1226
|
+
}
|
|
1227
|
+
/** Azure Arc kubernetes network function template. */
|
|
1228
|
+
export interface AzureArcKubernetesNetworkFunctionTemplate extends ContainerizedNetworkFunctionTemplate {
|
|
1229
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1230
|
+
nfviType: "AzureArcKubernetes";
|
|
1231
|
+
/** Network function applications. */
|
|
1232
|
+
networkFunctionApplications?: AzureArcKubernetesNetworkFunctionApplicationUnion[];
|
|
1233
|
+
}
|
|
1234
|
+
/** Azure virtual network function template. */
|
|
1235
|
+
export interface AzureCoreNetworkFunctionTemplate extends VirtualNetworkFunctionTemplate {
|
|
1236
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1237
|
+
nfviType: "AzureCore";
|
|
1238
|
+
/** Network function applications. */
|
|
1239
|
+
networkFunctionApplications?: AzureCoreNetworkFunctionApplicationUnion[];
|
|
1240
|
+
}
|
|
1241
|
+
/** Azure Operator Distributed Services network function template. */
|
|
1242
|
+
export interface AzureOperatorNexusNetworkFunctionTemplate extends VirtualNetworkFunctionTemplate {
|
|
1243
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1244
|
+
nfviType: "AzureOperatorNexus";
|
|
1245
|
+
/** Network function applications. */
|
|
1246
|
+
networkFunctionApplications?: AzureOperatorNexusNetworkFunctionApplicationUnion[];
|
|
1247
|
+
}
|
|
1248
|
+
/** Configuration group schema resource. */
|
|
1249
|
+
export interface ConfigurationGroupSchema extends TrackedResource {
|
|
1250
|
+
/** Configuration group schema properties. */
|
|
1251
|
+
properties?: ConfigurationGroupSchemaPropertiesFormat;
|
|
1252
|
+
}
|
|
1253
|
+
/** Hybrid configuration group value resource. */
|
|
1254
|
+
export interface ConfigurationGroupValue extends TrackedResource {
|
|
1255
|
+
/** Hybrid configuration group value properties. */
|
|
1256
|
+
properties?: ConfigurationGroupValuePropertiesFormatUnion;
|
|
1257
|
+
}
|
|
1258
|
+
/** Network function resource response. */
|
|
1259
|
+
export interface NetworkFunction extends TrackedResource {
|
|
1260
|
+
/** Network function properties. */
|
|
1261
|
+
properties?: NetworkFunctionPropertiesFormatUnion;
|
|
1262
|
+
/** A unique read-only string that changes whenever the resource is updated. */
|
|
1263
|
+
etag?: string;
|
|
1264
|
+
/** The managed identity of the network function. */
|
|
1265
|
+
identity?: ManagedServiceIdentity;
|
|
1266
|
+
}
|
|
1267
|
+
/** Network function definition group resource. */
|
|
1268
|
+
export interface NetworkFunctionDefinitionGroup extends TrackedResource {
|
|
1269
|
+
/** Network function definition group properties. */
|
|
1270
|
+
properties?: NetworkFunctionDefinitionGroupPropertiesFormat;
|
|
1271
|
+
}
|
|
1272
|
+
/** Network function definition version. */
|
|
1273
|
+
export interface NetworkFunctionDefinitionVersion extends TrackedResource {
|
|
1274
|
+
/** Network function definition version properties. */
|
|
1275
|
+
properties?: NetworkFunctionDefinitionVersionPropertiesFormatUnion;
|
|
1276
|
+
}
|
|
1277
|
+
/** network service design group resource. */
|
|
1278
|
+
export interface NetworkServiceDesignGroup extends TrackedResource {
|
|
1279
|
+
/** network service design group properties. */
|
|
1280
|
+
properties?: NetworkServiceDesignGroupPropertiesFormat;
|
|
1281
|
+
}
|
|
1282
|
+
/** network service design version. */
|
|
1283
|
+
export interface NetworkServiceDesignVersion extends TrackedResource {
|
|
1284
|
+
/** network service design version properties. */
|
|
1285
|
+
properties?: NetworkServiceDesignVersionPropertiesFormat;
|
|
1286
|
+
}
|
|
1287
|
+
/** publisher resource. */
|
|
1288
|
+
export interface Publisher extends TrackedResource {
|
|
1289
|
+
/** Publisher properties. */
|
|
1290
|
+
properties?: PublisherPropertiesFormat;
|
|
1291
|
+
/** The managed identity of the publisher, if configured. */
|
|
1292
|
+
identity?: ManagedServiceIdentity;
|
|
1293
|
+
}
|
|
1294
|
+
/** Artifact store properties. */
|
|
1295
|
+
export interface ArtifactStore extends TrackedResource {
|
|
1296
|
+
/** ArtifactStores properties. */
|
|
1297
|
+
properties?: ArtifactStorePropertiesFormat;
|
|
1298
|
+
}
|
|
1299
|
+
/** Artifact manifest properties. */
|
|
1300
|
+
export interface ArtifactManifest extends TrackedResource {
|
|
1301
|
+
/** Artifact manifest properties. */
|
|
1302
|
+
properties?: ArtifactManifestPropertiesFormat;
|
|
1303
|
+
}
|
|
1304
|
+
/** Site resource. */
|
|
1305
|
+
export interface Site extends TrackedResource {
|
|
1306
|
+
/** Site properties. */
|
|
1307
|
+
properties?: SitePropertiesFormat;
|
|
1308
|
+
}
|
|
1309
|
+
/** Site network service resource. */
|
|
1310
|
+
export interface SiteNetworkService extends TrackedResource {
|
|
1311
|
+
/** Site network service properties. */
|
|
1312
|
+
properties?: SiteNetworkServicePropertiesFormat;
|
|
1313
|
+
/** The managed identity of the Site network service, if configured. */
|
|
1314
|
+
identity?: ManagedServiceIdentity;
|
|
1315
|
+
/** Sku of the site network service. */
|
|
1316
|
+
sku?: Sku;
|
|
1317
|
+
}
|
|
1318
|
+
/** The component sub resource. */
|
|
1319
|
+
export interface Component extends ProxyResource {
|
|
1320
|
+
/** The component properties. */
|
|
1321
|
+
properties?: ComponentProperties;
|
|
1322
|
+
}
|
|
1323
|
+
/** The proxy artifact overview. */
|
|
1324
|
+
export interface ProxyArtifactListOverview extends ProxyResource {
|
|
1325
|
+
}
|
|
1326
|
+
/** The proxy artifact overview. */
|
|
1327
|
+
export interface ProxyArtifactVersionsListOverview extends ProxyResource {
|
|
1328
|
+
/**
|
|
1329
|
+
* Proxy Artifact overview properties.
|
|
1330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1331
|
+
*/
|
|
1332
|
+
readonly properties?: ProxyArtifactOverviewPropertiesValue;
|
|
1333
|
+
}
|
|
1334
|
+
/** The proxy artifact overview. */
|
|
1335
|
+
export interface ProxyArtifactOverview extends ProxyResource {
|
|
1336
|
+
/**
|
|
1337
|
+
* Proxy Artifact properties overview.
|
|
1338
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1339
|
+
*/
|
|
1340
|
+
readonly properties?: ProxyArtifactOverviewPropertiesFormat;
|
|
1341
|
+
}
|
|
1342
|
+
/** Azure arc kubernetes helm application configurations. */
|
|
1343
|
+
export interface AzureArcKubernetesHelmApplication extends AzureArcKubernetesNetworkFunctionApplication {
|
|
1344
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1345
|
+
artifactType: "HelmPackage";
|
|
1346
|
+
/** Azure arc kubernetes artifact profile. */
|
|
1347
|
+
artifactProfile?: AzureArcKubernetesArtifactProfile;
|
|
1348
|
+
/** Deploy mapping rule profile. */
|
|
1349
|
+
deployParametersMappingRuleProfile?: AzureArcKubernetesDeployMappingRuleProfile;
|
|
1350
|
+
}
|
|
1351
|
+
/** Azure core network function vhd application definition. */
|
|
1352
|
+
export interface AzureCoreNetworkFunctionVhdApplication extends AzureCoreNetworkFunctionApplication {
|
|
1353
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1354
|
+
artifactType: "VhdImageFile";
|
|
1355
|
+
/** Azure vhd image artifact profile. */
|
|
1356
|
+
artifactProfile?: AzureCoreVhdImageArtifactProfile;
|
|
1357
|
+
/** Deploy mapping rule profile. */
|
|
1358
|
+
deployParametersMappingRuleProfile?: AzureCoreVhdImageDeployMappingRuleProfile;
|
|
1359
|
+
}
|
|
1360
|
+
/** Azure core network function Template application definition. */
|
|
1361
|
+
export interface AzureCoreNetworkFunctionArmTemplateApplication extends AzureCoreNetworkFunctionApplication {
|
|
1362
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1363
|
+
artifactType: "ArmTemplate";
|
|
1364
|
+
/** Azure template artifact profile. */
|
|
1365
|
+
artifactProfile?: AzureCoreArmTemplateArtifactProfile;
|
|
1366
|
+
/** Deploy mapping rule profile. */
|
|
1367
|
+
deployParametersMappingRuleProfile?: AzureCoreArmTemplateDeployMappingRuleProfile;
|
|
1368
|
+
}
|
|
1369
|
+
/** Azure Operator Distributed Services network function image application definition. */
|
|
1370
|
+
export interface AzureOperatorNexusNetworkFunctionImageApplication extends AzureOperatorNexusNetworkFunctionApplication {
|
|
1371
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1372
|
+
artifactType: "ImageFile";
|
|
1373
|
+
/** Azure Operator Distributed Services image artifact profile. */
|
|
1374
|
+
artifactProfile?: AzureOperatorNexusImageArtifactProfile;
|
|
1375
|
+
/** Deploy mapping rule profile. */
|
|
1376
|
+
deployParametersMappingRuleProfile?: AzureOperatorNexusImageDeployMappingRuleProfile;
|
|
1377
|
+
}
|
|
1378
|
+
/** Azure Operator Distributed Services network function Template application definition. */
|
|
1379
|
+
export interface AzureOperatorNexusNetworkFunctionArmTemplateApplication extends AzureOperatorNexusNetworkFunctionApplication {
|
|
1380
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1381
|
+
artifactType: "ArmTemplate";
|
|
1382
|
+
/** Azure Operator Distributed Services Template artifact profile. */
|
|
1383
|
+
artifactProfile?: AzureOperatorNexusArmTemplateArtifactProfile;
|
|
1384
|
+
/** Deploy mapping rule profile. */
|
|
1385
|
+
deployParametersMappingRuleProfile?: AzureOperatorNexusArmTemplateDeployMappingRuleProfile;
|
|
1386
|
+
}
|
|
1387
|
+
/** Defines headers for ConfigurationGroupSchemas_delete operation. */
|
|
1388
|
+
export interface ConfigurationGroupSchemasDeleteHeaders {
|
|
1389
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1390
|
+
location?: string;
|
|
1391
|
+
}
|
|
1392
|
+
/** Defines headers for ConfigurationGroupSchemas_updateState operation. */
|
|
1393
|
+
export interface ConfigurationGroupSchemasUpdateStateHeaders {
|
|
1394
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1395
|
+
location?: string;
|
|
1396
|
+
}
|
|
1397
|
+
/** Defines headers for ConfigurationGroupValues_delete operation. */
|
|
1398
|
+
export interface ConfigurationGroupValuesDeleteHeaders {
|
|
1399
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1400
|
+
location?: string;
|
|
1401
|
+
}
|
|
1402
|
+
/** Defines headers for NetworkFunctions_delete operation. */
|
|
1403
|
+
export interface NetworkFunctionsDeleteHeaders {
|
|
1404
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1405
|
+
location?: string;
|
|
1406
|
+
}
|
|
1407
|
+
/** Defines headers for NetworkFunctions_executeRequest operation. */
|
|
1408
|
+
export interface NetworkFunctionsExecuteRequestHeaders {
|
|
1409
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1410
|
+
location?: string;
|
|
1411
|
+
}
|
|
1412
|
+
/** Defines headers for NetworkFunctionDefinitionGroups_delete operation. */
|
|
1413
|
+
export interface NetworkFunctionDefinitionGroupsDeleteHeaders {
|
|
1414
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1415
|
+
location?: string;
|
|
1416
|
+
}
|
|
1417
|
+
/** Defines headers for NetworkFunctionDefinitionVersions_delete operation. */
|
|
1418
|
+
export interface NetworkFunctionDefinitionVersionsDeleteHeaders {
|
|
1419
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1420
|
+
location?: string;
|
|
1421
|
+
}
|
|
1422
|
+
/** Defines headers for NetworkFunctionDefinitionVersions_updateState operation. */
|
|
1423
|
+
export interface NetworkFunctionDefinitionVersionsUpdateStateHeaders {
|
|
1424
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1425
|
+
location?: string;
|
|
1426
|
+
}
|
|
1427
|
+
/** Defines headers for NetworkServiceDesignGroups_delete operation. */
|
|
1428
|
+
export interface NetworkServiceDesignGroupsDeleteHeaders {
|
|
1429
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1430
|
+
location?: string;
|
|
1431
|
+
}
|
|
1432
|
+
/** Defines headers for NetworkServiceDesignVersions_delete operation. */
|
|
1433
|
+
export interface NetworkServiceDesignVersionsDeleteHeaders {
|
|
1434
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1435
|
+
location?: string;
|
|
1436
|
+
}
|
|
1437
|
+
/** Defines headers for NetworkServiceDesignVersions_updateState operation. */
|
|
1438
|
+
export interface NetworkServiceDesignVersionsUpdateStateHeaders {
|
|
1439
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1440
|
+
location?: string;
|
|
1441
|
+
}
|
|
1442
|
+
/** Defines headers for Publishers_delete operation. */
|
|
1443
|
+
export interface PublishersDeleteHeaders {
|
|
1444
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1445
|
+
location?: string;
|
|
1446
|
+
}
|
|
1447
|
+
/** Defines headers for ArtifactStores_delete operation. */
|
|
1448
|
+
export interface ArtifactStoresDeleteHeaders {
|
|
1449
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1450
|
+
location?: string;
|
|
1451
|
+
}
|
|
1452
|
+
/** Defines headers for ArtifactManifests_delete operation. */
|
|
1453
|
+
export interface ArtifactManifestsDeleteHeaders {
|
|
1454
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1455
|
+
location?: string;
|
|
1456
|
+
}
|
|
1457
|
+
/** Defines headers for ArtifactManifests_updateState operation. */
|
|
1458
|
+
export interface ArtifactManifestsUpdateStateHeaders {
|
|
1459
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1460
|
+
location?: string;
|
|
1461
|
+
}
|
|
1462
|
+
/** Defines headers for ProxyArtifact_updateState operation. */
|
|
1463
|
+
export interface ProxyArtifactUpdateStateHeaders {
|
|
1464
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1465
|
+
location?: string;
|
|
1466
|
+
}
|
|
1467
|
+
/** Defines headers for Sites_delete operation. */
|
|
1468
|
+
export interface SitesDeleteHeaders {
|
|
1469
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1470
|
+
location?: string;
|
|
1471
|
+
}
|
|
1472
|
+
/** Defines headers for SiteNetworkServices_delete operation. */
|
|
1473
|
+
export interface SiteNetworkServicesDeleteHeaders {
|
|
1474
|
+
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1475
|
+
location?: string;
|
|
1476
|
+
}
|
|
1477
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1478
|
+
export declare enum KnownProvisioningState {
|
|
1479
|
+
/** Unknown */
|
|
1480
|
+
Unknown = "Unknown",
|
|
1481
|
+
/** Succeeded */
|
|
1482
|
+
Succeeded = "Succeeded",
|
|
1483
|
+
/** Accepted */
|
|
1484
|
+
Accepted = "Accepted",
|
|
1485
|
+
/** Deleting */
|
|
1486
|
+
Deleting = "Deleting",
|
|
1487
|
+
/** Failed */
|
|
1488
|
+
Failed = "Failed",
|
|
1489
|
+
/** Canceled */
|
|
1490
|
+
Canceled = "Canceled",
|
|
1491
|
+
/** Deleted */
|
|
1492
|
+
Deleted = "Deleted",
|
|
1493
|
+
/** Converging */
|
|
1494
|
+
Converging = "Converging"
|
|
1495
|
+
}
|
|
1496
|
+
/**
|
|
1497
|
+
* Defines values for ProvisioningState. \
|
|
1498
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1499
|
+
* this enum contains the known values that the service supports.
|
|
1500
|
+
* ### Known values supported by the service
|
|
1501
|
+
* **Unknown** \
|
|
1502
|
+
* **Succeeded** \
|
|
1503
|
+
* **Accepted** \
|
|
1504
|
+
* **Deleting** \
|
|
1505
|
+
* **Failed** \
|
|
1506
|
+
* **Canceled** \
|
|
1507
|
+
* **Deleted** \
|
|
1508
|
+
* **Converging**
|
|
1509
|
+
*/
|
|
1510
|
+
export type ProvisioningState = string;
|
|
1511
|
+
/** Known values of {@link VersionState} that the service accepts. */
|
|
1512
|
+
export declare enum KnownVersionState {
|
|
1513
|
+
/** Unknown */
|
|
1514
|
+
Unknown = "Unknown",
|
|
1515
|
+
/** Preview */
|
|
1516
|
+
Preview = "Preview",
|
|
1517
|
+
/** Active */
|
|
1518
|
+
Active = "Active",
|
|
1519
|
+
/** Deprecated */
|
|
1520
|
+
Deprecated = "Deprecated",
|
|
1521
|
+
/** Validating */
|
|
1522
|
+
Validating = "Validating",
|
|
1523
|
+
/** ValidationFailed */
|
|
1524
|
+
ValidationFailed = "ValidationFailed"
|
|
1525
|
+
}
|
|
1526
|
+
/**
|
|
1527
|
+
* Defines values for VersionState. \
|
|
1528
|
+
* {@link KnownVersionState} can be used interchangeably with VersionState,
|
|
1529
|
+
* this enum contains the known values that the service supports.
|
|
1530
|
+
* ### Known values supported by the service
|
|
1531
|
+
* **Unknown** \
|
|
1532
|
+
* **Preview** \
|
|
1533
|
+
* **Active** \
|
|
1534
|
+
* **Deprecated** \
|
|
1535
|
+
* **Validating** \
|
|
1536
|
+
* **ValidationFailed**
|
|
1537
|
+
*/
|
|
1538
|
+
export type VersionState = string;
|
|
1539
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1540
|
+
export declare enum KnownCreatedByType {
|
|
1541
|
+
/** User */
|
|
1542
|
+
User = "User",
|
|
1543
|
+
/** Application */
|
|
1544
|
+
Application = "Application",
|
|
1545
|
+
/** ManagedIdentity */
|
|
1546
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1547
|
+
/** Key */
|
|
1548
|
+
Key = "Key"
|
|
1549
|
+
}
|
|
1550
|
+
/**
|
|
1551
|
+
* Defines values for CreatedByType. \
|
|
1552
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1553
|
+
* this enum contains the known values that the service supports.
|
|
1554
|
+
* ### Known values supported by the service
|
|
1555
|
+
* **User** \
|
|
1556
|
+
* **Application** \
|
|
1557
|
+
* **ManagedIdentity** \
|
|
1558
|
+
* **Key**
|
|
1559
|
+
*/
|
|
1560
|
+
export type CreatedByType = string;
|
|
1561
|
+
/** Known values of {@link PublisherScope} that the service accepts. */
|
|
1562
|
+
export declare enum KnownPublisherScope {
|
|
1563
|
+
/** Unknown */
|
|
1564
|
+
Unknown = "Unknown",
|
|
1565
|
+
/** Private */
|
|
1566
|
+
Private = "Private"
|
|
1567
|
+
}
|
|
1568
|
+
/**
|
|
1569
|
+
* Defines values for PublisherScope. \
|
|
1570
|
+
* {@link KnownPublisherScope} can be used interchangeably with PublisherScope,
|
|
1571
|
+
* this enum contains the known values that the service supports.
|
|
1572
|
+
* ### Known values supported by the service
|
|
1573
|
+
* **Unknown** \
|
|
1574
|
+
* **Private**
|
|
1575
|
+
*/
|
|
1576
|
+
export type PublisherScope = string;
|
|
1577
|
+
/** Known values of {@link IdType} that the service accepts. */
|
|
1578
|
+
export declare enum KnownIdType {
|
|
1579
|
+
/** Unknown */
|
|
1580
|
+
Unknown = "Unknown",
|
|
1581
|
+
/** Open */
|
|
1582
|
+
Open = "Open",
|
|
1583
|
+
/** Secret */
|
|
1584
|
+
Secret = "Secret"
|
|
1585
|
+
}
|
|
1586
|
+
/**
|
|
1587
|
+
* Defines values for IdType. \
|
|
1588
|
+
* {@link KnownIdType} can be used interchangeably with IdType,
|
|
1589
|
+
* this enum contains the known values that the service supports.
|
|
1590
|
+
* ### Known values supported by the service
|
|
1591
|
+
* **Unknown** \
|
|
1592
|
+
* **Open** \
|
|
1593
|
+
* **Secret**
|
|
1594
|
+
*/
|
|
1595
|
+
export type IdType = string;
|
|
1596
|
+
/** Known values of {@link ConfigurationGroupValueConfigurationType} that the service accepts. */
|
|
1597
|
+
export declare enum KnownConfigurationGroupValueConfigurationType {
|
|
1598
|
+
/** Unknown */
|
|
1599
|
+
Unknown = "Unknown",
|
|
1600
|
+
/** Secret */
|
|
1601
|
+
Secret = "Secret",
|
|
1602
|
+
/** Open */
|
|
1603
|
+
Open = "Open"
|
|
1604
|
+
}
|
|
1605
|
+
/**
|
|
1606
|
+
* Defines values for ConfigurationGroupValueConfigurationType. \
|
|
1607
|
+
* {@link KnownConfigurationGroupValueConfigurationType} can be used interchangeably with ConfigurationGroupValueConfigurationType,
|
|
1608
|
+
* this enum contains the known values that the service supports.
|
|
1609
|
+
* ### Known values supported by the service
|
|
1610
|
+
* **Unknown** \
|
|
1611
|
+
* **Secret** \
|
|
1612
|
+
* **Open**
|
|
1613
|
+
*/
|
|
1614
|
+
export type ConfigurationGroupValueConfigurationType = string;
|
|
1615
|
+
/** Known values of {@link NfviType} that the service accepts. */
|
|
1616
|
+
export declare enum KnownNfviType {
|
|
1617
|
+
/** Unknown */
|
|
1618
|
+
Unknown = "Unknown",
|
|
1619
|
+
/** AzureArcKubernetes */
|
|
1620
|
+
AzureArcKubernetes = "AzureArcKubernetes",
|
|
1621
|
+
/** AzureCore */
|
|
1622
|
+
AzureCore = "AzureCore",
|
|
1623
|
+
/** AzureOperatorNexus */
|
|
1624
|
+
AzureOperatorNexus = "AzureOperatorNexus"
|
|
1625
|
+
}
|
|
1626
|
+
/**
|
|
1627
|
+
* Defines values for NfviType. \
|
|
1628
|
+
* {@link KnownNfviType} can be used interchangeably with NfviType,
|
|
1629
|
+
* this enum contains the known values that the service supports.
|
|
1630
|
+
* ### Known values supported by the service
|
|
1631
|
+
* **Unknown** \
|
|
1632
|
+
* **AzureArcKubernetes** \
|
|
1633
|
+
* **AzureCore** \
|
|
1634
|
+
* **AzureOperatorNexus**
|
|
1635
|
+
*/
|
|
1636
|
+
export type NfviType = string;
|
|
1637
|
+
/** Known values of {@link NetworkFunctionConfigurationType} that the service accepts. */
|
|
1638
|
+
export declare enum KnownNetworkFunctionConfigurationType {
|
|
1639
|
+
/** Unknown */
|
|
1640
|
+
Unknown = "Unknown",
|
|
1641
|
+
/** Secret */
|
|
1642
|
+
Secret = "Secret",
|
|
1643
|
+
/** Open */
|
|
1644
|
+
Open = "Open"
|
|
1645
|
+
}
|
|
1646
|
+
/**
|
|
1647
|
+
* Defines values for NetworkFunctionConfigurationType. \
|
|
1648
|
+
* {@link KnownNetworkFunctionConfigurationType} can be used interchangeably with NetworkFunctionConfigurationType,
|
|
1649
|
+
* this enum contains the known values that the service supports.
|
|
1650
|
+
* ### Known values supported by the service
|
|
1651
|
+
* **Unknown** \
|
|
1652
|
+
* **Secret** \
|
|
1653
|
+
* **Open**
|
|
1654
|
+
*/
|
|
1655
|
+
export type NetworkFunctionConfigurationType = string;
|
|
1656
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1657
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
1658
|
+
/** None */
|
|
1659
|
+
None = "None",
|
|
1660
|
+
/** SystemAssigned */
|
|
1661
|
+
SystemAssigned = "SystemAssigned",
|
|
1662
|
+
/** UserAssigned */
|
|
1663
|
+
UserAssigned = "UserAssigned",
|
|
1664
|
+
/** SystemAssignedUserAssigned */
|
|
1665
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1666
|
+
}
|
|
1667
|
+
/**
|
|
1668
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
1669
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1670
|
+
* this enum contains the known values that the service supports.
|
|
1671
|
+
* ### Known values supported by the service
|
|
1672
|
+
* **None** \
|
|
1673
|
+
* **SystemAssigned** \
|
|
1674
|
+
* **UserAssigned** \
|
|
1675
|
+
* **SystemAssigned,UserAssigned**
|
|
1676
|
+
*/
|
|
1677
|
+
export type ManagedServiceIdentityType = string;
|
|
1678
|
+
/** Known values of {@link HttpMethod} that the service accepts. */
|
|
1679
|
+
export declare enum KnownHttpMethod {
|
|
1680
|
+
/** Unknown */
|
|
1681
|
+
Unknown = "Unknown",
|
|
1682
|
+
/** Post */
|
|
1683
|
+
Post = "Post",
|
|
1684
|
+
/** Put */
|
|
1685
|
+
Put = "Put",
|
|
1686
|
+
/** Get */
|
|
1687
|
+
Get = "Get",
|
|
1688
|
+
/** Patch */
|
|
1689
|
+
Patch = "Patch",
|
|
1690
|
+
/** Delete */
|
|
1691
|
+
Delete = "Delete"
|
|
1692
|
+
}
|
|
1693
|
+
/**
|
|
1694
|
+
* Defines values for HttpMethod. \
|
|
1695
|
+
* {@link KnownHttpMethod} can be used interchangeably with HttpMethod,
|
|
1696
|
+
* this enum contains the known values that the service supports.
|
|
1697
|
+
* ### Known values supported by the service
|
|
1698
|
+
* **Unknown** \
|
|
1699
|
+
* **Post** \
|
|
1700
|
+
* **Put** \
|
|
1701
|
+
* **Get** \
|
|
1702
|
+
* **Patch** \
|
|
1703
|
+
* **Delete**
|
|
1704
|
+
*/
|
|
1705
|
+
export type HttpMethod = string;
|
|
1706
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
1707
|
+
export declare enum KnownStatus {
|
|
1708
|
+
/** Unknown */
|
|
1709
|
+
Unknown = "Unknown",
|
|
1710
|
+
/** Deployed */
|
|
1711
|
+
Deployed = "Deployed",
|
|
1712
|
+
/** Uninstalled */
|
|
1713
|
+
Uninstalled = "Uninstalled",
|
|
1714
|
+
/** Superseded */
|
|
1715
|
+
Superseded = "Superseded",
|
|
1716
|
+
/** Failed */
|
|
1717
|
+
Failed = "Failed",
|
|
1718
|
+
/** Uninstalling */
|
|
1719
|
+
Uninstalling = "Uninstalling",
|
|
1720
|
+
/** PendingInstall */
|
|
1721
|
+
PendingInstall = "Pending-Install",
|
|
1722
|
+
/** PendingUpgrade */
|
|
1723
|
+
PendingUpgrade = "Pending-Upgrade",
|
|
1724
|
+
/** PendingRollback */
|
|
1725
|
+
PendingRollback = "Pending-Rollback",
|
|
1726
|
+
/** Downloading */
|
|
1727
|
+
Downloading = "Downloading",
|
|
1728
|
+
/** Installing */
|
|
1729
|
+
Installing = "Installing",
|
|
1730
|
+
/** Reinstalling */
|
|
1731
|
+
Reinstalling = "Reinstalling",
|
|
1732
|
+
/** Rollingback */
|
|
1733
|
+
Rollingback = "Rollingback",
|
|
1734
|
+
/** Upgrading */
|
|
1735
|
+
Upgrading = "Upgrading"
|
|
1736
|
+
}
|
|
1737
|
+
/**
|
|
1738
|
+
* Defines values for Status. \
|
|
1739
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
1740
|
+
* this enum contains the known values that the service supports.
|
|
1741
|
+
* ### Known values supported by the service
|
|
1742
|
+
* **Unknown** \
|
|
1743
|
+
* **Deployed** \
|
|
1744
|
+
* **Uninstalled** \
|
|
1745
|
+
* **Superseded** \
|
|
1746
|
+
* **Failed** \
|
|
1747
|
+
* **Uninstalling** \
|
|
1748
|
+
* **Pending-Install** \
|
|
1749
|
+
* **Pending-Upgrade** \
|
|
1750
|
+
* **Pending-Rollback** \
|
|
1751
|
+
* **Downloading** \
|
|
1752
|
+
* **Installing** \
|
|
1753
|
+
* **Reinstalling** \
|
|
1754
|
+
* **Rollingback** \
|
|
1755
|
+
* **Upgrading**
|
|
1756
|
+
*/
|
|
1757
|
+
export type Status = string;
|
|
1758
|
+
/** Known values of {@link PodStatus} that the service accepts. */
|
|
1759
|
+
export declare enum KnownPodStatus {
|
|
1760
|
+
/** Unknown */
|
|
1761
|
+
Unknown = "Unknown",
|
|
1762
|
+
/** Succeeded */
|
|
1763
|
+
Succeeded = "Succeeded",
|
|
1764
|
+
/** Failed */
|
|
1765
|
+
Failed = "Failed",
|
|
1766
|
+
/** Running */
|
|
1767
|
+
Running = "Running",
|
|
1768
|
+
/** Pending */
|
|
1769
|
+
Pending = "Pending",
|
|
1770
|
+
/** Terminating */
|
|
1771
|
+
Terminating = "Terminating",
|
|
1772
|
+
/** NotReady */
|
|
1773
|
+
NotReady = "NotReady"
|
|
1774
|
+
}
|
|
1775
|
+
/**
|
|
1776
|
+
* Defines values for PodStatus. \
|
|
1777
|
+
* {@link KnownPodStatus} can be used interchangeably with PodStatus,
|
|
1778
|
+
* this enum contains the known values that the service supports.
|
|
1779
|
+
* ### Known values supported by the service
|
|
1780
|
+
* **Unknown** \
|
|
1781
|
+
* **Succeeded** \
|
|
1782
|
+
* **Failed** \
|
|
1783
|
+
* **Running** \
|
|
1784
|
+
* **Pending** \
|
|
1785
|
+
* **Terminating** \
|
|
1786
|
+
* **NotReady**
|
|
1787
|
+
*/
|
|
1788
|
+
export type PodStatus = string;
|
|
1789
|
+
/** Known values of {@link PodEventType} that the service accepts. */
|
|
1790
|
+
export declare enum KnownPodEventType {
|
|
1791
|
+
/** Normal */
|
|
1792
|
+
Normal = "Normal",
|
|
1793
|
+
/** Warning */
|
|
1794
|
+
Warning = "Warning"
|
|
1795
|
+
}
|
|
1796
|
+
/**
|
|
1797
|
+
* Defines values for PodEventType. \
|
|
1798
|
+
* {@link KnownPodEventType} can be used interchangeably with PodEventType,
|
|
1799
|
+
* this enum contains the known values that the service supports.
|
|
1800
|
+
* ### Known values supported by the service
|
|
1801
|
+
* **Normal** \
|
|
1802
|
+
* **Warning**
|
|
1803
|
+
*/
|
|
1804
|
+
export type PodEventType = string;
|
|
1805
|
+
/** Known values of {@link NetworkFunctionType} that the service accepts. */
|
|
1806
|
+
export declare enum KnownNetworkFunctionType {
|
|
1807
|
+
/** Unknown */
|
|
1808
|
+
Unknown = "Unknown",
|
|
1809
|
+
/** VirtualNetworkFunction */
|
|
1810
|
+
VirtualNetworkFunction = "VirtualNetworkFunction",
|
|
1811
|
+
/** ContainerizedNetworkFunction */
|
|
1812
|
+
ContainerizedNetworkFunction = "ContainerizedNetworkFunction"
|
|
1813
|
+
}
|
|
1814
|
+
/**
|
|
1815
|
+
* Defines values for NetworkFunctionType. \
|
|
1816
|
+
* {@link KnownNetworkFunctionType} can be used interchangeably with NetworkFunctionType,
|
|
1817
|
+
* this enum contains the known values that the service supports.
|
|
1818
|
+
* ### Known values supported by the service
|
|
1819
|
+
* **Unknown** \
|
|
1820
|
+
* **VirtualNetworkFunction** \
|
|
1821
|
+
* **ContainerizedNetworkFunction**
|
|
1822
|
+
*/
|
|
1823
|
+
export type NetworkFunctionType = string;
|
|
1824
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
1825
|
+
export declare enum KnownType {
|
|
1826
|
+
/** Unknown */
|
|
1827
|
+
Unknown = "Unknown",
|
|
1828
|
+
/** ArmResourceDefinition */
|
|
1829
|
+
ArmResourceDefinition = "ArmResourceDefinition",
|
|
1830
|
+
/** NetworkFunctionDefinition */
|
|
1831
|
+
NetworkFunctionDefinition = "NetworkFunctionDefinition"
|
|
1832
|
+
}
|
|
1833
|
+
/**
|
|
1834
|
+
* Defines values for Type. \
|
|
1835
|
+
* {@link KnownType} can be used interchangeably with Type,
|
|
1836
|
+
* this enum contains the known values that the service supports.
|
|
1837
|
+
* ### Known values supported by the service
|
|
1838
|
+
* **Unknown** \
|
|
1839
|
+
* **ArmResourceDefinition** \
|
|
1840
|
+
* **NetworkFunctionDefinition**
|
|
1841
|
+
*/
|
|
1842
|
+
export type Type = string;
|
|
1843
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
1844
|
+
export declare enum KnownOrigin {
|
|
1845
|
+
/** User */
|
|
1846
|
+
User = "user",
|
|
1847
|
+
/** System */
|
|
1848
|
+
System = "system",
|
|
1849
|
+
/** UserSystem */
|
|
1850
|
+
UserSystem = "user,system"
|
|
1851
|
+
}
|
|
1852
|
+
/**
|
|
1853
|
+
* Defines values for Origin. \
|
|
1854
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
1855
|
+
* this enum contains the known values that the service supports.
|
|
1856
|
+
* ### Known values supported by the service
|
|
1857
|
+
* **user** \
|
|
1858
|
+
* **system** \
|
|
1859
|
+
* **user,system**
|
|
1860
|
+
*/
|
|
1861
|
+
export type Origin = string;
|
|
1862
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
1863
|
+
export declare enum KnownActionType {
|
|
1864
|
+
/** Internal */
|
|
1865
|
+
Internal = "Internal"
|
|
1866
|
+
}
|
|
1867
|
+
/**
|
|
1868
|
+
* Defines values for ActionType. \
|
|
1869
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
1870
|
+
* this enum contains the known values that the service supports.
|
|
1871
|
+
* ### Known values supported by the service
|
|
1872
|
+
* **Internal**
|
|
1873
|
+
*/
|
|
1874
|
+
export type ActionType = string;
|
|
1875
|
+
/** Known values of {@link ArtifactStoreType} that the service accepts. */
|
|
1876
|
+
export declare enum KnownArtifactStoreType {
|
|
1877
|
+
/** Unknown */
|
|
1878
|
+
Unknown = "Unknown",
|
|
1879
|
+
/** AzureContainerRegistry */
|
|
1880
|
+
AzureContainerRegistry = "AzureContainerRegistry",
|
|
1881
|
+
/** AzureStorageAccount */
|
|
1882
|
+
AzureStorageAccount = "AzureStorageAccount"
|
|
1883
|
+
}
|
|
1884
|
+
/**
|
|
1885
|
+
* Defines values for ArtifactStoreType. \
|
|
1886
|
+
* {@link KnownArtifactStoreType} can be used interchangeably with ArtifactStoreType,
|
|
1887
|
+
* this enum contains the known values that the service supports.
|
|
1888
|
+
* ### Known values supported by the service
|
|
1889
|
+
* **Unknown** \
|
|
1890
|
+
* **AzureContainerRegistry** \
|
|
1891
|
+
* **AzureStorageAccount**
|
|
1892
|
+
*/
|
|
1893
|
+
export type ArtifactStoreType = string;
|
|
1894
|
+
/** Known values of {@link ArtifactReplicationStrategy} that the service accepts. */
|
|
1895
|
+
export declare enum KnownArtifactReplicationStrategy {
|
|
1896
|
+
/** Unknown */
|
|
1897
|
+
Unknown = "Unknown",
|
|
1898
|
+
/** SingleReplication */
|
|
1899
|
+
SingleReplication = "SingleReplication"
|
|
1900
|
+
}
|
|
1901
|
+
/**
|
|
1902
|
+
* Defines values for ArtifactReplicationStrategy. \
|
|
1903
|
+
* {@link KnownArtifactReplicationStrategy} can be used interchangeably with ArtifactReplicationStrategy,
|
|
1904
|
+
* this enum contains the known values that the service supports.
|
|
1905
|
+
* ### Known values supported by the service
|
|
1906
|
+
* **Unknown** \
|
|
1907
|
+
* **SingleReplication**
|
|
1908
|
+
*/
|
|
1909
|
+
export type ArtifactReplicationStrategy = string;
|
|
1910
|
+
/** Known values of {@link ArtifactManifestState} that the service accepts. */
|
|
1911
|
+
export declare enum KnownArtifactManifestState {
|
|
1912
|
+
/** Unknown */
|
|
1913
|
+
Unknown = "Unknown",
|
|
1914
|
+
/** Uploading */
|
|
1915
|
+
Uploading = "Uploading",
|
|
1916
|
+
/** Uploaded */
|
|
1917
|
+
Uploaded = "Uploaded",
|
|
1918
|
+
/** Validating */
|
|
1919
|
+
Validating = "Validating",
|
|
1920
|
+
/** ValidationFailed */
|
|
1921
|
+
ValidationFailed = "ValidationFailed",
|
|
1922
|
+
/** Succeeded */
|
|
1923
|
+
Succeeded = "Succeeded"
|
|
1924
|
+
}
|
|
1925
|
+
/**
|
|
1926
|
+
* Defines values for ArtifactManifestState. \
|
|
1927
|
+
* {@link KnownArtifactManifestState} can be used interchangeably with ArtifactManifestState,
|
|
1928
|
+
* this enum contains the known values that the service supports.
|
|
1929
|
+
* ### Known values supported by the service
|
|
1930
|
+
* **Unknown** \
|
|
1931
|
+
* **Uploading** \
|
|
1932
|
+
* **Uploaded** \
|
|
1933
|
+
* **Validating** \
|
|
1934
|
+
* **ValidationFailed** \
|
|
1935
|
+
* **Succeeded**
|
|
1936
|
+
*/
|
|
1937
|
+
export type ArtifactManifestState = string;
|
|
1938
|
+
/** Known values of {@link ArtifactType} that the service accepts. */
|
|
1939
|
+
export declare enum KnownArtifactType {
|
|
1940
|
+
/** Unknown */
|
|
1941
|
+
Unknown = "Unknown",
|
|
1942
|
+
/** OCIArtifact */
|
|
1943
|
+
OCIArtifact = "OCIArtifact",
|
|
1944
|
+
/** VhdImageFile */
|
|
1945
|
+
VhdImageFile = "VhdImageFile",
|
|
1946
|
+
/** ArmTemplate */
|
|
1947
|
+
ArmTemplate = "ArmTemplate",
|
|
1948
|
+
/** ImageFile */
|
|
1949
|
+
ImageFile = "ImageFile"
|
|
1950
|
+
}
|
|
1951
|
+
/**
|
|
1952
|
+
* Defines values for ArtifactType. \
|
|
1953
|
+
* {@link KnownArtifactType} can be used interchangeably with ArtifactType,
|
|
1954
|
+
* this enum contains the known values that the service supports.
|
|
1955
|
+
* ### Known values supported by the service
|
|
1956
|
+
* **Unknown** \
|
|
1957
|
+
* **OCIArtifact** \
|
|
1958
|
+
* **VhdImageFile** \
|
|
1959
|
+
* **ArmTemplate** \
|
|
1960
|
+
* **ImageFile**
|
|
1961
|
+
*/
|
|
1962
|
+
export type ArtifactType = string;
|
|
1963
|
+
/** Known values of {@link CredentialType} that the service accepts. */
|
|
1964
|
+
export declare enum KnownCredentialType {
|
|
1965
|
+
/** Unknown */
|
|
1966
|
+
Unknown = "Unknown",
|
|
1967
|
+
/** AzureContainerRegistryScopedToken */
|
|
1968
|
+
AzureContainerRegistryScopedToken = "AzureContainerRegistryScopedToken",
|
|
1969
|
+
/** AzureStorageAccountToken */
|
|
1970
|
+
AzureStorageAccountToken = "AzureStorageAccountToken"
|
|
1971
|
+
}
|
|
1972
|
+
/**
|
|
1973
|
+
* Defines values for CredentialType. \
|
|
1974
|
+
* {@link KnownCredentialType} can be used interchangeably with CredentialType,
|
|
1975
|
+
* this enum contains the known values that the service supports.
|
|
1976
|
+
* ### Known values supported by the service
|
|
1977
|
+
* **Unknown** \
|
|
1978
|
+
* **AzureContainerRegistryScopedToken** \
|
|
1979
|
+
* **AzureStorageAccountToken**
|
|
1980
|
+
*/
|
|
1981
|
+
export type CredentialType = string;
|
|
1982
|
+
/** Known values of {@link ArtifactState} that the service accepts. */
|
|
1983
|
+
export declare enum KnownArtifactState {
|
|
1984
|
+
/** Unknown */
|
|
1985
|
+
Unknown = "Unknown",
|
|
1986
|
+
/** Preview */
|
|
1987
|
+
Preview = "Preview",
|
|
1988
|
+
/** Active */
|
|
1989
|
+
Active = "Active",
|
|
1990
|
+
/** Deprecated */
|
|
1991
|
+
Deprecated = "Deprecated"
|
|
1992
|
+
}
|
|
1993
|
+
/**
|
|
1994
|
+
* Defines values for ArtifactState. \
|
|
1995
|
+
* {@link KnownArtifactState} can be used interchangeably with ArtifactState,
|
|
1996
|
+
* this enum contains the known values that the service supports.
|
|
1997
|
+
* ### Known values supported by the service
|
|
1998
|
+
* **Unknown** \
|
|
1999
|
+
* **Preview** \
|
|
2000
|
+
* **Active** \
|
|
2001
|
+
* **Deprecated**
|
|
2002
|
+
*/
|
|
2003
|
+
export type ArtifactState = string;
|
|
2004
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
2005
|
+
export declare enum KnownSkuName {
|
|
2006
|
+
/** Basic */
|
|
2007
|
+
Basic = "Basic",
|
|
2008
|
+
/** Standard */
|
|
2009
|
+
Standard = "Standard"
|
|
2010
|
+
}
|
|
2011
|
+
/**
|
|
2012
|
+
* Defines values for SkuName. \
|
|
2013
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
2014
|
+
* this enum contains the known values that the service supports.
|
|
2015
|
+
* ### Known values supported by the service
|
|
2016
|
+
* **Basic** \
|
|
2017
|
+
* **Standard**
|
|
2018
|
+
*/
|
|
2019
|
+
export type SkuName = string;
|
|
2020
|
+
/** Known values of {@link SkuTier} that the service accepts. */
|
|
2021
|
+
export declare enum KnownSkuTier {
|
|
2022
|
+
/** Basic */
|
|
2023
|
+
Basic = "Basic",
|
|
2024
|
+
/** Standard */
|
|
2025
|
+
Standard = "Standard"
|
|
2026
|
+
}
|
|
2027
|
+
/**
|
|
2028
|
+
* Defines values for SkuTier. \
|
|
2029
|
+
* {@link KnownSkuTier} can be used interchangeably with SkuTier,
|
|
2030
|
+
* this enum contains the known values that the service supports.
|
|
2031
|
+
* ### Known values supported by the service
|
|
2032
|
+
* **Basic** \
|
|
2033
|
+
* **Standard**
|
|
2034
|
+
*/
|
|
2035
|
+
export type SkuTier = string;
|
|
2036
|
+
/** Known values of {@link ApplicationEnablement} that the service accepts. */
|
|
2037
|
+
export declare enum KnownApplicationEnablement {
|
|
2038
|
+
/** Unknown */
|
|
2039
|
+
Unknown = "Unknown",
|
|
2040
|
+
/** Enabled */
|
|
2041
|
+
Enabled = "Enabled",
|
|
2042
|
+
/** Disabled */
|
|
2043
|
+
Disabled = "Disabled"
|
|
2044
|
+
}
|
|
2045
|
+
/**
|
|
2046
|
+
* Defines values for ApplicationEnablement. \
|
|
2047
|
+
* {@link KnownApplicationEnablement} can be used interchangeably with ApplicationEnablement,
|
|
2048
|
+
* this enum contains the known values that the service supports.
|
|
2049
|
+
* ### Known values supported by the service
|
|
2050
|
+
* **Unknown** \
|
|
2051
|
+
* **Enabled** \
|
|
2052
|
+
* **Disabled**
|
|
2053
|
+
*/
|
|
2054
|
+
export type ApplicationEnablement = string;
|
|
2055
|
+
/** Known values of {@link ContainerizedNetworkFunctionNfviType} that the service accepts. */
|
|
2056
|
+
export declare enum KnownContainerizedNetworkFunctionNfviType {
|
|
2057
|
+
/** Unknown */
|
|
2058
|
+
Unknown = "Unknown",
|
|
2059
|
+
/** AzureArcKubernetes */
|
|
2060
|
+
AzureArcKubernetes = "AzureArcKubernetes"
|
|
2061
|
+
}
|
|
2062
|
+
/**
|
|
2063
|
+
* Defines values for ContainerizedNetworkFunctionNfviType. \
|
|
2064
|
+
* {@link KnownContainerizedNetworkFunctionNfviType} can be used interchangeably with ContainerizedNetworkFunctionNfviType,
|
|
2065
|
+
* this enum contains the known values that the service supports.
|
|
2066
|
+
* ### Known values supported by the service
|
|
2067
|
+
* **Unknown** \
|
|
2068
|
+
* **AzureArcKubernetes**
|
|
2069
|
+
*/
|
|
2070
|
+
export type ContainerizedNetworkFunctionNfviType = string;
|
|
2071
|
+
/** Known values of {@link VirtualNetworkFunctionNfviType} that the service accepts. */
|
|
2072
|
+
export declare enum KnownVirtualNetworkFunctionNfviType {
|
|
2073
|
+
/** Unknown */
|
|
2074
|
+
Unknown = "Unknown",
|
|
2075
|
+
/** AzureCore */
|
|
2076
|
+
AzureCore = "AzureCore",
|
|
2077
|
+
/** AzureOperatorNexus */
|
|
2078
|
+
AzureOperatorNexus = "AzureOperatorNexus"
|
|
2079
|
+
}
|
|
2080
|
+
/**
|
|
2081
|
+
* Defines values for VirtualNetworkFunctionNfviType. \
|
|
2082
|
+
* {@link KnownVirtualNetworkFunctionNfviType} can be used interchangeably with VirtualNetworkFunctionNfviType,
|
|
2083
|
+
* this enum contains the known values that the service supports.
|
|
2084
|
+
* ### Known values supported by the service
|
|
2085
|
+
* **Unknown** \
|
|
2086
|
+
* **AzureCore** \
|
|
2087
|
+
* **AzureOperatorNexus**
|
|
2088
|
+
*/
|
|
2089
|
+
export type VirtualNetworkFunctionNfviType = string;
|
|
2090
|
+
/** Known values of {@link AzureArcKubernetesArtifactType} that the service accepts. */
|
|
2091
|
+
export declare enum KnownAzureArcKubernetesArtifactType {
|
|
2092
|
+
/** Unknown */
|
|
2093
|
+
Unknown = "Unknown",
|
|
2094
|
+
/** HelmPackage */
|
|
2095
|
+
HelmPackage = "HelmPackage"
|
|
2096
|
+
}
|
|
2097
|
+
/**
|
|
2098
|
+
* Defines values for AzureArcKubernetesArtifactType. \
|
|
2099
|
+
* {@link KnownAzureArcKubernetesArtifactType} can be used interchangeably with AzureArcKubernetesArtifactType,
|
|
2100
|
+
* this enum contains the known values that the service supports.
|
|
2101
|
+
* ### Known values supported by the service
|
|
2102
|
+
* **Unknown** \
|
|
2103
|
+
* **HelmPackage**
|
|
2104
|
+
*/
|
|
2105
|
+
export type AzureArcKubernetesArtifactType = string;
|
|
2106
|
+
/** Known values of {@link AzureCoreArtifactType} that the service accepts. */
|
|
2107
|
+
export declare enum KnownAzureCoreArtifactType {
|
|
2108
|
+
/** Unknown */
|
|
2109
|
+
Unknown = "Unknown",
|
|
2110
|
+
/** VhdImageFile */
|
|
2111
|
+
VhdImageFile = "VhdImageFile",
|
|
2112
|
+
/** ArmTemplate */
|
|
2113
|
+
ArmTemplate = "ArmTemplate"
|
|
2114
|
+
}
|
|
2115
|
+
/**
|
|
2116
|
+
* Defines values for AzureCoreArtifactType. \
|
|
2117
|
+
* {@link KnownAzureCoreArtifactType} can be used interchangeably with AzureCoreArtifactType,
|
|
2118
|
+
* this enum contains the known values that the service supports.
|
|
2119
|
+
* ### Known values supported by the service
|
|
2120
|
+
* **Unknown** \
|
|
2121
|
+
* **VhdImageFile** \
|
|
2122
|
+
* **ArmTemplate**
|
|
2123
|
+
*/
|
|
2124
|
+
export type AzureCoreArtifactType = string;
|
|
2125
|
+
/** Known values of {@link AzureOperatorNexusArtifactType} that the service accepts. */
|
|
2126
|
+
export declare enum KnownAzureOperatorNexusArtifactType {
|
|
2127
|
+
/** Unknown */
|
|
2128
|
+
Unknown = "Unknown",
|
|
2129
|
+
/** ImageFile */
|
|
2130
|
+
ImageFile = "ImageFile",
|
|
2131
|
+
/** ArmTemplate */
|
|
2132
|
+
ArmTemplate = "ArmTemplate"
|
|
2133
|
+
}
|
|
2134
|
+
/**
|
|
2135
|
+
* Defines values for AzureOperatorNexusArtifactType. \
|
|
2136
|
+
* {@link KnownAzureOperatorNexusArtifactType} can be used interchangeably with AzureOperatorNexusArtifactType,
|
|
2137
|
+
* this enum contains the known values that the service supports.
|
|
2138
|
+
* ### Known values supported by the service
|
|
2139
|
+
* **Unknown** \
|
|
2140
|
+
* **ImageFile** \
|
|
2141
|
+
* **ArmTemplate**
|
|
2142
|
+
*/
|
|
2143
|
+
export type AzureOperatorNexusArtifactType = string;
|
|
2144
|
+
/** Known values of {@link TemplateType} that the service accepts. */
|
|
2145
|
+
export declare enum KnownTemplateType {
|
|
2146
|
+
/** Unknown */
|
|
2147
|
+
Unknown = "Unknown",
|
|
2148
|
+
/** ArmTemplate */
|
|
2149
|
+
ArmTemplate = "ArmTemplate"
|
|
2150
|
+
}
|
|
2151
|
+
/**
|
|
2152
|
+
* Defines values for TemplateType. \
|
|
2153
|
+
* {@link KnownTemplateType} can be used interchangeably with TemplateType,
|
|
2154
|
+
* this enum contains the known values that the service supports.
|
|
2155
|
+
* ### Known values supported by the service
|
|
2156
|
+
* **Unknown** \
|
|
2157
|
+
* **ArmTemplate**
|
|
2158
|
+
*/
|
|
2159
|
+
export type TemplateType = string;
|
|
2160
|
+
/** Known values of {@link ConfigurationGenerationType} that the service accepts. */
|
|
2161
|
+
export declare enum KnownConfigurationGenerationType {
|
|
2162
|
+
/** Unknown */
|
|
2163
|
+
Unknown = "Unknown",
|
|
2164
|
+
/** HandlebarTemplate */
|
|
2165
|
+
HandlebarTemplate = "HandlebarTemplate"
|
|
2166
|
+
}
|
|
2167
|
+
/**
|
|
2168
|
+
* Defines values for ConfigurationGenerationType. \
|
|
2169
|
+
* {@link KnownConfigurationGenerationType} can be used interchangeably with ConfigurationGenerationType,
|
|
2170
|
+
* this enum contains the known values that the service supports.
|
|
2171
|
+
* ### Known values supported by the service
|
|
2172
|
+
* **Unknown** \
|
|
2173
|
+
* **HandlebarTemplate**
|
|
2174
|
+
*/
|
|
2175
|
+
export type ConfigurationGenerationType = string;
|
|
2176
|
+
/** Optional parameters. */
|
|
2177
|
+
export interface ConfigurationGroupSchemasListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
2178
|
+
}
|
|
2179
|
+
/** Contains response data for the listByPublisher operation. */
|
|
2180
|
+
export type ConfigurationGroupSchemasListByPublisherResponse = ConfigurationGroupSchemaListResult;
|
|
2181
|
+
/** Optional parameters. */
|
|
2182
|
+
export interface ConfigurationGroupSchemasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2183
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2184
|
+
updateIntervalInMs?: number;
|
|
2185
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2186
|
+
resumeFrom?: string;
|
|
2187
|
+
}
|
|
2188
|
+
/** Contains response data for the delete operation. */
|
|
2189
|
+
export type ConfigurationGroupSchemasDeleteResponse = ConfigurationGroupSchemasDeleteHeaders;
|
|
2190
|
+
/** Optional parameters. */
|
|
2191
|
+
export interface ConfigurationGroupSchemasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2192
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2193
|
+
updateIntervalInMs?: number;
|
|
2194
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2195
|
+
resumeFrom?: string;
|
|
2196
|
+
}
|
|
2197
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2198
|
+
export type ConfigurationGroupSchemasCreateOrUpdateResponse = ConfigurationGroupSchema;
|
|
2199
|
+
/** Optional parameters. */
|
|
2200
|
+
export interface ConfigurationGroupSchemasGetOptionalParams extends coreClient.OperationOptions {
|
|
2201
|
+
}
|
|
2202
|
+
/** Contains response data for the get operation. */
|
|
2203
|
+
export type ConfigurationGroupSchemasGetResponse = ConfigurationGroupSchema;
|
|
2204
|
+
/** Optional parameters. */
|
|
2205
|
+
export interface ConfigurationGroupSchemasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2206
|
+
}
|
|
2207
|
+
/** Contains response data for the update operation. */
|
|
2208
|
+
export type ConfigurationGroupSchemasUpdateResponse = ConfigurationGroupSchema;
|
|
2209
|
+
/** Optional parameters. */
|
|
2210
|
+
export interface ConfigurationGroupSchemasUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
2211
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2212
|
+
updateIntervalInMs?: number;
|
|
2213
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2214
|
+
resumeFrom?: string;
|
|
2215
|
+
}
|
|
2216
|
+
/** Contains response data for the updateState operation. */
|
|
2217
|
+
export type ConfigurationGroupSchemasUpdateStateResponse = ConfigurationGroupSchemaVersionUpdateState;
|
|
2218
|
+
/** Optional parameters. */
|
|
2219
|
+
export interface ConfigurationGroupSchemasListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
2220
|
+
}
|
|
2221
|
+
/** Contains response data for the listByPublisherNext operation. */
|
|
2222
|
+
export type ConfigurationGroupSchemasListByPublisherNextResponse = ConfigurationGroupSchemaListResult;
|
|
2223
|
+
/** Optional parameters. */
|
|
2224
|
+
export interface ConfigurationGroupValuesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2225
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2226
|
+
updateIntervalInMs?: number;
|
|
2227
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2228
|
+
resumeFrom?: string;
|
|
2229
|
+
}
|
|
2230
|
+
/** Contains response data for the delete operation. */
|
|
2231
|
+
export type ConfigurationGroupValuesDeleteResponse = ConfigurationGroupValuesDeleteHeaders;
|
|
2232
|
+
/** Optional parameters. */
|
|
2233
|
+
export interface ConfigurationGroupValuesGetOptionalParams extends coreClient.OperationOptions {
|
|
2234
|
+
}
|
|
2235
|
+
/** Contains response data for the get operation. */
|
|
2236
|
+
export type ConfigurationGroupValuesGetResponse = ConfigurationGroupValue;
|
|
2237
|
+
/** Optional parameters. */
|
|
2238
|
+
export interface ConfigurationGroupValuesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2239
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2240
|
+
updateIntervalInMs?: number;
|
|
2241
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2242
|
+
resumeFrom?: string;
|
|
2243
|
+
}
|
|
2244
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2245
|
+
export type ConfigurationGroupValuesCreateOrUpdateResponse = ConfigurationGroupValue;
|
|
2246
|
+
/** Optional parameters. */
|
|
2247
|
+
export interface ConfigurationGroupValuesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
2248
|
+
}
|
|
2249
|
+
/** Contains response data for the updateTags operation. */
|
|
2250
|
+
export type ConfigurationGroupValuesUpdateTagsResponse = ConfigurationGroupValue;
|
|
2251
|
+
/** Optional parameters. */
|
|
2252
|
+
export interface ConfigurationGroupValuesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2253
|
+
}
|
|
2254
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2255
|
+
export type ConfigurationGroupValuesListBySubscriptionResponse = ConfigurationGroupValueListResult;
|
|
2256
|
+
/** Optional parameters. */
|
|
2257
|
+
export interface ConfigurationGroupValuesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2258
|
+
}
|
|
2259
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2260
|
+
export type ConfigurationGroupValuesListByResourceGroupResponse = ConfigurationGroupValueListResult;
|
|
2261
|
+
/** Optional parameters. */
|
|
2262
|
+
export interface ConfigurationGroupValuesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2263
|
+
}
|
|
2264
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2265
|
+
export type ConfigurationGroupValuesListBySubscriptionNextResponse = ConfigurationGroupValueListResult;
|
|
2266
|
+
/** Optional parameters. */
|
|
2267
|
+
export interface ConfigurationGroupValuesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2268
|
+
}
|
|
2269
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2270
|
+
export type ConfigurationGroupValuesListByResourceGroupNextResponse = ConfigurationGroupValueListResult;
|
|
2271
|
+
/** Optional parameters. */
|
|
2272
|
+
export interface NetworkFunctionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2273
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2274
|
+
updateIntervalInMs?: number;
|
|
2275
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2276
|
+
resumeFrom?: string;
|
|
2277
|
+
}
|
|
2278
|
+
/** Optional parameters. */
|
|
2279
|
+
export interface NetworkFunctionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2280
|
+
}
|
|
2281
|
+
/** Contains response data for the get operation. */
|
|
2282
|
+
export type NetworkFunctionsGetResponse = NetworkFunction;
|
|
2283
|
+
/** Optional parameters. */
|
|
2284
|
+
export interface NetworkFunctionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2285
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2286
|
+
updateIntervalInMs?: number;
|
|
2287
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2288
|
+
resumeFrom?: string;
|
|
2289
|
+
}
|
|
2290
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2291
|
+
export type NetworkFunctionsCreateOrUpdateResponse = NetworkFunction;
|
|
2292
|
+
/** Optional parameters. */
|
|
2293
|
+
export interface NetworkFunctionsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
2294
|
+
}
|
|
2295
|
+
/** Contains response data for the updateTags operation. */
|
|
2296
|
+
export type NetworkFunctionsUpdateTagsResponse = NetworkFunction;
|
|
2297
|
+
/** Optional parameters. */
|
|
2298
|
+
export interface NetworkFunctionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2299
|
+
}
|
|
2300
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2301
|
+
export type NetworkFunctionsListBySubscriptionResponse = NetworkFunctionListResult;
|
|
2302
|
+
/** Optional parameters. */
|
|
2303
|
+
export interface NetworkFunctionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2304
|
+
}
|
|
2305
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2306
|
+
export type NetworkFunctionsListByResourceGroupResponse = NetworkFunctionListResult;
|
|
2307
|
+
/** Optional parameters. */
|
|
2308
|
+
export interface NetworkFunctionsExecuteRequestOptionalParams extends coreClient.OperationOptions {
|
|
2309
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2310
|
+
updateIntervalInMs?: number;
|
|
2311
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2312
|
+
resumeFrom?: string;
|
|
2313
|
+
}
|
|
2314
|
+
/** Optional parameters. */
|
|
2315
|
+
export interface NetworkFunctionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2316
|
+
}
|
|
2317
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2318
|
+
export type NetworkFunctionsListBySubscriptionNextResponse = NetworkFunctionListResult;
|
|
2319
|
+
/** Optional parameters. */
|
|
2320
|
+
export interface NetworkFunctionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2321
|
+
}
|
|
2322
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2323
|
+
export type NetworkFunctionsListByResourceGroupNextResponse = NetworkFunctionListResult;
|
|
2324
|
+
/** Optional parameters. */
|
|
2325
|
+
export interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
2326
|
+
}
|
|
2327
|
+
/** Contains response data for the get operation. */
|
|
2328
|
+
export type ComponentsGetResponse = Component;
|
|
2329
|
+
/** Optional parameters. */
|
|
2330
|
+
export interface ComponentsListByNetworkFunctionOptionalParams extends coreClient.OperationOptions {
|
|
2331
|
+
}
|
|
2332
|
+
/** Contains response data for the listByNetworkFunction operation. */
|
|
2333
|
+
export type ComponentsListByNetworkFunctionResponse = ComponentListResult;
|
|
2334
|
+
/** Optional parameters. */
|
|
2335
|
+
export interface ComponentsListByNetworkFunctionNextOptionalParams extends coreClient.OperationOptions {
|
|
2336
|
+
}
|
|
2337
|
+
/** Contains response data for the listByNetworkFunctionNext operation. */
|
|
2338
|
+
export type ComponentsListByNetworkFunctionNextResponse = ComponentListResult;
|
|
2339
|
+
/** Optional parameters. */
|
|
2340
|
+
export interface NetworkFunctionDefinitionGroupsListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
2341
|
+
}
|
|
2342
|
+
/** Contains response data for the listByPublisher operation. */
|
|
2343
|
+
export type NetworkFunctionDefinitionGroupsListByPublisherResponse = NetworkFunctionDefinitionGroupListResult;
|
|
2344
|
+
/** Optional parameters. */
|
|
2345
|
+
export interface NetworkFunctionDefinitionGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2346
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2347
|
+
updateIntervalInMs?: number;
|
|
2348
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2349
|
+
resumeFrom?: string;
|
|
2350
|
+
}
|
|
2351
|
+
/** Contains response data for the delete operation. */
|
|
2352
|
+
export type NetworkFunctionDefinitionGroupsDeleteResponse = NetworkFunctionDefinitionGroupsDeleteHeaders;
|
|
2353
|
+
/** Optional parameters. */
|
|
2354
|
+
export interface NetworkFunctionDefinitionGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2355
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2356
|
+
updateIntervalInMs?: number;
|
|
2357
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2358
|
+
resumeFrom?: string;
|
|
2359
|
+
}
|
|
2360
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2361
|
+
export type NetworkFunctionDefinitionGroupsCreateOrUpdateResponse = NetworkFunctionDefinitionGroup;
|
|
2362
|
+
/** Optional parameters. */
|
|
2363
|
+
export interface NetworkFunctionDefinitionGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
2364
|
+
}
|
|
2365
|
+
/** Contains response data for the get operation. */
|
|
2366
|
+
export type NetworkFunctionDefinitionGroupsGetResponse = NetworkFunctionDefinitionGroup;
|
|
2367
|
+
/** Optional parameters. */
|
|
2368
|
+
export interface NetworkFunctionDefinitionGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2369
|
+
}
|
|
2370
|
+
/** Contains response data for the update operation. */
|
|
2371
|
+
export type NetworkFunctionDefinitionGroupsUpdateResponse = NetworkFunctionDefinitionGroup;
|
|
2372
|
+
/** Optional parameters. */
|
|
2373
|
+
export interface NetworkFunctionDefinitionGroupsListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
2374
|
+
}
|
|
2375
|
+
/** Contains response data for the listByPublisherNext operation. */
|
|
2376
|
+
export type NetworkFunctionDefinitionGroupsListByPublisherNextResponse = NetworkFunctionDefinitionGroupListResult;
|
|
2377
|
+
/** Optional parameters. */
|
|
2378
|
+
export interface NetworkFunctionDefinitionVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2379
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2380
|
+
updateIntervalInMs?: number;
|
|
2381
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2382
|
+
resumeFrom?: string;
|
|
2383
|
+
}
|
|
2384
|
+
/** Contains response data for the delete operation. */
|
|
2385
|
+
export type NetworkFunctionDefinitionVersionsDeleteResponse = NetworkFunctionDefinitionVersionsDeleteHeaders;
|
|
2386
|
+
/** Optional parameters. */
|
|
2387
|
+
export interface NetworkFunctionDefinitionVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2388
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2389
|
+
updateIntervalInMs?: number;
|
|
2390
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2391
|
+
resumeFrom?: string;
|
|
2392
|
+
}
|
|
2393
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2394
|
+
export type NetworkFunctionDefinitionVersionsCreateOrUpdateResponse = NetworkFunctionDefinitionVersion;
|
|
2395
|
+
/** Optional parameters. */
|
|
2396
|
+
export interface NetworkFunctionDefinitionVersionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2397
|
+
}
|
|
2398
|
+
/** Contains response data for the get operation. */
|
|
2399
|
+
export type NetworkFunctionDefinitionVersionsGetResponse = NetworkFunctionDefinitionVersion;
|
|
2400
|
+
/** Optional parameters. */
|
|
2401
|
+
export interface NetworkFunctionDefinitionVersionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2402
|
+
}
|
|
2403
|
+
/** Contains response data for the update operation. */
|
|
2404
|
+
export type NetworkFunctionDefinitionVersionsUpdateResponse = NetworkFunctionDefinitionVersion;
|
|
2405
|
+
/** Optional parameters. */
|
|
2406
|
+
export interface NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupOptionalParams extends coreClient.OperationOptions {
|
|
2407
|
+
}
|
|
2408
|
+
/** Contains response data for the listByNetworkFunctionDefinitionGroup operation. */
|
|
2409
|
+
export type NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupResponse = NetworkFunctionDefinitionVersionListResult;
|
|
2410
|
+
/** Optional parameters. */
|
|
2411
|
+
export interface NetworkFunctionDefinitionVersionsUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
2412
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2413
|
+
updateIntervalInMs?: number;
|
|
2414
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2415
|
+
resumeFrom?: string;
|
|
2416
|
+
}
|
|
2417
|
+
/** Contains response data for the updateState operation. */
|
|
2418
|
+
export type NetworkFunctionDefinitionVersionsUpdateStateResponse = NetworkFunctionDefinitionVersionUpdateState;
|
|
2419
|
+
/** Optional parameters. */
|
|
2420
|
+
export interface NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2421
|
+
}
|
|
2422
|
+
/** Contains response data for the listByNetworkFunctionDefinitionGroupNext operation. */
|
|
2423
|
+
export type NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupNextResponse = NetworkFunctionDefinitionVersionListResult;
|
|
2424
|
+
/** Optional parameters. */
|
|
2425
|
+
export interface NetworkServiceDesignGroupsListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
2426
|
+
}
|
|
2427
|
+
/** Contains response data for the listByPublisher operation. */
|
|
2428
|
+
export type NetworkServiceDesignGroupsListByPublisherResponse = NetworkServiceDesignGroupListResult;
|
|
2429
|
+
/** Optional parameters. */
|
|
2430
|
+
export interface NetworkServiceDesignGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2431
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2432
|
+
updateIntervalInMs?: number;
|
|
2433
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2434
|
+
resumeFrom?: string;
|
|
2435
|
+
}
|
|
2436
|
+
/** Contains response data for the delete operation. */
|
|
2437
|
+
export type NetworkServiceDesignGroupsDeleteResponse = NetworkServiceDesignGroupsDeleteHeaders;
|
|
2438
|
+
/** Optional parameters. */
|
|
2439
|
+
export interface NetworkServiceDesignGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2440
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2441
|
+
updateIntervalInMs?: number;
|
|
2442
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2443
|
+
resumeFrom?: string;
|
|
2444
|
+
}
|
|
2445
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2446
|
+
export type NetworkServiceDesignGroupsCreateOrUpdateResponse = NetworkServiceDesignGroup;
|
|
2447
|
+
/** Optional parameters. */
|
|
2448
|
+
export interface NetworkServiceDesignGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
2449
|
+
}
|
|
2450
|
+
/** Contains response data for the get operation. */
|
|
2451
|
+
export type NetworkServiceDesignGroupsGetResponse = NetworkServiceDesignGroup;
|
|
2452
|
+
/** Optional parameters. */
|
|
2453
|
+
export interface NetworkServiceDesignGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2454
|
+
}
|
|
2455
|
+
/** Contains response data for the update operation. */
|
|
2456
|
+
export type NetworkServiceDesignGroupsUpdateResponse = NetworkServiceDesignGroup;
|
|
2457
|
+
/** Optional parameters. */
|
|
2458
|
+
export interface NetworkServiceDesignGroupsListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
2459
|
+
}
|
|
2460
|
+
/** Contains response data for the listByPublisherNext operation. */
|
|
2461
|
+
export type NetworkServiceDesignGroupsListByPublisherNextResponse = NetworkServiceDesignGroupListResult;
|
|
2462
|
+
/** Optional parameters. */
|
|
2463
|
+
export interface NetworkServiceDesignVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2464
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2465
|
+
updateIntervalInMs?: number;
|
|
2466
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2467
|
+
resumeFrom?: string;
|
|
2468
|
+
}
|
|
2469
|
+
/** Contains response data for the delete operation. */
|
|
2470
|
+
export type NetworkServiceDesignVersionsDeleteResponse = NetworkServiceDesignVersionsDeleteHeaders;
|
|
2471
|
+
/** Optional parameters. */
|
|
2472
|
+
export interface NetworkServiceDesignVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2473
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2474
|
+
updateIntervalInMs?: number;
|
|
2475
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2476
|
+
resumeFrom?: string;
|
|
2477
|
+
}
|
|
2478
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2479
|
+
export type NetworkServiceDesignVersionsCreateOrUpdateResponse = NetworkServiceDesignVersion;
|
|
2480
|
+
/** Optional parameters. */
|
|
2481
|
+
export interface NetworkServiceDesignVersionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2482
|
+
}
|
|
2483
|
+
/** Contains response data for the get operation. */
|
|
2484
|
+
export type NetworkServiceDesignVersionsGetResponse = NetworkServiceDesignVersion;
|
|
2485
|
+
/** Optional parameters. */
|
|
2486
|
+
export interface NetworkServiceDesignVersionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2487
|
+
}
|
|
2488
|
+
/** Contains response data for the update operation. */
|
|
2489
|
+
export type NetworkServiceDesignVersionsUpdateResponse = NetworkServiceDesignVersion;
|
|
2490
|
+
/** Optional parameters. */
|
|
2491
|
+
export interface NetworkServiceDesignVersionsListByNetworkServiceDesignGroupOptionalParams extends coreClient.OperationOptions {
|
|
2492
|
+
}
|
|
2493
|
+
/** Contains response data for the listByNetworkServiceDesignGroup operation. */
|
|
2494
|
+
export type NetworkServiceDesignVersionsListByNetworkServiceDesignGroupResponse = NetworkServiceDesignVersionListResult;
|
|
2495
|
+
/** Optional parameters. */
|
|
2496
|
+
export interface NetworkServiceDesignVersionsUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
2497
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2498
|
+
updateIntervalInMs?: number;
|
|
2499
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2500
|
+
resumeFrom?: string;
|
|
2501
|
+
}
|
|
2502
|
+
/** Contains response data for the updateState operation. */
|
|
2503
|
+
export type NetworkServiceDesignVersionsUpdateStateResponse = NetworkServiceDesignVersionUpdateState;
|
|
2504
|
+
/** Optional parameters. */
|
|
2505
|
+
export interface NetworkServiceDesignVersionsListByNetworkServiceDesignGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2506
|
+
}
|
|
2507
|
+
/** Contains response data for the listByNetworkServiceDesignGroupNext operation. */
|
|
2508
|
+
export type NetworkServiceDesignVersionsListByNetworkServiceDesignGroupNextResponse = NetworkServiceDesignVersionListResult;
|
|
2509
|
+
/** Optional parameters. */
|
|
2510
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2511
|
+
}
|
|
2512
|
+
/** Contains response data for the list operation. */
|
|
2513
|
+
export type OperationsListResponse = OperationListResult;
|
|
2514
|
+
/** Optional parameters. */
|
|
2515
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2516
|
+
}
|
|
2517
|
+
/** Contains response data for the listNext operation. */
|
|
2518
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
2519
|
+
/** Optional parameters. */
|
|
2520
|
+
export interface PublishersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2521
|
+
}
|
|
2522
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2523
|
+
export type PublishersListBySubscriptionResponse = PublisherListResult;
|
|
2524
|
+
/** Optional parameters. */
|
|
2525
|
+
export interface PublishersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2526
|
+
}
|
|
2527
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2528
|
+
export type PublishersListByResourceGroupResponse = PublisherListResult;
|
|
2529
|
+
/** Optional parameters. */
|
|
2530
|
+
export interface PublishersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2531
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2532
|
+
updateIntervalInMs?: number;
|
|
2533
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2534
|
+
resumeFrom?: string;
|
|
2535
|
+
}
|
|
2536
|
+
/** Contains response data for the delete operation. */
|
|
2537
|
+
export type PublishersDeleteResponse = PublishersDeleteHeaders;
|
|
2538
|
+
/** Optional parameters. */
|
|
2539
|
+
export interface PublishersGetOptionalParams extends coreClient.OperationOptions {
|
|
2540
|
+
}
|
|
2541
|
+
/** Contains response data for the get operation. */
|
|
2542
|
+
export type PublishersGetResponse = Publisher;
|
|
2543
|
+
/** Optional parameters. */
|
|
2544
|
+
export interface PublishersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2545
|
+
/** Parameters supplied to the create publisher operation. */
|
|
2546
|
+
parameters?: Publisher;
|
|
2547
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2548
|
+
updateIntervalInMs?: number;
|
|
2549
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2550
|
+
resumeFrom?: string;
|
|
2551
|
+
}
|
|
2552
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2553
|
+
export type PublishersCreateOrUpdateResponse = Publisher;
|
|
2554
|
+
/** Optional parameters. */
|
|
2555
|
+
export interface PublishersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2556
|
+
/** Parameters supplied to the create publisher operation. */
|
|
2557
|
+
parameters?: TagsObject;
|
|
2558
|
+
}
|
|
2559
|
+
/** Contains response data for the update operation. */
|
|
2560
|
+
export type PublishersUpdateResponse = Publisher;
|
|
2561
|
+
/** Optional parameters. */
|
|
2562
|
+
export interface PublishersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2563
|
+
}
|
|
2564
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2565
|
+
export type PublishersListBySubscriptionNextResponse = PublisherListResult;
|
|
2566
|
+
/** Optional parameters. */
|
|
2567
|
+
export interface PublishersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2568
|
+
}
|
|
2569
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2570
|
+
export type PublishersListByResourceGroupNextResponse = PublisherListResult;
|
|
2571
|
+
/** Optional parameters. */
|
|
2572
|
+
export interface ArtifactStoresListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
2573
|
+
}
|
|
2574
|
+
/** Contains response data for the listByPublisher operation. */
|
|
2575
|
+
export type ArtifactStoresListByPublisherResponse = ArtifactStoreListResult;
|
|
2576
|
+
/** Optional parameters. */
|
|
2577
|
+
export interface ArtifactStoresDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2578
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2579
|
+
updateIntervalInMs?: number;
|
|
2580
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2581
|
+
resumeFrom?: string;
|
|
2582
|
+
}
|
|
2583
|
+
/** Contains response data for the delete operation. */
|
|
2584
|
+
export type ArtifactStoresDeleteResponse = ArtifactStoresDeleteHeaders;
|
|
2585
|
+
/** Optional parameters. */
|
|
2586
|
+
export interface ArtifactStoresCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2587
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2588
|
+
updateIntervalInMs?: number;
|
|
2589
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2590
|
+
resumeFrom?: string;
|
|
2591
|
+
}
|
|
2592
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2593
|
+
export type ArtifactStoresCreateOrUpdateResponse = ArtifactStore;
|
|
2594
|
+
/** Optional parameters. */
|
|
2595
|
+
export interface ArtifactStoresGetOptionalParams extends coreClient.OperationOptions {
|
|
2596
|
+
}
|
|
2597
|
+
/** Contains response data for the get operation. */
|
|
2598
|
+
export type ArtifactStoresGetResponse = ArtifactStore;
|
|
2599
|
+
/** Optional parameters. */
|
|
2600
|
+
export interface ArtifactStoresUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2601
|
+
}
|
|
2602
|
+
/** Contains response data for the update operation. */
|
|
2603
|
+
export type ArtifactStoresUpdateResponse = ArtifactStore;
|
|
2604
|
+
/** Optional parameters. */
|
|
2605
|
+
export interface ArtifactStoresListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
2606
|
+
}
|
|
2607
|
+
/** Contains response data for the listByPublisherNext operation. */
|
|
2608
|
+
export type ArtifactStoresListByPublisherNextResponse = ArtifactStoreListResult;
|
|
2609
|
+
/** Optional parameters. */
|
|
2610
|
+
export interface ArtifactManifestsListByArtifactStoreOptionalParams extends coreClient.OperationOptions {
|
|
2611
|
+
}
|
|
2612
|
+
/** Contains response data for the listByArtifactStore operation. */
|
|
2613
|
+
export type ArtifactManifestsListByArtifactStoreResponse = ArtifactManifestListResult;
|
|
2614
|
+
/** Optional parameters. */
|
|
2615
|
+
export interface ArtifactManifestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2616
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2617
|
+
updateIntervalInMs?: number;
|
|
2618
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2619
|
+
resumeFrom?: string;
|
|
2620
|
+
}
|
|
2621
|
+
/** Contains response data for the delete operation. */
|
|
2622
|
+
export type ArtifactManifestsDeleteResponse = ArtifactManifestsDeleteHeaders;
|
|
2623
|
+
/** Optional parameters. */
|
|
2624
|
+
export interface ArtifactManifestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2625
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2626
|
+
updateIntervalInMs?: number;
|
|
2627
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2628
|
+
resumeFrom?: string;
|
|
2629
|
+
}
|
|
2630
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2631
|
+
export type ArtifactManifestsCreateOrUpdateResponse = ArtifactManifest;
|
|
2632
|
+
/** Optional parameters. */
|
|
2633
|
+
export interface ArtifactManifestsGetOptionalParams extends coreClient.OperationOptions {
|
|
2634
|
+
}
|
|
2635
|
+
/** Contains response data for the get operation. */
|
|
2636
|
+
export type ArtifactManifestsGetResponse = ArtifactManifest;
|
|
2637
|
+
/** Optional parameters. */
|
|
2638
|
+
export interface ArtifactManifestsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2639
|
+
}
|
|
2640
|
+
/** Contains response data for the update operation. */
|
|
2641
|
+
export type ArtifactManifestsUpdateResponse = ArtifactManifest;
|
|
2642
|
+
/** Optional parameters. */
|
|
2643
|
+
export interface ArtifactManifestsListCredentialOptionalParams extends coreClient.OperationOptions {
|
|
2644
|
+
}
|
|
2645
|
+
/** Contains response data for the listCredential operation. */
|
|
2646
|
+
export type ArtifactManifestsListCredentialResponse = ArtifactAccessCredentialUnion;
|
|
2647
|
+
/** Optional parameters. */
|
|
2648
|
+
export interface ArtifactManifestsUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
2649
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2650
|
+
updateIntervalInMs?: number;
|
|
2651
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2652
|
+
resumeFrom?: string;
|
|
2653
|
+
}
|
|
2654
|
+
/** Contains response data for the updateState operation. */
|
|
2655
|
+
export type ArtifactManifestsUpdateStateResponse = ArtifactManifestUpdateState;
|
|
2656
|
+
/** Optional parameters. */
|
|
2657
|
+
export interface ArtifactManifestsListByArtifactStoreNextOptionalParams extends coreClient.OperationOptions {
|
|
2658
|
+
}
|
|
2659
|
+
/** Contains response data for the listByArtifactStoreNext operation. */
|
|
2660
|
+
export type ArtifactManifestsListByArtifactStoreNextResponse = ArtifactManifestListResult;
|
|
2661
|
+
/** Optional parameters. */
|
|
2662
|
+
export interface ProxyArtifactListOptionalParams extends coreClient.OperationOptions {
|
|
2663
|
+
}
|
|
2664
|
+
/** Contains response data for the list operation. */
|
|
2665
|
+
export type ProxyArtifactListResponse = ProxyArtifactOverviewListResult;
|
|
2666
|
+
/** Optional parameters. */
|
|
2667
|
+
export interface ProxyArtifactListVersionsOptionalParams extends coreClient.OperationOptions {
|
|
2668
|
+
}
|
|
2669
|
+
/** Contains response data for the listVersions operation. */
|
|
2670
|
+
export type ProxyArtifactListVersionsResponse = ProxyArtifactVersionsOverviewListResult;
|
|
2671
|
+
/** Optional parameters. */
|
|
2672
|
+
export interface ProxyArtifactUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
2673
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2674
|
+
updateIntervalInMs?: number;
|
|
2675
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2676
|
+
resumeFrom?: string;
|
|
2677
|
+
}
|
|
2678
|
+
/** Contains response data for the updateState operation. */
|
|
2679
|
+
export type ProxyArtifactUpdateStateResponse = ProxyArtifactVersionsListOverview;
|
|
2680
|
+
/** Optional parameters. */
|
|
2681
|
+
export interface ProxyArtifactListNextOptionalParams extends coreClient.OperationOptions {
|
|
2682
|
+
}
|
|
2683
|
+
/** Contains response data for the listNext operation. */
|
|
2684
|
+
export type ProxyArtifactListNextResponse = ProxyArtifactOverviewListResult;
|
|
2685
|
+
/** Optional parameters. */
|
|
2686
|
+
export interface ProxyArtifactListVersionsNextOptionalParams extends coreClient.OperationOptions {
|
|
2687
|
+
}
|
|
2688
|
+
/** Contains response data for the listVersionsNext operation. */
|
|
2689
|
+
export type ProxyArtifactListVersionsNextResponse = ProxyArtifactVersionsOverviewListResult;
|
|
2690
|
+
/** Optional parameters. */
|
|
2691
|
+
export interface SitesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2692
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2693
|
+
updateIntervalInMs?: number;
|
|
2694
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2695
|
+
resumeFrom?: string;
|
|
2696
|
+
}
|
|
2697
|
+
/** Contains response data for the delete operation. */
|
|
2698
|
+
export type SitesDeleteResponse = SitesDeleteHeaders;
|
|
2699
|
+
/** Optional parameters. */
|
|
2700
|
+
export interface SitesGetOptionalParams extends coreClient.OperationOptions {
|
|
2701
|
+
}
|
|
2702
|
+
/** Contains response data for the get operation. */
|
|
2703
|
+
export type SitesGetResponse = Site;
|
|
2704
|
+
/** Optional parameters. */
|
|
2705
|
+
export interface SitesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2706
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2707
|
+
updateIntervalInMs?: number;
|
|
2708
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2709
|
+
resumeFrom?: string;
|
|
2710
|
+
}
|
|
2711
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2712
|
+
export type SitesCreateOrUpdateResponse = Site;
|
|
2713
|
+
/** Optional parameters. */
|
|
2714
|
+
export interface SitesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
2715
|
+
}
|
|
2716
|
+
/** Contains response data for the updateTags operation. */
|
|
2717
|
+
export type SitesUpdateTagsResponse = Site;
|
|
2718
|
+
/** Optional parameters. */
|
|
2719
|
+
export interface SitesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2720
|
+
}
|
|
2721
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2722
|
+
export type SitesListBySubscriptionResponse = SiteListResult;
|
|
2723
|
+
/** Optional parameters. */
|
|
2724
|
+
export interface SitesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2725
|
+
}
|
|
2726
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2727
|
+
export type SitesListByResourceGroupResponse = SiteListResult;
|
|
2728
|
+
/** Optional parameters. */
|
|
2729
|
+
export interface SitesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2730
|
+
}
|
|
2731
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2732
|
+
export type SitesListBySubscriptionNextResponse = SiteListResult;
|
|
2733
|
+
/** Optional parameters. */
|
|
2734
|
+
export interface SitesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2735
|
+
}
|
|
2736
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2737
|
+
export type SitesListByResourceGroupNextResponse = SiteListResult;
|
|
2738
|
+
/** Optional parameters. */
|
|
2739
|
+
export interface SiteNetworkServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2740
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2741
|
+
updateIntervalInMs?: number;
|
|
2742
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2743
|
+
resumeFrom?: string;
|
|
2744
|
+
}
|
|
2745
|
+
/** Contains response data for the delete operation. */
|
|
2746
|
+
export type SiteNetworkServicesDeleteResponse = SiteNetworkServicesDeleteHeaders;
|
|
2747
|
+
/** Optional parameters. */
|
|
2748
|
+
export interface SiteNetworkServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
2749
|
+
}
|
|
2750
|
+
/** Contains response data for the get operation. */
|
|
2751
|
+
export type SiteNetworkServicesGetResponse = SiteNetworkService;
|
|
2752
|
+
/** Optional parameters. */
|
|
2753
|
+
export interface SiteNetworkServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2754
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2755
|
+
updateIntervalInMs?: number;
|
|
2756
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2757
|
+
resumeFrom?: string;
|
|
2758
|
+
}
|
|
2759
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2760
|
+
export type SiteNetworkServicesCreateOrUpdateResponse = SiteNetworkService;
|
|
2761
|
+
/** Optional parameters. */
|
|
2762
|
+
export interface SiteNetworkServicesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
2763
|
+
}
|
|
2764
|
+
/** Contains response data for the updateTags operation. */
|
|
2765
|
+
export type SiteNetworkServicesUpdateTagsResponse = SiteNetworkService;
|
|
2766
|
+
/** Optional parameters. */
|
|
2767
|
+
export interface SiteNetworkServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2768
|
+
}
|
|
2769
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2770
|
+
export type SiteNetworkServicesListBySubscriptionResponse = SiteNetworkServiceListResult;
|
|
2771
|
+
/** Optional parameters. */
|
|
2772
|
+
export interface SiteNetworkServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2773
|
+
}
|
|
2774
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2775
|
+
export type SiteNetworkServicesListByResourceGroupResponse = SiteNetworkServiceListResult;
|
|
2776
|
+
/** Optional parameters. */
|
|
2777
|
+
export interface SiteNetworkServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2778
|
+
}
|
|
2779
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2780
|
+
export type SiteNetworkServicesListBySubscriptionNextResponse = SiteNetworkServiceListResult;
|
|
2781
|
+
/** Optional parameters. */
|
|
2782
|
+
export interface SiteNetworkServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2783
|
+
}
|
|
2784
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2785
|
+
export type SiteNetworkServicesListByResourceGroupNextResponse = SiteNetworkServiceListResult;
|
|
2786
|
+
/** Optional parameters. */
|
|
2787
|
+
export interface HybridNetworkManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2788
|
+
/** server parameter */
|
|
2789
|
+
$host?: string;
|
|
2790
|
+
/** Api Version */
|
|
2791
|
+
apiVersion?: string;
|
|
2792
|
+
/** Overrides client endpoint. */
|
|
2793
|
+
endpoint?: string;
|
|
2794
|
+
}
|
|
2795
|
+
//# sourceMappingURL=index.d.ts.map
|