@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
|
@@ -1,4231 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Defines values for ActionType. \
|
|
9
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
10
|
-
* this enum contains the known values that the service supports.
|
|
11
|
-
* ### Known values supported by the service
|
|
12
|
-
* **Internal**
|
|
13
|
-
*/
|
|
14
|
-
export declare type ActionType = string;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Defines values for ApplicationEnablement. \
|
|
18
|
-
* {@link KnownApplicationEnablement} can be used interchangeably with ApplicationEnablement,
|
|
19
|
-
* this enum contains the known values that the service supports.
|
|
20
|
-
* ### Known values supported by the service
|
|
21
|
-
* **Unknown** \
|
|
22
|
-
* **Enabled** \
|
|
23
|
-
* **Disabled**
|
|
24
|
-
*/
|
|
25
|
-
export declare type ApplicationEnablement = string;
|
|
26
|
-
|
|
27
|
-
/** The arm template RE. */
|
|
28
|
-
export declare interface ArmResourceDefinitionResourceElementTemplate {
|
|
29
|
-
/** The template type. */
|
|
30
|
-
templateType?: TemplateType;
|
|
31
|
-
/** Name and value pairs that define the parameter values. It can be a well formed escaped JSON string. */
|
|
32
|
-
parameterValues?: string;
|
|
33
|
-
/** Artifact profile properties. */
|
|
34
|
-
artifactProfile?: NSDArtifactProfile;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/** The arm resource definition resource element template details. */
|
|
38
|
-
export declare interface ArmResourceDefinitionResourceElementTemplateDetails extends ResourceElementTemplate {
|
|
39
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
40
|
-
resourceElementType: "ArmResourceDefinition";
|
|
41
|
-
/** The resource element template type. */
|
|
42
|
-
configuration?: ArmResourceDefinitionResourceElementTemplate;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/** Template artifact profile. */
|
|
46
|
-
export declare interface ArmTemplateArtifactProfile {
|
|
47
|
-
/** Template name. */
|
|
48
|
-
templateName?: string;
|
|
49
|
-
/** Template version. */
|
|
50
|
-
templateVersion?: string;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/** Template mapping rule profile */
|
|
54
|
-
export declare interface ArmTemplateMappingRuleProfile {
|
|
55
|
-
/** List of template parameters. */
|
|
56
|
-
templateParameters?: string;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/** The artifact manifest credential definition. */
|
|
60
|
-
export declare interface ArtifactAccessCredential {
|
|
61
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
62
|
-
credentialType: "AzureContainerRegistryScopedToken" | "AzureStorageAccountToken";
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export declare type ArtifactAccessCredentialUnion = ArtifactAccessCredential | AzureContainerRegistryScopedTokenCredential | AzureStorageAccountCredential;
|
|
66
|
-
|
|
67
|
-
/** The artifact updating request payload. */
|
|
68
|
-
export declare interface ArtifactChangeState {
|
|
69
|
-
/** Artifact update state properties. */
|
|
70
|
-
properties?: ArtifactChangeStateProperties;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/** The artifact update state properties. */
|
|
74
|
-
export declare interface ArtifactChangeStateProperties {
|
|
75
|
-
/** The artifact state */
|
|
76
|
-
artifactState?: ArtifactState;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/** Artifact manifest properties. */
|
|
80
|
-
export declare interface ArtifactManifest extends TrackedResource {
|
|
81
|
-
/** Artifact manifest properties. */
|
|
82
|
-
properties?: ArtifactManifestPropertiesFormat;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/** A list of artifact manifests. */
|
|
86
|
-
export declare interface ArtifactManifestListResult {
|
|
87
|
-
/** A list of artifact manifests. */
|
|
88
|
-
value?: ArtifactManifest[];
|
|
89
|
-
/**
|
|
90
|
-
* The URI to get the next set of results.
|
|
91
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
92
|
-
*/
|
|
93
|
-
readonly nextLink?: string;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/** Artifact manifest properties. */
|
|
97
|
-
export declare interface ArtifactManifestPropertiesFormat {
|
|
98
|
-
/**
|
|
99
|
-
* The provisioning state of the ArtifactManifest resource.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly provisioningState?: ProvisioningState;
|
|
103
|
-
/**
|
|
104
|
-
* The artifact manifest state.
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly artifactManifestState?: ArtifactManifestState;
|
|
108
|
-
/** The artifacts list. */
|
|
109
|
-
artifacts?: ManifestArtifactFormat[];
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
/** Interface representing a ArtifactManifests. */
|
|
113
|
-
export declare interface ArtifactManifests {
|
|
114
|
-
/**
|
|
115
|
-
* Gets information about the artifact manifest.
|
|
116
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
117
|
-
* @param publisherName The name of the publisher.
|
|
118
|
-
* @param artifactStoreName The name of the artifact store.
|
|
119
|
-
* @param options The options parameters.
|
|
120
|
-
*/
|
|
121
|
-
listByArtifactStore(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactManifestsListByArtifactStoreOptionalParams): PagedAsyncIterableIterator<ArtifactManifest>;
|
|
122
|
-
/**
|
|
123
|
-
* Deletes the specified artifact manifest.
|
|
124
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
125
|
-
* @param publisherName The name of the publisher.
|
|
126
|
-
* @param artifactStoreName The name of the artifact store.
|
|
127
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
128
|
-
* @param options The options parameters.
|
|
129
|
-
*/
|
|
130
|
-
beginDelete(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, options?: ArtifactManifestsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactManifestsDeleteResponse>, ArtifactManifestsDeleteResponse>>;
|
|
131
|
-
/**
|
|
132
|
-
* Deletes the specified artifact manifest.
|
|
133
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
134
|
-
* @param publisherName The name of the publisher.
|
|
135
|
-
* @param artifactStoreName The name of the artifact store.
|
|
136
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
137
|
-
* @param options The options parameters.
|
|
138
|
-
*/
|
|
139
|
-
beginDeleteAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, options?: ArtifactManifestsDeleteOptionalParams): Promise<ArtifactManifestsDeleteResponse>;
|
|
140
|
-
/**
|
|
141
|
-
* Creates or updates a artifact manifest.
|
|
142
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
143
|
-
* @param publisherName The name of the publisher.
|
|
144
|
-
* @param artifactStoreName The name of the artifact store.
|
|
145
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
146
|
-
* @param parameters Parameters supplied to the create or update artifact manifest operation.
|
|
147
|
-
* @param options The options parameters.
|
|
148
|
-
*/
|
|
149
|
-
beginCreateOrUpdate(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: ArtifactManifest, options?: ArtifactManifestsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactManifestsCreateOrUpdateResponse>, ArtifactManifestsCreateOrUpdateResponse>>;
|
|
150
|
-
/**
|
|
151
|
-
* Creates or updates a artifact manifest.
|
|
152
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
153
|
-
* @param publisherName The name of the publisher.
|
|
154
|
-
* @param artifactStoreName The name of the artifact store.
|
|
155
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
156
|
-
* @param parameters Parameters supplied to the create or update artifact manifest operation.
|
|
157
|
-
* @param options The options parameters.
|
|
158
|
-
*/
|
|
159
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: ArtifactManifest, options?: ArtifactManifestsCreateOrUpdateOptionalParams): Promise<ArtifactManifestsCreateOrUpdateResponse>;
|
|
160
|
-
/**
|
|
161
|
-
* Gets information about a artifact manifest resource.
|
|
162
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
163
|
-
* @param publisherName The name of the publisher.
|
|
164
|
-
* @param artifactStoreName The name of the artifact store.
|
|
165
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
166
|
-
* @param options The options parameters.
|
|
167
|
-
*/
|
|
168
|
-
get(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, options?: ArtifactManifestsGetOptionalParams): Promise<ArtifactManifestsGetResponse>;
|
|
169
|
-
/**
|
|
170
|
-
* Updates a artifact manifest resource.
|
|
171
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
172
|
-
* @param publisherName The name of the publisher.
|
|
173
|
-
* @param artifactStoreName The name of the artifact store.
|
|
174
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
175
|
-
* @param parameters Parameters supplied to the create or update artifact manifest operation.
|
|
176
|
-
* @param options The options parameters.
|
|
177
|
-
*/
|
|
178
|
-
update(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: TagsObject, options?: ArtifactManifestsUpdateOptionalParams): Promise<ArtifactManifestsUpdateResponse>;
|
|
179
|
-
/**
|
|
180
|
-
* List credential for publishing artifacts defined in artifact manifest.
|
|
181
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
182
|
-
* @param publisherName The name of the publisher.
|
|
183
|
-
* @param artifactStoreName The name of the artifact store.
|
|
184
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
185
|
-
* @param options The options parameters.
|
|
186
|
-
*/
|
|
187
|
-
listCredential(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, options?: ArtifactManifestsListCredentialOptionalParams): Promise<ArtifactManifestsListCredentialResponse>;
|
|
188
|
-
/**
|
|
189
|
-
* Update state for artifact manifest.
|
|
190
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
191
|
-
* @param publisherName The name of the publisher.
|
|
192
|
-
* @param artifactStoreName The name of the artifact store.
|
|
193
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
194
|
-
* @param parameters Parameters supplied to update the state of artifact manifest.
|
|
195
|
-
* @param options The options parameters.
|
|
196
|
-
*/
|
|
197
|
-
beginUpdateState(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: ArtifactManifestUpdateState, options?: ArtifactManifestsUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactManifestsUpdateStateResponse>, ArtifactManifestsUpdateStateResponse>>;
|
|
198
|
-
/**
|
|
199
|
-
* Update state for artifact manifest.
|
|
200
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
201
|
-
* @param publisherName The name of the publisher.
|
|
202
|
-
* @param artifactStoreName The name of the artifact store.
|
|
203
|
-
* @param artifactManifestName The name of the artifact manifest.
|
|
204
|
-
* @param parameters Parameters supplied to update the state of artifact manifest.
|
|
205
|
-
* @param options The options parameters.
|
|
206
|
-
*/
|
|
207
|
-
beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: ArtifactManifestUpdateState, options?: ArtifactManifestsUpdateStateOptionalParams): Promise<ArtifactManifestsUpdateStateResponse>;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/** Optional parameters. */
|
|
211
|
-
export declare interface ArtifactManifestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
212
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
213
|
-
updateIntervalInMs?: number;
|
|
214
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
215
|
-
resumeFrom?: string;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
219
|
-
export declare type ArtifactManifestsCreateOrUpdateResponse = ArtifactManifest;
|
|
220
|
-
|
|
221
|
-
/** Defines headers for ArtifactManifests_delete operation. */
|
|
222
|
-
export declare interface ArtifactManifestsDeleteHeaders {
|
|
223
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
224
|
-
location?: string;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
/** Optional parameters. */
|
|
228
|
-
export declare interface ArtifactManifestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
229
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
230
|
-
updateIntervalInMs?: number;
|
|
231
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
232
|
-
resumeFrom?: string;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
/** Contains response data for the delete operation. */
|
|
236
|
-
export declare type ArtifactManifestsDeleteResponse = ArtifactManifestsDeleteHeaders;
|
|
237
|
-
|
|
238
|
-
/** Optional parameters. */
|
|
239
|
-
export declare interface ArtifactManifestsGetOptionalParams extends coreClient.OperationOptions {
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
/** Contains response data for the get operation. */
|
|
243
|
-
export declare type ArtifactManifestsGetResponse = ArtifactManifest;
|
|
244
|
-
|
|
245
|
-
/** Optional parameters. */
|
|
246
|
-
export declare interface ArtifactManifestsListByArtifactStoreNextOptionalParams extends coreClient.OperationOptions {
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/** Contains response data for the listByArtifactStoreNext operation. */
|
|
250
|
-
export declare type ArtifactManifestsListByArtifactStoreNextResponse = ArtifactManifestListResult;
|
|
251
|
-
|
|
252
|
-
/** Optional parameters. */
|
|
253
|
-
export declare interface ArtifactManifestsListByArtifactStoreOptionalParams extends coreClient.OperationOptions {
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
/** Contains response data for the listByArtifactStore operation. */
|
|
257
|
-
export declare type ArtifactManifestsListByArtifactStoreResponse = ArtifactManifestListResult;
|
|
258
|
-
|
|
259
|
-
/** Optional parameters. */
|
|
260
|
-
export declare interface ArtifactManifestsListCredentialOptionalParams extends coreClient.OperationOptions {
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
/** Contains response data for the listCredential operation. */
|
|
264
|
-
export declare type ArtifactManifestsListCredentialResponse = ArtifactAccessCredentialUnion;
|
|
265
|
-
|
|
266
|
-
/**
|
|
267
|
-
* Defines values for ArtifactManifestState. \
|
|
268
|
-
* {@link KnownArtifactManifestState} can be used interchangeably with ArtifactManifestState,
|
|
269
|
-
* this enum contains the known values that the service supports.
|
|
270
|
-
* ### Known values supported by the service
|
|
271
|
-
* **Unknown** \
|
|
272
|
-
* **Uploading** \
|
|
273
|
-
* **Uploaded** \
|
|
274
|
-
* **Validating** \
|
|
275
|
-
* **ValidationFailed** \
|
|
276
|
-
* **Succeeded**
|
|
277
|
-
*/
|
|
278
|
-
export declare type ArtifactManifestState = string;
|
|
279
|
-
|
|
280
|
-
/** Optional parameters. */
|
|
281
|
-
export declare interface ArtifactManifestsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
/** Contains response data for the update operation. */
|
|
285
|
-
export declare type ArtifactManifestsUpdateResponse = ArtifactManifest;
|
|
286
|
-
|
|
287
|
-
/** Defines headers for ArtifactManifests_updateState operation. */
|
|
288
|
-
export declare interface ArtifactManifestsUpdateStateHeaders {
|
|
289
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
290
|
-
location?: string;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
/** Optional parameters. */
|
|
294
|
-
export declare interface ArtifactManifestsUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
295
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
296
|
-
updateIntervalInMs?: number;
|
|
297
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
298
|
-
resumeFrom?: string;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
/** Contains response data for the updateState operation. */
|
|
302
|
-
export declare type ArtifactManifestsUpdateStateResponse = ArtifactManifestUpdateState;
|
|
303
|
-
|
|
304
|
-
/** The artifact manifest updating request payload. Only the 'Uploaded' state is allowed for updates. Other states are used for internal state transitioning. */
|
|
305
|
-
export declare interface ArtifactManifestUpdateState {
|
|
306
|
-
/** The artifact manifest state. */
|
|
307
|
-
artifactManifestState?: ArtifactManifestState;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
/** Artifact profile properties. */
|
|
311
|
-
export declare interface ArtifactProfile {
|
|
312
|
-
/** The reference to artifact store. */
|
|
313
|
-
artifactStore?: ReferencedResource;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
/**
|
|
317
|
-
* Defines values for ArtifactReplicationStrategy. \
|
|
318
|
-
* {@link KnownArtifactReplicationStrategy} can be used interchangeably with ArtifactReplicationStrategy,
|
|
319
|
-
* this enum contains the known values that the service supports.
|
|
320
|
-
* ### Known values supported by the service
|
|
321
|
-
* **Unknown** \
|
|
322
|
-
* **SingleReplication**
|
|
323
|
-
*/
|
|
324
|
-
export declare type ArtifactReplicationStrategy = string;
|
|
325
|
-
|
|
326
|
-
/**
|
|
327
|
-
* Defines values for ArtifactState. \
|
|
328
|
-
* {@link KnownArtifactState} can be used interchangeably with ArtifactState,
|
|
329
|
-
* this enum contains the known values that the service supports.
|
|
330
|
-
* ### Known values supported by the service
|
|
331
|
-
* **Unknown** \
|
|
332
|
-
* **Preview** \
|
|
333
|
-
* **Active** \
|
|
334
|
-
* **Deprecated**
|
|
335
|
-
*/
|
|
336
|
-
export declare type ArtifactState = string;
|
|
337
|
-
|
|
338
|
-
/** Artifact store properties. */
|
|
339
|
-
export declare interface ArtifactStore extends TrackedResource {
|
|
340
|
-
/** ArtifactStores properties. */
|
|
341
|
-
properties?: ArtifactStorePropertiesFormat;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
/** A list of artifact stores. */
|
|
345
|
-
export declare interface ArtifactStoreListResult {
|
|
346
|
-
/** A list of artifact stores. */
|
|
347
|
-
value?: ArtifactStore[];
|
|
348
|
-
/**
|
|
349
|
-
* The URL to get the next set of results.
|
|
350
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
351
|
-
*/
|
|
352
|
-
readonly nextLink?: string;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
/** Artifact store properties. */
|
|
356
|
-
export declare interface ArtifactStorePropertiesFormat {
|
|
357
|
-
/**
|
|
358
|
-
* The provisioning state of the application groups resource.
|
|
359
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
360
|
-
*/
|
|
361
|
-
readonly provisioningState?: ProvisioningState;
|
|
362
|
-
/** The artifact store type. */
|
|
363
|
-
storeType?: ArtifactStoreType;
|
|
364
|
-
/** The replication strategy. */
|
|
365
|
-
replicationStrategy?: ArtifactReplicationStrategy;
|
|
366
|
-
managedResourceGroupConfiguration?: ArtifactStorePropertiesFormatManagedResourceGroupConfiguration;
|
|
367
|
-
/**
|
|
368
|
-
* The created storage resource id
|
|
369
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
370
|
-
*/
|
|
371
|
-
readonly storageResourceId?: string;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
export declare interface ArtifactStorePropertiesFormatManagedResourceGroupConfiguration {
|
|
375
|
-
/** The managed resource group name. */
|
|
376
|
-
name?: string;
|
|
377
|
-
/** The managed resource group location. */
|
|
378
|
-
location?: string;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
/** Interface representing a ArtifactStores. */
|
|
382
|
-
export declare interface ArtifactStores {
|
|
383
|
-
/**
|
|
384
|
-
* Gets information of the ArtifactStores under publisher.
|
|
385
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
386
|
-
* @param publisherName The name of the publisher.
|
|
387
|
-
* @param options The options parameters.
|
|
388
|
-
*/
|
|
389
|
-
listByPublisher(resourceGroupName: string, publisherName: string, options?: ArtifactStoresListByPublisherOptionalParams): PagedAsyncIterableIterator<ArtifactStore>;
|
|
390
|
-
/**
|
|
391
|
-
* Deletes the specified artifact store.
|
|
392
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
393
|
-
* @param publisherName The name of the publisher.
|
|
394
|
-
* @param artifactStoreName The name of the artifact store.
|
|
395
|
-
* @param options The options parameters.
|
|
396
|
-
*/
|
|
397
|
-
beginDelete(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactStoresDeleteResponse>, ArtifactStoresDeleteResponse>>;
|
|
398
|
-
/**
|
|
399
|
-
* Deletes the specified artifact store.
|
|
400
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
401
|
-
* @param publisherName The name of the publisher.
|
|
402
|
-
* @param artifactStoreName The name of the artifact store.
|
|
403
|
-
* @param options The options parameters.
|
|
404
|
-
*/
|
|
405
|
-
beginDeleteAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresDeleteOptionalParams): Promise<ArtifactStoresDeleteResponse>;
|
|
406
|
-
/**
|
|
407
|
-
* Creates or updates a artifact store.
|
|
408
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
409
|
-
* @param publisherName The name of the publisher.
|
|
410
|
-
* @param artifactStoreName The name of the artifact store.
|
|
411
|
-
* @param parameters Parameters supplied to the create or update application group operation.
|
|
412
|
-
* @param options The options parameters.
|
|
413
|
-
*/
|
|
414
|
-
beginCreateOrUpdate(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: ArtifactStore, options?: ArtifactStoresCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactStoresCreateOrUpdateResponse>, ArtifactStoresCreateOrUpdateResponse>>;
|
|
415
|
-
/**
|
|
416
|
-
* Creates or updates a artifact store.
|
|
417
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
418
|
-
* @param publisherName The name of the publisher.
|
|
419
|
-
* @param artifactStoreName The name of the artifact store.
|
|
420
|
-
* @param parameters Parameters supplied to the create or update application group operation.
|
|
421
|
-
* @param options The options parameters.
|
|
422
|
-
*/
|
|
423
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: ArtifactStore, options?: ArtifactStoresCreateOrUpdateOptionalParams): Promise<ArtifactStoresCreateOrUpdateResponse>;
|
|
424
|
-
/**
|
|
425
|
-
* Gets information about the specified artifact store.
|
|
426
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
427
|
-
* @param publisherName The name of the publisher.
|
|
428
|
-
* @param artifactStoreName The name of the artifact store.
|
|
429
|
-
* @param options The options parameters.
|
|
430
|
-
*/
|
|
431
|
-
get(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresGetOptionalParams): Promise<ArtifactStoresGetResponse>;
|
|
432
|
-
/**
|
|
433
|
-
* Update artifact store resource.
|
|
434
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
435
|
-
* @param publisherName The name of the publisher.
|
|
436
|
-
* @param artifactStoreName The name of the artifact store.
|
|
437
|
-
* @param parameters Parameters supplied to the create or update application group operation.
|
|
438
|
-
* @param options The options parameters.
|
|
439
|
-
*/
|
|
440
|
-
update(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: TagsObject, options?: ArtifactStoresUpdateOptionalParams): Promise<ArtifactStoresUpdateResponse>;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/** Optional parameters. */
|
|
444
|
-
export declare interface ArtifactStoresCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
445
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
446
|
-
updateIntervalInMs?: number;
|
|
447
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
448
|
-
resumeFrom?: string;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
452
|
-
export declare type ArtifactStoresCreateOrUpdateResponse = ArtifactStore;
|
|
453
|
-
|
|
454
|
-
/** Defines headers for ArtifactStores_delete operation. */
|
|
455
|
-
export declare interface ArtifactStoresDeleteHeaders {
|
|
456
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
457
|
-
location?: string;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/** Optional parameters. */
|
|
461
|
-
export declare interface ArtifactStoresDeleteOptionalParams extends coreClient.OperationOptions {
|
|
462
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
463
|
-
updateIntervalInMs?: number;
|
|
464
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
465
|
-
resumeFrom?: string;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
/** Contains response data for the delete operation. */
|
|
469
|
-
export declare type ArtifactStoresDeleteResponse = ArtifactStoresDeleteHeaders;
|
|
470
|
-
|
|
471
|
-
/** Optional parameters. */
|
|
472
|
-
export declare interface ArtifactStoresGetOptionalParams extends coreClient.OperationOptions {
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
/** Contains response data for the get operation. */
|
|
476
|
-
export declare type ArtifactStoresGetResponse = ArtifactStore;
|
|
477
|
-
|
|
478
|
-
/** Optional parameters. */
|
|
479
|
-
export declare interface ArtifactStoresListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
/** Contains response data for the listByPublisherNext operation. */
|
|
483
|
-
export declare type ArtifactStoresListByPublisherNextResponse = ArtifactStoreListResult;
|
|
484
|
-
|
|
485
|
-
/** Optional parameters. */
|
|
486
|
-
export declare interface ArtifactStoresListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
/** Contains response data for the listByPublisher operation. */
|
|
490
|
-
export declare type ArtifactStoresListByPublisherResponse = ArtifactStoreListResult;
|
|
491
|
-
|
|
492
|
-
/** Optional parameters. */
|
|
493
|
-
export declare interface ArtifactStoresUpdateOptionalParams extends coreClient.OperationOptions {
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
/** Contains response data for the update operation. */
|
|
497
|
-
export declare type ArtifactStoresUpdateResponse = ArtifactStore;
|
|
498
|
-
|
|
499
|
-
/**
|
|
500
|
-
* Defines values for ArtifactStoreType. \
|
|
501
|
-
* {@link KnownArtifactStoreType} can be used interchangeably with ArtifactStoreType,
|
|
502
|
-
* this enum contains the known values that the service supports.
|
|
503
|
-
* ### Known values supported by the service
|
|
504
|
-
* **Unknown** \
|
|
505
|
-
* **AzureContainerRegistry** \
|
|
506
|
-
* **AzureStorageAccount**
|
|
507
|
-
*/
|
|
508
|
-
export declare type ArtifactStoreType = string;
|
|
509
|
-
|
|
510
|
-
/**
|
|
511
|
-
* Defines values for ArtifactType. \
|
|
512
|
-
* {@link KnownArtifactType} can be used interchangeably with ArtifactType,
|
|
513
|
-
* this enum contains the known values that the service supports.
|
|
514
|
-
* ### Known values supported by the service
|
|
515
|
-
* **Unknown** \
|
|
516
|
-
* **OCIArtifact** \
|
|
517
|
-
* **VhdImageFile** \
|
|
518
|
-
* **ArmTemplate** \
|
|
519
|
-
* **ImageFile**
|
|
520
|
-
*/
|
|
521
|
-
export declare type ArtifactType = string;
|
|
522
|
-
|
|
523
|
-
/** The AzureArcK8sCluster NFVI detail. */
|
|
524
|
-
export declare interface AzureArcK8SClusterNfviDetails extends NFVIs {
|
|
525
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
526
|
-
nfviType: "AzureArcKubernetes";
|
|
527
|
-
/** The reference to the custom location. */
|
|
528
|
-
customLocationReference?: ReferencedResource;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
/** Azure arc kubernetes artifact profile properties. */
|
|
532
|
-
export declare interface AzureArcKubernetesArtifactProfile extends ArtifactProfile {
|
|
533
|
-
/** Helm artifact profile. */
|
|
534
|
-
helmArtifactProfile?: HelmArtifactProfile;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
/**
|
|
538
|
-
* Defines values for AzureArcKubernetesArtifactType. \
|
|
539
|
-
* {@link KnownAzureArcKubernetesArtifactType} can be used interchangeably with AzureArcKubernetesArtifactType,
|
|
540
|
-
* this enum contains the known values that the service supports.
|
|
541
|
-
* ### Known values supported by the service
|
|
542
|
-
* **Unknown** \
|
|
543
|
-
* **HelmPackage**
|
|
544
|
-
*/
|
|
545
|
-
export declare type AzureArcKubernetesArtifactType = string;
|
|
546
|
-
|
|
547
|
-
/** Azure arc kubernetes deploy mapping rule profile. */
|
|
548
|
-
export declare interface AzureArcKubernetesDeployMappingRuleProfile extends MappingRuleProfile {
|
|
549
|
-
/** The helm mapping rule profile. */
|
|
550
|
-
helmMappingRuleProfile?: HelmMappingRuleProfile;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
/** Azure arc kubernetes helm application configurations. */
|
|
554
|
-
export declare interface AzureArcKubernetesHelmApplication extends AzureArcKubernetesNetworkFunctionApplication {
|
|
555
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
556
|
-
artifactType: "HelmPackage";
|
|
557
|
-
/** Azure arc kubernetes artifact profile. */
|
|
558
|
-
artifactProfile?: AzureArcKubernetesArtifactProfile;
|
|
559
|
-
/** Deploy mapping rule profile. */
|
|
560
|
-
deployParametersMappingRuleProfile?: AzureArcKubernetesDeployMappingRuleProfile;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
/** Azure arc kubernetes network function application definition. */
|
|
564
|
-
export declare interface AzureArcKubernetesNetworkFunctionApplication extends NetworkFunctionApplication {
|
|
565
|
-
/** The artifact type. */
|
|
566
|
-
artifactType: AzureArcKubernetesArtifactType;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
export declare type AzureArcKubernetesNetworkFunctionApplicationUnion = AzureArcKubernetesNetworkFunctionApplication | AzureArcKubernetesHelmApplication;
|
|
570
|
-
|
|
571
|
-
/** Azure Arc kubernetes network function template. */
|
|
572
|
-
export declare interface AzureArcKubernetesNetworkFunctionTemplate extends ContainerizedNetworkFunctionTemplate {
|
|
573
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
574
|
-
nfviType: "AzureArcKubernetes";
|
|
575
|
-
/** Network function applications. */
|
|
576
|
-
networkFunctionApplications?: AzureArcKubernetesNetworkFunctionApplicationUnion[];
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
/** The azure container registry scoped token credential definition. */
|
|
580
|
-
export declare interface AzureContainerRegistryScopedTokenCredential extends ArtifactAccessCredential {
|
|
581
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
582
|
-
credentialType: "AzureContainerRegistryScopedToken";
|
|
583
|
-
/** The username of the credential. */
|
|
584
|
-
username?: string;
|
|
585
|
-
/** The credential value. */
|
|
586
|
-
acrToken?: string;
|
|
587
|
-
/** The Acr server url */
|
|
588
|
-
acrServerUrl?: string;
|
|
589
|
-
/** The repositories that could be accessed using the current credential. */
|
|
590
|
-
repositories?: string[];
|
|
591
|
-
/** The UTC time when credential will expire. */
|
|
592
|
-
expiry?: Date;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
/** Azure template artifact profile properties. */
|
|
596
|
-
export declare interface AzureCoreArmTemplateArtifactProfile extends ArtifactProfile {
|
|
597
|
-
/** Template artifact profile. */
|
|
598
|
-
templateArtifactProfile?: ArmTemplateArtifactProfile;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
/** Azure template deploy mapping rule profile. */
|
|
602
|
-
export declare interface AzureCoreArmTemplateDeployMappingRuleProfile extends MappingRuleProfile {
|
|
603
|
-
/** The template mapping rule profile. */
|
|
604
|
-
templateMappingRuleProfile?: ArmTemplateMappingRuleProfile;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
/**
|
|
608
|
-
* Defines values for AzureCoreArtifactType. \
|
|
609
|
-
* {@link KnownAzureCoreArtifactType} can be used interchangeably with AzureCoreArtifactType,
|
|
610
|
-
* this enum contains the known values that the service supports.
|
|
611
|
-
* ### Known values supported by the service
|
|
612
|
-
* **Unknown** \
|
|
613
|
-
* **VhdImageFile** \
|
|
614
|
-
* **ArmTemplate**
|
|
615
|
-
*/
|
|
616
|
-
export declare type AzureCoreArtifactType = string;
|
|
617
|
-
|
|
618
|
-
/** Azure virtual network function application definition. */
|
|
619
|
-
export declare interface AzureCoreNetworkFunctionApplication extends NetworkFunctionApplication {
|
|
620
|
-
/** The artifact type. */
|
|
621
|
-
artifactType: AzureCoreArtifactType;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
export declare type AzureCoreNetworkFunctionApplicationUnion = AzureCoreNetworkFunctionApplication | AzureCoreNetworkFunctionVhdApplication | AzureCoreNetworkFunctionArmTemplateApplication;
|
|
625
|
-
|
|
626
|
-
/** Azure core network function Template application definition. */
|
|
627
|
-
export declare interface AzureCoreNetworkFunctionArmTemplateApplication extends AzureCoreNetworkFunctionApplication {
|
|
628
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
629
|
-
artifactType: "ArmTemplate";
|
|
630
|
-
/** Azure template artifact profile. */
|
|
631
|
-
artifactProfile?: AzureCoreArmTemplateArtifactProfile;
|
|
632
|
-
/** Deploy mapping rule profile. */
|
|
633
|
-
deployParametersMappingRuleProfile?: AzureCoreArmTemplateDeployMappingRuleProfile;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
/** Azure virtual network function template. */
|
|
637
|
-
export declare interface AzureCoreNetworkFunctionTemplate extends VirtualNetworkFunctionTemplate {
|
|
638
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
639
|
-
nfviType: "AzureCore";
|
|
640
|
-
/** Network function applications. */
|
|
641
|
-
networkFunctionApplications?: AzureCoreNetworkFunctionApplicationUnion[];
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
/** Azure core network function vhd application definition. */
|
|
645
|
-
export declare interface AzureCoreNetworkFunctionVhdApplication extends AzureCoreNetworkFunctionApplication {
|
|
646
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
647
|
-
artifactType: "VhdImageFile";
|
|
648
|
-
/** Azure vhd image artifact profile. */
|
|
649
|
-
artifactProfile?: AzureCoreVhdImageArtifactProfile;
|
|
650
|
-
/** Deploy mapping rule profile. */
|
|
651
|
-
deployParametersMappingRuleProfile?: AzureCoreVhdImageDeployMappingRuleProfile;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
/** The Azure Core NFVI detail. */
|
|
655
|
-
export declare interface AzureCoreNfviDetails extends NFVIs {
|
|
656
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
657
|
-
nfviType: "AzureCore";
|
|
658
|
-
/** Location of the Azure core. */
|
|
659
|
-
location?: string;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
/** Azure vhd artifact profile properties. */
|
|
663
|
-
export declare interface AzureCoreVhdImageArtifactProfile extends ArtifactProfile {
|
|
664
|
-
/** Vhd artifact profile. */
|
|
665
|
-
vhdArtifactProfile?: VhdImageArtifactProfile;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
/** Azure vhd deploy mapping rule profile. */
|
|
669
|
-
export declare interface AzureCoreVhdImageDeployMappingRuleProfile extends MappingRuleProfile {
|
|
670
|
-
/** The vhd mapping rule profile. */
|
|
671
|
-
vhdImageMappingRuleProfile?: VhdImageMappingRuleProfile;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
/** Azure Operator Distributed Services vhd artifact profile properties. */
|
|
675
|
-
export declare interface AzureOperatorNexusArmTemplateArtifactProfile extends ArtifactProfile {
|
|
676
|
-
/** Template artifact profile. */
|
|
677
|
-
templateArtifactProfile?: ArmTemplateArtifactProfile;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
/** Azure Operator Distributed Services template deploy mapping rule profile. */
|
|
681
|
-
export declare interface AzureOperatorNexusArmTemplateDeployMappingRuleProfile extends MappingRuleProfile {
|
|
682
|
-
/** The template mapping rule profile. */
|
|
683
|
-
templateMappingRuleProfile?: ArmTemplateMappingRuleProfile;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
/**
|
|
687
|
-
* Defines values for AzureOperatorNexusArtifactType. \
|
|
688
|
-
* {@link KnownAzureOperatorNexusArtifactType} can be used interchangeably with AzureOperatorNexusArtifactType,
|
|
689
|
-
* this enum contains the known values that the service supports.
|
|
690
|
-
* ### Known values supported by the service
|
|
691
|
-
* **Unknown** \
|
|
692
|
-
* **ImageFile** \
|
|
693
|
-
* **ArmTemplate**
|
|
694
|
-
*/
|
|
695
|
-
export declare type AzureOperatorNexusArtifactType = string;
|
|
696
|
-
|
|
697
|
-
/** The AzureOperatorNexusCluster NFVI detail. */
|
|
698
|
-
export declare interface AzureOperatorNexusClusterNfviDetails extends NFVIs {
|
|
699
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
700
|
-
nfviType: "AzureOperatorNexus";
|
|
701
|
-
/** The reference to the custom location. */
|
|
702
|
-
customLocationReference?: ReferencedResource;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
/** Azure Operator Distributed Services image artifact profile properties. */
|
|
706
|
-
export declare interface AzureOperatorNexusImageArtifactProfile extends ArtifactProfile {
|
|
707
|
-
/** Image artifact profile. */
|
|
708
|
-
imageArtifactProfile?: ImageArtifactProfile;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
/** Azure Operator Distributed Services image deploy mapping rule profile. */
|
|
712
|
-
export declare interface AzureOperatorNexusImageDeployMappingRuleProfile extends MappingRuleProfile {
|
|
713
|
-
/** The vhd mapping rule profile. */
|
|
714
|
-
imageMappingRuleProfile?: ImageMappingRuleProfile;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
/** Azure Operator Distributed Services network function application definition. */
|
|
718
|
-
export declare interface AzureOperatorNexusNetworkFunctionApplication extends NetworkFunctionApplication {
|
|
719
|
-
/** The artifact type. */
|
|
720
|
-
artifactType: AzureOperatorNexusArtifactType;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
export declare type AzureOperatorNexusNetworkFunctionApplicationUnion = AzureOperatorNexusNetworkFunctionApplication | AzureOperatorNexusNetworkFunctionImageApplication | AzureOperatorNexusNetworkFunctionArmTemplateApplication;
|
|
724
|
-
|
|
725
|
-
/** Azure Operator Distributed Services network function Template application definition. */
|
|
726
|
-
export declare interface AzureOperatorNexusNetworkFunctionArmTemplateApplication extends AzureOperatorNexusNetworkFunctionApplication {
|
|
727
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
728
|
-
artifactType: "ArmTemplate";
|
|
729
|
-
/** Azure Operator Distributed Services Template artifact profile. */
|
|
730
|
-
artifactProfile?: AzureOperatorNexusArmTemplateArtifactProfile;
|
|
731
|
-
/** Deploy mapping rule profile. */
|
|
732
|
-
deployParametersMappingRuleProfile?: AzureOperatorNexusArmTemplateDeployMappingRuleProfile;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
/** Azure Operator Distributed Services network function image application definition. */
|
|
736
|
-
export declare interface AzureOperatorNexusNetworkFunctionImageApplication extends AzureOperatorNexusNetworkFunctionApplication {
|
|
737
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
738
|
-
artifactType: "ImageFile";
|
|
739
|
-
/** Azure Operator Distributed Services image artifact profile. */
|
|
740
|
-
artifactProfile?: AzureOperatorNexusImageArtifactProfile;
|
|
741
|
-
/** Deploy mapping rule profile. */
|
|
742
|
-
deployParametersMappingRuleProfile?: AzureOperatorNexusImageDeployMappingRuleProfile;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
/** Azure Operator Distributed Services network function template. */
|
|
746
|
-
export declare interface AzureOperatorNexusNetworkFunctionTemplate extends VirtualNetworkFunctionTemplate {
|
|
747
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
748
|
-
nfviType: "AzureOperatorNexus";
|
|
749
|
-
/** Network function applications. */
|
|
750
|
-
networkFunctionApplications?: AzureOperatorNexusNetworkFunctionApplicationUnion[];
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
/** The azure storage account container credential definition. */
|
|
754
|
-
export declare interface AzureStorageAccountContainerCredential {
|
|
755
|
-
/** The storage account container name */
|
|
756
|
-
containerName?: string;
|
|
757
|
-
/** The storage account container sas uri */
|
|
758
|
-
containerSasUri?: string;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
/** The azure storage account credential definition. */
|
|
762
|
-
export declare interface AzureStorageAccountCredential extends ArtifactAccessCredential {
|
|
763
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
764
|
-
credentialType: "AzureStorageAccountToken";
|
|
765
|
-
/** The storage account Id */
|
|
766
|
-
storageAccountId?: string;
|
|
767
|
-
/** The containers that could be accessed using the current credential. */
|
|
768
|
-
containerCredentials?: AzureStorageAccountContainerCredential[];
|
|
769
|
-
/** The UTC time when credential will expire. */
|
|
770
|
-
expiry?: Date;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
/** The component sub resource. */
|
|
774
|
-
export declare interface Component extends ProxyResource {
|
|
775
|
-
/** The component properties. */
|
|
776
|
-
properties?: ComponentProperties;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
/** Response for list component API service call. */
|
|
780
|
-
export declare interface ComponentListResult {
|
|
781
|
-
/** A list of component resources in a networkFunction. */
|
|
782
|
-
value?: Component[];
|
|
783
|
-
/**
|
|
784
|
-
* The URL to get the next set of results.
|
|
785
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
786
|
-
*/
|
|
787
|
-
readonly nextLink?: string;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
/** The component properties of the network function. */
|
|
791
|
-
export declare interface ComponentProperties {
|
|
792
|
-
/**
|
|
793
|
-
* The provisioning state of the component resource.
|
|
794
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
795
|
-
*/
|
|
796
|
-
readonly provisioningState?: ProvisioningState;
|
|
797
|
-
/**
|
|
798
|
-
* The JSON-serialized deployment profile of the component resource.
|
|
799
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
800
|
-
*/
|
|
801
|
-
readonly deploymentProfile?: string;
|
|
802
|
-
/**
|
|
803
|
-
* The deployment status of the component resource.
|
|
804
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
805
|
-
*/
|
|
806
|
-
readonly deploymentStatus?: DeploymentStatusProperties;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
/** Interface representing a Components. */
|
|
810
|
-
export declare interface Components {
|
|
811
|
-
/**
|
|
812
|
-
* Lists all the component resources in a network function.
|
|
813
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
814
|
-
* @param networkFunctionName The name of the network function.
|
|
815
|
-
* @param options The options parameters.
|
|
816
|
-
*/
|
|
817
|
-
listByNetworkFunction(resourceGroupName: string, networkFunctionName: string, options?: ComponentsListByNetworkFunctionOptionalParams): PagedAsyncIterableIterator<Component>;
|
|
818
|
-
/**
|
|
819
|
-
* Gets information about the specified application instance resource.
|
|
820
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
821
|
-
* @param networkFunctionName The name of the network function.
|
|
822
|
-
* @param componentName The name of the component.
|
|
823
|
-
* @param options The options parameters.
|
|
824
|
-
*/
|
|
825
|
-
get(resourceGroupName: string, networkFunctionName: string, componentName: string, options?: ComponentsGetOptionalParams): Promise<ComponentsGetResponse>;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
/** Optional parameters. */
|
|
829
|
-
export declare interface ComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
/** Contains response data for the get operation. */
|
|
833
|
-
export declare type ComponentsGetResponse = Component;
|
|
834
|
-
|
|
835
|
-
/** Optional parameters. */
|
|
836
|
-
export declare interface ComponentsListByNetworkFunctionNextOptionalParams extends coreClient.OperationOptions {
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
/** Contains response data for the listByNetworkFunctionNext operation. */
|
|
840
|
-
export declare type ComponentsListByNetworkFunctionNextResponse = ComponentListResult;
|
|
841
|
-
|
|
842
|
-
/** Optional parameters. */
|
|
843
|
-
export declare interface ComponentsListByNetworkFunctionOptionalParams extends coreClient.OperationOptions {
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
/** Contains response data for the listByNetworkFunction operation. */
|
|
847
|
-
export declare type ComponentsListByNetworkFunctionResponse = ComponentListResult;
|
|
848
|
-
|
|
849
|
-
/**
|
|
850
|
-
* Defines values for ConfigurationGenerationType. \
|
|
851
|
-
* {@link KnownConfigurationGenerationType} can be used interchangeably with ConfigurationGenerationType,
|
|
852
|
-
* this enum contains the known values that the service supports.
|
|
853
|
-
* ### Known values supported by the service
|
|
854
|
-
* **Unknown** \
|
|
855
|
-
* **HandlebarTemplate**
|
|
856
|
-
*/
|
|
857
|
-
export declare type ConfigurationGenerationType = string;
|
|
858
|
-
|
|
859
|
-
/** Configuration group schema resource. */
|
|
860
|
-
export declare interface ConfigurationGroupSchema extends TrackedResource {
|
|
861
|
-
/** Configuration group schema properties. */
|
|
862
|
-
properties?: ConfigurationGroupSchemaPropertiesFormat;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
/** A list of configuration group schema resources. */
|
|
866
|
-
export declare interface ConfigurationGroupSchemaListResult {
|
|
867
|
-
/** A list of configuration group schema. */
|
|
868
|
-
value?: ConfigurationGroupSchema[];
|
|
869
|
-
/**
|
|
870
|
-
* The URL to get the next set of results.
|
|
871
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
872
|
-
*/
|
|
873
|
-
readonly nextLink?: string;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
/** Configuration group schema properties. */
|
|
877
|
-
export declare interface ConfigurationGroupSchemaPropertiesFormat {
|
|
878
|
-
/**
|
|
879
|
-
* The provisioning state of the Configuration group schema resource.
|
|
880
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
881
|
-
*/
|
|
882
|
-
readonly provisioningState?: ProvisioningState;
|
|
883
|
-
/**
|
|
884
|
-
* The configuration group schema version state.
|
|
885
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
886
|
-
*/
|
|
887
|
-
readonly versionState?: VersionState;
|
|
888
|
-
/** Description of what schema can contain. */
|
|
889
|
-
description?: string;
|
|
890
|
-
/** Name and value pairs that define the configuration value. It can be a well formed escaped JSON string. */
|
|
891
|
-
schemaDefinition?: string;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
/** Interface representing a ConfigurationGroupSchemas. */
|
|
895
|
-
export declare interface ConfigurationGroupSchemas {
|
|
896
|
-
/**
|
|
897
|
-
* Gets information of the configuration group schemas under a publisher.
|
|
898
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
899
|
-
* @param publisherName The name of the publisher.
|
|
900
|
-
* @param options The options parameters.
|
|
901
|
-
*/
|
|
902
|
-
listByPublisher(resourceGroupName: string, publisherName: string, options?: ConfigurationGroupSchemasListByPublisherOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupSchema>;
|
|
903
|
-
/**
|
|
904
|
-
* Deletes a specified configuration group schema.
|
|
905
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
906
|
-
* @param publisherName The name of the publisher.
|
|
907
|
-
* @param configurationGroupSchemaName The name of the configuration group schema.
|
|
908
|
-
* @param options The options parameters.
|
|
909
|
-
*/
|
|
910
|
-
beginDelete(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemasDeleteResponse>, ConfigurationGroupSchemasDeleteResponse>>;
|
|
911
|
-
/**
|
|
912
|
-
* Deletes a specified configuration group schema.
|
|
913
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
914
|
-
* @param publisherName The name of the publisher.
|
|
915
|
-
* @param configurationGroupSchemaName The name of the configuration group schema.
|
|
916
|
-
* @param options The options parameters.
|
|
917
|
-
*/
|
|
918
|
-
beginDeleteAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<ConfigurationGroupSchemasDeleteResponse>;
|
|
919
|
-
/**
|
|
920
|
-
* Creates or updates a configuration group schema.
|
|
921
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
922
|
-
* @param publisherName The name of the publisher.
|
|
923
|
-
* @param configurationGroupSchemaName The name of the configuration group schema.
|
|
924
|
-
* @param parameters Parameters supplied to the create or update configuration group schema resource.
|
|
925
|
-
* @param options The options parameters.
|
|
926
|
-
*/
|
|
927
|
-
beginCreateOrUpdate(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchema, options?: ConfigurationGroupSchemasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemasCreateOrUpdateResponse>, ConfigurationGroupSchemasCreateOrUpdateResponse>>;
|
|
928
|
-
/**
|
|
929
|
-
* Creates or updates a configuration group schema.
|
|
930
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
931
|
-
* @param publisherName The name of the publisher.
|
|
932
|
-
* @param configurationGroupSchemaName The name of the configuration group schema.
|
|
933
|
-
* @param parameters Parameters supplied to the create or update configuration group schema resource.
|
|
934
|
-
* @param options The options parameters.
|
|
935
|
-
*/
|
|
936
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchema, options?: ConfigurationGroupSchemasCreateOrUpdateOptionalParams): Promise<ConfigurationGroupSchemasCreateOrUpdateResponse>;
|
|
937
|
-
/**
|
|
938
|
-
* Gets information about the specified configuration group schema.
|
|
939
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
940
|
-
* @param publisherName The name of the publisher.
|
|
941
|
-
* @param configurationGroupSchemaName The name of the configuration group schema.
|
|
942
|
-
* @param options The options parameters.
|
|
943
|
-
*/
|
|
944
|
-
get(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasGetOptionalParams): Promise<ConfigurationGroupSchemasGetResponse>;
|
|
945
|
-
/**
|
|
946
|
-
* Updates a configuration group schema resource.
|
|
947
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
948
|
-
* @param publisherName The name of the publisher.
|
|
949
|
-
* @param configurationGroupSchemaName The name of the configuration group schema.
|
|
950
|
-
* @param parameters Parameters supplied to the create or update network service design version
|
|
951
|
-
* operation.
|
|
952
|
-
* @param options The options parameters.
|
|
953
|
-
*/
|
|
954
|
-
update(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: TagsObject, options?: ConfigurationGroupSchemasUpdateOptionalParams): Promise<ConfigurationGroupSchemasUpdateResponse>;
|
|
955
|
-
/**
|
|
956
|
-
* Update configuration group schema state.
|
|
957
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
958
|
-
* @param publisherName The name of the publisher.
|
|
959
|
-
* @param configurationGroupSchemaName The name of the configuration group schema.
|
|
960
|
-
* @param parameters Parameters supplied to update the state of configuration group schema.
|
|
961
|
-
* @param options The options parameters.
|
|
962
|
-
*/
|
|
963
|
-
beginUpdateState(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchemaVersionUpdateState, options?: ConfigurationGroupSchemasUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemasUpdateStateResponse>, ConfigurationGroupSchemasUpdateStateResponse>>;
|
|
964
|
-
/**
|
|
965
|
-
* Update configuration group schema state.
|
|
966
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
967
|
-
* @param publisherName The name of the publisher.
|
|
968
|
-
* @param configurationGroupSchemaName The name of the configuration group schema.
|
|
969
|
-
* @param parameters Parameters supplied to update the state of configuration group schema.
|
|
970
|
-
* @param options The options parameters.
|
|
971
|
-
*/
|
|
972
|
-
beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchemaVersionUpdateState, options?: ConfigurationGroupSchemasUpdateStateOptionalParams): Promise<ConfigurationGroupSchemasUpdateStateResponse>;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
/** Optional parameters. */
|
|
976
|
-
export declare interface ConfigurationGroupSchemasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
977
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
978
|
-
updateIntervalInMs?: number;
|
|
979
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
980
|
-
resumeFrom?: string;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
984
|
-
export declare type ConfigurationGroupSchemasCreateOrUpdateResponse = ConfigurationGroupSchema;
|
|
985
|
-
|
|
986
|
-
/** Defines headers for ConfigurationGroupSchemas_delete operation. */
|
|
987
|
-
export declare interface ConfigurationGroupSchemasDeleteHeaders {
|
|
988
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
989
|
-
location?: string;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
/** Optional parameters. */
|
|
993
|
-
export declare interface ConfigurationGroupSchemasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
994
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
995
|
-
updateIntervalInMs?: number;
|
|
996
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
997
|
-
resumeFrom?: string;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
/** Contains response data for the delete operation. */
|
|
1001
|
-
export declare type ConfigurationGroupSchemasDeleteResponse = ConfigurationGroupSchemasDeleteHeaders;
|
|
1002
|
-
|
|
1003
|
-
/** Optional parameters. */
|
|
1004
|
-
export declare interface ConfigurationGroupSchemasGetOptionalParams extends coreClient.OperationOptions {
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
/** Contains response data for the get operation. */
|
|
1008
|
-
export declare type ConfigurationGroupSchemasGetResponse = ConfigurationGroupSchema;
|
|
1009
|
-
|
|
1010
|
-
/** Optional parameters. */
|
|
1011
|
-
export declare interface ConfigurationGroupSchemasListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
/** Contains response data for the listByPublisherNext operation. */
|
|
1015
|
-
export declare type ConfigurationGroupSchemasListByPublisherNextResponse = ConfigurationGroupSchemaListResult;
|
|
1016
|
-
|
|
1017
|
-
/** Optional parameters. */
|
|
1018
|
-
export declare interface ConfigurationGroupSchemasListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
/** Contains response data for the listByPublisher operation. */
|
|
1022
|
-
export declare type ConfigurationGroupSchemasListByPublisherResponse = ConfigurationGroupSchemaListResult;
|
|
1023
|
-
|
|
1024
|
-
/** Optional parameters. */
|
|
1025
|
-
export declare interface ConfigurationGroupSchemasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
/** Contains response data for the update operation. */
|
|
1029
|
-
export declare type ConfigurationGroupSchemasUpdateResponse = ConfigurationGroupSchema;
|
|
1030
|
-
|
|
1031
|
-
/** Defines headers for ConfigurationGroupSchemas_updateState operation. */
|
|
1032
|
-
export declare interface ConfigurationGroupSchemasUpdateStateHeaders {
|
|
1033
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1034
|
-
location?: string;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
/** Optional parameters. */
|
|
1038
|
-
export declare interface ConfigurationGroupSchemasUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
1039
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1040
|
-
updateIntervalInMs?: number;
|
|
1041
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1042
|
-
resumeFrom?: string;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
/** Contains response data for the updateState operation. */
|
|
1046
|
-
export declare type ConfigurationGroupSchemasUpdateStateResponse = ConfigurationGroupSchemaVersionUpdateState;
|
|
1047
|
-
|
|
1048
|
-
/** Publisher configuration group schema update request definition. */
|
|
1049
|
-
export declare interface ConfigurationGroupSchemaVersionUpdateState {
|
|
1050
|
-
/** The configuration group schema state. */
|
|
1051
|
-
versionState?: VersionState;
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
/** Hybrid configuration group value resource. */
|
|
1055
|
-
export declare interface ConfigurationGroupValue extends TrackedResource {
|
|
1056
|
-
/** Hybrid configuration group value properties. */
|
|
1057
|
-
properties?: ConfigurationGroupValuePropertiesFormatUnion;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
/**
|
|
1061
|
-
* Defines values for ConfigurationGroupValueConfigurationType. \
|
|
1062
|
-
* {@link KnownConfigurationGroupValueConfigurationType} can be used interchangeably with ConfigurationGroupValueConfigurationType,
|
|
1063
|
-
* this enum contains the known values that the service supports.
|
|
1064
|
-
* ### Known values supported by the service
|
|
1065
|
-
* **Unknown** \
|
|
1066
|
-
* **Secret** \
|
|
1067
|
-
* **Open**
|
|
1068
|
-
*/
|
|
1069
|
-
export declare type ConfigurationGroupValueConfigurationType = string;
|
|
1070
|
-
|
|
1071
|
-
/** Response for hybrid configurationGroups API service call. */
|
|
1072
|
-
export declare interface ConfigurationGroupValueListResult {
|
|
1073
|
-
/** A list of hybrid configurationGroups. */
|
|
1074
|
-
value?: ConfigurationGroupValue[];
|
|
1075
|
-
/**
|
|
1076
|
-
* The URL to get the next set of results.
|
|
1077
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1078
|
-
*/
|
|
1079
|
-
readonly nextLink?: string;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
/** Hybrid configuration group value properties. */
|
|
1083
|
-
export declare interface ConfigurationGroupValuePropertiesFormat {
|
|
1084
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1085
|
-
configurationType: "Secret" | "Open";
|
|
1086
|
-
/**
|
|
1087
|
-
* The provisioning state of the site resource.
|
|
1088
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1089
|
-
*/
|
|
1090
|
-
readonly provisioningState?: ProvisioningState;
|
|
1091
|
-
/**
|
|
1092
|
-
* The publisher name for the configuration group schema.
|
|
1093
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1094
|
-
*/
|
|
1095
|
-
readonly publisherName?: string;
|
|
1096
|
-
/**
|
|
1097
|
-
* The scope of the publisher.
|
|
1098
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1099
|
-
*/
|
|
1100
|
-
readonly publisherScope?: PublisherScope;
|
|
1101
|
-
/**
|
|
1102
|
-
* The configuration group schema name.
|
|
1103
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1104
|
-
*/
|
|
1105
|
-
readonly configurationGroupSchemaName?: string;
|
|
1106
|
-
/**
|
|
1107
|
-
* The location of the configuration group schema offering.
|
|
1108
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1109
|
-
*/
|
|
1110
|
-
readonly configurationGroupSchemaOfferingLocation?: string;
|
|
1111
|
-
/** The configuration group schema resource reference. */
|
|
1112
|
-
configurationGroupSchemaResourceReference?: DeploymentResourceIdReferenceUnion;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
export declare type ConfigurationGroupValuePropertiesFormatUnion = ConfigurationGroupValuePropertiesFormat | ConfigurationValueWithSecrets | ConfigurationValueWithoutSecrets;
|
|
1116
|
-
|
|
1117
|
-
/** Interface representing a ConfigurationGroupValues. */
|
|
1118
|
-
export declare interface ConfigurationGroupValues {
|
|
1119
|
-
/**
|
|
1120
|
-
* Lists all sites in the configuration group value in a subscription.
|
|
1121
|
-
* @param options The options parameters.
|
|
1122
|
-
*/
|
|
1123
|
-
listBySubscription(options?: ConfigurationGroupValuesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupValue>;
|
|
1124
|
-
/**
|
|
1125
|
-
* Lists all the hybrid network configurationGroupValues in a resource group.
|
|
1126
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1127
|
-
* @param options The options parameters.
|
|
1128
|
-
*/
|
|
1129
|
-
listByResourceGroup(resourceGroupName: string, options?: ConfigurationGroupValuesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupValue>;
|
|
1130
|
-
/**
|
|
1131
|
-
* Deletes the specified hybrid configuration group value.
|
|
1132
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1133
|
-
* @param configurationGroupValueName The name of the configuration group value.
|
|
1134
|
-
* @param options The options parameters.
|
|
1135
|
-
*/
|
|
1136
|
-
beginDelete(resourceGroupName: string, configurationGroupValueName: string, options?: ConfigurationGroupValuesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupValuesDeleteResponse>, ConfigurationGroupValuesDeleteResponse>>;
|
|
1137
|
-
/**
|
|
1138
|
-
* Deletes the specified hybrid configuration group value.
|
|
1139
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1140
|
-
* @param configurationGroupValueName The name of the configuration group value.
|
|
1141
|
-
* @param options The options parameters.
|
|
1142
|
-
*/
|
|
1143
|
-
beginDeleteAndWait(resourceGroupName: string, configurationGroupValueName: string, options?: ConfigurationGroupValuesDeleteOptionalParams): Promise<ConfigurationGroupValuesDeleteResponse>;
|
|
1144
|
-
/**
|
|
1145
|
-
* Gets information about the specified hybrid configuration group values.
|
|
1146
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1147
|
-
* @param configurationGroupValueName The name of the configuration group value.
|
|
1148
|
-
* @param options The options parameters.
|
|
1149
|
-
*/
|
|
1150
|
-
get(resourceGroupName: string, configurationGroupValueName: string, options?: ConfigurationGroupValuesGetOptionalParams): Promise<ConfigurationGroupValuesGetResponse>;
|
|
1151
|
-
/**
|
|
1152
|
-
* Creates or updates a hybrid configuration group value.
|
|
1153
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1154
|
-
* @param configurationGroupValueName The name of the configuration group value.
|
|
1155
|
-
* @param parameters Parameters supplied to the create or update configuration group value resource.
|
|
1156
|
-
* @param options The options parameters.
|
|
1157
|
-
*/
|
|
1158
|
-
beginCreateOrUpdate(resourceGroupName: string, configurationGroupValueName: string, parameters: ConfigurationGroupValue, options?: ConfigurationGroupValuesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupValuesCreateOrUpdateResponse>, ConfigurationGroupValuesCreateOrUpdateResponse>>;
|
|
1159
|
-
/**
|
|
1160
|
-
* Creates or updates a hybrid configuration group value.
|
|
1161
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1162
|
-
* @param configurationGroupValueName The name of the configuration group value.
|
|
1163
|
-
* @param parameters Parameters supplied to the create or update configuration group value resource.
|
|
1164
|
-
* @param options The options parameters.
|
|
1165
|
-
*/
|
|
1166
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, configurationGroupValueName: string, parameters: ConfigurationGroupValue, options?: ConfigurationGroupValuesCreateOrUpdateOptionalParams): Promise<ConfigurationGroupValuesCreateOrUpdateResponse>;
|
|
1167
|
-
/**
|
|
1168
|
-
* Updates a hybrid configuration group tags.
|
|
1169
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1170
|
-
* @param configurationGroupValueName The name of the configuration group value.
|
|
1171
|
-
* @param parameters Parameters supplied to update configuration group values tags.
|
|
1172
|
-
* @param options The options parameters.
|
|
1173
|
-
*/
|
|
1174
|
-
updateTags(resourceGroupName: string, configurationGroupValueName: string, parameters: TagsObject, options?: ConfigurationGroupValuesUpdateTagsOptionalParams): Promise<ConfigurationGroupValuesUpdateTagsResponse>;
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
/** Optional parameters. */
|
|
1178
|
-
export declare interface ConfigurationGroupValuesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1179
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1180
|
-
updateIntervalInMs?: number;
|
|
1181
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1182
|
-
resumeFrom?: string;
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1186
|
-
export declare type ConfigurationGroupValuesCreateOrUpdateResponse = ConfigurationGroupValue;
|
|
1187
|
-
|
|
1188
|
-
/** Defines headers for ConfigurationGroupValues_delete operation. */
|
|
1189
|
-
export declare interface ConfigurationGroupValuesDeleteHeaders {
|
|
1190
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
1191
|
-
location?: string;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
/** Optional parameters. */
|
|
1195
|
-
export declare interface ConfigurationGroupValuesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1196
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1197
|
-
updateIntervalInMs?: number;
|
|
1198
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1199
|
-
resumeFrom?: string;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
/** Contains response data for the delete operation. */
|
|
1203
|
-
export declare type ConfigurationGroupValuesDeleteResponse = ConfigurationGroupValuesDeleteHeaders;
|
|
1204
|
-
|
|
1205
|
-
/** Optional parameters. */
|
|
1206
|
-
export declare interface ConfigurationGroupValuesGetOptionalParams extends coreClient.OperationOptions {
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
/** Contains response data for the get operation. */
|
|
1210
|
-
export declare type ConfigurationGroupValuesGetResponse = ConfigurationGroupValue;
|
|
1211
|
-
|
|
1212
|
-
/** Optional parameters. */
|
|
1213
|
-
export declare interface ConfigurationGroupValuesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1217
|
-
export declare type ConfigurationGroupValuesListByResourceGroupNextResponse = ConfigurationGroupValueListResult;
|
|
1218
|
-
|
|
1219
|
-
/** Optional parameters. */
|
|
1220
|
-
export declare interface ConfigurationGroupValuesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1224
|
-
export declare type ConfigurationGroupValuesListByResourceGroupResponse = ConfigurationGroupValueListResult;
|
|
1225
|
-
|
|
1226
|
-
/** Optional parameters. */
|
|
1227
|
-
export declare interface ConfigurationGroupValuesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1231
|
-
export declare type ConfigurationGroupValuesListBySubscriptionNextResponse = ConfigurationGroupValueListResult;
|
|
1232
|
-
|
|
1233
|
-
/** Optional parameters. */
|
|
1234
|
-
export declare interface ConfigurationGroupValuesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1238
|
-
export declare type ConfigurationGroupValuesListBySubscriptionResponse = ConfigurationGroupValueListResult;
|
|
1239
|
-
|
|
1240
|
-
/** Optional parameters. */
|
|
1241
|
-
export declare interface ConfigurationGroupValuesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
/** Contains response data for the updateTags operation. */
|
|
1245
|
-
export declare type ConfigurationGroupValuesUpdateTagsResponse = ConfigurationGroupValue;
|
|
1246
|
-
|
|
1247
|
-
/** The ConfigurationValue with no secrets. */
|
|
1248
|
-
export declare interface ConfigurationValueWithoutSecrets extends ConfigurationGroupValuePropertiesFormat {
|
|
1249
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1250
|
-
configurationType: "Open";
|
|
1251
|
-
/** Name and value pairs that define the configuration value. It can be a well formed escaped JSON string. */
|
|
1252
|
-
configurationValue?: string;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
/** The ConfigurationValue with secrets. */
|
|
1256
|
-
export declare interface ConfigurationValueWithSecrets extends ConfigurationGroupValuePropertiesFormat {
|
|
1257
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1258
|
-
configurationType: "Secret";
|
|
1259
|
-
/** Name and value pairs that define the configuration value secrets. It can be a well formed escaped JSON string. */
|
|
1260
|
-
secretConfigurationValue?: string;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
/** Containerized network function network function definition version properties. */
|
|
1264
|
-
export declare interface ContainerizedNetworkFunctionDefinitionVersion extends NetworkFunctionDefinitionVersionPropertiesFormat {
|
|
1265
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1266
|
-
networkFunctionType: "ContainerizedNetworkFunction";
|
|
1267
|
-
/** Containerized network function template. */
|
|
1268
|
-
networkFunctionTemplate?: ContainerizedNetworkFunctionTemplateUnion;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
/**
|
|
1272
|
-
* Defines values for ContainerizedNetworkFunctionNfviType. \
|
|
1273
|
-
* {@link KnownContainerizedNetworkFunctionNfviType} can be used interchangeably with ContainerizedNetworkFunctionNfviType,
|
|
1274
|
-
* this enum contains the known values that the service supports.
|
|
1275
|
-
* ### Known values supported by the service
|
|
1276
|
-
* **Unknown** \
|
|
1277
|
-
* **AzureArcKubernetes**
|
|
1278
|
-
*/
|
|
1279
|
-
export declare type ContainerizedNetworkFunctionNfviType = string;
|
|
1280
|
-
|
|
1281
|
-
/** Containerized network function template. */
|
|
1282
|
-
export declare interface ContainerizedNetworkFunctionTemplate {
|
|
1283
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1284
|
-
nfviType: "AzureArcKubernetes";
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
export declare type ContainerizedNetworkFunctionTemplateUnion = ContainerizedNetworkFunctionTemplate | AzureArcKubernetesNetworkFunctionTemplate;
|
|
1288
|
-
|
|
1289
|
-
/**
|
|
1290
|
-
* Defines values for CreatedByType. \
|
|
1291
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1292
|
-
* this enum contains the known values that the service supports.
|
|
1293
|
-
* ### Known values supported by the service
|
|
1294
|
-
* **User** \
|
|
1295
|
-
* **Application** \
|
|
1296
|
-
* **ManagedIdentity** \
|
|
1297
|
-
* **Key**
|
|
1298
|
-
*/
|
|
1299
|
-
export declare type CreatedByType = string;
|
|
1300
|
-
|
|
1301
|
-
/**
|
|
1302
|
-
* Defines values for CredentialType. \
|
|
1303
|
-
* {@link KnownCredentialType} can be used interchangeably with CredentialType,
|
|
1304
|
-
* this enum contains the known values that the service supports.
|
|
1305
|
-
* ### Known values supported by the service
|
|
1306
|
-
* **Unknown** \
|
|
1307
|
-
* **AzureContainerRegistryScopedToken** \
|
|
1308
|
-
* **AzureStorageAccountToken**
|
|
1309
|
-
*/
|
|
1310
|
-
export declare type CredentialType = string;
|
|
1311
|
-
|
|
1312
|
-
/** Reference to an Azure ARC custom location resource. */
|
|
1313
|
-
export declare interface CustomLocationResourceId {
|
|
1314
|
-
/** Azure ARC custom location resource ID. */
|
|
1315
|
-
id?: string;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
/** Helm DaemonSet status properties. */
|
|
1319
|
-
export declare interface DaemonSet {
|
|
1320
|
-
/** The name of the daemonSet. */
|
|
1321
|
-
name?: string;
|
|
1322
|
-
/** The namespace of the daemonSet. */
|
|
1323
|
-
namespace?: string;
|
|
1324
|
-
/** Desired number of pods */
|
|
1325
|
-
desired?: number;
|
|
1326
|
-
/** Current number of pods */
|
|
1327
|
-
current?: number;
|
|
1328
|
-
/** Number of Ready pods */
|
|
1329
|
-
ready?: number;
|
|
1330
|
-
/** Number of upto date pods */
|
|
1331
|
-
upToDate?: number;
|
|
1332
|
-
/** Number of available pods. */
|
|
1333
|
-
available?: number;
|
|
1334
|
-
/** Creation Time of daemonSet. */
|
|
1335
|
-
creationTime?: Date;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
/** Depends on profile definition. */
|
|
1339
|
-
export declare interface DependsOnProfile {
|
|
1340
|
-
/** Application installation operation dependency. */
|
|
1341
|
-
installDependsOn?: string[];
|
|
1342
|
-
/** Application deletion operation dependency. */
|
|
1343
|
-
uninstallDependsOn?: string[];
|
|
1344
|
-
/** Application update operation dependency. */
|
|
1345
|
-
updateDependsOn?: string[];
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
/** Helm Deployment status properties. */
|
|
1349
|
-
export declare interface Deployment {
|
|
1350
|
-
/** The name of the deployment. */
|
|
1351
|
-
name?: string;
|
|
1352
|
-
/** The namespace of the deployment. */
|
|
1353
|
-
namespace?: string;
|
|
1354
|
-
/** Desired number of pods */
|
|
1355
|
-
desired?: number;
|
|
1356
|
-
/** Number of ready pods. */
|
|
1357
|
-
ready?: number;
|
|
1358
|
-
/** Number of upto date pods. */
|
|
1359
|
-
upToDate?: number;
|
|
1360
|
-
/** Number of available pods. */
|
|
1361
|
-
available?: number;
|
|
1362
|
-
/** Creation Time of deployment. */
|
|
1363
|
-
creationTime?: Date;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
/** The azure resource reference which is used for deployment. */
|
|
1367
|
-
export declare interface DeploymentResourceIdReference {
|
|
1368
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1369
|
-
idType: "Secret" | "Open";
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
|
-
export declare type DeploymentResourceIdReferenceUnion = DeploymentResourceIdReference | SecretDeploymentResourceReference | OpenDeploymentResourceReference;
|
|
1373
|
-
|
|
1374
|
-
/** The deployment status properties of the network function component. */
|
|
1375
|
-
export declare interface DeploymentStatusProperties {
|
|
1376
|
-
/** The status of the component resource. */
|
|
1377
|
-
status?: Status;
|
|
1378
|
-
/** The resource related to the component resource. */
|
|
1379
|
-
resources?: Resources;
|
|
1380
|
-
/** The next expected update of deployment status. */
|
|
1381
|
-
nextExpectedUpdateAt?: Date;
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
/** The resource management error additional info. */
|
|
1385
|
-
export declare interface ErrorAdditionalInfo {
|
|
1386
|
-
/**
|
|
1387
|
-
* The additional info type.
|
|
1388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1389
|
-
*/
|
|
1390
|
-
readonly type?: string;
|
|
1391
|
-
/**
|
|
1392
|
-
* The additional info.
|
|
1393
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1394
|
-
*/
|
|
1395
|
-
readonly info?: Record<string, unknown>;
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
/** The error detail. */
|
|
1399
|
-
export declare interface ErrorDetail {
|
|
1400
|
-
/**
|
|
1401
|
-
* The error code.
|
|
1402
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1403
|
-
*/
|
|
1404
|
-
readonly code?: string;
|
|
1405
|
-
/**
|
|
1406
|
-
* The error message.
|
|
1407
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1408
|
-
*/
|
|
1409
|
-
readonly message?: string;
|
|
1410
|
-
/**
|
|
1411
|
-
* The error target.
|
|
1412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1413
|
-
*/
|
|
1414
|
-
readonly target?: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* The error details.
|
|
1417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1418
|
-
*/
|
|
1419
|
-
readonly details?: ErrorDetail[];
|
|
1420
|
-
/**
|
|
1421
|
-
* The error additional info.
|
|
1422
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1423
|
-
*/
|
|
1424
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1428
|
-
export declare interface ErrorResponse {
|
|
1429
|
-
/** The error object. */
|
|
1430
|
-
error?: ErrorDetail;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
/** Payload for execute request post call. */
|
|
1434
|
-
export declare interface ExecuteRequestParameters {
|
|
1435
|
-
/** The endpoint of service to call. */
|
|
1436
|
-
serviceEndpoint: string;
|
|
1437
|
-
/** The request metadata. */
|
|
1438
|
-
requestMetadata: RequestMetadata;
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
/**
|
|
1442
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
1443
|
-
* returns a continuation token that can be used to begin paging from
|
|
1444
|
-
* that point later.
|
|
1445
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
1446
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
1447
|
-
*/
|
|
1448
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1449
|
-
|
|
1450
|
-
/** Helm artifact profile. */
|
|
1451
|
-
export declare interface HelmArtifactProfile {
|
|
1452
|
-
/** Helm package name. */
|
|
1453
|
-
helmPackageName?: string;
|
|
1454
|
-
/** Helm package version range. */
|
|
1455
|
-
helmPackageVersionRange?: string;
|
|
1456
|
-
/** The registry values path list. */
|
|
1457
|
-
registryValuesPaths?: string[];
|
|
1458
|
-
/** The image pull secrets values path list. */
|
|
1459
|
-
imagePullSecretsValuesPaths?: string[];
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
/** The helm deployment install options */
|
|
1463
|
-
export declare interface HelmInstallOptions {
|
|
1464
|
-
/** The helm deployment atomic options */
|
|
1465
|
-
atomic?: string;
|
|
1466
|
-
/** The helm deployment wait options */
|
|
1467
|
-
wait?: string;
|
|
1468
|
-
/** The helm deployment timeout options */
|
|
1469
|
-
timeout?: string;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
/** Helm mapping rule profile */
|
|
1473
|
-
export declare interface HelmMappingRuleProfile {
|
|
1474
|
-
/** Helm release namespace. */
|
|
1475
|
-
releaseNamespace?: string;
|
|
1476
|
-
/** Helm release name. */
|
|
1477
|
-
releaseName?: string;
|
|
1478
|
-
/** Helm package version. */
|
|
1479
|
-
helmPackageVersion?: string;
|
|
1480
|
-
/** Helm release values. */
|
|
1481
|
-
values?: string;
|
|
1482
|
-
/** The helm deployment options */
|
|
1483
|
-
options?: HelmMappingRuleProfileOptions;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
/** The helm deployment options */
|
|
1487
|
-
export declare interface HelmMappingRuleProfileOptions {
|
|
1488
|
-
/** The helm deployment install options */
|
|
1489
|
-
installOptions?: HelmInstallOptions;
|
|
1490
|
-
/** The helm deployment upgrade options */
|
|
1491
|
-
upgradeOptions?: HelmUpgradeOptions;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
/** The helm deployment install options */
|
|
1495
|
-
export declare interface HelmUpgradeOptions {
|
|
1496
|
-
/** The helm deployment atomic options */
|
|
1497
|
-
atomic?: string;
|
|
1498
|
-
/** The helm deployment wait options */
|
|
1499
|
-
wait?: string;
|
|
1500
|
-
/** The helm deployment timeout options */
|
|
1501
|
-
timeout?: string;
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
/**
|
|
1505
|
-
* Defines values for HttpMethod. \
|
|
1506
|
-
* {@link KnownHttpMethod} can be used interchangeably with HttpMethod,
|
|
1507
|
-
* this enum contains the known values that the service supports.
|
|
1508
|
-
* ### Known values supported by the service
|
|
1509
|
-
* **Unknown** \
|
|
1510
|
-
* **Post** \
|
|
1511
|
-
* **Put** \
|
|
1512
|
-
* **Get** \
|
|
1513
|
-
* **Patch** \
|
|
1514
|
-
* **Delete**
|
|
1515
|
-
*/
|
|
1516
|
-
export declare type HttpMethod = string;
|
|
1517
|
-
|
|
1518
|
-
export declare class HybridNetworkManagementClient extends coreClient.ServiceClient {
|
|
1519
|
-
$host: string;
|
|
1520
|
-
apiVersion: string;
|
|
1521
|
-
subscriptionId: string;
|
|
1522
|
-
/**
|
|
1523
|
-
* Initializes a new instance of the HybridNetworkManagementClient class.
|
|
1524
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1525
|
-
* @param subscriptionId The ID of the target subscription.
|
|
1526
|
-
* @param options The parameter options
|
|
1527
|
-
*/
|
|
1528
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HybridNetworkManagementClientOptionalParams);
|
|
1529
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
1530
|
-
private addCustomApiVersionPolicy;
|
|
1531
|
-
configurationGroupSchemas: ConfigurationGroupSchemas;
|
|
1532
|
-
configurationGroupValues: ConfigurationGroupValues;
|
|
1533
|
-
networkFunctions: NetworkFunctions;
|
|
1534
|
-
components: Components;
|
|
1535
|
-
networkFunctionDefinitionGroups: NetworkFunctionDefinitionGroups;
|
|
1536
|
-
networkFunctionDefinitionVersions: NetworkFunctionDefinitionVersions;
|
|
1537
|
-
networkServiceDesignGroups: NetworkServiceDesignGroups;
|
|
1538
|
-
networkServiceDesignVersions: NetworkServiceDesignVersions;
|
|
1539
|
-
operations: Operations;
|
|
1540
|
-
publishers: Publishers;
|
|
1541
|
-
artifactStores: ArtifactStores;
|
|
1542
|
-
artifactManifests: ArtifactManifests;
|
|
1543
|
-
proxyArtifact: ProxyArtifact;
|
|
1544
|
-
sites: Sites;
|
|
1545
|
-
siteNetworkServices: SiteNetworkServices;
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
/** Optional parameters. */
|
|
1549
|
-
export declare interface HybridNetworkManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1550
|
-
/** server parameter */
|
|
1551
|
-
$host?: string;
|
|
1552
|
-
/** Api Version */
|
|
1553
|
-
apiVersion?: string;
|
|
1554
|
-
/** Overrides client endpoint. */
|
|
1555
|
-
endpoint?: string;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
/**
|
|
1559
|
-
* Defines values for IdType. \
|
|
1560
|
-
* {@link KnownIdType} can be used interchangeably with IdType,
|
|
1561
|
-
* this enum contains the known values that the service supports.
|
|
1562
|
-
* ### Known values supported by the service
|
|
1563
|
-
* **Unknown** \
|
|
1564
|
-
* **Open** \
|
|
1565
|
-
* **Secret**
|
|
1566
|
-
*/
|
|
1567
|
-
export declare type IdType = string;
|
|
1568
|
-
|
|
1569
|
-
/** Image artifact profile. */
|
|
1570
|
-
export declare interface ImageArtifactProfile {
|
|
1571
|
-
/** Image name. */
|
|
1572
|
-
imageName?: string;
|
|
1573
|
-
/** Image version. */
|
|
1574
|
-
imageVersion?: string;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
/** Image mapping rule profile */
|
|
1578
|
-
export declare interface ImageMappingRuleProfile {
|
|
1579
|
-
/** List of values. */
|
|
1580
|
-
userConfiguration?: string;
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
1584
|
-
export declare enum KnownActionType {
|
|
1585
|
-
/** Internal */
|
|
1586
|
-
Internal = "Internal"
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
/** Known values of {@link ApplicationEnablement} that the service accepts. */
|
|
1590
|
-
export declare enum KnownApplicationEnablement {
|
|
1591
|
-
/** Unknown */
|
|
1592
|
-
Unknown = "Unknown",
|
|
1593
|
-
/** Enabled */
|
|
1594
|
-
Enabled = "Enabled",
|
|
1595
|
-
/** Disabled */
|
|
1596
|
-
Disabled = "Disabled"
|
|
1597
|
-
}
|
|
1598
|
-
|
|
1599
|
-
/** Known values of {@link ArtifactManifestState} that the service accepts. */
|
|
1600
|
-
export declare enum KnownArtifactManifestState {
|
|
1601
|
-
/** Unknown */
|
|
1602
|
-
Unknown = "Unknown",
|
|
1603
|
-
/** Uploading */
|
|
1604
|
-
Uploading = "Uploading",
|
|
1605
|
-
/** Uploaded */
|
|
1606
|
-
Uploaded = "Uploaded",
|
|
1607
|
-
/** Validating */
|
|
1608
|
-
Validating = "Validating",
|
|
1609
|
-
/** ValidationFailed */
|
|
1610
|
-
ValidationFailed = "ValidationFailed",
|
|
1611
|
-
/** Succeeded */
|
|
1612
|
-
Succeeded = "Succeeded"
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
/** Known values of {@link ArtifactReplicationStrategy} that the service accepts. */
|
|
1616
|
-
export declare enum KnownArtifactReplicationStrategy {
|
|
1617
|
-
/** Unknown */
|
|
1618
|
-
Unknown = "Unknown",
|
|
1619
|
-
/** SingleReplication */
|
|
1620
|
-
SingleReplication = "SingleReplication"
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
/** Known values of {@link ArtifactState} that the service accepts. */
|
|
1624
|
-
export declare enum KnownArtifactState {
|
|
1625
|
-
/** Unknown */
|
|
1626
|
-
Unknown = "Unknown",
|
|
1627
|
-
/** Preview */
|
|
1628
|
-
Preview = "Preview",
|
|
1629
|
-
/** Active */
|
|
1630
|
-
Active = "Active",
|
|
1631
|
-
/** Deprecated */
|
|
1632
|
-
Deprecated = "Deprecated"
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
/** Known values of {@link ArtifactStoreType} that the service accepts. */
|
|
1636
|
-
export declare enum KnownArtifactStoreType {
|
|
1637
|
-
/** Unknown */
|
|
1638
|
-
Unknown = "Unknown",
|
|
1639
|
-
/** AzureContainerRegistry */
|
|
1640
|
-
AzureContainerRegistry = "AzureContainerRegistry",
|
|
1641
|
-
/** AzureStorageAccount */
|
|
1642
|
-
AzureStorageAccount = "AzureStorageAccount"
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
/** Known values of {@link ArtifactType} that the service accepts. */
|
|
1646
|
-
export declare enum KnownArtifactType {
|
|
1647
|
-
/** Unknown */
|
|
1648
|
-
Unknown = "Unknown",
|
|
1649
|
-
/** OCIArtifact */
|
|
1650
|
-
OCIArtifact = "OCIArtifact",
|
|
1651
|
-
/** VhdImageFile */
|
|
1652
|
-
VhdImageFile = "VhdImageFile",
|
|
1653
|
-
/** ArmTemplate */
|
|
1654
|
-
ArmTemplate = "ArmTemplate",
|
|
1655
|
-
/** ImageFile */
|
|
1656
|
-
ImageFile = "ImageFile"
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
/** Known values of {@link AzureArcKubernetesArtifactType} that the service accepts. */
|
|
1660
|
-
export declare enum KnownAzureArcKubernetesArtifactType {
|
|
1661
|
-
/** Unknown */
|
|
1662
|
-
Unknown = "Unknown",
|
|
1663
|
-
/** HelmPackage */
|
|
1664
|
-
HelmPackage = "HelmPackage"
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
/** Known values of {@link AzureCoreArtifactType} that the service accepts. */
|
|
1668
|
-
export declare enum KnownAzureCoreArtifactType {
|
|
1669
|
-
/** Unknown */
|
|
1670
|
-
Unknown = "Unknown",
|
|
1671
|
-
/** VhdImageFile */
|
|
1672
|
-
VhdImageFile = "VhdImageFile",
|
|
1673
|
-
/** ArmTemplate */
|
|
1674
|
-
ArmTemplate = "ArmTemplate"
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
/** Known values of {@link AzureOperatorNexusArtifactType} that the service accepts. */
|
|
1678
|
-
export declare enum KnownAzureOperatorNexusArtifactType {
|
|
1679
|
-
/** Unknown */
|
|
1680
|
-
Unknown = "Unknown",
|
|
1681
|
-
/** ImageFile */
|
|
1682
|
-
ImageFile = "ImageFile",
|
|
1683
|
-
/** ArmTemplate */
|
|
1684
|
-
ArmTemplate = "ArmTemplate"
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
/** Known values of {@link ConfigurationGenerationType} that the service accepts. */
|
|
1688
|
-
export declare enum KnownConfigurationGenerationType {
|
|
1689
|
-
/** Unknown */
|
|
1690
|
-
Unknown = "Unknown",
|
|
1691
|
-
/** HandlebarTemplate */
|
|
1692
|
-
HandlebarTemplate = "HandlebarTemplate"
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
/** Known values of {@link ConfigurationGroupValueConfigurationType} that the service accepts. */
|
|
1696
|
-
export declare enum KnownConfigurationGroupValueConfigurationType {
|
|
1697
|
-
/** Unknown */
|
|
1698
|
-
Unknown = "Unknown",
|
|
1699
|
-
/** Secret */
|
|
1700
|
-
Secret = "Secret",
|
|
1701
|
-
/** Open */
|
|
1702
|
-
Open = "Open"
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
/** Known values of {@link ContainerizedNetworkFunctionNfviType} that the service accepts. */
|
|
1706
|
-
export declare enum KnownContainerizedNetworkFunctionNfviType {
|
|
1707
|
-
/** Unknown */
|
|
1708
|
-
Unknown = "Unknown",
|
|
1709
|
-
/** AzureArcKubernetes */
|
|
1710
|
-
AzureArcKubernetes = "AzureArcKubernetes"
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1714
|
-
export declare enum KnownCreatedByType {
|
|
1715
|
-
/** User */
|
|
1716
|
-
User = "User",
|
|
1717
|
-
/** Application */
|
|
1718
|
-
Application = "Application",
|
|
1719
|
-
/** ManagedIdentity */
|
|
1720
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1721
|
-
/** Key */
|
|
1722
|
-
Key = "Key"
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
/** Known values of {@link CredentialType} that the service accepts. */
|
|
1726
|
-
export declare enum KnownCredentialType {
|
|
1727
|
-
/** Unknown */
|
|
1728
|
-
Unknown = "Unknown",
|
|
1729
|
-
/** AzureContainerRegistryScopedToken */
|
|
1730
|
-
AzureContainerRegistryScopedToken = "AzureContainerRegistryScopedToken",
|
|
1731
|
-
/** AzureStorageAccountToken */
|
|
1732
|
-
AzureStorageAccountToken = "AzureStorageAccountToken"
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
/** Known values of {@link HttpMethod} that the service accepts. */
|
|
1736
|
-
export declare enum KnownHttpMethod {
|
|
1737
|
-
/** Unknown */
|
|
1738
|
-
Unknown = "Unknown",
|
|
1739
|
-
/** Post */
|
|
1740
|
-
Post = "Post",
|
|
1741
|
-
/** Put */
|
|
1742
|
-
Put = "Put",
|
|
1743
|
-
/** Get */
|
|
1744
|
-
Get = "Get",
|
|
1745
|
-
/** Patch */
|
|
1746
|
-
Patch = "Patch",
|
|
1747
|
-
/** Delete */
|
|
1748
|
-
Delete = "Delete"
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
/** Known values of {@link IdType} that the service accepts. */
|
|
1752
|
-
export declare enum KnownIdType {
|
|
1753
|
-
/** Unknown */
|
|
1754
|
-
Unknown = "Unknown",
|
|
1755
|
-
/** Open */
|
|
1756
|
-
Open = "Open",
|
|
1757
|
-
/** Secret */
|
|
1758
|
-
Secret = "Secret"
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1762
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
1763
|
-
/** None */
|
|
1764
|
-
None = "None",
|
|
1765
|
-
/** SystemAssigned */
|
|
1766
|
-
SystemAssigned = "SystemAssigned",
|
|
1767
|
-
/** UserAssigned */
|
|
1768
|
-
UserAssigned = "UserAssigned",
|
|
1769
|
-
/** SystemAssignedUserAssigned */
|
|
1770
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
/** Known values of {@link NetworkFunctionConfigurationType} that the service accepts. */
|
|
1774
|
-
export declare enum KnownNetworkFunctionConfigurationType {
|
|
1775
|
-
/** Unknown */
|
|
1776
|
-
Unknown = "Unknown",
|
|
1777
|
-
/** Secret */
|
|
1778
|
-
Secret = "Secret",
|
|
1779
|
-
/** Open */
|
|
1780
|
-
Open = "Open"
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
/** Known values of {@link NetworkFunctionType} that the service accepts. */
|
|
1784
|
-
export declare enum KnownNetworkFunctionType {
|
|
1785
|
-
/** Unknown */
|
|
1786
|
-
Unknown = "Unknown",
|
|
1787
|
-
/** VirtualNetworkFunction */
|
|
1788
|
-
VirtualNetworkFunction = "VirtualNetworkFunction",
|
|
1789
|
-
/** ContainerizedNetworkFunction */
|
|
1790
|
-
ContainerizedNetworkFunction = "ContainerizedNetworkFunction"
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
/** Known values of {@link NfviType} that the service accepts. */
|
|
1794
|
-
export declare enum KnownNfviType {
|
|
1795
|
-
/** Unknown */
|
|
1796
|
-
Unknown = "Unknown",
|
|
1797
|
-
/** AzureArcKubernetes */
|
|
1798
|
-
AzureArcKubernetes = "AzureArcKubernetes",
|
|
1799
|
-
/** AzureCore */
|
|
1800
|
-
AzureCore = "AzureCore",
|
|
1801
|
-
/** AzureOperatorNexus */
|
|
1802
|
-
AzureOperatorNexus = "AzureOperatorNexus"
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
1806
|
-
export declare enum KnownOrigin {
|
|
1807
|
-
/** User */
|
|
1808
|
-
User = "user",
|
|
1809
|
-
/** System */
|
|
1810
|
-
System = "system",
|
|
1811
|
-
/** UserSystem */
|
|
1812
|
-
UserSystem = "user,system"
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
/** Known values of {@link PodEventType} that the service accepts. */
|
|
1816
|
-
export declare enum KnownPodEventType {
|
|
1817
|
-
/** Normal */
|
|
1818
|
-
Normal = "Normal",
|
|
1819
|
-
/** Warning */
|
|
1820
|
-
Warning = "Warning"
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
/** Known values of {@link PodStatus} that the service accepts. */
|
|
1824
|
-
export declare enum KnownPodStatus {
|
|
1825
|
-
/** Unknown */
|
|
1826
|
-
Unknown = "Unknown",
|
|
1827
|
-
/** Succeeded */
|
|
1828
|
-
Succeeded = "Succeeded",
|
|
1829
|
-
/** Failed */
|
|
1830
|
-
Failed = "Failed",
|
|
1831
|
-
/** Running */
|
|
1832
|
-
Running = "Running",
|
|
1833
|
-
/** Pending */
|
|
1834
|
-
Pending = "Pending",
|
|
1835
|
-
/** Terminating */
|
|
1836
|
-
Terminating = "Terminating",
|
|
1837
|
-
/** NotReady */
|
|
1838
|
-
NotReady = "NotReady"
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1842
|
-
export declare enum KnownProvisioningState {
|
|
1843
|
-
/** Unknown */
|
|
1844
|
-
Unknown = "Unknown",
|
|
1845
|
-
/** Succeeded */
|
|
1846
|
-
Succeeded = "Succeeded",
|
|
1847
|
-
/** Accepted */
|
|
1848
|
-
Accepted = "Accepted",
|
|
1849
|
-
/** Deleting */
|
|
1850
|
-
Deleting = "Deleting",
|
|
1851
|
-
/** Failed */
|
|
1852
|
-
Failed = "Failed",
|
|
1853
|
-
/** Canceled */
|
|
1854
|
-
Canceled = "Canceled",
|
|
1855
|
-
/** Deleted */
|
|
1856
|
-
Deleted = "Deleted",
|
|
1857
|
-
/** Converging */
|
|
1858
|
-
Converging = "Converging"
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
/** Known values of {@link PublisherScope} that the service accepts. */
|
|
1862
|
-
export declare enum KnownPublisherScope {
|
|
1863
|
-
/** Unknown */
|
|
1864
|
-
Unknown = "Unknown",
|
|
1865
|
-
/** Private */
|
|
1866
|
-
Private = "Private"
|
|
1867
|
-
}
|
|
1868
|
-
|
|
1869
|
-
/** Known values of {@link SkuName} that the service accepts. */
|
|
1870
|
-
export declare enum KnownSkuName {
|
|
1871
|
-
/** Basic */
|
|
1872
|
-
Basic = "Basic",
|
|
1873
|
-
/** Standard */
|
|
1874
|
-
Standard = "Standard"
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
/** Known values of {@link SkuTier} that the service accepts. */
|
|
1878
|
-
export declare enum KnownSkuTier {
|
|
1879
|
-
/** Basic */
|
|
1880
|
-
Basic = "Basic",
|
|
1881
|
-
/** Standard */
|
|
1882
|
-
Standard = "Standard"
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
/** Known values of {@link Status} that the service accepts. */
|
|
1886
|
-
export declare enum KnownStatus {
|
|
1887
|
-
/** Unknown */
|
|
1888
|
-
Unknown = "Unknown",
|
|
1889
|
-
/** Deployed */
|
|
1890
|
-
Deployed = "Deployed",
|
|
1891
|
-
/** Uninstalled */
|
|
1892
|
-
Uninstalled = "Uninstalled",
|
|
1893
|
-
/** Superseded */
|
|
1894
|
-
Superseded = "Superseded",
|
|
1895
|
-
/** Failed */
|
|
1896
|
-
Failed = "Failed",
|
|
1897
|
-
/** Uninstalling */
|
|
1898
|
-
Uninstalling = "Uninstalling",
|
|
1899
|
-
/** PendingInstall */
|
|
1900
|
-
PendingInstall = "Pending-Install",
|
|
1901
|
-
/** PendingUpgrade */
|
|
1902
|
-
PendingUpgrade = "Pending-Upgrade",
|
|
1903
|
-
/** PendingRollback */
|
|
1904
|
-
PendingRollback = "Pending-Rollback",
|
|
1905
|
-
/** Downloading */
|
|
1906
|
-
Downloading = "Downloading",
|
|
1907
|
-
/** Installing */
|
|
1908
|
-
Installing = "Installing",
|
|
1909
|
-
/** Reinstalling */
|
|
1910
|
-
Reinstalling = "Reinstalling",
|
|
1911
|
-
/** Rollingback */
|
|
1912
|
-
Rollingback = "Rollingback",
|
|
1913
|
-
/** Upgrading */
|
|
1914
|
-
Upgrading = "Upgrading"
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
/** Known values of {@link TemplateType} that the service accepts. */
|
|
1918
|
-
export declare enum KnownTemplateType {
|
|
1919
|
-
/** Unknown */
|
|
1920
|
-
Unknown = "Unknown",
|
|
1921
|
-
/** ArmTemplate */
|
|
1922
|
-
ArmTemplate = "ArmTemplate"
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
/** Known values of {@link Type} that the service accepts. */
|
|
1926
|
-
export declare enum KnownType {
|
|
1927
|
-
/** Unknown */
|
|
1928
|
-
Unknown = "Unknown",
|
|
1929
|
-
/** ArmResourceDefinition */
|
|
1930
|
-
ArmResourceDefinition = "ArmResourceDefinition",
|
|
1931
|
-
/** NetworkFunctionDefinition */
|
|
1932
|
-
NetworkFunctionDefinition = "NetworkFunctionDefinition"
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
/** Known values of {@link VersionState} that the service accepts. */
|
|
1936
|
-
export declare enum KnownVersionState {
|
|
1937
|
-
/** Unknown */
|
|
1938
|
-
Unknown = "Unknown",
|
|
1939
|
-
/** Preview */
|
|
1940
|
-
Preview = "Preview",
|
|
1941
|
-
/** Active */
|
|
1942
|
-
Active = "Active",
|
|
1943
|
-
/** Deprecated */
|
|
1944
|
-
Deprecated = "Deprecated",
|
|
1945
|
-
/** Validating */
|
|
1946
|
-
Validating = "Validating",
|
|
1947
|
-
/** ValidationFailed */
|
|
1948
|
-
ValidationFailed = "ValidationFailed"
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
|
-
/** Known values of {@link VirtualNetworkFunctionNfviType} that the service accepts. */
|
|
1952
|
-
export declare enum KnownVirtualNetworkFunctionNfviType {
|
|
1953
|
-
/** Unknown */
|
|
1954
|
-
Unknown = "Unknown",
|
|
1955
|
-
/** AzureCore */
|
|
1956
|
-
AzureCore = "AzureCore",
|
|
1957
|
-
/** AzureOperatorNexus */
|
|
1958
|
-
AzureOperatorNexus = "AzureOperatorNexus"
|
|
1959
|
-
}
|
|
1960
|
-
|
|
1961
|
-
/** Managed resource group configuration. */
|
|
1962
|
-
export declare interface ManagedResourceGroupConfiguration {
|
|
1963
|
-
/** Managed resource group name. */
|
|
1964
|
-
name?: string;
|
|
1965
|
-
/** Managed resource group location. */
|
|
1966
|
-
location?: string;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
1970
|
-
export declare interface ManagedServiceIdentity {
|
|
1971
|
-
/**
|
|
1972
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1973
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1974
|
-
*/
|
|
1975
|
-
readonly principalId?: string;
|
|
1976
|
-
/**
|
|
1977
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1978
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1979
|
-
*/
|
|
1980
|
-
readonly tenantId?: string;
|
|
1981
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
1982
|
-
type: ManagedServiceIdentityType;
|
|
1983
|
-
/** 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. */
|
|
1984
|
-
userAssignedIdentities?: {
|
|
1985
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
1986
|
-
};
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
/**
|
|
1990
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
1991
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1992
|
-
* this enum contains the known values that the service supports.
|
|
1993
|
-
* ### Known values supported by the service
|
|
1994
|
-
* **None** \
|
|
1995
|
-
* **SystemAssigned** \
|
|
1996
|
-
* **UserAssigned** \
|
|
1997
|
-
* **SystemAssigned,UserAssigned**
|
|
1998
|
-
*/
|
|
1999
|
-
export declare type ManagedServiceIdentityType = string;
|
|
2000
|
-
|
|
2001
|
-
/** Manifest artifact properties. */
|
|
2002
|
-
export declare interface ManifestArtifactFormat {
|
|
2003
|
-
/** The artifact name */
|
|
2004
|
-
artifactName?: string;
|
|
2005
|
-
/** The artifact type. */
|
|
2006
|
-
artifactType?: ArtifactType;
|
|
2007
|
-
/** The artifact version. */
|
|
2008
|
-
artifactVersion?: string;
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
/** Mapping rule profile properties. */
|
|
2012
|
-
export declare interface MappingRuleProfile {
|
|
2013
|
-
/** The application enablement. */
|
|
2014
|
-
applicationEnablement?: ApplicationEnablement;
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
|
-
/** Network function resource response. */
|
|
2018
|
-
export declare interface NetworkFunction extends TrackedResource {
|
|
2019
|
-
/** Network function properties. */
|
|
2020
|
-
properties?: NetworkFunctionPropertiesFormatUnion;
|
|
2021
|
-
/** A unique read-only string that changes whenever the resource is updated. */
|
|
2022
|
-
etag?: string;
|
|
2023
|
-
/** The managed identity of the network function. */
|
|
2024
|
-
identity?: ManagedServiceIdentity;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
/** Network function application definition. */
|
|
2028
|
-
export declare interface NetworkFunctionApplication {
|
|
2029
|
-
/** The name of the network function application. */
|
|
2030
|
-
name?: string;
|
|
2031
|
-
/** Depends on profile definition. */
|
|
2032
|
-
dependsOnProfile?: DependsOnProfile;
|
|
2033
|
-
}
|
|
2034
|
-
|
|
2035
|
-
/**
|
|
2036
|
-
* Defines values for NetworkFunctionConfigurationType. \
|
|
2037
|
-
* {@link KnownNetworkFunctionConfigurationType} can be used interchangeably with NetworkFunctionConfigurationType,
|
|
2038
|
-
* this enum contains the known values that the service supports.
|
|
2039
|
-
* ### Known values supported by the service
|
|
2040
|
-
* **Unknown** \
|
|
2041
|
-
* **Secret** \
|
|
2042
|
-
* **Open**
|
|
2043
|
-
*/
|
|
2044
|
-
export declare type NetworkFunctionConfigurationType = string;
|
|
2045
|
-
|
|
2046
|
-
/** Network function definition group resource. */
|
|
2047
|
-
export declare interface NetworkFunctionDefinitionGroup extends TrackedResource {
|
|
2048
|
-
/** Network function definition group properties. */
|
|
2049
|
-
properties?: NetworkFunctionDefinitionGroupPropertiesFormat;
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
/** A list of network function definition group resources. */
|
|
2053
|
-
export declare interface NetworkFunctionDefinitionGroupListResult {
|
|
2054
|
-
/** A list of network function definition group. */
|
|
2055
|
-
value?: NetworkFunctionDefinitionGroup[];
|
|
2056
|
-
/**
|
|
2057
|
-
* The URL to get the next set of results.
|
|
2058
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2059
|
-
*/
|
|
2060
|
-
readonly nextLink?: string;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
/** Network function definition group properties. */
|
|
2064
|
-
export declare interface NetworkFunctionDefinitionGroupPropertiesFormat {
|
|
2065
|
-
/**
|
|
2066
|
-
* The provisioning state of the network function definition groups resource.
|
|
2067
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2068
|
-
*/
|
|
2069
|
-
readonly provisioningState?: ProvisioningState;
|
|
2070
|
-
/** The network function definition group description. */
|
|
2071
|
-
description?: string;
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2074
|
-
/** Interface representing a NetworkFunctionDefinitionGroups. */
|
|
2075
|
-
export declare interface NetworkFunctionDefinitionGroups {
|
|
2076
|
-
/**
|
|
2077
|
-
* Gets information of the network function definition groups under a publisher.
|
|
2078
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2079
|
-
* @param publisherName The name of the publisher.
|
|
2080
|
-
* @param options The options parameters.
|
|
2081
|
-
*/
|
|
2082
|
-
listByPublisher(resourceGroupName: string, publisherName: string, options?: NetworkFunctionDefinitionGroupsListByPublisherOptionalParams): PagedAsyncIterableIterator<NetworkFunctionDefinitionGroup>;
|
|
2083
|
-
/**
|
|
2084
|
-
* Deletes a specified network function definition group.
|
|
2085
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2086
|
-
* @param publisherName The name of the publisher.
|
|
2087
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2088
|
-
* @param options The options parameters.
|
|
2089
|
-
*/
|
|
2090
|
-
beginDelete(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, options?: NetworkFunctionDefinitionGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFunctionDefinitionGroupsDeleteResponse>, NetworkFunctionDefinitionGroupsDeleteResponse>>;
|
|
2091
|
-
/**
|
|
2092
|
-
* Deletes a specified network function definition group.
|
|
2093
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2094
|
-
* @param publisherName The name of the publisher.
|
|
2095
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2096
|
-
* @param options The options parameters.
|
|
2097
|
-
*/
|
|
2098
|
-
beginDeleteAndWait(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, options?: NetworkFunctionDefinitionGroupsDeleteOptionalParams): Promise<NetworkFunctionDefinitionGroupsDeleteResponse>;
|
|
2099
|
-
/**
|
|
2100
|
-
* Creates or updates a network function definition group.
|
|
2101
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2102
|
-
* @param publisherName The name of the publisher.
|
|
2103
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2104
|
-
* @param parameters Parameters supplied to the create or update publisher network function definition
|
|
2105
|
-
* group operation.
|
|
2106
|
-
* @param options The options parameters.
|
|
2107
|
-
*/
|
|
2108
|
-
beginCreateOrUpdate(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, parameters: NetworkFunctionDefinitionGroup, options?: NetworkFunctionDefinitionGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFunctionDefinitionGroupsCreateOrUpdateResponse>, NetworkFunctionDefinitionGroupsCreateOrUpdateResponse>>;
|
|
2109
|
-
/**
|
|
2110
|
-
* Creates or updates a network function definition group.
|
|
2111
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2112
|
-
* @param publisherName The name of the publisher.
|
|
2113
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2114
|
-
* @param parameters Parameters supplied to the create or update publisher network function definition
|
|
2115
|
-
* group operation.
|
|
2116
|
-
* @param options The options parameters.
|
|
2117
|
-
*/
|
|
2118
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, parameters: NetworkFunctionDefinitionGroup, options?: NetworkFunctionDefinitionGroupsCreateOrUpdateOptionalParams): Promise<NetworkFunctionDefinitionGroupsCreateOrUpdateResponse>;
|
|
2119
|
-
/**
|
|
2120
|
-
* Gets information about the specified networkFunctionDefinition group.
|
|
2121
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2122
|
-
* @param publisherName The name of the publisher.
|
|
2123
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2124
|
-
* @param options The options parameters.
|
|
2125
|
-
*/
|
|
2126
|
-
get(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, options?: NetworkFunctionDefinitionGroupsGetOptionalParams): Promise<NetworkFunctionDefinitionGroupsGetResponse>;
|
|
2127
|
-
/**
|
|
2128
|
-
* Updates a network function definition group resource.
|
|
2129
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2130
|
-
* @param publisherName The name of the publisher.
|
|
2131
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2132
|
-
* @param parameters Parameters supplied to the create or update publisher network function definition
|
|
2133
|
-
* group operation.
|
|
2134
|
-
* @param options The options parameters.
|
|
2135
|
-
*/
|
|
2136
|
-
update(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, parameters: TagsObject, options?: NetworkFunctionDefinitionGroupsUpdateOptionalParams): Promise<NetworkFunctionDefinitionGroupsUpdateResponse>;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
/** Optional parameters. */
|
|
2140
|
-
export declare interface NetworkFunctionDefinitionGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2141
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2142
|
-
updateIntervalInMs?: number;
|
|
2143
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2144
|
-
resumeFrom?: string;
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2148
|
-
export declare type NetworkFunctionDefinitionGroupsCreateOrUpdateResponse = NetworkFunctionDefinitionGroup;
|
|
2149
|
-
|
|
2150
|
-
/** Defines headers for NetworkFunctionDefinitionGroups_delete operation. */
|
|
2151
|
-
export declare interface NetworkFunctionDefinitionGroupsDeleteHeaders {
|
|
2152
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2153
|
-
location?: string;
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
/** Optional parameters. */
|
|
2157
|
-
export declare interface NetworkFunctionDefinitionGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2158
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2159
|
-
updateIntervalInMs?: number;
|
|
2160
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2161
|
-
resumeFrom?: string;
|
|
2162
|
-
}
|
|
2163
|
-
|
|
2164
|
-
/** Contains response data for the delete operation. */
|
|
2165
|
-
export declare type NetworkFunctionDefinitionGroupsDeleteResponse = NetworkFunctionDefinitionGroupsDeleteHeaders;
|
|
2166
|
-
|
|
2167
|
-
/** Optional parameters. */
|
|
2168
|
-
export declare interface NetworkFunctionDefinitionGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
/** Contains response data for the get operation. */
|
|
2172
|
-
export declare type NetworkFunctionDefinitionGroupsGetResponse = NetworkFunctionDefinitionGroup;
|
|
2173
|
-
|
|
2174
|
-
/** Optional parameters. */
|
|
2175
|
-
export declare interface NetworkFunctionDefinitionGroupsListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
|
-
/** Contains response data for the listByPublisherNext operation. */
|
|
2179
|
-
export declare type NetworkFunctionDefinitionGroupsListByPublisherNextResponse = NetworkFunctionDefinitionGroupListResult;
|
|
2180
|
-
|
|
2181
|
-
/** Optional parameters. */
|
|
2182
|
-
export declare interface NetworkFunctionDefinitionGroupsListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
/** Contains response data for the listByPublisher operation. */
|
|
2186
|
-
export declare type NetworkFunctionDefinitionGroupsListByPublisherResponse = NetworkFunctionDefinitionGroupListResult;
|
|
2187
|
-
|
|
2188
|
-
/** Optional parameters. */
|
|
2189
|
-
export declare interface NetworkFunctionDefinitionGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
/** Contains response data for the update operation. */
|
|
2193
|
-
export declare type NetworkFunctionDefinitionGroupsUpdateResponse = NetworkFunctionDefinitionGroup;
|
|
2194
|
-
|
|
2195
|
-
/** The network function definition resource element template details. */
|
|
2196
|
-
export declare interface NetworkFunctionDefinitionResourceElementTemplateDetails extends ResourceElementTemplate {
|
|
2197
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2198
|
-
resourceElementType: "NetworkFunctionDefinition";
|
|
2199
|
-
/** The resource element template type. */
|
|
2200
|
-
configuration?: ArmResourceDefinitionResourceElementTemplate;
|
|
2201
|
-
}
|
|
2202
|
-
|
|
2203
|
-
/** Network function definition version. */
|
|
2204
|
-
export declare interface NetworkFunctionDefinitionVersion extends TrackedResource {
|
|
2205
|
-
/** Network function definition version properties. */
|
|
2206
|
-
properties?: NetworkFunctionDefinitionVersionPropertiesFormatUnion;
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
/** A list of network function definition versions. */
|
|
2210
|
-
export declare interface NetworkFunctionDefinitionVersionListResult {
|
|
2211
|
-
/** A list of network function definition versions. */
|
|
2212
|
-
value?: NetworkFunctionDefinitionVersion[];
|
|
2213
|
-
/**
|
|
2214
|
-
* The URI to get the next set of results.
|
|
2215
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2216
|
-
*/
|
|
2217
|
-
readonly nextLink?: string;
|
|
2218
|
-
}
|
|
2219
|
-
|
|
2220
|
-
/** Network function definition version properties. */
|
|
2221
|
-
export declare interface NetworkFunctionDefinitionVersionPropertiesFormat {
|
|
2222
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2223
|
-
networkFunctionType: "ContainerizedNetworkFunction" | "VirtualNetworkFunction";
|
|
2224
|
-
/**
|
|
2225
|
-
* The provisioning state of the network function definition version resource.
|
|
2226
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2227
|
-
*/
|
|
2228
|
-
readonly provisioningState?: ProvisioningState;
|
|
2229
|
-
/**
|
|
2230
|
-
* The network function definition version state.
|
|
2231
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2232
|
-
*/
|
|
2233
|
-
readonly versionState?: VersionState;
|
|
2234
|
-
/** The network function definition version description. */
|
|
2235
|
-
description?: string;
|
|
2236
|
-
/** The deployment parameters of the network function definition version. */
|
|
2237
|
-
deployParameters?: string;
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
export declare type NetworkFunctionDefinitionVersionPropertiesFormatUnion = NetworkFunctionDefinitionVersionPropertiesFormat | ContainerizedNetworkFunctionDefinitionVersion | VirtualNetworkFunctionDefinitionVersion;
|
|
2241
|
-
|
|
2242
|
-
/** Interface representing a NetworkFunctionDefinitionVersions. */
|
|
2243
|
-
export declare interface NetworkFunctionDefinitionVersions {
|
|
2244
|
-
/**
|
|
2245
|
-
* Gets information about a list of network function definition versions under a network function
|
|
2246
|
-
* definition group.
|
|
2247
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2248
|
-
* @param publisherName The name of the publisher.
|
|
2249
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2250
|
-
* @param options The options parameters.
|
|
2251
|
-
*/
|
|
2252
|
-
listByNetworkFunctionDefinitionGroup(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, options?: NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupOptionalParams): PagedAsyncIterableIterator<NetworkFunctionDefinitionVersion>;
|
|
2253
|
-
/**
|
|
2254
|
-
* Deletes the specified network function definition version.
|
|
2255
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2256
|
-
* @param publisherName The name of the publisher.
|
|
2257
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2258
|
-
* @param networkFunctionDefinitionVersionName The name of the network function definition version. The
|
|
2259
|
-
* name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2260
|
-
* @param options The options parameters.
|
|
2261
|
-
*/
|
|
2262
|
-
beginDelete(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, networkFunctionDefinitionVersionName: string, options?: NetworkFunctionDefinitionVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFunctionDefinitionVersionsDeleteResponse>, NetworkFunctionDefinitionVersionsDeleteResponse>>;
|
|
2263
|
-
/**
|
|
2264
|
-
* Deletes the specified network function definition version.
|
|
2265
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2266
|
-
* @param publisherName The name of the publisher.
|
|
2267
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2268
|
-
* @param networkFunctionDefinitionVersionName The name of the network function definition version. The
|
|
2269
|
-
* name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2270
|
-
* @param options The options parameters.
|
|
2271
|
-
*/
|
|
2272
|
-
beginDeleteAndWait(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, networkFunctionDefinitionVersionName: string, options?: NetworkFunctionDefinitionVersionsDeleteOptionalParams): Promise<NetworkFunctionDefinitionVersionsDeleteResponse>;
|
|
2273
|
-
/**
|
|
2274
|
-
* Creates or updates a network function definition version.
|
|
2275
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2276
|
-
* @param publisherName The name of the publisher.
|
|
2277
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2278
|
-
* @param networkFunctionDefinitionVersionName The name of the network function definition version. The
|
|
2279
|
-
* name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2280
|
-
* @param parameters Parameters supplied to the create or update network function definition version
|
|
2281
|
-
* operation.
|
|
2282
|
-
* @param options The options parameters.
|
|
2283
|
-
*/
|
|
2284
|
-
beginCreateOrUpdate(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, networkFunctionDefinitionVersionName: string, parameters: NetworkFunctionDefinitionVersion, options?: NetworkFunctionDefinitionVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFunctionDefinitionVersionsCreateOrUpdateResponse>, NetworkFunctionDefinitionVersionsCreateOrUpdateResponse>>;
|
|
2285
|
-
/**
|
|
2286
|
-
* Creates or updates a network function definition version.
|
|
2287
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2288
|
-
* @param publisherName The name of the publisher.
|
|
2289
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2290
|
-
* @param networkFunctionDefinitionVersionName The name of the network function definition version. The
|
|
2291
|
-
* name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2292
|
-
* @param parameters Parameters supplied to the create or update network function definition version
|
|
2293
|
-
* operation.
|
|
2294
|
-
* @param options The options parameters.
|
|
2295
|
-
*/
|
|
2296
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, networkFunctionDefinitionVersionName: string, parameters: NetworkFunctionDefinitionVersion, options?: NetworkFunctionDefinitionVersionsCreateOrUpdateOptionalParams): Promise<NetworkFunctionDefinitionVersionsCreateOrUpdateResponse>;
|
|
2297
|
-
/**
|
|
2298
|
-
* Gets information about a network function definition version.
|
|
2299
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2300
|
-
* @param publisherName The name of the publisher.
|
|
2301
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2302
|
-
* @param networkFunctionDefinitionVersionName The name of the network function definition version. The
|
|
2303
|
-
* name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2304
|
-
* @param options The options parameters.
|
|
2305
|
-
*/
|
|
2306
|
-
get(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, networkFunctionDefinitionVersionName: string, options?: NetworkFunctionDefinitionVersionsGetOptionalParams): Promise<NetworkFunctionDefinitionVersionsGetResponse>;
|
|
2307
|
-
/**
|
|
2308
|
-
* Updates a network function definition version resource.
|
|
2309
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2310
|
-
* @param publisherName The name of the publisher.
|
|
2311
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2312
|
-
* @param networkFunctionDefinitionVersionName The name of the network function definition version. The
|
|
2313
|
-
* name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2314
|
-
* @param parameters Parameters supplied to the create or update network function definition version
|
|
2315
|
-
* operation.
|
|
2316
|
-
* @param options The options parameters.
|
|
2317
|
-
*/
|
|
2318
|
-
update(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, networkFunctionDefinitionVersionName: string, parameters: TagsObject, options?: NetworkFunctionDefinitionVersionsUpdateOptionalParams): Promise<NetworkFunctionDefinitionVersionsUpdateResponse>;
|
|
2319
|
-
/**
|
|
2320
|
-
* Update network function definition version state.
|
|
2321
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2322
|
-
* @param publisherName The name of the publisher.
|
|
2323
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2324
|
-
* @param networkFunctionDefinitionVersionName The name of the network function definition version. The
|
|
2325
|
-
* name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2326
|
-
* @param parameters Parameters supplied to update the state of network function definition version.
|
|
2327
|
-
* @param options The options parameters.
|
|
2328
|
-
*/
|
|
2329
|
-
beginUpdateState(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, networkFunctionDefinitionVersionName: string, parameters: NetworkFunctionDefinitionVersionUpdateState, options?: NetworkFunctionDefinitionVersionsUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFunctionDefinitionVersionsUpdateStateResponse>, NetworkFunctionDefinitionVersionsUpdateStateResponse>>;
|
|
2330
|
-
/**
|
|
2331
|
-
* Update network function definition version state.
|
|
2332
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2333
|
-
* @param publisherName The name of the publisher.
|
|
2334
|
-
* @param networkFunctionDefinitionGroupName The name of the network function definition group.
|
|
2335
|
-
* @param networkFunctionDefinitionVersionName The name of the network function definition version. The
|
|
2336
|
-
* name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2337
|
-
* @param parameters Parameters supplied to update the state of network function definition version.
|
|
2338
|
-
* @param options The options parameters.
|
|
2339
|
-
*/
|
|
2340
|
-
beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, networkFunctionDefinitionGroupName: string, networkFunctionDefinitionVersionName: string, parameters: NetworkFunctionDefinitionVersionUpdateState, options?: NetworkFunctionDefinitionVersionsUpdateStateOptionalParams): Promise<NetworkFunctionDefinitionVersionsUpdateStateResponse>;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
/** Optional parameters. */
|
|
2344
|
-
export declare interface NetworkFunctionDefinitionVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2345
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2346
|
-
updateIntervalInMs?: number;
|
|
2347
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2348
|
-
resumeFrom?: string;
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2352
|
-
export declare type NetworkFunctionDefinitionVersionsCreateOrUpdateResponse = NetworkFunctionDefinitionVersion;
|
|
2353
|
-
|
|
2354
|
-
/** Defines headers for NetworkFunctionDefinitionVersions_delete operation. */
|
|
2355
|
-
export declare interface NetworkFunctionDefinitionVersionsDeleteHeaders {
|
|
2356
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2357
|
-
location?: string;
|
|
2358
|
-
}
|
|
2359
|
-
|
|
2360
|
-
/** Optional parameters. */
|
|
2361
|
-
export declare interface NetworkFunctionDefinitionVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2362
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2363
|
-
updateIntervalInMs?: number;
|
|
2364
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2365
|
-
resumeFrom?: string;
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
|
-
/** Contains response data for the delete operation. */
|
|
2369
|
-
export declare type NetworkFunctionDefinitionVersionsDeleteResponse = NetworkFunctionDefinitionVersionsDeleteHeaders;
|
|
2370
|
-
|
|
2371
|
-
/** Optional parameters. */
|
|
2372
|
-
export declare interface NetworkFunctionDefinitionVersionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
/** Contains response data for the get operation. */
|
|
2376
|
-
export declare type NetworkFunctionDefinitionVersionsGetResponse = NetworkFunctionDefinitionVersion;
|
|
2377
|
-
|
|
2378
|
-
/** Optional parameters. */
|
|
2379
|
-
export declare interface NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
/** Contains response data for the listByNetworkFunctionDefinitionGroupNext operation. */
|
|
2383
|
-
export declare type NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupNextResponse = NetworkFunctionDefinitionVersionListResult;
|
|
2384
|
-
|
|
2385
|
-
/** Optional parameters. */
|
|
2386
|
-
export declare interface NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupOptionalParams extends coreClient.OperationOptions {
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
/** Contains response data for the listByNetworkFunctionDefinitionGroup operation. */
|
|
2390
|
-
export declare type NetworkFunctionDefinitionVersionsListByNetworkFunctionDefinitionGroupResponse = NetworkFunctionDefinitionVersionListResult;
|
|
2391
|
-
|
|
2392
|
-
/** Optional parameters. */
|
|
2393
|
-
export declare interface NetworkFunctionDefinitionVersionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
|
-
/** Contains response data for the update operation. */
|
|
2397
|
-
export declare type NetworkFunctionDefinitionVersionsUpdateResponse = NetworkFunctionDefinitionVersion;
|
|
2398
|
-
|
|
2399
|
-
/** Defines headers for NetworkFunctionDefinitionVersions_updateState operation. */
|
|
2400
|
-
export declare interface NetworkFunctionDefinitionVersionsUpdateStateHeaders {
|
|
2401
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2402
|
-
location?: string;
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
/** Optional parameters. */
|
|
2406
|
-
export declare interface NetworkFunctionDefinitionVersionsUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
2407
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2408
|
-
updateIntervalInMs?: number;
|
|
2409
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2410
|
-
resumeFrom?: string;
|
|
2411
|
-
}
|
|
2412
|
-
|
|
2413
|
-
/** Contains response data for the updateState operation. */
|
|
2414
|
-
export declare type NetworkFunctionDefinitionVersionsUpdateStateResponse = NetworkFunctionDefinitionVersionUpdateState;
|
|
2415
|
-
|
|
2416
|
-
/** Publisher network function definition version update request definition. */
|
|
2417
|
-
export declare interface NetworkFunctionDefinitionVersionUpdateState {
|
|
2418
|
-
/** The network function definition version state. Only the 'Active' and 'Deprecated' states are allowed for updates. Other states are used for internal state transitioning. */
|
|
2419
|
-
versionState?: VersionState;
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
/** Response for network function API service call. */
|
|
2423
|
-
export declare interface NetworkFunctionListResult {
|
|
2424
|
-
/** A list of network function resources in a subscription or resource group. */
|
|
2425
|
-
value?: NetworkFunction[];
|
|
2426
|
-
/**
|
|
2427
|
-
* The URL to get the next set of results.
|
|
2428
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2429
|
-
*/
|
|
2430
|
-
readonly nextLink?: string;
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
|
-
/** Network function properties. */
|
|
2434
|
-
export declare interface NetworkFunctionPropertiesFormat {
|
|
2435
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2436
|
-
configurationType: "Secret" | "Open";
|
|
2437
|
-
/**
|
|
2438
|
-
* The provisioning state of the network function resource.
|
|
2439
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2440
|
-
*/
|
|
2441
|
-
readonly provisioningState?: ProvisioningState;
|
|
2442
|
-
/**
|
|
2443
|
-
* The publisher name for the network function.
|
|
2444
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2445
|
-
*/
|
|
2446
|
-
readonly publisherName?: string;
|
|
2447
|
-
/**
|
|
2448
|
-
* The scope of the publisher.
|
|
2449
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2450
|
-
*/
|
|
2451
|
-
readonly publisherScope?: PublisherScope;
|
|
2452
|
-
/**
|
|
2453
|
-
* The network function definition group name for the network function.
|
|
2454
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2455
|
-
*/
|
|
2456
|
-
readonly networkFunctionDefinitionGroupName?: string;
|
|
2457
|
-
/**
|
|
2458
|
-
* The network function definition version for the network function.
|
|
2459
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2460
|
-
*/
|
|
2461
|
-
readonly networkFunctionDefinitionVersion?: string;
|
|
2462
|
-
/**
|
|
2463
|
-
* The location of the network function definition offering.
|
|
2464
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2465
|
-
*/
|
|
2466
|
-
readonly networkFunctionDefinitionOfferingLocation?: string;
|
|
2467
|
-
/** The network function definition version resource reference. */
|
|
2468
|
-
networkFunctionDefinitionVersionResourceReference?: DeploymentResourceIdReferenceUnion;
|
|
2469
|
-
/** The nfvi type for the network function. */
|
|
2470
|
-
nfviType?: NfviType;
|
|
2471
|
-
/** The nfviId for the network function. */
|
|
2472
|
-
nfviId?: string;
|
|
2473
|
-
/** Indicates if software updates are allowed during deployment. */
|
|
2474
|
-
allowSoftwareUpdate?: boolean;
|
|
2475
|
-
/** The role configuration override values from the user. */
|
|
2476
|
-
roleOverrideValues?: string[];
|
|
2477
|
-
}
|
|
2478
|
-
|
|
2479
|
-
export declare type NetworkFunctionPropertiesFormatUnion = NetworkFunctionPropertiesFormat | NetworkFunctionValueWithSecrets | NetworkFunctionValueWithoutSecrets;
|
|
2480
|
-
|
|
2481
|
-
/** Interface representing a NetworkFunctions. */
|
|
2482
|
-
export declare interface NetworkFunctions {
|
|
2483
|
-
/**
|
|
2484
|
-
* Lists all the network functions in a subscription.
|
|
2485
|
-
* @param options The options parameters.
|
|
2486
|
-
*/
|
|
2487
|
-
listBySubscription(options?: NetworkFunctionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkFunction>;
|
|
2488
|
-
/**
|
|
2489
|
-
* Lists all the network function resources in a resource group.
|
|
2490
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2491
|
-
* @param options The options parameters.
|
|
2492
|
-
*/
|
|
2493
|
-
listByResourceGroup(resourceGroupName: string, options?: NetworkFunctionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkFunction>;
|
|
2494
|
-
/**
|
|
2495
|
-
* Deletes the specified network function resource.
|
|
2496
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2497
|
-
* @param networkFunctionName The name of the network function.
|
|
2498
|
-
* @param options The options parameters.
|
|
2499
|
-
*/
|
|
2500
|
-
beginDelete(resourceGroupName: string, networkFunctionName: string, options?: NetworkFunctionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2501
|
-
/**
|
|
2502
|
-
* Deletes the specified network function resource.
|
|
2503
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2504
|
-
* @param networkFunctionName The name of the network function.
|
|
2505
|
-
* @param options The options parameters.
|
|
2506
|
-
*/
|
|
2507
|
-
beginDeleteAndWait(resourceGroupName: string, networkFunctionName: string, options?: NetworkFunctionsDeleteOptionalParams): Promise<void>;
|
|
2508
|
-
/**
|
|
2509
|
-
* Gets information about the specified network function resource.
|
|
2510
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2511
|
-
* @param networkFunctionName The name of the network function resource.
|
|
2512
|
-
* @param options The options parameters.
|
|
2513
|
-
*/
|
|
2514
|
-
get(resourceGroupName: string, networkFunctionName: string, options?: NetworkFunctionsGetOptionalParams): Promise<NetworkFunctionsGetResponse>;
|
|
2515
|
-
/**
|
|
2516
|
-
* Creates or updates a network function resource.
|
|
2517
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2518
|
-
* @param networkFunctionName Resource name for the network function resource.
|
|
2519
|
-
* @param parameters Parameters supplied in the body to the create or update network function
|
|
2520
|
-
* operation.
|
|
2521
|
-
* @param options The options parameters.
|
|
2522
|
-
*/
|
|
2523
|
-
beginCreateOrUpdate(resourceGroupName: string, networkFunctionName: string, parameters: NetworkFunction, options?: NetworkFunctionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFunctionsCreateOrUpdateResponse>, NetworkFunctionsCreateOrUpdateResponse>>;
|
|
2524
|
-
/**
|
|
2525
|
-
* Creates or updates a network function resource.
|
|
2526
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2527
|
-
* @param networkFunctionName Resource name for the network function resource.
|
|
2528
|
-
* @param parameters Parameters supplied in the body to the create or update network function
|
|
2529
|
-
* operation.
|
|
2530
|
-
* @param options The options parameters.
|
|
2531
|
-
*/
|
|
2532
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, networkFunctionName: string, parameters: NetworkFunction, options?: NetworkFunctionsCreateOrUpdateOptionalParams): Promise<NetworkFunctionsCreateOrUpdateResponse>;
|
|
2533
|
-
/**
|
|
2534
|
-
* Updates the tags for the network function resource.
|
|
2535
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2536
|
-
* @param networkFunctionName Resource name for the network function resource.
|
|
2537
|
-
* @param parameters Parameters supplied to the update network function tags operation.
|
|
2538
|
-
* @param options The options parameters.
|
|
2539
|
-
*/
|
|
2540
|
-
updateTags(resourceGroupName: string, networkFunctionName: string, parameters: TagsObject, options?: NetworkFunctionsUpdateTagsOptionalParams): Promise<NetworkFunctionsUpdateTagsResponse>;
|
|
2541
|
-
/**
|
|
2542
|
-
* Execute a request to services on a containerized network function.
|
|
2543
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2544
|
-
* @param networkFunctionName The name of the network function.
|
|
2545
|
-
* @param parameters Payload for execute request post call.
|
|
2546
|
-
* @param options The options parameters.
|
|
2547
|
-
*/
|
|
2548
|
-
beginExecuteRequest(resourceGroupName: string, networkFunctionName: string, parameters: ExecuteRequestParameters, options?: NetworkFunctionsExecuteRequestOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2549
|
-
/**
|
|
2550
|
-
* Execute a request to services on a containerized network function.
|
|
2551
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2552
|
-
* @param networkFunctionName The name of the network function.
|
|
2553
|
-
* @param parameters Payload for execute request post call.
|
|
2554
|
-
* @param options The options parameters.
|
|
2555
|
-
*/
|
|
2556
|
-
beginExecuteRequestAndWait(resourceGroupName: string, networkFunctionName: string, parameters: ExecuteRequestParameters, options?: NetworkFunctionsExecuteRequestOptionalParams): Promise<void>;
|
|
2557
|
-
}
|
|
2558
|
-
|
|
2559
|
-
/** Optional parameters. */
|
|
2560
|
-
export declare interface NetworkFunctionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2561
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2562
|
-
updateIntervalInMs?: number;
|
|
2563
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2564
|
-
resumeFrom?: string;
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2568
|
-
export declare type NetworkFunctionsCreateOrUpdateResponse = NetworkFunction;
|
|
2569
|
-
|
|
2570
|
-
/** Defines headers for NetworkFunctions_delete operation. */
|
|
2571
|
-
export declare interface NetworkFunctionsDeleteHeaders {
|
|
2572
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2573
|
-
location?: string;
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
|
-
/** Optional parameters. */
|
|
2577
|
-
export declare interface NetworkFunctionsDeleteOptionalParams 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
|
-
|
|
2584
|
-
/** Defines headers for NetworkFunctions_executeRequest operation. */
|
|
2585
|
-
export declare interface NetworkFunctionsExecuteRequestHeaders {
|
|
2586
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2587
|
-
location?: string;
|
|
2588
|
-
}
|
|
2589
|
-
|
|
2590
|
-
/** Optional parameters. */
|
|
2591
|
-
export declare interface NetworkFunctionsExecuteRequestOptionalParams extends coreClient.OperationOptions {
|
|
2592
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2593
|
-
updateIntervalInMs?: number;
|
|
2594
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2595
|
-
resumeFrom?: string;
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
/** Optional parameters. */
|
|
2599
|
-
export declare interface NetworkFunctionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
/** Contains response data for the get operation. */
|
|
2603
|
-
export declare type NetworkFunctionsGetResponse = NetworkFunction;
|
|
2604
|
-
|
|
2605
|
-
/** Optional parameters. */
|
|
2606
|
-
export declare interface NetworkFunctionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2607
|
-
}
|
|
2608
|
-
|
|
2609
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2610
|
-
export declare type NetworkFunctionsListByResourceGroupNextResponse = NetworkFunctionListResult;
|
|
2611
|
-
|
|
2612
|
-
/** Optional parameters. */
|
|
2613
|
-
export declare interface NetworkFunctionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2614
|
-
}
|
|
2615
|
-
|
|
2616
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2617
|
-
export declare type NetworkFunctionsListByResourceGroupResponse = NetworkFunctionListResult;
|
|
2618
|
-
|
|
2619
|
-
/** Optional parameters. */
|
|
2620
|
-
export declare interface NetworkFunctionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2624
|
-
export declare type NetworkFunctionsListBySubscriptionNextResponse = NetworkFunctionListResult;
|
|
2625
|
-
|
|
2626
|
-
/** Optional parameters. */
|
|
2627
|
-
export declare interface NetworkFunctionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2628
|
-
}
|
|
2629
|
-
|
|
2630
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2631
|
-
export declare type NetworkFunctionsListBySubscriptionResponse = NetworkFunctionListResult;
|
|
2632
|
-
|
|
2633
|
-
/** Optional parameters. */
|
|
2634
|
-
export declare interface NetworkFunctionsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
2635
|
-
}
|
|
2636
|
-
|
|
2637
|
-
/** Contains response data for the updateTags operation. */
|
|
2638
|
-
export declare type NetworkFunctionsUpdateTagsResponse = NetworkFunction;
|
|
2639
|
-
|
|
2640
|
-
/**
|
|
2641
|
-
* Defines values for NetworkFunctionType. \
|
|
2642
|
-
* {@link KnownNetworkFunctionType} can be used interchangeably with NetworkFunctionType,
|
|
2643
|
-
* this enum contains the known values that the service supports.
|
|
2644
|
-
* ### Known values supported by the service
|
|
2645
|
-
* **Unknown** \
|
|
2646
|
-
* **VirtualNetworkFunction** \
|
|
2647
|
-
* **ContainerizedNetworkFunction**
|
|
2648
|
-
*/
|
|
2649
|
-
export declare type NetworkFunctionType = string;
|
|
2650
|
-
|
|
2651
|
-
/** NetworkFunction with no secrets. */
|
|
2652
|
-
export declare interface NetworkFunctionValueWithoutSecrets extends NetworkFunctionPropertiesFormat {
|
|
2653
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2654
|
-
configurationType: "Open";
|
|
2655
|
-
/** The JSON-serialized deployment values from the user. */
|
|
2656
|
-
deploymentValues?: string;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
|
-
/** NetworkFunction with secrets. */
|
|
2660
|
-
export declare interface NetworkFunctionValueWithSecrets extends NetworkFunctionPropertiesFormat {
|
|
2661
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2662
|
-
configurationType: "Secret";
|
|
2663
|
-
/** The JSON-serialized secret deployment values from the user. This contains secrets like passwords,keys etc */
|
|
2664
|
-
secretDeploymentValues?: string;
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
/** network service design group resource. */
|
|
2668
|
-
export declare interface NetworkServiceDesignGroup extends TrackedResource {
|
|
2669
|
-
/** network service design group properties. */
|
|
2670
|
-
properties?: NetworkServiceDesignGroupPropertiesFormat;
|
|
2671
|
-
}
|
|
2672
|
-
|
|
2673
|
-
/** A list of network service design group resources. */
|
|
2674
|
-
export declare interface NetworkServiceDesignGroupListResult {
|
|
2675
|
-
/** A list of network service design group. */
|
|
2676
|
-
value?: NetworkServiceDesignGroup[];
|
|
2677
|
-
/**
|
|
2678
|
-
* The URL to get the next set of results.
|
|
2679
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2680
|
-
*/
|
|
2681
|
-
readonly nextLink?: string;
|
|
2682
|
-
}
|
|
2683
|
-
|
|
2684
|
-
/** network service design group properties. */
|
|
2685
|
-
export declare interface NetworkServiceDesignGroupPropertiesFormat {
|
|
2686
|
-
/**
|
|
2687
|
-
* The provisioning state of the network service design groups resource.
|
|
2688
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2689
|
-
*/
|
|
2690
|
-
readonly provisioningState?: ProvisioningState;
|
|
2691
|
-
/** The network service design group description. */
|
|
2692
|
-
description?: string;
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
|
-
/** Interface representing a NetworkServiceDesignGroups. */
|
|
2696
|
-
export declare interface NetworkServiceDesignGroups {
|
|
2697
|
-
/**
|
|
2698
|
-
* Gets information of the network service design groups under a publisher.
|
|
2699
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2700
|
-
* @param publisherName The name of the publisher.
|
|
2701
|
-
* @param options The options parameters.
|
|
2702
|
-
*/
|
|
2703
|
-
listByPublisher(resourceGroupName: string, publisherName: string, options?: NetworkServiceDesignGroupsListByPublisherOptionalParams): PagedAsyncIterableIterator<NetworkServiceDesignGroup>;
|
|
2704
|
-
/**
|
|
2705
|
-
* Deletes a specified network service design group.
|
|
2706
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2707
|
-
* @param publisherName The name of the publisher.
|
|
2708
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2709
|
-
* @param options The options parameters.
|
|
2710
|
-
*/
|
|
2711
|
-
beginDelete(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, options?: NetworkServiceDesignGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkServiceDesignGroupsDeleteResponse>, NetworkServiceDesignGroupsDeleteResponse>>;
|
|
2712
|
-
/**
|
|
2713
|
-
* Deletes a specified network service design group.
|
|
2714
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2715
|
-
* @param publisherName The name of the publisher.
|
|
2716
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2717
|
-
* @param options The options parameters.
|
|
2718
|
-
*/
|
|
2719
|
-
beginDeleteAndWait(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, options?: NetworkServiceDesignGroupsDeleteOptionalParams): Promise<NetworkServiceDesignGroupsDeleteResponse>;
|
|
2720
|
-
/**
|
|
2721
|
-
* Creates or updates a network service design group.
|
|
2722
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2723
|
-
* @param publisherName The name of the publisher.
|
|
2724
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2725
|
-
* @param parameters Parameters supplied to the create or update publisher network service design group
|
|
2726
|
-
* operation.
|
|
2727
|
-
* @param options The options parameters.
|
|
2728
|
-
*/
|
|
2729
|
-
beginCreateOrUpdate(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, parameters: NetworkServiceDesignGroup, options?: NetworkServiceDesignGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkServiceDesignGroupsCreateOrUpdateResponse>, NetworkServiceDesignGroupsCreateOrUpdateResponse>>;
|
|
2730
|
-
/**
|
|
2731
|
-
* Creates or updates a network service design group.
|
|
2732
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2733
|
-
* @param publisherName The name of the publisher.
|
|
2734
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2735
|
-
* @param parameters Parameters supplied to the create or update publisher network service design group
|
|
2736
|
-
* operation.
|
|
2737
|
-
* @param options The options parameters.
|
|
2738
|
-
*/
|
|
2739
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, parameters: NetworkServiceDesignGroup, options?: NetworkServiceDesignGroupsCreateOrUpdateOptionalParams): Promise<NetworkServiceDesignGroupsCreateOrUpdateResponse>;
|
|
2740
|
-
/**
|
|
2741
|
-
* Gets information about the specified networkServiceDesign group.
|
|
2742
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2743
|
-
* @param publisherName The name of the publisher.
|
|
2744
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2745
|
-
* @param options The options parameters.
|
|
2746
|
-
*/
|
|
2747
|
-
get(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, options?: NetworkServiceDesignGroupsGetOptionalParams): Promise<NetworkServiceDesignGroupsGetResponse>;
|
|
2748
|
-
/**
|
|
2749
|
-
* Updates a network service design groups resource.
|
|
2750
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2751
|
-
* @param publisherName The name of the publisher.
|
|
2752
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2753
|
-
* @param parameters Parameters supplied to the create or update publisher network service design group
|
|
2754
|
-
* operation.
|
|
2755
|
-
* @param options The options parameters.
|
|
2756
|
-
*/
|
|
2757
|
-
update(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, parameters: TagsObject, options?: NetworkServiceDesignGroupsUpdateOptionalParams): Promise<NetworkServiceDesignGroupsUpdateResponse>;
|
|
2758
|
-
}
|
|
2759
|
-
|
|
2760
|
-
/** Optional parameters. */
|
|
2761
|
-
export declare interface NetworkServiceDesignGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2762
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2763
|
-
updateIntervalInMs?: number;
|
|
2764
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2765
|
-
resumeFrom?: string;
|
|
2766
|
-
}
|
|
2767
|
-
|
|
2768
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2769
|
-
export declare type NetworkServiceDesignGroupsCreateOrUpdateResponse = NetworkServiceDesignGroup;
|
|
2770
|
-
|
|
2771
|
-
/** Defines headers for NetworkServiceDesignGroups_delete operation. */
|
|
2772
|
-
export declare interface NetworkServiceDesignGroupsDeleteHeaders {
|
|
2773
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2774
|
-
location?: string;
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
|
-
/** Optional parameters. */
|
|
2778
|
-
export declare interface NetworkServiceDesignGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2779
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2780
|
-
updateIntervalInMs?: number;
|
|
2781
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2782
|
-
resumeFrom?: string;
|
|
2783
|
-
}
|
|
2784
|
-
|
|
2785
|
-
/** Contains response data for the delete operation. */
|
|
2786
|
-
export declare type NetworkServiceDesignGroupsDeleteResponse = NetworkServiceDesignGroupsDeleteHeaders;
|
|
2787
|
-
|
|
2788
|
-
/** Optional parameters. */
|
|
2789
|
-
export declare interface NetworkServiceDesignGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
2790
|
-
}
|
|
2791
|
-
|
|
2792
|
-
/** Contains response data for the get operation. */
|
|
2793
|
-
export declare type NetworkServiceDesignGroupsGetResponse = NetworkServiceDesignGroup;
|
|
2794
|
-
|
|
2795
|
-
/** Optional parameters. */
|
|
2796
|
-
export declare interface NetworkServiceDesignGroupsListByPublisherNextOptionalParams extends coreClient.OperationOptions {
|
|
2797
|
-
}
|
|
2798
|
-
|
|
2799
|
-
/** Contains response data for the listByPublisherNext operation. */
|
|
2800
|
-
export declare type NetworkServiceDesignGroupsListByPublisherNextResponse = NetworkServiceDesignGroupListResult;
|
|
2801
|
-
|
|
2802
|
-
/** Optional parameters. */
|
|
2803
|
-
export declare interface NetworkServiceDesignGroupsListByPublisherOptionalParams extends coreClient.OperationOptions {
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
/** Contains response data for the listByPublisher operation. */
|
|
2807
|
-
export declare type NetworkServiceDesignGroupsListByPublisherResponse = NetworkServiceDesignGroupListResult;
|
|
2808
|
-
|
|
2809
|
-
/** Optional parameters. */
|
|
2810
|
-
export declare interface NetworkServiceDesignGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
/** Contains response data for the update operation. */
|
|
2814
|
-
export declare type NetworkServiceDesignGroupsUpdateResponse = NetworkServiceDesignGroup;
|
|
2815
|
-
|
|
2816
|
-
/** network service design version. */
|
|
2817
|
-
export declare interface NetworkServiceDesignVersion extends TrackedResource {
|
|
2818
|
-
/** network service design version properties. */
|
|
2819
|
-
properties?: NetworkServiceDesignVersionPropertiesFormat;
|
|
2820
|
-
}
|
|
2821
|
-
|
|
2822
|
-
/** A list of network service design versions. */
|
|
2823
|
-
export declare interface NetworkServiceDesignVersionListResult {
|
|
2824
|
-
/** A list of network service design versions. */
|
|
2825
|
-
value?: NetworkServiceDesignVersion[];
|
|
2826
|
-
/**
|
|
2827
|
-
* The URI to get the next set of results.
|
|
2828
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2829
|
-
*/
|
|
2830
|
-
readonly nextLink?: string;
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
|
-
/** network service design version properties. */
|
|
2834
|
-
export declare interface NetworkServiceDesignVersionPropertiesFormat {
|
|
2835
|
-
/**
|
|
2836
|
-
* The provisioning state of the network service design version resource.
|
|
2837
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2838
|
-
*/
|
|
2839
|
-
readonly provisioningState?: ProvisioningState;
|
|
2840
|
-
/**
|
|
2841
|
-
* The network service design version state.
|
|
2842
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2843
|
-
*/
|
|
2844
|
-
readonly versionState?: VersionState;
|
|
2845
|
-
/** The network service design version description. */
|
|
2846
|
-
description?: string;
|
|
2847
|
-
/** The configuration schemas to used to define the values. */
|
|
2848
|
-
configurationGroupSchemaReferences?: {
|
|
2849
|
-
[propertyName: string]: ReferencedResource;
|
|
2850
|
-
};
|
|
2851
|
-
/** The nfvis from the site. */
|
|
2852
|
-
nfvisFromSite?: {
|
|
2853
|
-
[propertyName: string]: NfviDetails;
|
|
2854
|
-
};
|
|
2855
|
-
/** List of resource element template */
|
|
2856
|
-
resourceElementTemplates?: ResourceElementTemplateUnion[];
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
/** Interface representing a NetworkServiceDesignVersions. */
|
|
2860
|
-
export declare interface NetworkServiceDesignVersions {
|
|
2861
|
-
/**
|
|
2862
|
-
* Gets information about a list of network service design versions under a network service design
|
|
2863
|
-
* group.
|
|
2864
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2865
|
-
* @param publisherName The name of the publisher.
|
|
2866
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2867
|
-
* @param options The options parameters.
|
|
2868
|
-
*/
|
|
2869
|
-
listByNetworkServiceDesignGroup(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, options?: NetworkServiceDesignVersionsListByNetworkServiceDesignGroupOptionalParams): PagedAsyncIterableIterator<NetworkServiceDesignVersion>;
|
|
2870
|
-
/**
|
|
2871
|
-
* Deletes the specified network service design version.
|
|
2872
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2873
|
-
* @param publisherName The name of the publisher.
|
|
2874
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2875
|
-
* @param networkServiceDesignVersionName The name of the network service design version. The name
|
|
2876
|
-
* should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2877
|
-
* @param options The options parameters.
|
|
2878
|
-
*/
|
|
2879
|
-
beginDelete(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, networkServiceDesignVersionName: string, options?: NetworkServiceDesignVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkServiceDesignVersionsDeleteResponse>, NetworkServiceDesignVersionsDeleteResponse>>;
|
|
2880
|
-
/**
|
|
2881
|
-
* Deletes the specified network service design version.
|
|
2882
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2883
|
-
* @param publisherName The name of the publisher.
|
|
2884
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2885
|
-
* @param networkServiceDesignVersionName The name of the network service design version. The name
|
|
2886
|
-
* should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2887
|
-
* @param options The options parameters.
|
|
2888
|
-
*/
|
|
2889
|
-
beginDeleteAndWait(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, networkServiceDesignVersionName: string, options?: NetworkServiceDesignVersionsDeleteOptionalParams): Promise<NetworkServiceDesignVersionsDeleteResponse>;
|
|
2890
|
-
/**
|
|
2891
|
-
* Creates or updates a network service design version.
|
|
2892
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2893
|
-
* @param publisherName The name of the publisher.
|
|
2894
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2895
|
-
* @param networkServiceDesignVersionName The name of the network service design version. The name
|
|
2896
|
-
* should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2897
|
-
* @param parameters Parameters supplied to the create or update network service design version
|
|
2898
|
-
* operation.
|
|
2899
|
-
* @param options The options parameters.
|
|
2900
|
-
*/
|
|
2901
|
-
beginCreateOrUpdate(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, networkServiceDesignVersionName: string, parameters: NetworkServiceDesignVersion, options?: NetworkServiceDesignVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkServiceDesignVersionsCreateOrUpdateResponse>, NetworkServiceDesignVersionsCreateOrUpdateResponse>>;
|
|
2902
|
-
/**
|
|
2903
|
-
* Creates or updates a network service design version.
|
|
2904
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2905
|
-
* @param publisherName The name of the publisher.
|
|
2906
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2907
|
-
* @param networkServiceDesignVersionName The name of the network service design version. The name
|
|
2908
|
-
* should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2909
|
-
* @param parameters Parameters supplied to the create or update network service design version
|
|
2910
|
-
* operation.
|
|
2911
|
-
* @param options The options parameters.
|
|
2912
|
-
*/
|
|
2913
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, networkServiceDesignVersionName: string, parameters: NetworkServiceDesignVersion, options?: NetworkServiceDesignVersionsCreateOrUpdateOptionalParams): Promise<NetworkServiceDesignVersionsCreateOrUpdateResponse>;
|
|
2914
|
-
/**
|
|
2915
|
-
* Gets information about a network service design version.
|
|
2916
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2917
|
-
* @param publisherName The name of the publisher.
|
|
2918
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2919
|
-
* @param networkServiceDesignVersionName The name of the network service design version. The name
|
|
2920
|
-
* should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2921
|
-
* @param options The options parameters.
|
|
2922
|
-
*/
|
|
2923
|
-
get(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, networkServiceDesignVersionName: string, options?: NetworkServiceDesignVersionsGetOptionalParams): Promise<NetworkServiceDesignVersionsGetResponse>;
|
|
2924
|
-
/**
|
|
2925
|
-
* Updates a network service design version resource.
|
|
2926
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2927
|
-
* @param publisherName The name of the publisher.
|
|
2928
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2929
|
-
* @param networkServiceDesignVersionName The name of the network service design version. The name
|
|
2930
|
-
* should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2931
|
-
* @param parameters Parameters supplied to the create or update network service design version
|
|
2932
|
-
* operation.
|
|
2933
|
-
* @param options The options parameters.
|
|
2934
|
-
*/
|
|
2935
|
-
update(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, networkServiceDesignVersionName: string, parameters: TagsObject, options?: NetworkServiceDesignVersionsUpdateOptionalParams): Promise<NetworkServiceDesignVersionsUpdateResponse>;
|
|
2936
|
-
/**
|
|
2937
|
-
* Update network service design version state.
|
|
2938
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2939
|
-
* @param publisherName The name of the publisher.
|
|
2940
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2941
|
-
* @param networkServiceDesignVersionName The name of the network service design version. The name
|
|
2942
|
-
* should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2943
|
-
* @param parameters Parameters supplied to update the state of network service design version.
|
|
2944
|
-
* @param options The options parameters.
|
|
2945
|
-
*/
|
|
2946
|
-
beginUpdateState(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, networkServiceDesignVersionName: string, parameters: NetworkServiceDesignVersionUpdateState, options?: NetworkServiceDesignVersionsUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkServiceDesignVersionsUpdateStateResponse>, NetworkServiceDesignVersionsUpdateStateResponse>>;
|
|
2947
|
-
/**
|
|
2948
|
-
* Update network service design version state.
|
|
2949
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2950
|
-
* @param publisherName The name of the publisher.
|
|
2951
|
-
* @param networkServiceDesignGroupName The name of the network service design group.
|
|
2952
|
-
* @param networkServiceDesignVersionName The name of the network service design version. The name
|
|
2953
|
-
* should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
|
|
2954
|
-
* @param parameters Parameters supplied to update the state of network service design version.
|
|
2955
|
-
* @param options The options parameters.
|
|
2956
|
-
*/
|
|
2957
|
-
beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, networkServiceDesignGroupName: string, networkServiceDesignVersionName: string, parameters: NetworkServiceDesignVersionUpdateState, options?: NetworkServiceDesignVersionsUpdateStateOptionalParams): Promise<NetworkServiceDesignVersionsUpdateStateResponse>;
|
|
2958
|
-
}
|
|
2959
|
-
|
|
2960
|
-
/** Optional parameters. */
|
|
2961
|
-
export declare interface NetworkServiceDesignVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2962
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2963
|
-
updateIntervalInMs?: number;
|
|
2964
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2965
|
-
resumeFrom?: string;
|
|
2966
|
-
}
|
|
2967
|
-
|
|
2968
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2969
|
-
export declare type NetworkServiceDesignVersionsCreateOrUpdateResponse = NetworkServiceDesignVersion;
|
|
2970
|
-
|
|
2971
|
-
/** Defines headers for NetworkServiceDesignVersions_delete operation. */
|
|
2972
|
-
export declare interface NetworkServiceDesignVersionsDeleteHeaders {
|
|
2973
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
2974
|
-
location?: string;
|
|
2975
|
-
}
|
|
2976
|
-
|
|
2977
|
-
/** Optional parameters. */
|
|
2978
|
-
export declare interface NetworkServiceDesignVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2979
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2980
|
-
updateIntervalInMs?: number;
|
|
2981
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2982
|
-
resumeFrom?: string;
|
|
2983
|
-
}
|
|
2984
|
-
|
|
2985
|
-
/** Contains response data for the delete operation. */
|
|
2986
|
-
export declare type NetworkServiceDesignVersionsDeleteResponse = NetworkServiceDesignVersionsDeleteHeaders;
|
|
2987
|
-
|
|
2988
|
-
/** Optional parameters. */
|
|
2989
|
-
export declare interface NetworkServiceDesignVersionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2990
|
-
}
|
|
2991
|
-
|
|
2992
|
-
/** Contains response data for the get operation. */
|
|
2993
|
-
export declare type NetworkServiceDesignVersionsGetResponse = NetworkServiceDesignVersion;
|
|
2994
|
-
|
|
2995
|
-
/** Optional parameters. */
|
|
2996
|
-
export declare interface NetworkServiceDesignVersionsListByNetworkServiceDesignGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2997
|
-
}
|
|
2998
|
-
|
|
2999
|
-
/** Contains response data for the listByNetworkServiceDesignGroupNext operation. */
|
|
3000
|
-
export declare type NetworkServiceDesignVersionsListByNetworkServiceDesignGroupNextResponse = NetworkServiceDesignVersionListResult;
|
|
3001
|
-
|
|
3002
|
-
/** Optional parameters. */
|
|
3003
|
-
export declare interface NetworkServiceDesignVersionsListByNetworkServiceDesignGroupOptionalParams extends coreClient.OperationOptions {
|
|
3004
|
-
}
|
|
3005
|
-
|
|
3006
|
-
/** Contains response data for the listByNetworkServiceDesignGroup operation. */
|
|
3007
|
-
export declare type NetworkServiceDesignVersionsListByNetworkServiceDesignGroupResponse = NetworkServiceDesignVersionListResult;
|
|
3008
|
-
|
|
3009
|
-
/** Optional parameters. */
|
|
3010
|
-
export declare interface NetworkServiceDesignVersionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
/** Contains response data for the update operation. */
|
|
3014
|
-
export declare type NetworkServiceDesignVersionsUpdateResponse = NetworkServiceDesignVersion;
|
|
3015
|
-
|
|
3016
|
-
/** Defines headers for NetworkServiceDesignVersions_updateState operation. */
|
|
3017
|
-
export declare interface NetworkServiceDesignVersionsUpdateStateHeaders {
|
|
3018
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
3019
|
-
location?: string;
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
/** Optional parameters. */
|
|
3023
|
-
export declare interface NetworkServiceDesignVersionsUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
3024
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3025
|
-
updateIntervalInMs?: number;
|
|
3026
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3027
|
-
resumeFrom?: string;
|
|
3028
|
-
}
|
|
3029
|
-
|
|
3030
|
-
/** Contains response data for the updateState operation. */
|
|
3031
|
-
export declare type NetworkServiceDesignVersionsUpdateStateResponse = NetworkServiceDesignVersionUpdateState;
|
|
3032
|
-
|
|
3033
|
-
/** Publisher network service design version update request definition. */
|
|
3034
|
-
export declare interface NetworkServiceDesignVersionUpdateState {
|
|
3035
|
-
/** The network service design version state. */
|
|
3036
|
-
versionState?: VersionState;
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
/** The nfvi details. */
|
|
3040
|
-
export declare interface NfviDetails {
|
|
3041
|
-
/** The nfvi name. */
|
|
3042
|
-
name?: string;
|
|
3043
|
-
/** The nfvi type. */
|
|
3044
|
-
type?: string;
|
|
3045
|
-
}
|
|
3046
|
-
|
|
3047
|
-
/** The NFVI object. */
|
|
3048
|
-
export declare interface NFVIs {
|
|
3049
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3050
|
-
nfviType: "AzureCore" | "AzureArcKubernetes" | "AzureOperatorNexus";
|
|
3051
|
-
/** Name of the nfvi. */
|
|
3052
|
-
name?: string;
|
|
3053
|
-
}
|
|
3054
|
-
|
|
3055
|
-
export declare type NFVIsUnion = NFVIs | AzureCoreNfviDetails | AzureArcK8SClusterNfviDetails | AzureOperatorNexusClusterNfviDetails;
|
|
3056
|
-
|
|
3057
|
-
/**
|
|
3058
|
-
* Defines values for NfviType. \
|
|
3059
|
-
* {@link KnownNfviType} can be used interchangeably with NfviType,
|
|
3060
|
-
* this enum contains the known values that the service supports.
|
|
3061
|
-
* ### Known values supported by the service
|
|
3062
|
-
* **Unknown** \
|
|
3063
|
-
* **AzureArcKubernetes** \
|
|
3064
|
-
* **AzureCore** \
|
|
3065
|
-
* **AzureOperatorNexus**
|
|
3066
|
-
*/
|
|
3067
|
-
export declare type NfviType = string;
|
|
3068
|
-
|
|
3069
|
-
/** Artifact profile properties. */
|
|
3070
|
-
export declare interface NSDArtifactProfile {
|
|
3071
|
-
/** The artifact store resource id */
|
|
3072
|
-
artifactStoreReference?: ReferencedResource;
|
|
3073
|
-
/** Artifact name. */
|
|
3074
|
-
artifactName?: string;
|
|
3075
|
-
/** Artifact version. */
|
|
3076
|
-
artifactVersion?: string;
|
|
3077
|
-
}
|
|
3078
|
-
|
|
3079
|
-
/** Non secret deployment resource id reference. */
|
|
3080
|
-
export declare interface OpenDeploymentResourceReference extends DeploymentResourceIdReference {
|
|
3081
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3082
|
-
idType: "Open";
|
|
3083
|
-
/** Resource ID. */
|
|
3084
|
-
id?: string;
|
|
3085
|
-
}
|
|
3086
|
-
|
|
3087
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
3088
|
-
export declare interface Operation {
|
|
3089
|
-
/**
|
|
3090
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
3091
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3092
|
-
*/
|
|
3093
|
-
readonly name?: string;
|
|
3094
|
-
/**
|
|
3095
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
3096
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3097
|
-
*/
|
|
3098
|
-
readonly isDataAction?: boolean;
|
|
3099
|
-
/** Localized display information for this particular operation. */
|
|
3100
|
-
display?: OperationDisplay;
|
|
3101
|
-
/**
|
|
3102
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
3103
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3104
|
-
*/
|
|
3105
|
-
readonly origin?: Origin;
|
|
3106
|
-
/**
|
|
3107
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
3108
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3109
|
-
*/
|
|
3110
|
-
readonly actionType?: ActionType;
|
|
3111
|
-
}
|
|
3112
|
-
|
|
3113
|
-
/** Localized display information for this particular operation. */
|
|
3114
|
-
export declare interface OperationDisplay {
|
|
3115
|
-
/**
|
|
3116
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
3117
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3118
|
-
*/
|
|
3119
|
-
readonly provider?: string;
|
|
3120
|
-
/**
|
|
3121
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
3122
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3123
|
-
*/
|
|
3124
|
-
readonly resource?: string;
|
|
3125
|
-
/**
|
|
3126
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
3127
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3128
|
-
*/
|
|
3129
|
-
readonly operation?: string;
|
|
3130
|
-
/**
|
|
3131
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
3132
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3133
|
-
*/
|
|
3134
|
-
readonly description?: string;
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
3138
|
-
export declare interface OperationListResult {
|
|
3139
|
-
/**
|
|
3140
|
-
* List of operations supported by the resource provider
|
|
3141
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3142
|
-
*/
|
|
3143
|
-
readonly value?: Operation[];
|
|
3144
|
-
/**
|
|
3145
|
-
* URL to get the next set of operation list results (if there are any).
|
|
3146
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3147
|
-
*/
|
|
3148
|
-
readonly nextLink?: string;
|
|
3149
|
-
}
|
|
3150
|
-
|
|
3151
|
-
/** Interface representing a Operations. */
|
|
3152
|
-
export declare interface Operations {
|
|
3153
|
-
/**
|
|
3154
|
-
* Gets a list of the operations.
|
|
3155
|
-
* @param options The options parameters.
|
|
3156
|
-
*/
|
|
3157
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
3158
|
-
}
|
|
3159
|
-
|
|
3160
|
-
/** Optional parameters. */
|
|
3161
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3162
|
-
}
|
|
3163
|
-
|
|
3164
|
-
/** Contains response data for the listNext operation. */
|
|
3165
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
|
3166
|
-
|
|
3167
|
-
/** Optional parameters. */
|
|
3168
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3169
|
-
}
|
|
3170
|
-
|
|
3171
|
-
/** Contains response data for the list operation. */
|
|
3172
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
3173
|
-
|
|
3174
|
-
/**
|
|
3175
|
-
* Defines values for Origin. \
|
|
3176
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
3177
|
-
* this enum contains the known values that the service supports.
|
|
3178
|
-
* ### Known values supported by the service
|
|
3179
|
-
* **user** \
|
|
3180
|
-
* **system** \
|
|
3181
|
-
* **user,system**
|
|
3182
|
-
*/
|
|
3183
|
-
export declare type Origin = string;
|
|
3184
|
-
|
|
3185
|
-
/** Helm Pod status properties. */
|
|
3186
|
-
export declare interface Pod {
|
|
3187
|
-
/** The name of the Pod. */
|
|
3188
|
-
name?: string;
|
|
3189
|
-
/** The namespace of the Pod. */
|
|
3190
|
-
namespace?: string;
|
|
3191
|
-
/** Desired number of containers */
|
|
3192
|
-
desired?: number;
|
|
3193
|
-
/** Number of ready containers. */
|
|
3194
|
-
ready?: number;
|
|
3195
|
-
/** The status of a pod. */
|
|
3196
|
-
status?: PodStatus;
|
|
3197
|
-
/** Creation Time of Pod. */
|
|
3198
|
-
creationTime?: Date;
|
|
3199
|
-
/** Last 5 Pod events. */
|
|
3200
|
-
events?: PodEvent[];
|
|
3201
|
-
}
|
|
3202
|
-
|
|
3203
|
-
/** Pod Event properties. */
|
|
3204
|
-
export declare interface PodEvent {
|
|
3205
|
-
/** The type of pod event. */
|
|
3206
|
-
type?: PodEventType;
|
|
3207
|
-
/** Event reason. */
|
|
3208
|
-
reason?: string;
|
|
3209
|
-
/** Event message. */
|
|
3210
|
-
message?: string;
|
|
3211
|
-
/** Event Last seen. */
|
|
3212
|
-
lastSeenTime?: Date;
|
|
3213
|
-
}
|
|
3214
|
-
|
|
3215
|
-
/**
|
|
3216
|
-
* Defines values for PodEventType. \
|
|
3217
|
-
* {@link KnownPodEventType} can be used interchangeably with PodEventType,
|
|
3218
|
-
* this enum contains the known values that the service supports.
|
|
3219
|
-
* ### Known values supported by the service
|
|
3220
|
-
* **Normal** \
|
|
3221
|
-
* **Warning**
|
|
3222
|
-
*/
|
|
3223
|
-
export declare type PodEventType = string;
|
|
3224
|
-
|
|
3225
|
-
/**
|
|
3226
|
-
* Defines values for PodStatus. \
|
|
3227
|
-
* {@link KnownPodStatus} can be used interchangeably with PodStatus,
|
|
3228
|
-
* this enum contains the known values that the service supports.
|
|
3229
|
-
* ### Known values supported by the service
|
|
3230
|
-
* **Unknown** \
|
|
3231
|
-
* **Succeeded** \
|
|
3232
|
-
* **Failed** \
|
|
3233
|
-
* **Running** \
|
|
3234
|
-
* **Pending** \
|
|
3235
|
-
* **Terminating** \
|
|
3236
|
-
* **NotReady**
|
|
3237
|
-
*/
|
|
3238
|
-
export declare type PodStatus = string;
|
|
3239
|
-
|
|
3240
|
-
/**
|
|
3241
|
-
* Defines values for ProvisioningState. \
|
|
3242
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
3243
|
-
* this enum contains the known values that the service supports.
|
|
3244
|
-
* ### Known values supported by the service
|
|
3245
|
-
* **Unknown** \
|
|
3246
|
-
* **Succeeded** \
|
|
3247
|
-
* **Accepted** \
|
|
3248
|
-
* **Deleting** \
|
|
3249
|
-
* **Failed** \
|
|
3250
|
-
* **Canceled** \
|
|
3251
|
-
* **Deleted** \
|
|
3252
|
-
* **Converging**
|
|
3253
|
-
*/
|
|
3254
|
-
export declare type ProvisioningState = string;
|
|
3255
|
-
|
|
3256
|
-
/** Interface representing a ProxyArtifact. */
|
|
3257
|
-
export declare interface ProxyArtifact {
|
|
3258
|
-
/**
|
|
3259
|
-
* Lists all the available artifacts in the parent Artifact Store.
|
|
3260
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3261
|
-
* @param publisherName The name of the publisher.
|
|
3262
|
-
* @param artifactStoreName The name of the artifact store.
|
|
3263
|
-
* @param options The options parameters.
|
|
3264
|
-
*/
|
|
3265
|
-
list(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ProxyArtifactListOptionalParams): PagedAsyncIterableIterator<ProxyArtifactListOverview>;
|
|
3266
|
-
/**
|
|
3267
|
-
* Get a Artifact overview information.
|
|
3268
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3269
|
-
* @param publisherName The name of the publisher.
|
|
3270
|
-
* @param artifactStoreName The name of the artifact store.
|
|
3271
|
-
* @param artifactName The name of the artifact.
|
|
3272
|
-
* @param options The options parameters.
|
|
3273
|
-
*/
|
|
3274
|
-
listVersions(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, options?: ProxyArtifactListVersionsOptionalParams): PagedAsyncIterableIterator<ProxyArtifactVersionsListOverview>;
|
|
3275
|
-
/**
|
|
3276
|
-
* Change artifact state defined in artifact store.
|
|
3277
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3278
|
-
* @param publisherName The name of the publisher.
|
|
3279
|
-
* @param artifactStoreName The name of the artifact store.
|
|
3280
|
-
* @param artifactName The name of the artifact.
|
|
3281
|
-
* @param artifactVersionName The name of the artifact version.
|
|
3282
|
-
* @param parameters Parameters supplied to update the state of artifact manifest.
|
|
3283
|
-
* @param options The options parameters.
|
|
3284
|
-
*/
|
|
3285
|
-
beginUpdateState(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, artifactVersionName: string, parameters: ArtifactChangeState, options?: ProxyArtifactUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ProxyArtifactUpdateStateResponse>, ProxyArtifactUpdateStateResponse>>;
|
|
3286
|
-
/**
|
|
3287
|
-
* Change artifact state defined in artifact store.
|
|
3288
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3289
|
-
* @param publisherName The name of the publisher.
|
|
3290
|
-
* @param artifactStoreName The name of the artifact store.
|
|
3291
|
-
* @param artifactName The name of the artifact.
|
|
3292
|
-
* @param artifactVersionName The name of the artifact version.
|
|
3293
|
-
* @param parameters Parameters supplied to update the state of artifact manifest.
|
|
3294
|
-
* @param options The options parameters.
|
|
3295
|
-
*/
|
|
3296
|
-
beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, artifactVersionName: string, parameters: ArtifactChangeState, options?: ProxyArtifactUpdateStateOptionalParams): Promise<ProxyArtifactUpdateStateResponse>;
|
|
3297
|
-
}
|
|
3298
|
-
|
|
3299
|
-
/** Optional parameters. */
|
|
3300
|
-
export declare interface ProxyArtifactListNextOptionalParams extends coreClient.OperationOptions {
|
|
3301
|
-
}
|
|
3302
|
-
|
|
3303
|
-
/** Contains response data for the listNext operation. */
|
|
3304
|
-
export declare type ProxyArtifactListNextResponse = ProxyArtifactOverviewListResult;
|
|
3305
|
-
|
|
3306
|
-
/** Optional parameters. */
|
|
3307
|
-
export declare interface ProxyArtifactListOptionalParams extends coreClient.OperationOptions {
|
|
3308
|
-
}
|
|
3309
|
-
|
|
3310
|
-
/** The proxy artifact overview. */
|
|
3311
|
-
export declare interface ProxyArtifactListOverview extends ProxyResource {
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3314
|
-
/** Contains response data for the list operation. */
|
|
3315
|
-
export declare type ProxyArtifactListResponse = ProxyArtifactOverviewListResult;
|
|
3316
|
-
|
|
3317
|
-
/** Optional parameters. */
|
|
3318
|
-
export declare interface ProxyArtifactListVersionsNextOptionalParams extends coreClient.OperationOptions {
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
|
-
/** Contains response data for the listVersionsNext operation. */
|
|
3322
|
-
export declare type ProxyArtifactListVersionsNextResponse = ProxyArtifactVersionsOverviewListResult;
|
|
3323
|
-
|
|
3324
|
-
/** Optional parameters. */
|
|
3325
|
-
export declare interface ProxyArtifactListVersionsOptionalParams extends coreClient.OperationOptions {
|
|
3326
|
-
}
|
|
3327
|
-
|
|
3328
|
-
/** Contains response data for the listVersions operation. */
|
|
3329
|
-
export declare type ProxyArtifactListVersionsResponse = ProxyArtifactVersionsOverviewListResult;
|
|
3330
|
-
|
|
3331
|
-
/** The proxy artifact overview. */
|
|
3332
|
-
export declare interface ProxyArtifactOverview extends ProxyResource {
|
|
3333
|
-
/**
|
|
3334
|
-
* Proxy Artifact properties overview.
|
|
3335
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3336
|
-
*/
|
|
3337
|
-
readonly properties?: ProxyArtifactOverviewPropertiesFormat;
|
|
3338
|
-
}
|
|
3339
|
-
|
|
3340
|
-
/** The proxy artifact list result. */
|
|
3341
|
-
export declare interface ProxyArtifactOverviewListResult {
|
|
3342
|
-
/** A list of available proxy artifacts. */
|
|
3343
|
-
value?: ProxyArtifactListOverview[];
|
|
3344
|
-
/**
|
|
3345
|
-
* The URL to get the next set of results.
|
|
3346
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3347
|
-
*/
|
|
3348
|
-
readonly nextLink?: string;
|
|
3349
|
-
}
|
|
3350
|
-
|
|
3351
|
-
/** Proxy Artifact overview properties. */
|
|
3352
|
-
export declare interface ProxyArtifactOverviewPropertiesFormat {
|
|
3353
|
-
/** The proxy artifact overview properties. */
|
|
3354
|
-
artifactVersions?: ProxyArtifactOverviewPropertiesValue[];
|
|
3355
|
-
}
|
|
3356
|
-
|
|
3357
|
-
export declare interface ProxyArtifactOverviewPropertiesValue {
|
|
3358
|
-
/** The artifact type. */
|
|
3359
|
-
artifactType?: ArtifactType;
|
|
3360
|
-
/** The artifact version. */
|
|
3361
|
-
artifactVersion?: string;
|
|
3362
|
-
/** The artifact state */
|
|
3363
|
-
artifactState?: ArtifactState;
|
|
3364
|
-
}
|
|
3365
|
-
|
|
3366
|
-
/** Defines headers for ProxyArtifact_updateState operation. */
|
|
3367
|
-
export declare interface ProxyArtifactUpdateStateHeaders {
|
|
3368
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
3369
|
-
location?: string;
|
|
3370
|
-
}
|
|
3371
|
-
|
|
3372
|
-
/** Optional parameters. */
|
|
3373
|
-
export declare interface ProxyArtifactUpdateStateOptionalParams extends coreClient.OperationOptions {
|
|
3374
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3375
|
-
updateIntervalInMs?: number;
|
|
3376
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3377
|
-
resumeFrom?: string;
|
|
3378
|
-
}
|
|
3379
|
-
|
|
3380
|
-
/** Contains response data for the updateState operation. */
|
|
3381
|
-
export declare type ProxyArtifactUpdateStateResponse = ProxyArtifactVersionsListOverview;
|
|
3382
|
-
|
|
3383
|
-
/** The proxy artifact overview. */
|
|
3384
|
-
export declare interface ProxyArtifactVersionsListOverview extends ProxyResource {
|
|
3385
|
-
/**
|
|
3386
|
-
* Proxy Artifact overview properties.
|
|
3387
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3388
|
-
*/
|
|
3389
|
-
readonly properties?: ProxyArtifactOverviewPropertiesValue;
|
|
3390
|
-
}
|
|
3391
|
-
|
|
3392
|
-
/** The proxy artifact list result. */
|
|
3393
|
-
export declare interface ProxyArtifactVersionsOverviewListResult {
|
|
3394
|
-
/** A list of available proxy artifacts. */
|
|
3395
|
-
value?: ProxyArtifactVersionsListOverview[];
|
|
3396
|
-
/**
|
|
3397
|
-
* The URL to get the next set of results.
|
|
3398
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3399
|
-
*/
|
|
3400
|
-
readonly nextLink?: string;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
3404
|
-
export declare interface ProxyResource extends Resource {
|
|
3405
|
-
}
|
|
3406
|
-
|
|
3407
|
-
/** publisher resource. */
|
|
3408
|
-
export declare interface Publisher extends TrackedResource {
|
|
3409
|
-
/** Publisher properties. */
|
|
3410
|
-
properties?: PublisherPropertiesFormat;
|
|
3411
|
-
/** The managed identity of the publisher, if configured. */
|
|
3412
|
-
identity?: ManagedServiceIdentity;
|
|
3413
|
-
}
|
|
3414
|
-
|
|
3415
|
-
/** A list of publishers. */
|
|
3416
|
-
export declare interface PublisherListResult {
|
|
3417
|
-
/** A list of publishers. */
|
|
3418
|
-
value?: Publisher[];
|
|
3419
|
-
/**
|
|
3420
|
-
* The URL to get the next set of results.
|
|
3421
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3422
|
-
*/
|
|
3423
|
-
readonly nextLink?: string;
|
|
3424
|
-
}
|
|
3425
|
-
|
|
3426
|
-
/** publisher properties. */
|
|
3427
|
-
export declare interface PublisherPropertiesFormat {
|
|
3428
|
-
/**
|
|
3429
|
-
* The provisioning state of the publisher resource.
|
|
3430
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3431
|
-
*/
|
|
3432
|
-
readonly provisioningState?: ProvisioningState;
|
|
3433
|
-
/** The publisher scope. */
|
|
3434
|
-
scope?: PublisherScope;
|
|
3435
|
-
}
|
|
3436
|
-
|
|
3437
|
-
/** Interface representing a Publishers. */
|
|
3438
|
-
export declare interface Publishers {
|
|
3439
|
-
/**
|
|
3440
|
-
* Lists all the publishers in a subscription.
|
|
3441
|
-
* @param options The options parameters.
|
|
3442
|
-
*/
|
|
3443
|
-
listBySubscription(options?: PublishersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Publisher>;
|
|
3444
|
-
/**
|
|
3445
|
-
* Lists all the publishers in a resource group.
|
|
3446
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3447
|
-
* @param options The options parameters.
|
|
3448
|
-
*/
|
|
3449
|
-
listByResourceGroup(resourceGroupName: string, options?: PublishersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Publisher>;
|
|
3450
|
-
/**
|
|
3451
|
-
* Deletes the specified publisher.
|
|
3452
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3453
|
-
* @param publisherName The name of the publisher.
|
|
3454
|
-
* @param options The options parameters.
|
|
3455
|
-
*/
|
|
3456
|
-
beginDelete(resourceGroupName: string, publisherName: string, options?: PublishersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PublishersDeleteResponse>, PublishersDeleteResponse>>;
|
|
3457
|
-
/**
|
|
3458
|
-
* Deletes the specified publisher.
|
|
3459
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3460
|
-
* @param publisherName The name of the publisher.
|
|
3461
|
-
* @param options The options parameters.
|
|
3462
|
-
*/
|
|
3463
|
-
beginDeleteAndWait(resourceGroupName: string, publisherName: string, options?: PublishersDeleteOptionalParams): Promise<PublishersDeleteResponse>;
|
|
3464
|
-
/**
|
|
3465
|
-
* Gets information about the specified publisher.
|
|
3466
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3467
|
-
* @param publisherName The name of the publisher.
|
|
3468
|
-
* @param options The options parameters.
|
|
3469
|
-
*/
|
|
3470
|
-
get(resourceGroupName: string, publisherName: string, options?: PublishersGetOptionalParams): Promise<PublishersGetResponse>;
|
|
3471
|
-
/**
|
|
3472
|
-
* Creates or updates a publisher.
|
|
3473
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3474
|
-
* @param publisherName The name of the publisher.
|
|
3475
|
-
* @param options The options parameters.
|
|
3476
|
-
*/
|
|
3477
|
-
beginCreateOrUpdate(resourceGroupName: string, publisherName: string, options?: PublishersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PublishersCreateOrUpdateResponse>, PublishersCreateOrUpdateResponse>>;
|
|
3478
|
-
/**
|
|
3479
|
-
* Creates or updates a publisher.
|
|
3480
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3481
|
-
* @param publisherName The name of the publisher.
|
|
3482
|
-
* @param options The options parameters.
|
|
3483
|
-
*/
|
|
3484
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, options?: PublishersCreateOrUpdateOptionalParams): Promise<PublishersCreateOrUpdateResponse>;
|
|
3485
|
-
/**
|
|
3486
|
-
* Update a publisher resource.
|
|
3487
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3488
|
-
* @param publisherName The name of the publisher.
|
|
3489
|
-
* @param options The options parameters.
|
|
3490
|
-
*/
|
|
3491
|
-
update(resourceGroupName: string, publisherName: string, options?: PublishersUpdateOptionalParams): Promise<PublishersUpdateResponse>;
|
|
3492
|
-
}
|
|
3493
|
-
|
|
3494
|
-
/**
|
|
3495
|
-
* Defines values for PublisherScope. \
|
|
3496
|
-
* {@link KnownPublisherScope} can be used interchangeably with PublisherScope,
|
|
3497
|
-
* this enum contains the known values that the service supports.
|
|
3498
|
-
* ### Known values supported by the service
|
|
3499
|
-
* **Unknown** \
|
|
3500
|
-
* **Private**
|
|
3501
|
-
*/
|
|
3502
|
-
export declare type PublisherScope = string;
|
|
3503
|
-
|
|
3504
|
-
/** Optional parameters. */
|
|
3505
|
-
export declare interface PublishersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3506
|
-
/** Parameters supplied to the create publisher operation. */
|
|
3507
|
-
parameters?: Publisher;
|
|
3508
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3509
|
-
updateIntervalInMs?: number;
|
|
3510
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3511
|
-
resumeFrom?: string;
|
|
3512
|
-
}
|
|
3513
|
-
|
|
3514
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3515
|
-
export declare type PublishersCreateOrUpdateResponse = Publisher;
|
|
3516
|
-
|
|
3517
|
-
/** Defines headers for Publishers_delete operation. */
|
|
3518
|
-
export declare interface PublishersDeleteHeaders {
|
|
3519
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
3520
|
-
location?: string;
|
|
3521
|
-
}
|
|
3522
|
-
|
|
3523
|
-
/** Optional parameters. */
|
|
3524
|
-
export declare interface PublishersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3525
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3526
|
-
updateIntervalInMs?: number;
|
|
3527
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3528
|
-
resumeFrom?: string;
|
|
3529
|
-
}
|
|
3530
|
-
|
|
3531
|
-
/** Contains response data for the delete operation. */
|
|
3532
|
-
export declare type PublishersDeleteResponse = PublishersDeleteHeaders;
|
|
3533
|
-
|
|
3534
|
-
/** Optional parameters. */
|
|
3535
|
-
export declare interface PublishersGetOptionalParams extends coreClient.OperationOptions {
|
|
3536
|
-
}
|
|
3537
|
-
|
|
3538
|
-
/** Contains response data for the get operation. */
|
|
3539
|
-
export declare type PublishersGetResponse = Publisher;
|
|
3540
|
-
|
|
3541
|
-
/** Optional parameters. */
|
|
3542
|
-
export declare interface PublishersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3543
|
-
}
|
|
3544
|
-
|
|
3545
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3546
|
-
export declare type PublishersListByResourceGroupNextResponse = PublisherListResult;
|
|
3547
|
-
|
|
3548
|
-
/** Optional parameters. */
|
|
3549
|
-
export declare interface PublishersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3550
|
-
}
|
|
3551
|
-
|
|
3552
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
3553
|
-
export declare type PublishersListByResourceGroupResponse = PublisherListResult;
|
|
3554
|
-
|
|
3555
|
-
/** Optional parameters. */
|
|
3556
|
-
export declare interface PublishersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3557
|
-
}
|
|
3558
|
-
|
|
3559
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3560
|
-
export declare type PublishersListBySubscriptionNextResponse = PublisherListResult;
|
|
3561
|
-
|
|
3562
|
-
/** Optional parameters. */
|
|
3563
|
-
export declare interface PublishersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3564
|
-
}
|
|
3565
|
-
|
|
3566
|
-
/** Contains response data for the listBySubscription operation. */
|
|
3567
|
-
export declare type PublishersListBySubscriptionResponse = PublisherListResult;
|
|
3568
|
-
|
|
3569
|
-
/** Optional parameters. */
|
|
3570
|
-
export declare interface PublishersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3571
|
-
/** Parameters supplied to the create publisher operation. */
|
|
3572
|
-
parameters?: TagsObject;
|
|
3573
|
-
}
|
|
3574
|
-
|
|
3575
|
-
/** Contains response data for the update operation. */
|
|
3576
|
-
export declare type PublishersUpdateResponse = Publisher;
|
|
3577
|
-
|
|
3578
|
-
/** Reference to another resource. */
|
|
3579
|
-
export declare interface ReferencedResource {
|
|
3580
|
-
/** Resource ID. */
|
|
3581
|
-
id?: string;
|
|
3582
|
-
}
|
|
3583
|
-
|
|
3584
|
-
/** Helm ReplicaSet status properties. */
|
|
3585
|
-
export declare interface ReplicaSet {
|
|
3586
|
-
/** The name of the replicaSet. */
|
|
3587
|
-
name?: string;
|
|
3588
|
-
/** The namespace of the replicaSet. */
|
|
3589
|
-
namespace?: string;
|
|
3590
|
-
/** Desired number of pods */
|
|
3591
|
-
desired?: number;
|
|
3592
|
-
/** Number of ready pods. */
|
|
3593
|
-
ready?: number;
|
|
3594
|
-
/** Number of current pods. */
|
|
3595
|
-
current?: number;
|
|
3596
|
-
/** Creation Time of replicaSet. */
|
|
3597
|
-
creationTime?: Date;
|
|
3598
|
-
}
|
|
3599
|
-
|
|
3600
|
-
/** Request metadata of execute request post call payload. */
|
|
3601
|
-
export declare interface RequestMetadata {
|
|
3602
|
-
/** The relative path of the request. */
|
|
3603
|
-
relativePath: string;
|
|
3604
|
-
/** The http method of the request. */
|
|
3605
|
-
httpMethod: HttpMethod;
|
|
3606
|
-
/** The serialized body of the request. */
|
|
3607
|
-
serializedBody: string;
|
|
3608
|
-
/** The api version of the request. */
|
|
3609
|
-
apiVersion?: string;
|
|
3610
|
-
}
|
|
3611
|
-
|
|
3612
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
3613
|
-
export declare interface Resource {
|
|
3614
|
-
/**
|
|
3615
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
3616
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3617
|
-
*/
|
|
3618
|
-
readonly id?: string;
|
|
3619
|
-
/**
|
|
3620
|
-
* The name of the resource
|
|
3621
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3622
|
-
*/
|
|
3623
|
-
readonly name?: string;
|
|
3624
|
-
/**
|
|
3625
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
3626
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3627
|
-
*/
|
|
3628
|
-
readonly type?: string;
|
|
3629
|
-
/**
|
|
3630
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
3631
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3632
|
-
*/
|
|
3633
|
-
readonly systemData?: SystemData;
|
|
3634
|
-
}
|
|
3635
|
-
|
|
3636
|
-
/** The resource element template object. */
|
|
3637
|
-
export declare interface ResourceElementTemplate {
|
|
3638
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3639
|
-
resourceElementType: "ArmResourceDefinition" | "NetworkFunctionDefinition";
|
|
3640
|
-
/** Name of the resource element template. */
|
|
3641
|
-
name?: string;
|
|
3642
|
-
/** The depends on profile. */
|
|
3643
|
-
dependsOnProfile?: DependsOnProfile;
|
|
3644
|
-
}
|
|
3645
|
-
|
|
3646
|
-
export declare type ResourceElementTemplateUnion = ResourceElementTemplate | ArmResourceDefinitionResourceElementTemplateDetails | NetworkFunctionDefinitionResourceElementTemplateDetails;
|
|
3647
|
-
|
|
3648
|
-
/** The resources of the network function component. */
|
|
3649
|
-
export declare interface Resources {
|
|
3650
|
-
/** Deployments that are related to component resource. */
|
|
3651
|
-
deployments?: Deployment[];
|
|
3652
|
-
/** Pods related to component resource. */
|
|
3653
|
-
pods?: Pod[];
|
|
3654
|
-
/** Replica sets related to component resource. */
|
|
3655
|
-
replicaSets?: ReplicaSet[];
|
|
3656
|
-
/** Stateful sets related to component resource. */
|
|
3657
|
-
statefulSets?: StatefulSet[];
|
|
3658
|
-
/** Daemonsets related to component resource. */
|
|
3659
|
-
daemonSets?: DaemonSet[];
|
|
3660
|
-
}
|
|
3661
|
-
|
|
3662
|
-
/** Secret deployment resource id reference. */
|
|
3663
|
-
export declare interface SecretDeploymentResourceReference extends DeploymentResourceIdReference {
|
|
3664
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3665
|
-
idType: "Secret";
|
|
3666
|
-
/** Resource ID. */
|
|
3667
|
-
id?: string;
|
|
3668
|
-
}
|
|
3669
|
-
|
|
3670
|
-
/** Site resource. */
|
|
3671
|
-
export declare interface Site extends TrackedResource {
|
|
3672
|
-
/** Site properties. */
|
|
3673
|
-
properties?: SitePropertiesFormat;
|
|
3674
|
-
}
|
|
3675
|
-
|
|
3676
|
-
/** Response for sites API service call. */
|
|
3677
|
-
export declare interface SiteListResult {
|
|
3678
|
-
/** A list of sites in a resource group. */
|
|
3679
|
-
value?: Site[];
|
|
3680
|
-
/**
|
|
3681
|
-
* The URL to get the next set of results.
|
|
3682
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3683
|
-
*/
|
|
3684
|
-
readonly nextLink?: string;
|
|
3685
|
-
}
|
|
3686
|
-
|
|
3687
|
-
/** Site network service resource. */
|
|
3688
|
-
export declare interface SiteNetworkService extends TrackedResource {
|
|
3689
|
-
/** Site network service properties. */
|
|
3690
|
-
properties?: SiteNetworkServicePropertiesFormat;
|
|
3691
|
-
/** The managed identity of the Site network service, if configured. */
|
|
3692
|
-
identity?: ManagedServiceIdentity;
|
|
3693
|
-
/** Sku of the site network service. */
|
|
3694
|
-
sku?: Sku;
|
|
3695
|
-
}
|
|
3696
|
-
|
|
3697
|
-
/** Response for site network services API service call. */
|
|
3698
|
-
export declare interface SiteNetworkServiceListResult {
|
|
3699
|
-
/** A list of site network services in a resource group. */
|
|
3700
|
-
value?: SiteNetworkService[];
|
|
3701
|
-
/**
|
|
3702
|
-
* The URL to get the next set of results.
|
|
3703
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3704
|
-
*/
|
|
3705
|
-
readonly nextLink?: string;
|
|
3706
|
-
}
|
|
3707
|
-
|
|
3708
|
-
/** Site network service properties. */
|
|
3709
|
-
export declare interface SiteNetworkServicePropertiesFormat {
|
|
3710
|
-
/**
|
|
3711
|
-
* The provisioning state of the site network service resource.
|
|
3712
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3713
|
-
*/
|
|
3714
|
-
readonly provisioningState?: ProvisioningState;
|
|
3715
|
-
/** Managed resource group configuration. */
|
|
3716
|
-
managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration;
|
|
3717
|
-
/** The site details */
|
|
3718
|
-
siteReference?: ReferencedResource;
|
|
3719
|
-
/**
|
|
3720
|
-
* The publisher name for the site network service.
|
|
3721
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3722
|
-
*/
|
|
3723
|
-
readonly publisherName?: string;
|
|
3724
|
-
/**
|
|
3725
|
-
* The scope of the publisher.
|
|
3726
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3727
|
-
*/
|
|
3728
|
-
readonly publisherScope?: PublisherScope;
|
|
3729
|
-
/**
|
|
3730
|
-
* The network service design group name for the site network service.
|
|
3731
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3732
|
-
*/
|
|
3733
|
-
readonly networkServiceDesignGroupName?: string;
|
|
3734
|
-
/**
|
|
3735
|
-
* The network service design version for the site network service.
|
|
3736
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3737
|
-
*/
|
|
3738
|
-
readonly networkServiceDesignVersionName?: string;
|
|
3739
|
-
/**
|
|
3740
|
-
* The location of the network service design offering.
|
|
3741
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3742
|
-
*/
|
|
3743
|
-
readonly networkServiceDesignVersionOfferingLocation?: string;
|
|
3744
|
-
/** The network service design version resource reference. */
|
|
3745
|
-
networkServiceDesignVersionResourceReference?: DeploymentResourceIdReferenceUnion;
|
|
3746
|
-
/** 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. */
|
|
3747
|
-
desiredStateConfigurationGroupValueReferences?: {
|
|
3748
|
-
[propertyName: string]: ReferencedResource;
|
|
3749
|
-
};
|
|
3750
|
-
/**
|
|
3751
|
-
* The network service design version for the site network service.
|
|
3752
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3753
|
-
*/
|
|
3754
|
-
readonly lastStateNetworkServiceDesignVersionName?: string;
|
|
3755
|
-
/**
|
|
3756
|
-
* The last state of the site network service resource.
|
|
3757
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3758
|
-
*/
|
|
3759
|
-
readonly lastStateConfigurationGroupValueReferences?: {
|
|
3760
|
-
[propertyName: string]: ReferencedResource;
|
|
3761
|
-
};
|
|
3762
|
-
}
|
|
3763
|
-
|
|
3764
|
-
/** Interface representing a SiteNetworkServices. */
|
|
3765
|
-
export declare interface SiteNetworkServices {
|
|
3766
|
-
/**
|
|
3767
|
-
* Lists all sites in the network service in a subscription.
|
|
3768
|
-
* @param options The options parameters.
|
|
3769
|
-
*/
|
|
3770
|
-
listBySubscription(options?: SiteNetworkServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SiteNetworkService>;
|
|
3771
|
-
/**
|
|
3772
|
-
* Lists all site network services.
|
|
3773
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3774
|
-
* @param options The options parameters.
|
|
3775
|
-
*/
|
|
3776
|
-
listByResourceGroup(resourceGroupName: string, options?: SiteNetworkServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SiteNetworkService>;
|
|
3777
|
-
/**
|
|
3778
|
-
* Deletes the specified site network service.
|
|
3779
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3780
|
-
* @param siteNetworkServiceName The name of the site network service.
|
|
3781
|
-
* @param options The options parameters.
|
|
3782
|
-
*/
|
|
3783
|
-
beginDelete(resourceGroupName: string, siteNetworkServiceName: string, options?: SiteNetworkServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SiteNetworkServicesDeleteResponse>, SiteNetworkServicesDeleteResponse>>;
|
|
3784
|
-
/**
|
|
3785
|
-
* Deletes the specified site network service.
|
|
3786
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3787
|
-
* @param siteNetworkServiceName The name of the site network service.
|
|
3788
|
-
* @param options The options parameters.
|
|
3789
|
-
*/
|
|
3790
|
-
beginDeleteAndWait(resourceGroupName: string, siteNetworkServiceName: string, options?: SiteNetworkServicesDeleteOptionalParams): Promise<SiteNetworkServicesDeleteResponse>;
|
|
3791
|
-
/**
|
|
3792
|
-
* Gets information about the specified site network service.
|
|
3793
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3794
|
-
* @param siteNetworkServiceName The name of the site network service.
|
|
3795
|
-
* @param options The options parameters.
|
|
3796
|
-
*/
|
|
3797
|
-
get(resourceGroupName: string, siteNetworkServiceName: string, options?: SiteNetworkServicesGetOptionalParams): Promise<SiteNetworkServicesGetResponse>;
|
|
3798
|
-
/**
|
|
3799
|
-
* Creates or updates a network site.
|
|
3800
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3801
|
-
* @param siteNetworkServiceName The name of the site network service.
|
|
3802
|
-
* @param parameters Parameters supplied to the create or update site network service operation.
|
|
3803
|
-
* @param options The options parameters.
|
|
3804
|
-
*/
|
|
3805
|
-
beginCreateOrUpdate(resourceGroupName: string, siteNetworkServiceName: string, parameters: SiteNetworkService, options?: SiteNetworkServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SiteNetworkServicesCreateOrUpdateResponse>, SiteNetworkServicesCreateOrUpdateResponse>>;
|
|
3806
|
-
/**
|
|
3807
|
-
* Creates or updates a network site.
|
|
3808
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3809
|
-
* @param siteNetworkServiceName The name of the site network service.
|
|
3810
|
-
* @param parameters Parameters supplied to the create or update site network service operation.
|
|
3811
|
-
* @param options The options parameters.
|
|
3812
|
-
*/
|
|
3813
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, siteNetworkServiceName: string, parameters: SiteNetworkService, options?: SiteNetworkServicesCreateOrUpdateOptionalParams): Promise<SiteNetworkServicesCreateOrUpdateResponse>;
|
|
3814
|
-
/**
|
|
3815
|
-
* Updates a site update tags.
|
|
3816
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3817
|
-
* @param siteNetworkServiceName The name of the site network service.
|
|
3818
|
-
* @param parameters Parameters supplied to update network site tags.
|
|
3819
|
-
* @param options The options parameters.
|
|
3820
|
-
*/
|
|
3821
|
-
updateTags(resourceGroupName: string, siteNetworkServiceName: string, parameters: TagsObject, options?: SiteNetworkServicesUpdateTagsOptionalParams): Promise<SiteNetworkServicesUpdateTagsResponse>;
|
|
3822
|
-
}
|
|
3823
|
-
|
|
3824
|
-
/** Optional parameters. */
|
|
3825
|
-
export declare interface SiteNetworkServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3826
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3827
|
-
updateIntervalInMs?: number;
|
|
3828
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3829
|
-
resumeFrom?: string;
|
|
3830
|
-
}
|
|
3831
|
-
|
|
3832
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3833
|
-
export declare type SiteNetworkServicesCreateOrUpdateResponse = SiteNetworkService;
|
|
3834
|
-
|
|
3835
|
-
/** Defines headers for SiteNetworkServices_delete operation. */
|
|
3836
|
-
export declare interface SiteNetworkServicesDeleteHeaders {
|
|
3837
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
3838
|
-
location?: string;
|
|
3839
|
-
}
|
|
3840
|
-
|
|
3841
|
-
/** Optional parameters. */
|
|
3842
|
-
export declare interface SiteNetworkServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3843
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3844
|
-
updateIntervalInMs?: number;
|
|
3845
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3846
|
-
resumeFrom?: string;
|
|
3847
|
-
}
|
|
3848
|
-
|
|
3849
|
-
/** Contains response data for the delete operation. */
|
|
3850
|
-
export declare type SiteNetworkServicesDeleteResponse = SiteNetworkServicesDeleteHeaders;
|
|
3851
|
-
|
|
3852
|
-
/** Optional parameters. */
|
|
3853
|
-
export declare interface SiteNetworkServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
3854
|
-
}
|
|
3855
|
-
|
|
3856
|
-
/** Contains response data for the get operation. */
|
|
3857
|
-
export declare type SiteNetworkServicesGetResponse = SiteNetworkService;
|
|
3858
|
-
|
|
3859
|
-
/** Optional parameters. */
|
|
3860
|
-
export declare interface SiteNetworkServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3861
|
-
}
|
|
3862
|
-
|
|
3863
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3864
|
-
export declare type SiteNetworkServicesListByResourceGroupNextResponse = SiteNetworkServiceListResult;
|
|
3865
|
-
|
|
3866
|
-
/** Optional parameters. */
|
|
3867
|
-
export declare interface SiteNetworkServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3868
|
-
}
|
|
3869
|
-
|
|
3870
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
3871
|
-
export declare type SiteNetworkServicesListByResourceGroupResponse = SiteNetworkServiceListResult;
|
|
3872
|
-
|
|
3873
|
-
/** Optional parameters. */
|
|
3874
|
-
export declare interface SiteNetworkServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3875
|
-
}
|
|
3876
|
-
|
|
3877
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3878
|
-
export declare type SiteNetworkServicesListBySubscriptionNextResponse = SiteNetworkServiceListResult;
|
|
3879
|
-
|
|
3880
|
-
/** Optional parameters. */
|
|
3881
|
-
export declare interface SiteNetworkServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
/** Contains response data for the listBySubscription operation. */
|
|
3885
|
-
export declare type SiteNetworkServicesListBySubscriptionResponse = SiteNetworkServiceListResult;
|
|
3886
|
-
|
|
3887
|
-
/** Optional parameters. */
|
|
3888
|
-
export declare interface SiteNetworkServicesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
3889
|
-
}
|
|
3890
|
-
|
|
3891
|
-
/** Contains response data for the updateTags operation. */
|
|
3892
|
-
export declare type SiteNetworkServicesUpdateTagsResponse = SiteNetworkService;
|
|
3893
|
-
|
|
3894
|
-
/** Site properties. */
|
|
3895
|
-
export declare interface SitePropertiesFormat {
|
|
3896
|
-
/**
|
|
3897
|
-
* The provisioning state of the site resource. **TODO**: Confirm if this is needed.
|
|
3898
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3899
|
-
*/
|
|
3900
|
-
readonly provisioningState?: ProvisioningState;
|
|
3901
|
-
/** List of NFVIs */
|
|
3902
|
-
nfvis?: NFVIsUnion[];
|
|
3903
|
-
/**
|
|
3904
|
-
* The list of site network services on the site.
|
|
3905
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3906
|
-
*/
|
|
3907
|
-
readonly siteNetworkServiceReferences?: ReferencedResource[];
|
|
3908
|
-
}
|
|
3909
|
-
|
|
3910
|
-
/** Interface representing a Sites. */
|
|
3911
|
-
export declare interface Sites {
|
|
3912
|
-
/**
|
|
3913
|
-
* Lists all sites in the network service in a subscription.
|
|
3914
|
-
* @param options The options parameters.
|
|
3915
|
-
*/
|
|
3916
|
-
listBySubscription(options?: SitesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
3917
|
-
/**
|
|
3918
|
-
* Lists all sites in the network service.
|
|
3919
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3920
|
-
* @param options The options parameters.
|
|
3921
|
-
*/
|
|
3922
|
-
listByResourceGroup(resourceGroupName: string, options?: SitesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
3923
|
-
/**
|
|
3924
|
-
* Deletes the specified network site.
|
|
3925
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3926
|
-
* @param siteName The name of the network service site.
|
|
3927
|
-
* @param options The options parameters.
|
|
3928
|
-
*/
|
|
3929
|
-
beginDelete(resourceGroupName: string, siteName: string, options?: SitesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SitesDeleteResponse>, SitesDeleteResponse>>;
|
|
3930
|
-
/**
|
|
3931
|
-
* Deletes the specified network site.
|
|
3932
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3933
|
-
* @param siteName The name of the network service site.
|
|
3934
|
-
* @param options The options parameters.
|
|
3935
|
-
*/
|
|
3936
|
-
beginDeleteAndWait(resourceGroupName: string, siteName: string, options?: SitesDeleteOptionalParams): Promise<SitesDeleteResponse>;
|
|
3937
|
-
/**
|
|
3938
|
-
* Gets information about the specified network site.
|
|
3939
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3940
|
-
* @param siteName The name of the network service site.
|
|
3941
|
-
* @param options The options parameters.
|
|
3942
|
-
*/
|
|
3943
|
-
get(resourceGroupName: string, siteName: string, options?: SitesGetOptionalParams): Promise<SitesGetResponse>;
|
|
3944
|
-
/**
|
|
3945
|
-
* Creates or updates a network site.
|
|
3946
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3947
|
-
* @param siteName The name of the network service site.
|
|
3948
|
-
* @param parameters Parameters supplied to the create or update network site operation.
|
|
3949
|
-
* @param options The options parameters.
|
|
3950
|
-
*/
|
|
3951
|
-
beginCreateOrUpdate(resourceGroupName: string, siteName: string, parameters: Site, options?: SitesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SitesCreateOrUpdateResponse>, SitesCreateOrUpdateResponse>>;
|
|
3952
|
-
/**
|
|
3953
|
-
* Creates or updates a network site.
|
|
3954
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3955
|
-
* @param siteName The name of the network service site.
|
|
3956
|
-
* @param parameters Parameters supplied to the create or update network site operation.
|
|
3957
|
-
* @param options The options parameters.
|
|
3958
|
-
*/
|
|
3959
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, siteName: string, parameters: Site, options?: SitesCreateOrUpdateOptionalParams): Promise<SitesCreateOrUpdateResponse>;
|
|
3960
|
-
/**
|
|
3961
|
-
* Updates a site update tags.
|
|
3962
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3963
|
-
* @param siteName The name of the network service site.
|
|
3964
|
-
* @param parameters Parameters supplied to update network site tags.
|
|
3965
|
-
* @param options The options parameters.
|
|
3966
|
-
*/
|
|
3967
|
-
updateTags(resourceGroupName: string, siteName: string, parameters: TagsObject, options?: SitesUpdateTagsOptionalParams): Promise<SitesUpdateTagsResponse>;
|
|
3968
|
-
}
|
|
3969
|
-
|
|
3970
|
-
/** Optional parameters. */
|
|
3971
|
-
export declare interface SitesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3972
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3973
|
-
updateIntervalInMs?: number;
|
|
3974
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3975
|
-
resumeFrom?: string;
|
|
3976
|
-
}
|
|
3977
|
-
|
|
3978
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3979
|
-
export declare type SitesCreateOrUpdateResponse = Site;
|
|
3980
|
-
|
|
3981
|
-
/** Defines headers for Sites_delete operation. */
|
|
3982
|
-
export declare interface SitesDeleteHeaders {
|
|
3983
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
3984
|
-
location?: string;
|
|
3985
|
-
}
|
|
3986
|
-
|
|
3987
|
-
/** Optional parameters. */
|
|
3988
|
-
export declare interface SitesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3989
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3990
|
-
updateIntervalInMs?: number;
|
|
3991
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3992
|
-
resumeFrom?: string;
|
|
3993
|
-
}
|
|
3994
|
-
|
|
3995
|
-
/** Contains response data for the delete operation. */
|
|
3996
|
-
export declare type SitesDeleteResponse = SitesDeleteHeaders;
|
|
3997
|
-
|
|
3998
|
-
/** Optional parameters. */
|
|
3999
|
-
export declare interface SitesGetOptionalParams extends coreClient.OperationOptions {
|
|
4000
|
-
}
|
|
4001
|
-
|
|
4002
|
-
/** Contains response data for the get operation. */
|
|
4003
|
-
export declare type SitesGetResponse = Site;
|
|
4004
|
-
|
|
4005
|
-
/** Optional parameters. */
|
|
4006
|
-
export declare interface SitesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4007
|
-
}
|
|
4008
|
-
|
|
4009
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4010
|
-
export declare type SitesListByResourceGroupNextResponse = SiteListResult;
|
|
4011
|
-
|
|
4012
|
-
/** Optional parameters. */
|
|
4013
|
-
export declare interface SitesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4014
|
-
}
|
|
4015
|
-
|
|
4016
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4017
|
-
export declare type SitesListByResourceGroupResponse = SiteListResult;
|
|
4018
|
-
|
|
4019
|
-
/** Optional parameters. */
|
|
4020
|
-
export declare interface SitesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4021
|
-
}
|
|
4022
|
-
|
|
4023
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4024
|
-
export declare type SitesListBySubscriptionNextResponse = SiteListResult;
|
|
4025
|
-
|
|
4026
|
-
/** Optional parameters. */
|
|
4027
|
-
export declare interface SitesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4028
|
-
}
|
|
4029
|
-
|
|
4030
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4031
|
-
export declare type SitesListBySubscriptionResponse = SiteListResult;
|
|
4032
|
-
|
|
4033
|
-
/** Optional parameters. */
|
|
4034
|
-
export declare interface SitesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
4035
|
-
}
|
|
4036
|
-
|
|
4037
|
-
/** Contains response data for the updateTags operation. */
|
|
4038
|
-
export declare type SitesUpdateTagsResponse = Site;
|
|
4039
|
-
|
|
4040
|
-
/** Sku, to be associated with a SiteNetworkService. */
|
|
4041
|
-
export declare interface Sku {
|
|
4042
|
-
/** Name of this Sku */
|
|
4043
|
-
name: SkuName;
|
|
4044
|
-
/**
|
|
4045
|
-
* The SKU tier based on the SKU name.
|
|
4046
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4047
|
-
*/
|
|
4048
|
-
readonly tier?: SkuTier;
|
|
4049
|
-
}
|
|
4050
|
-
|
|
4051
|
-
/**
|
|
4052
|
-
* Defines values for SkuName. \
|
|
4053
|
-
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
4054
|
-
* this enum contains the known values that the service supports.
|
|
4055
|
-
* ### Known values supported by the service
|
|
4056
|
-
* **Basic** \
|
|
4057
|
-
* **Standard**
|
|
4058
|
-
*/
|
|
4059
|
-
export declare type SkuName = string;
|
|
4060
|
-
|
|
4061
|
-
/**
|
|
4062
|
-
* Defines values for SkuTier. \
|
|
4063
|
-
* {@link KnownSkuTier} can be used interchangeably with SkuTier,
|
|
4064
|
-
* this enum contains the known values that the service supports.
|
|
4065
|
-
* ### Known values supported by the service
|
|
4066
|
-
* **Basic** \
|
|
4067
|
-
* **Standard**
|
|
4068
|
-
*/
|
|
4069
|
-
export declare type SkuTier = string;
|
|
4070
|
-
|
|
4071
|
-
/** Helm StatefulSet status properties. */
|
|
4072
|
-
export declare interface StatefulSet {
|
|
4073
|
-
/** The name of the statefulset. */
|
|
4074
|
-
name?: string;
|
|
4075
|
-
/** The namespace of the statefulset. */
|
|
4076
|
-
namespace?: string;
|
|
4077
|
-
/** Desired number of pods */
|
|
4078
|
-
desired?: number;
|
|
4079
|
-
/** Number of ready pods. */
|
|
4080
|
-
ready?: number;
|
|
4081
|
-
/** Creation Time of statefulset. */
|
|
4082
|
-
creationTime?: Date;
|
|
4083
|
-
}
|
|
4084
|
-
|
|
4085
|
-
/**
|
|
4086
|
-
* Defines values for Status. \
|
|
4087
|
-
* {@link KnownStatus} can be used interchangeably with Status,
|
|
4088
|
-
* this enum contains the known values that the service supports.
|
|
4089
|
-
* ### Known values supported by the service
|
|
4090
|
-
* **Unknown** \
|
|
4091
|
-
* **Deployed** \
|
|
4092
|
-
* **Uninstalled** \
|
|
4093
|
-
* **Superseded** \
|
|
4094
|
-
* **Failed** \
|
|
4095
|
-
* **Uninstalling** \
|
|
4096
|
-
* **Pending-Install** \
|
|
4097
|
-
* **Pending-Upgrade** \
|
|
4098
|
-
* **Pending-Rollback** \
|
|
4099
|
-
* **Downloading** \
|
|
4100
|
-
* **Installing** \
|
|
4101
|
-
* **Reinstalling** \
|
|
4102
|
-
* **Rollingback** \
|
|
4103
|
-
* **Upgrading**
|
|
4104
|
-
*/
|
|
4105
|
-
export declare type Status = string;
|
|
4106
|
-
|
|
4107
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
4108
|
-
export declare interface SystemData {
|
|
4109
|
-
/** The identity that created the resource. */
|
|
4110
|
-
createdBy?: string;
|
|
4111
|
-
/** The type of identity that created the resource. */
|
|
4112
|
-
createdByType?: CreatedByType;
|
|
4113
|
-
/** The timestamp of resource creation (UTC). */
|
|
4114
|
-
createdAt?: Date;
|
|
4115
|
-
/** The identity that last modified the resource. */
|
|
4116
|
-
lastModifiedBy?: string;
|
|
4117
|
-
/** The type of identity that last modified the resource. */
|
|
4118
|
-
lastModifiedByType?: CreatedByType;
|
|
4119
|
-
/** The timestamp of resource last modification (UTC) */
|
|
4120
|
-
lastModifiedAt?: Date;
|
|
4121
|
-
}
|
|
4122
|
-
|
|
4123
|
-
/** Tags object for patch operations. */
|
|
4124
|
-
export declare interface TagsObject {
|
|
4125
|
-
/** Resource tags. */
|
|
4126
|
-
tags?: {
|
|
4127
|
-
[propertyName: string]: string;
|
|
4128
|
-
};
|
|
4129
|
-
}
|
|
4130
|
-
|
|
4131
|
-
/**
|
|
4132
|
-
* Defines values for TemplateType. \
|
|
4133
|
-
* {@link KnownTemplateType} can be used interchangeably with TemplateType,
|
|
4134
|
-
* this enum contains the known values that the service supports.
|
|
4135
|
-
* ### Known values supported by the service
|
|
4136
|
-
* **Unknown** \
|
|
4137
|
-
* **ArmTemplate**
|
|
4138
|
-
*/
|
|
4139
|
-
export declare type TemplateType = string;
|
|
4140
|
-
|
|
4141
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
4142
|
-
export declare interface TrackedResource extends Resource {
|
|
4143
|
-
/** Resource tags. */
|
|
4144
|
-
tags?: {
|
|
4145
|
-
[propertyName: string]: string;
|
|
4146
|
-
};
|
|
4147
|
-
/** The geo-location where the resource lives */
|
|
4148
|
-
location: string;
|
|
4149
|
-
}
|
|
4150
|
-
|
|
4151
|
-
/**
|
|
4152
|
-
* Defines values for Type. \
|
|
4153
|
-
* {@link KnownType} can be used interchangeably with Type,
|
|
4154
|
-
* this enum contains the known values that the service supports.
|
|
4155
|
-
* ### Known values supported by the service
|
|
4156
|
-
* **Unknown** \
|
|
4157
|
-
* **ArmResourceDefinition** \
|
|
4158
|
-
* **NetworkFunctionDefinition**
|
|
4159
|
-
*/
|
|
4160
|
-
export declare type Type = string;
|
|
4161
|
-
|
|
4162
|
-
/** User assigned identity properties */
|
|
4163
|
-
export declare interface UserAssignedIdentity {
|
|
4164
|
-
/**
|
|
4165
|
-
* The principal ID of the assigned identity.
|
|
4166
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4167
|
-
*/
|
|
4168
|
-
readonly principalId?: string;
|
|
4169
|
-
/**
|
|
4170
|
-
* The client ID of the assigned identity.
|
|
4171
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4172
|
-
*/
|
|
4173
|
-
readonly clientId?: string;
|
|
4174
|
-
}
|
|
4175
|
-
|
|
4176
|
-
/**
|
|
4177
|
-
* Defines values for VersionState. \
|
|
4178
|
-
* {@link KnownVersionState} can be used interchangeably with VersionState,
|
|
4179
|
-
* this enum contains the known values that the service supports.
|
|
4180
|
-
* ### Known values supported by the service
|
|
4181
|
-
* **Unknown** \
|
|
4182
|
-
* **Preview** \
|
|
4183
|
-
* **Active** \
|
|
4184
|
-
* **Deprecated** \
|
|
4185
|
-
* **Validating** \
|
|
4186
|
-
* **ValidationFailed**
|
|
4187
|
-
*/
|
|
4188
|
-
export declare type VersionState = string;
|
|
4189
|
-
|
|
4190
|
-
/** Vhd artifact profile. */
|
|
4191
|
-
export declare interface VhdImageArtifactProfile {
|
|
4192
|
-
/** Vhd name. */
|
|
4193
|
-
vhdName?: string;
|
|
4194
|
-
/** Vhd version. */
|
|
4195
|
-
vhdVersion?: string;
|
|
4196
|
-
}
|
|
4197
|
-
|
|
4198
|
-
/** Vhd mapping rule profile */
|
|
4199
|
-
export declare interface VhdImageMappingRuleProfile {
|
|
4200
|
-
/** List of values. */
|
|
4201
|
-
userConfiguration?: string;
|
|
4202
|
-
}
|
|
4203
|
-
|
|
4204
|
-
/** Virtual network function network function definition version properties. */
|
|
4205
|
-
export declare interface VirtualNetworkFunctionDefinitionVersion extends NetworkFunctionDefinitionVersionPropertiesFormat {
|
|
4206
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4207
|
-
networkFunctionType: "VirtualNetworkFunction";
|
|
4208
|
-
/** Virtual network function template. */
|
|
4209
|
-
networkFunctionTemplate?: VirtualNetworkFunctionTemplateUnion;
|
|
4210
|
-
}
|
|
4211
|
-
|
|
4212
|
-
/**
|
|
4213
|
-
* Defines values for VirtualNetworkFunctionNfviType. \
|
|
4214
|
-
* {@link KnownVirtualNetworkFunctionNfviType} can be used interchangeably with VirtualNetworkFunctionNfviType,
|
|
4215
|
-
* this enum contains the known values that the service supports.
|
|
4216
|
-
* ### Known values supported by the service
|
|
4217
|
-
* **Unknown** \
|
|
4218
|
-
* **AzureCore** \
|
|
4219
|
-
* **AzureOperatorNexus**
|
|
4220
|
-
*/
|
|
4221
|
-
export declare type VirtualNetworkFunctionNfviType = string;
|
|
4222
|
-
|
|
4223
|
-
/** Virtual network function template. */
|
|
4224
|
-
export declare interface VirtualNetworkFunctionTemplate {
|
|
4225
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4226
|
-
nfviType: "AzureCore" | "AzureOperatorNexus";
|
|
4227
|
-
}
|
|
4228
|
-
|
|
4229
|
-
export declare type VirtualNetworkFunctionTemplateUnion = VirtualNetworkFunctionTemplate | AzureCoreNetworkFunctionTemplate | AzureOperatorNexusNetworkFunctionTemplate;
|
|
4230
|
-
|
|
4231
|
-
export { }
|