@azure/arm-appcontainers 2.2.0-beta.1 → 2.2.0
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 +105 -0
- package/LICENSE +3 -3
- package/README.md +24 -19
- package/dist/browser/containerAppsAPIClient.d.ts +59 -0
- package/dist/browser/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/browser/containerAppsAPIClient.js +185 -0
- package/dist/browser/containerAppsAPIClient.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.js.map +1 -0
- package/dist/browser/models/index.d.ts +4295 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +458 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +238 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +7097 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +53 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +450 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/browser/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/browser/operations/availableWorkloadProfiles.js +145 -0
- package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/browser/operations/billingMeters.d.ts +19 -0
- package/dist/browser/operations/billingMeters.d.ts.map +1 -0
- package/dist/browser/operations/billingMeters.js +51 -0
- package/dist/browser/operations/billingMeters.js.map +1 -0
- package/dist/browser/operations/certificates.d.ts +71 -0
- package/dist/browser/operations/certificates.d.ts.map +1 -0
- package/dist/browser/operations/certificates.js +288 -0
- package/dist/browser/operations/certificates.js.map +1 -0
- package/dist/browser/operations/connectedEnvironments.d.ts +106 -0
- package/dist/browser/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironments.js +521 -0
- package/dist/browser/operations/connectedEnvironments.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.js +288 -0
- package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +286 -0
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.js +157 -0
- package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operations/containerApps.d.ts +156 -0
- package/dist/browser/operations/containerApps.d.ts.map +1 -0
- package/dist/browser/operations/containerApps.js +803 -0
- package/dist/browser/operations/containerApps.js.map +1 -0
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsAuthConfigs.js +254 -0
- package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/browser/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/browser/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsDiagnostics.js +371 -0
- package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.js +95 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/browser/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/browser/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsRevisions.js +272 -0
- package/dist/browser/operations/containerAppsRevisions.js.map +1 -0
- package/dist/browser/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/browser/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsSessionPools.js +552 -0
- package/dist/browser/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/browser/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/browser/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsSourceControls.js +354 -0
- package/dist/browser/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/browser/operations/daprComponents.d.ts +71 -0
- package/dist/browser/operations/daprComponents.d.ts.map +1 -0
- package/dist/browser/operations/daprComponents.js +286 -0
- package/dist/browser/operations/daprComponents.js.map +1 -0
- package/dist/browser/operations/index.d.ts +28 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +35 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/javaComponents.d.ts +99 -0
- package/dist/browser/operations/javaComponents.d.ts.map +1 -0
- package/dist/browser/operations/javaComponents.js +458 -0
- package/dist/browser/operations/javaComponents.js.map +1 -0
- package/dist/browser/operations/jobs.d.ts +198 -0
- package/dist/browser/operations/jobs.d.ts.map +1 -0
- package/dist/browser/operations/jobs.js +994 -0
- package/dist/browser/operations/jobs.js.map +1 -0
- package/dist/browser/operations/jobsExecutions.d.ts +38 -0
- package/dist/browser/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/browser/operations/jobsExecutions.js +150 -0
- package/dist/browser/operations/jobsExecutions.js.map +1 -0
- package/dist/browser/operations/managedCertificates.d.ts +80 -0
- package/dist/browser/operations/managedCertificates.d.ts.map +1 -0
- package/dist/browser/operations/managedCertificates.js +351 -0
- package/dist/browser/operations/managedCertificates.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.js +85 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/browser/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentUsages.js +150 -0
- package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/browser/operations/managedEnvironments.d.ts +139 -0
- package/dist/browser/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironments.js +696 -0
- package/dist/browser/operations/managedEnvironments.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js +53 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentsStorages.js +157 -0
- package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operations/namespaces.d.ts +21 -0
- package/dist/browser/operations/namespaces.d.ts.map +1 -0
- package/dist/browser/operations/namespaces.js +61 -0
- package/dist/browser/operations/namespaces.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 +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +37 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +147 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/browser/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/browser/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/browser/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/browser/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +28 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +35 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/browser/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.d.ts +145 -0
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/browser/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.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/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/containerAppsAPIClient.d.ts +59 -0
- package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/commonjs/containerAppsAPIClient.js +190 -0
- package/dist/commonjs/containerAppsAPIClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4295 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +461 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +238 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +7104 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +53 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +454 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.js +149 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/commonjs/operations/billingMeters.d.ts +19 -0
- package/dist/commonjs/operations/billingMeters.d.ts.map +1 -0
- package/dist/commonjs/operations/billingMeters.js +56 -0
- package/dist/commonjs/operations/billingMeters.js.map +1 -0
- package/dist/commonjs/operations/certificates.d.ts +71 -0
- package/dist/commonjs/operations/certificates.d.ts.map +1 -0
- package/dist/commonjs/operations/certificates.js +292 -0
- package/dist/commonjs/operations/certificates.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironments.d.ts +106 -0
- package/dist/commonjs/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironments.js +525 -0
- package/dist/commonjs/operations/connectedEnvironments.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +292 -0
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +290 -0
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js +162 -0
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operations/containerApps.d.ts +156 -0
- package/dist/commonjs/operations/containerApps.d.ts.map +1 -0
- package/dist/commonjs/operations/containerApps.js +807 -0
- package/dist/commonjs/operations/containerApps.js.map +1 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.js +258 -0
- package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.js +375 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js +100 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/commonjs/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisions.js +276 -0
- package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -0
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsSessionPools.js +556 -0
- package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsSourceControls.js +358 -0
- package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/commonjs/operations/daprComponents.d.ts +71 -0
- package/dist/commonjs/operations/daprComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/daprComponents.js +290 -0
- package/dist/commonjs/operations/daprComponents.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +28 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +38 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/javaComponents.d.ts +99 -0
- package/dist/commonjs/operations/javaComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/javaComponents.js +462 -0
- package/dist/commonjs/operations/javaComponents.js.map +1 -0
- package/dist/commonjs/operations/jobs.d.ts +198 -0
- package/dist/commonjs/operations/jobs.d.ts.map +1 -0
- package/dist/commonjs/operations/jobs.js +998 -0
- package/dist/commonjs/operations/jobs.js.map +1 -0
- package/dist/commonjs/operations/jobsExecutions.d.ts +38 -0
- package/dist/commonjs/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/commonjs/operations/jobsExecutions.js +154 -0
- package/dist/commonjs/operations/jobsExecutions.js.map +1 -0
- package/dist/commonjs/operations/managedCertificates.d.ts +80 -0
- package/dist/commonjs/operations/managedCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/managedCertificates.js +355 -0
- package/dist/commonjs/operations/managedCertificates.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +90 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.js +154 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironments.d.ts +139 -0
- package/dist/commonjs/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironments.js +700 -0
- package/dist/commonjs/operations/managedEnvironments.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +58 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.js +162 -0
- package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operations/namespaces.d.ts +21 -0
- package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operations/namespaces.js +66 -0
- package/dist/commonjs/operations/namespaces.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 +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +37 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +151 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.js +10 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerApps.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +28 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +38 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +145 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/namespaces.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/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/containerAppsAPIClient.d.ts +59 -0
- package/dist/esm/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/esm/containerAppsAPIClient.js +185 -0
- package/dist/esm/containerAppsAPIClient.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 +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4295 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +458 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +238 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +7097 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +53 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +450 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/esm/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/esm/operations/availableWorkloadProfiles.js +145 -0
- package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/esm/operations/billingMeters.d.ts +19 -0
- package/dist/esm/operations/billingMeters.d.ts.map +1 -0
- package/dist/esm/operations/billingMeters.js +51 -0
- package/dist/esm/operations/billingMeters.js.map +1 -0
- package/dist/esm/operations/certificates.d.ts +71 -0
- package/dist/esm/operations/certificates.d.ts.map +1 -0
- package/dist/esm/operations/certificates.js +288 -0
- package/dist/esm/operations/certificates.js.map +1 -0
- package/dist/esm/operations/connectedEnvironments.d.ts +106 -0
- package/dist/esm/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironments.js +521 -0
- package/dist/esm/operations/connectedEnvironments.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.js +288 -0
- package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +286 -0
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.js +157 -0
- package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operations/containerApps.d.ts +156 -0
- package/dist/esm/operations/containerApps.d.ts.map +1 -0
- package/dist/esm/operations/containerApps.js +803 -0
- package/dist/esm/operations/containerApps.js.map +1 -0
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsAuthConfigs.js +254 -0
- package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/esm/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/esm/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsDiagnostics.js +371 -0
- package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.js +95 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/esm/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/esm/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsRevisions.js +272 -0
- package/dist/esm/operations/containerAppsRevisions.js.map +1 -0
- package/dist/esm/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/esm/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsSessionPools.js +552 -0
- package/dist/esm/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/esm/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/esm/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsSourceControls.js +354 -0
- package/dist/esm/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/esm/operations/daprComponents.d.ts +71 -0
- package/dist/esm/operations/daprComponents.d.ts.map +1 -0
- package/dist/esm/operations/daprComponents.js +286 -0
- package/dist/esm/operations/daprComponents.js.map +1 -0
- package/dist/esm/operations/index.d.ts +28 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +35 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/javaComponents.d.ts +99 -0
- package/dist/esm/operations/javaComponents.d.ts.map +1 -0
- package/dist/esm/operations/javaComponents.js +458 -0
- package/dist/esm/operations/javaComponents.js.map +1 -0
- package/dist/esm/operations/jobs.d.ts +198 -0
- package/dist/esm/operations/jobs.d.ts.map +1 -0
- package/dist/esm/operations/jobs.js +994 -0
- package/dist/esm/operations/jobs.js.map +1 -0
- package/dist/esm/operations/jobsExecutions.d.ts +38 -0
- package/dist/esm/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/esm/operations/jobsExecutions.js +150 -0
- package/dist/esm/operations/jobsExecutions.js.map +1 -0
- package/dist/esm/operations/managedCertificates.d.ts +80 -0
- package/dist/esm/operations/managedCertificates.d.ts.map +1 -0
- package/dist/esm/operations/managedCertificates.js +351 -0
- package/dist/esm/operations/managedCertificates.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.js +85 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/esm/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentUsages.js +150 -0
- package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/esm/operations/managedEnvironments.d.ts +139 -0
- package/dist/esm/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironments.js +696 -0
- package/dist/esm/operations/managedEnvironments.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js +53 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentsStorages.js +157 -0
- package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operations/namespaces.d.ts +21 -0
- package/dist/esm/operations/namespaces.d.ts.map +1 -0
- package/dist/esm/operations/namespaces.js +61 -0
- package/dist/esm/operations/namespaces.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 +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +37 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +147 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/esm/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/billingMeters.js +9 -0
- package/dist/esm/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/esm/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificates.js +9 -0
- package/dist/esm/operationsInterfaces/certificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/esm/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerApps.js +9 -0
- package/dist/esm/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/esm/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponents.js +9 -0
- package/dist/esm/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +28 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +35 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/esm/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/javaComponents.js +9 -0
- package/dist/esm/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts +145 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.js +9 -0
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.js +9 -0
- package/dist/esm/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/esm/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.js +9 -0
- package/dist/esm/operationsInterfaces/namespaces.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/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/containerAppsAPIClient.d.ts +59 -0
- package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -0
- package/dist/react-native/containerAppsAPIClient.js +185 -0
- package/dist/react-native/containerAppsAPIClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4295 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +458 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +238 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +7097 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +53 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +450 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts +35 -0
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/availableWorkloadProfiles.js +145 -0
- package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -0
- package/dist/react-native/operations/billingMeters.d.ts +19 -0
- package/dist/react-native/operations/billingMeters.d.ts.map +1 -0
- package/dist/react-native/operations/billingMeters.js +51 -0
- package/dist/react-native/operations/billingMeters.js.map +1 -0
- package/dist/react-native/operations/certificates.d.ts +71 -0
- package/dist/react-native/operations/certificates.d.ts.map +1 -0
- package/dist/react-native/operations/certificates.js +288 -0
- package/dist/react-native/operations/certificates.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironments.d.ts +106 -0
- package/dist/react-native/operations/connectedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironments.js +521 -0
- package/dist/react-native/operations/connectedEnvironments.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts +71 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js +288 -0
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +286 -0
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts +45 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.js +157 -0
- package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operations/containerApps.d.ts +156 -0
- package/dist/react-native/operations/containerApps.d.ts.map +1 -0
- package/dist/react-native/operations/containerApps.js +803 -0
- package/dist/react-native/operations/containerApps.js.map +1 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts +63 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.js +254 -0
- package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -0
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts +85 -0
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsDiagnostics.js +371 -0
- package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts +30 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.js +95 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/react-native/operations/containerAppsRevisions.d.ts +70 -0
- package/dist/react-native/operations/containerAppsRevisions.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsRevisions.js +272 -0
- package/dist/react-native/operations/containerAppsRevisions.js.map +1 -0
- package/dist/react-native/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist/react-native/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsSessionPools.js +552 -0
- package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -0
- package/dist/react-native/operations/containerAppsSourceControls.d.ts +81 -0
- package/dist/react-native/operations/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsSourceControls.js +354 -0
- package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -0
- package/dist/react-native/operations/daprComponents.d.ts +71 -0
- package/dist/react-native/operations/daprComponents.d.ts.map +1 -0
- package/dist/react-native/operations/daprComponents.js +286 -0
- package/dist/react-native/operations/daprComponents.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +28 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +35 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/javaComponents.d.ts +99 -0
- package/dist/react-native/operations/javaComponents.d.ts.map +1 -0
- package/dist/react-native/operations/javaComponents.js +458 -0
- package/dist/react-native/operations/javaComponents.js.map +1 -0
- package/dist/react-native/operations/jobs.d.ts +198 -0
- package/dist/react-native/operations/jobs.d.ts.map +1 -0
- package/dist/react-native/operations/jobs.js +994 -0
- package/dist/react-native/operations/jobs.js.map +1 -0
- package/dist/react-native/operations/jobsExecutions.d.ts +38 -0
- package/dist/react-native/operations/jobsExecutions.d.ts.map +1 -0
- package/dist/react-native/operations/jobsExecutions.js +150 -0
- package/dist/react-native/operations/jobsExecutions.js.map +1 -0
- package/dist/react-native/operations/managedCertificates.d.ts +80 -0
- package/dist/react-native/operations/managedCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/managedCertificates.js +351 -0
- package/dist/react-native/operations/managedCertificates.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts +28 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js +85 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts +38 -0
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentUsages.js +150 -0
- package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -0
- package/dist/react-native/operations/managedEnvironments.d.ts +139 -0
- package/dist/react-native/operations/managedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironments.js +696 -0
- package/dist/react-native/operations/managedEnvironments.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +53 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts +45 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.js +157 -0
- package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operations/namespaces.d.ts +21 -0
- package/dist/react-native/operations/namespaces.d.ts.map +1 -0
- package/dist/react-native/operations/namespaces.js +61 -0
- package/dist/react-native/operations/namespaces.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 +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +37 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +147 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/billingMeters.js +9 -0
- package/dist/react-native/operationsInterfaces/billingMeters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificates.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificates.js +9 -0
- package/dist/react-native/operationsInterfaces/certificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerApps.d.ts +120 -0
- package/dist/react-native/operationsInterfaces/containerApps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerApps.js +9 -0
- package/dist/react-native/operationsInterfaces/containerApps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsRevisions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/daprComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/daprComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +28 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +35 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/javaComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts +145 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.js +9 -0
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.js +9 -0
- package/dist/react-native/operationsInterfaces/jobsExecutions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/managedCertificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
- package/dist/react-native/operationsInterfaces/namespaces.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/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +80 -51
- package/review/arm-appcontainers.api.md +99 -1626
- package/dist/index.js +0 -24080
- 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/appResiliencyCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js +0 -71
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js +0 -40
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyGetSample.js +0 -40
- package/dist-esm/samples-dev/appResiliencyGetSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyListSample.js +0 -55
- package/dist-esm/samples-dev/appResiliencyListSample.js.map +0 -1
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js +0 -46
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +0 -54
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/billingMetersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/billingMetersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/billingMetersGetSample.js +0 -38
- package/dist-esm/samples-dev/billingMetersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildAuthTokenListSample.js +0 -40
- package/dist-esm/samples-dev/buildAuthTokenListSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js +0 -60
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/buildersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersGetSample.js +0 -39
- package/dist-esm/samples-dev/buildersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildersUpdateSample.js +0 -42
- package/dist-esm/samples-dev/buildersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js +0 -55
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js +0 -96
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/buildsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/buildsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/buildsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/buildsGetSample.js +0 -40
- package/dist-esm/samples-dev/buildsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +0 -84
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/certificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/certificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesListSample.js +0 -55
- package/dist-esm/samples-dev/certificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/certificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +0 -55
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +0 -43
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +0 -61
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +0 -55
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +0 -40
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +0 -39
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +0 -696
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsGetSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +0 -43
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js +0 -41
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +0 -41
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js +0 -66
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js +0 -62
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +0 -69
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +0 -48
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +0 -40
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +0 -55
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsStartSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsStopSample.js +0 -39
- package/dist-esm/samples-dev/containerAppsStopSample.js.map +0 -1
- package/dist-esm/samples-dev/containerAppsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerAppsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +0 -155
- package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js +0 -145
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js +0 -41
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js +0 -56
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +0 -102
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/daprComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSample.js +0 -55
- package/dist-esm/samples-dev/daprComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +0 -40
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js +0 -108
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js +0 -80
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js +0 -55
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js +0 -74
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsListSample.js +0 -90
- package/dist-esm/samples-dev/dotNetComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js +0 -74
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js +0 -41
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js.map +0 -1
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +0 -37
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js +0 -92
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsGetSample.js +0 -60
- package/dist-esm/samples-dev/javaComponentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsListSample.js +0 -90
- package/dist-esm/samples-dev/javaComponentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js +0 -92
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobExecutionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobExecutionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobExecutionSample.js +0 -40
- package/dist-esm/samples-dev/jobExecutionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +0 -233
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/jobsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsExecutionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsExecutionsListSample.js +0 -55
- package/dist-esm/samples-dev/jobsExecutionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/jobsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.js +0 -39
- package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.js +0 -55
- package/dist-esm/samples-dev/jobsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListSecretsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.js +0 -39
- package/dist-esm/samples-dev/jobsListSecretsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsProxyGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsProxyGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsProxyGetSample.js +0 -40
- package/dist-esm/samples-dev/jobsProxyGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsResumeSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsResumeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsResumeSample.js +0 -39
- package/dist-esm/samples-dev/jobsResumeSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStartSample.js +0 -58
- package/dist-esm/samples-dev/jobsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStopExecutionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.js +0 -40
- package/dist-esm/samples-dev/jobsStopExecutionSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +0 -39
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsSuspendSample.js +0 -39
- package/dist-esm/samples-dev/jobsSuspendSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsUpdateSample.js +0 -78
- package/dist-esm/samples-dev/jobsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js +0 -111
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js +0 -41
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsInvokeSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsInvokeSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js +0 -40
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js +0 -56
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/managedCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.js +0 -55
- package/dist-esm/samples-dev/managedCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +0 -54
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +0 -169
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +0 -55
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +0 -79
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +0 -60
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +0 -39
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +0 -66
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.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/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -53
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/containerAppsAPIClient.d.ts +0 -74
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +0 -1
- package/dist-esm/src/containerAppsAPIClient.js +0 -207
- package/dist-esm/src/containerAppsAPIClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- 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.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -6097
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -686
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -335
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -9826
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -80
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -683
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/appResiliencyOperations.d.ts +0 -72
- package/dist-esm/src/operations/appResiliencyOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/appResiliencyOperations.js +0 -286
- package/dist-esm/src/operations/appResiliencyOperations.js.map +0 -1
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts +0 -35
- package/dist-esm/src/operations/availableWorkloadProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/availableWorkloadProfiles.js +0 -145
- package/dist-esm/src/operations/availableWorkloadProfiles.js.map +0 -1
- package/dist-esm/src/operations/billingMeters.d.ts +0 -19
- package/dist-esm/src/operations/billingMeters.d.ts.map +0 -1
- package/dist-esm/src/operations/billingMeters.js +0 -51
- package/dist-esm/src/operations/billingMeters.js.map +0 -1
- package/dist-esm/src/operations/buildAuthToken.d.ts +0 -21
- package/dist-esm/src/operations/buildAuthToken.d.ts.map +0 -1
- package/dist-esm/src/operations/buildAuthToken.js +0 -55
- package/dist-esm/src/operations/buildAuthToken.js.map +0 -1
- package/dist-esm/src/operations/builders.d.ts +0 -107
- package/dist-esm/src/operations/builders.d.ts.map +0 -1
- package/dist-esm/src/operations/builders.js +0 -554
- package/dist-esm/src/operations/builders.js.map +0 -1
- package/dist-esm/src/operations/builds.d.ts +0 -56
- package/dist-esm/src/operations/builds.d.ts.map +0 -1
- package/dist-esm/src/operations/builds.js +0 -246
- package/dist-esm/src/operations/builds.js.map +0 -1
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts +0 -38
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts.map +0 -1
- package/dist-esm/src/operations/buildsByBuilderResource.js +0 -150
- package/dist-esm/src/operations/buildsByBuilderResource.js.map +0 -1
- package/dist-esm/src/operations/certificates.d.ts +0 -71
- package/dist-esm/src/operations/certificates.d.ts.map +0 -1
- package/dist-esm/src/operations/certificates.js +0 -288
- package/dist-esm/src/operations/certificates.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironments.d.ts +0 -106
- package/dist-esm/src/operations/connectedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironments.js +0 -529
- package/dist-esm/src/operations/connectedEnvironments.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts +0 -71
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +0 -288
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts +0 -71
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +0 -286
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts +0 -45
- package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js +0 -157
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operations/containerApps.d.ts +0 -156
- package/dist-esm/src/operations/containerApps.d.ts.map +0 -1
- package/dist-esm/src/operations/containerApps.js +0 -823
- package/dist-esm/src/operations/containerApps.js.map +0 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.d.ts +0 -63
- package/dist-esm/src/operations/containerAppsAuthConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.js +0 -254
- package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +0 -1
- package/dist-esm/src/operations/containerAppsBuilds.d.ts +0 -38
- package/dist-esm/src/operations/containerAppsBuilds.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsBuilds.js +0 -147
- package/dist-esm/src/operations/containerAppsBuilds.js.map +0 -1
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js +0 -150
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist-esm/src/operations/containerAppsDiagnostics.d.ts +0 -85
- package/dist-esm/src/operations/containerAppsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsDiagnostics.js +0 -371
- package/dist-esm/src/operations/containerAppsDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/containerAppsPatches.d.ts +0 -97
- package/dist-esm/src/operations/containerAppsPatches.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsPatches.js +0 -461
- package/dist-esm/src/operations/containerAppsPatches.js.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts +0 -30
- package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisionReplicas.js +0 -95
- package/dist-esm/src/operations/containerAppsRevisionReplicas.js.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisions.d.ts +0 -70
- package/dist-esm/src/operations/containerAppsRevisions.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsRevisions.js +0 -272
- package/dist-esm/src/operations/containerAppsRevisions.js.map +0 -1
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts +0 -107
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsSessionPools.js +0 -564
- package/dist-esm/src/operations/containerAppsSessionPools.js.map +0 -1
- package/dist-esm/src/operations/containerAppsSourceControls.d.ts +0 -81
- package/dist-esm/src/operations/containerAppsSourceControls.d.ts.map +0 -1
- package/dist-esm/src/operations/containerAppsSourceControls.js +0 -370
- package/dist-esm/src/operations/containerAppsSourceControls.js.map +0 -1
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts +0 -70
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js +0 -270
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist-esm/src/operations/daprComponents.d.ts +0 -71
- package/dist-esm/src/operations/daprComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/daprComponents.js +0 -286
- package/dist-esm/src/operations/daprComponents.js.map +0 -1
- package/dist-esm/src/operations/daprSubscriptions.d.ts +0 -63
- package/dist-esm/src/operations/daprSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/daprSubscriptions.js +0 -257
- package/dist-esm/src/operations/daprSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/dotNetComponents.d.ts +0 -99
- package/dist-esm/src/operations/dotNetComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/dotNetComponents.js +0 -470
- package/dist-esm/src/operations/dotNetComponents.js.map +0 -1
- package/dist-esm/src/operations/functionsExtension.d.ts +0 -22
- package/dist-esm/src/operations/functionsExtension.d.ts.map +0 -1
- package/dist-esm/src/operations/functionsExtension.js +0 -63
- package/dist-esm/src/operations/functionsExtension.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -43
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -50
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/javaComponents.d.ts +0 -99
- package/dist-esm/src/operations/javaComponents.d.ts.map +0 -1
- package/dist-esm/src/operations/javaComponents.js +0 -470
- package/dist-esm/src/operations/javaComponents.js.map +0 -1
- package/dist-esm/src/operations/jobs.d.ts +0 -226
- package/dist-esm/src/operations/jobs.d.ts.map +0 -1
- package/dist-esm/src/operations/jobs.js +0 -1190
- package/dist-esm/src/operations/jobs.js.map +0 -1
- package/dist-esm/src/operations/jobsExecutions.d.ts +0 -38
- package/dist-esm/src/operations/jobsExecutions.d.ts.map +0 -1
- package/dist-esm/src/operations/jobsExecutions.js +0 -150
- package/dist-esm/src/operations/jobsExecutions.js.map +0 -1
- package/dist-esm/src/operations/logicApps.d.ts +0 -101
- package/dist-esm/src/operations/logicApps.d.ts.map +0 -1
- package/dist-esm/src/operations/logicApps.js +0 -407
- package/dist-esm/src/operations/logicApps.js.map +0 -1
- package/dist-esm/src/operations/managedCertificates.d.ts +0 -80
- package/dist-esm/src/operations/managedCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/managedCertificates.js +0 -355
- package/dist-esm/src/operations/managedCertificates.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts +0 -28
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js +0 -85
- package/dist-esm/src/operations/managedEnvironmentDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts +0 -86
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js +0 -385
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts +0 -38
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js +0 -150
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentUsages.d.ts +0 -38
- package/dist-esm/src/operations/managedEnvironmentUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentUsages.js +0 -150
- package/dist-esm/src/operations/managedEnvironmentUsages.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironments.d.ts +0 -139
- package/dist-esm/src/operations/managedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironments.js +0 -708
- package/dist-esm/src/operations/managedEnvironments.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts +0 -20
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js +0 -53
- package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts +0 -45
- package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.js +0 -157
- package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operations/namespaces.d.ts +0 -21
- package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operations/namespaces.js +0 -61
- package/dist-esm/src/operations/namespaces.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/usages.d.ts +0 -37
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -147
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/billingMeters.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/billingMeters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/billingMeters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js +0 -9
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/builders.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/builders.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/builders.js +0 -9
- package/dist-esm/src/operationsInterfaces/builders.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/builds.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/builds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/builds.js +0 -9
- package/dist-esm/src/operationsInterfaces/builds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js +0 -9
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificates.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/certificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts +0 -120
- package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerApps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js +0 -9
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -9
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js +0 -9
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.d.ts +0 -22
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts +0 -45
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsRevisions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -9
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponents.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/daprComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js +0 -9
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js +0 -9
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/functionsExtension.js +0 -9
- package/dist-esm/src/operationsInterfaces/functionsExtension.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -50
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/javaComponents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -173
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobsExecutions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logicApps.js +0 -9
- package/dist-esm/src/operationsInterfaces/logicApps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCertificates.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/managedCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts +0 -85
- package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.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/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/appcontainers_examples.spec.d.ts +0 -4
- package/dist-esm/test/appcontainers_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/appcontainers_examples.spec.js +0 -161
- package/dist-esm/test/appcontainers_examples.spec.js.map +0 -1
- package/src/containerAppsAPIClient.ts +0 -407
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -7043
- package/src/models/mappers.ts +0 -10443
- package/src/models/parameters.ts +0 -797
- package/src/operations/appResiliencyOperations.ts +0 -374
- package/src/operations/availableWorkloadProfiles.ts +0 -171
- package/src/operations/billingMeters.ts +0 -68
- package/src/operations/buildAuthToken.ts +0 -74
- package/src/operations/builders.ts +0 -728
- package/src/operations/builds.ts +0 -347
- package/src/operations/buildsByBuilderResource.ts +0 -193
- package/src/operations/certificates.ts +0 -380
- package/src/operations/connectedEnvironments.ts +0 -676
- package/src/operations/connectedEnvironmentsCertificates.ts +0 -386
- package/src/operations/connectedEnvironmentsDaprComponents.ts +0 -383
- package/src/operations/connectedEnvironmentsStorages.ts +0 -211
- package/src/operations/containerApps.ts +0 -1089
- package/src/operations/containerAppsAuthConfigs.ts +0 -338
- package/src/operations/containerAppsBuilds.ts +0 -208
- package/src/operations/containerAppsBuildsByContainerApp.ts +0 -199
- package/src/operations/containerAppsDiagnostics.ts +0 -497
- package/src/operations/containerAppsPatches.ts +0 -648
- package/src/operations/containerAppsRevisionReplicas.ts +0 -128
- package/src/operations/containerAppsRevisions.ts +0 -364
- package/src/operations/containerAppsSessionPools.ts +0 -740
- package/src/operations/containerAppsSourceControls.ts +0 -510
- package/src/operations/daprComponentResiliencyPolicies.ts +0 -369
- package/src/operations/daprComponents.ts +0 -377
- package/src/operations/daprSubscriptions.ts +0 -337
- package/src/operations/dotNetComponents.ts +0 -655
- package/src/operations/functionsExtension.ts +0 -83
- package/src/operations/index.ts +0 -50
- package/src/operations/javaComponents.ts +0 -655
- package/src/operations/jobs.ts +0 -1572
- package/src/operations/jobsExecutions.ts +0 -193
- package/src/operations/logicApps.ts +0 -549
- package/src/operations/managedCertificates.ts +0 -479
- package/src/operations/managedEnvironmentDiagnostics.ts +0 -116
- package/src/operations/managedEnvironmentPrivateEndpointConnections.ts +0 -534
- package/src/operations/managedEnvironmentPrivateLinkResources.ts +0 -199
- package/src/operations/managedEnvironmentUsages.ts +0 -197
- package/src/operations/managedEnvironments.ts +0 -925
- package/src/operations/managedEnvironmentsDiagnostics.ts +0 -73
- package/src/operations/managedEnvironmentsStorages.ts +0 -211
- package/src/operations/namespaces.ts +0 -81
- package/src/operations/operations.ts +0 -149
- package/src/operations/usages.ts +0 -171
- package/src/operationsInterfaces/appResiliencyOperations.ts +0 -92
- package/src/operationsInterfaces/availableWorkloadProfiles.ts +0 -27
- package/src/operationsInterfaces/billingMeters.ts +0 -25
- package/src/operationsInterfaces/buildAuthToken.ts +0 -29
- package/src/operationsInterfaces/builders.ts +0 -145
- package/src/operationsInterfaces/builds.ts +0 -98
- package/src/operationsInterfaces/buildsByBuilderResource.ts +0 -29
- package/src/operationsInterfaces/certificates.ts +0 -91
- package/src/operationsInterfaces/connectedEnvironments.ts +0 -134
- package/src/operationsInterfaces/connectedEnvironmentsCertificates.ts +0 -91
- package/src/operationsInterfaces/connectedEnvironmentsDaprComponents.ts +0 -90
- package/src/operationsInterfaces/connectedEnvironmentsStorages.ts +0 -74
- package/src/operationsInterfaces/containerApps.ts +0 -235
- package/src/operationsInterfaces/containerAppsAuthConfigs.ts +0 -75
- package/src/operationsInterfaces/containerAppsBuilds.ts +0 -63
- package/src/operationsInterfaces/containerAppsBuildsByContainerApp.ts +0 -29
- package/src/operationsInterfaces/containerAppsDiagnostics.ts +0 -85
- package/src/operationsInterfaces/containerAppsPatches.ts +0 -149
- package/src/operationsInterfaces/containerAppsRevisionReplicas.ts +0 -46
- package/src/operationsInterfaces/containerAppsRevisions.ts +0 -86
- package/src/operationsInterfaces/containerAppsSessionPools.ts +0 -145
- package/src/operationsInterfaces/containerAppsSourceControls.ts +0 -109
- package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +0 -84
- package/src/operationsInterfaces/daprComponents.ts +0 -90
- package/src/operationsInterfaces/daprSubscriptions.ts +0 -75
- package/src/operationsInterfaces/dotNetComponents.ts +0 -152
- package/src/operationsInterfaces/functionsExtension.ts +0 -31
- package/src/operationsInterfaces/index.ts +0 -50
- package/src/operationsInterfaces/javaComponents.ts +0 -152
- package/src/operationsInterfaces/jobs.ts +0 -326
- package/src/operationsInterfaces/jobsExecutions.ts +0 -26
- package/src/operationsInterfaces/logicApps.ts +0 -144
- package/src/operationsInterfaces/managedCertificates.ts +0 -110
- package/src/operationsInterfaces/managedEnvironmentDiagnostics.ts +0 -42
- package/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.ts +0 -120
- package/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.ts +0 -29
- package/src/operationsInterfaces/managedEnvironmentUsages.ts +0 -26
- package/src/operationsInterfaces/managedEnvironments.ts +0 -164
- package/src/operationsInterfaces/managedEnvironmentsDiagnostics.ts +0 -27
- package/src/operationsInterfaces/managedEnvironmentsStorages.ts +0 -74
- package/src/operationsInterfaces/namespaces.ts +0 -30
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -25
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-appcontainers.d.ts +0 -8790
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/availableWorkloadProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/billingMeters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsCertificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsDaprComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsStorages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerApps.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsAuthConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsRevisionReplicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsRevisions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsSessionPools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsSourceControls.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/daprComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/javaComponents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobsExecutions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCertificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentUsages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentsDiagnostics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentsStorages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.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/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1,4295 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type JavaComponentPropertiesUnion = JavaComponentProperties | SpringBootAdminComponent | SpringCloudEurekaComponent | SpringCloudConfigComponent;
|
|
3
|
+
/** AuthConfig collection ARM resource. */
|
|
4
|
+
export interface AuthConfigCollection {
|
|
5
|
+
/** Collection of resources. */
|
|
6
|
+
value: AuthConfig[];
|
|
7
|
+
/**
|
|
8
|
+
* Link to next page of resources.
|
|
9
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
10
|
+
*/
|
|
11
|
+
readonly nextLink?: string;
|
|
12
|
+
}
|
|
13
|
+
/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
|
|
14
|
+
export interface AuthPlatform {
|
|
15
|
+
/** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */
|
|
16
|
+
enabled?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
|
|
19
|
+
* The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
|
|
20
|
+
*/
|
|
21
|
+
runtimeVersion?: string;
|
|
22
|
+
}
|
|
23
|
+
/** The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization. */
|
|
24
|
+
export interface GlobalValidation {
|
|
25
|
+
/** The action to take when an unauthenticated client attempts to access the app. */
|
|
26
|
+
unauthenticatedClientAction?: UnauthenticatedClientActionV2;
|
|
27
|
+
/**
|
|
28
|
+
* The default authentication provider to use when multiple providers are configured.
|
|
29
|
+
* This setting is only needed if multiple providers are configured and the unauthenticated client
|
|
30
|
+
* action is set to "RedirectToLoginPage".
|
|
31
|
+
*/
|
|
32
|
+
redirectToProvider?: string;
|
|
33
|
+
/** The paths for which unauthenticated flow would not be redirected to the login page. */
|
|
34
|
+
excludedPaths?: string[];
|
|
35
|
+
}
|
|
36
|
+
/** The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. */
|
|
37
|
+
export interface IdentityProviders {
|
|
38
|
+
/** The configuration settings of the Azure Active directory provider. */
|
|
39
|
+
azureActiveDirectory?: AzureActiveDirectory;
|
|
40
|
+
/** The configuration settings of the Facebook provider. */
|
|
41
|
+
facebook?: Facebook;
|
|
42
|
+
/** The configuration settings of the GitHub provider. */
|
|
43
|
+
gitHub?: GitHub;
|
|
44
|
+
/** The configuration settings of the Google provider. */
|
|
45
|
+
google?: Google;
|
|
46
|
+
/** The configuration settings of the Twitter provider. */
|
|
47
|
+
twitter?: Twitter;
|
|
48
|
+
/** The configuration settings of the Apple provider. */
|
|
49
|
+
apple?: Apple;
|
|
50
|
+
/** The configuration settings of the Azure Static Web Apps provider. */
|
|
51
|
+
azureStaticWebApps?: AzureStaticWebApps;
|
|
52
|
+
/**
|
|
53
|
+
* The map of the name of the alias of each custom Open ID Connect provider to the
|
|
54
|
+
* configuration settings of the custom Open ID Connect provider.
|
|
55
|
+
*/
|
|
56
|
+
customOpenIdConnectProviders?: {
|
|
57
|
+
[propertyName: string]: CustomOpenIdConnectProvider;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
/** The configuration settings of the Azure Active directory provider. */
|
|
61
|
+
export interface AzureActiveDirectory {
|
|
62
|
+
/** <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
|
|
63
|
+
enabled?: boolean;
|
|
64
|
+
/** The configuration settings of the Azure Active Directory app registration. */
|
|
65
|
+
registration?: AzureActiveDirectoryRegistration;
|
|
66
|
+
/** The configuration settings of the Azure Active Directory login flow. */
|
|
67
|
+
login?: AzureActiveDirectoryLogin;
|
|
68
|
+
/** The configuration settings of the Azure Active Directory token validation flow. */
|
|
69
|
+
validation?: AzureActiveDirectoryValidation;
|
|
70
|
+
/**
|
|
71
|
+
* Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.
|
|
72
|
+
* This is an internal flag primarily intended to support the Azure Management Portal. Users should not
|
|
73
|
+
* read or write to this property.
|
|
74
|
+
*/
|
|
75
|
+
isAutoProvisioned?: boolean;
|
|
76
|
+
}
|
|
77
|
+
/** The configuration settings of the Azure Active Directory app registration. */
|
|
78
|
+
export interface AzureActiveDirectoryRegistration {
|
|
79
|
+
/**
|
|
80
|
+
* The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
|
|
81
|
+
* When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.
|
|
82
|
+
* This URI is a case-sensitive identifier for the token issuer.
|
|
83
|
+
* More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
|
|
84
|
+
*/
|
|
85
|
+
openIdIssuer?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The Client ID of this relying party application, known as the client_id.
|
|
88
|
+
* This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
|
|
89
|
+
* other 3rd party OpenID Connect providers.
|
|
90
|
+
* More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
|
|
91
|
+
*/
|
|
92
|
+
clientId?: string;
|
|
93
|
+
/** The app setting name that contains the client secret of the relying party application. */
|
|
94
|
+
clientSecretSettingName?: string;
|
|
95
|
+
/**
|
|
96
|
+
* An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
|
|
97
|
+
* a replacement for the Client Secret. It is also optional.
|
|
98
|
+
*/
|
|
99
|
+
clientSecretCertificateThumbprint?: string;
|
|
100
|
+
/**
|
|
101
|
+
* An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as
|
|
102
|
+
* a replacement for the Client Secret Certificate Thumbprint. It is also optional.
|
|
103
|
+
*/
|
|
104
|
+
clientSecretCertificateSubjectAlternativeName?: string;
|
|
105
|
+
/**
|
|
106
|
+
* An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as
|
|
107
|
+
* a replacement for the Client Secret Certificate Thumbprint. It is also optional.
|
|
108
|
+
*/
|
|
109
|
+
clientSecretCertificateIssuer?: string;
|
|
110
|
+
}
|
|
111
|
+
/** The configuration settings of the Azure Active Directory login flow. */
|
|
112
|
+
export interface AzureActiveDirectoryLogin {
|
|
113
|
+
/**
|
|
114
|
+
* Login parameters to send to the OpenID Connect authorization endpoint when
|
|
115
|
+
* a user logs in. Each parameter must be in the form "key=value".
|
|
116
|
+
*/
|
|
117
|
+
loginParameters?: string[];
|
|
118
|
+
/** <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. */
|
|
119
|
+
disableWWWAuthenticate?: boolean;
|
|
120
|
+
}
|
|
121
|
+
/** The configuration settings of the Azure Active Directory token validation flow. */
|
|
122
|
+
export interface AzureActiveDirectoryValidation {
|
|
123
|
+
/** The configuration settings of the checks that should be made while validating the JWT Claims. */
|
|
124
|
+
jwtClaimChecks?: JwtClaimChecks;
|
|
125
|
+
/** The list of audiences that can make successful authentication/authorization requests. */
|
|
126
|
+
allowedAudiences?: string[];
|
|
127
|
+
/** The configuration settings of the default authorization policy. */
|
|
128
|
+
defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;
|
|
129
|
+
}
|
|
130
|
+
/** The configuration settings of the checks that should be made while validating the JWT Claims. */
|
|
131
|
+
export interface JwtClaimChecks {
|
|
132
|
+
/** The list of the allowed groups. */
|
|
133
|
+
allowedGroups?: string[];
|
|
134
|
+
/** The list of the allowed client applications. */
|
|
135
|
+
allowedClientApplications?: string[];
|
|
136
|
+
}
|
|
137
|
+
/** The configuration settings of the Azure Active Directory default authorization policy. */
|
|
138
|
+
export interface DefaultAuthorizationPolicy {
|
|
139
|
+
/** The configuration settings of the Azure Active Directory allowed principals. */
|
|
140
|
+
allowedPrincipals?: AllowedPrincipals;
|
|
141
|
+
/** The configuration settings of the Azure Active Directory allowed applications. */
|
|
142
|
+
allowedApplications?: string[];
|
|
143
|
+
}
|
|
144
|
+
/** The configuration settings of the Azure Active Directory allowed principals. */
|
|
145
|
+
export interface AllowedPrincipals {
|
|
146
|
+
/** The list of the allowed groups. */
|
|
147
|
+
groups?: string[];
|
|
148
|
+
/** The list of the allowed identities. */
|
|
149
|
+
identities?: string[];
|
|
150
|
+
}
|
|
151
|
+
/** The configuration settings of the Facebook provider. */
|
|
152
|
+
export interface Facebook {
|
|
153
|
+
/** <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
|
|
154
|
+
enabled?: boolean;
|
|
155
|
+
/** The configuration settings of the app registration for the Facebook provider. */
|
|
156
|
+
registration?: AppRegistration;
|
|
157
|
+
/** The version of the Facebook api to be used while logging in. */
|
|
158
|
+
graphApiVersion?: string;
|
|
159
|
+
/** The configuration settings of the login flow. */
|
|
160
|
+
login?: LoginScopes;
|
|
161
|
+
}
|
|
162
|
+
/** The configuration settings of the app registration for providers that have app ids and app secrets */
|
|
163
|
+
export interface AppRegistration {
|
|
164
|
+
/** The App ID of the app used for login. */
|
|
165
|
+
appId?: string;
|
|
166
|
+
/** The app setting name that contains the app secret. */
|
|
167
|
+
appSecretSettingName?: string;
|
|
168
|
+
}
|
|
169
|
+
/** The configuration settings of the login flow, including the scopes that should be requested. */
|
|
170
|
+
export interface LoginScopes {
|
|
171
|
+
/** A list of the scopes that should be requested while authenticating. */
|
|
172
|
+
scopes?: string[];
|
|
173
|
+
}
|
|
174
|
+
/** The configuration settings of the GitHub provider. */
|
|
175
|
+
export interface GitHub {
|
|
176
|
+
/** <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
|
|
177
|
+
enabled?: boolean;
|
|
178
|
+
/** The configuration settings of the app registration for the GitHub provider. */
|
|
179
|
+
registration?: ClientRegistration;
|
|
180
|
+
/** The configuration settings of the login flow. */
|
|
181
|
+
login?: LoginScopes;
|
|
182
|
+
}
|
|
183
|
+
/** The configuration settings of the app registration for providers that have client ids and client secrets */
|
|
184
|
+
export interface ClientRegistration {
|
|
185
|
+
/** The Client ID of the app used for login. */
|
|
186
|
+
clientId?: string;
|
|
187
|
+
/** The app setting name that contains the client secret. */
|
|
188
|
+
clientSecretSettingName?: string;
|
|
189
|
+
}
|
|
190
|
+
/** The configuration settings of the Google provider. */
|
|
191
|
+
export interface Google {
|
|
192
|
+
/** <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
|
|
193
|
+
enabled?: boolean;
|
|
194
|
+
/** The configuration settings of the app registration for the Google provider. */
|
|
195
|
+
registration?: ClientRegistration;
|
|
196
|
+
/** The configuration settings of the login flow. */
|
|
197
|
+
login?: LoginScopes;
|
|
198
|
+
/** The configuration settings of the Azure Active Directory token validation flow. */
|
|
199
|
+
validation?: AllowedAudiencesValidation;
|
|
200
|
+
}
|
|
201
|
+
/** The configuration settings of the Allowed Audiences validation flow. */
|
|
202
|
+
export interface AllowedAudiencesValidation {
|
|
203
|
+
/** The configuration settings of the allowed list of audiences from which to validate the JWT token. */
|
|
204
|
+
allowedAudiences?: string[];
|
|
205
|
+
}
|
|
206
|
+
/** The configuration settings of the Twitter provider. */
|
|
207
|
+
export interface Twitter {
|
|
208
|
+
/** <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
|
|
209
|
+
enabled?: boolean;
|
|
210
|
+
/** The configuration settings of the app registration for the Twitter provider. */
|
|
211
|
+
registration?: TwitterRegistration;
|
|
212
|
+
}
|
|
213
|
+
/** The configuration settings of the app registration for the Twitter provider. */
|
|
214
|
+
export interface TwitterRegistration {
|
|
215
|
+
/**
|
|
216
|
+
* The OAuth 1.0a consumer key of the Twitter application used for sign-in.
|
|
217
|
+
* This setting is required for enabling Twitter Sign-In.
|
|
218
|
+
* Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
|
|
219
|
+
*/
|
|
220
|
+
consumerKey?: string;
|
|
221
|
+
/**
|
|
222
|
+
* The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
|
|
223
|
+
* application used for sign-in.
|
|
224
|
+
*/
|
|
225
|
+
consumerSecretSettingName?: string;
|
|
226
|
+
}
|
|
227
|
+
/** The configuration settings of the Apple provider. */
|
|
228
|
+
export interface Apple {
|
|
229
|
+
/** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
|
|
230
|
+
enabled?: boolean;
|
|
231
|
+
/** The configuration settings of the Apple registration. */
|
|
232
|
+
registration?: AppleRegistration;
|
|
233
|
+
/** The configuration settings of the login flow. */
|
|
234
|
+
login?: LoginScopes;
|
|
235
|
+
}
|
|
236
|
+
/** The configuration settings of the registration for the Apple provider */
|
|
237
|
+
export interface AppleRegistration {
|
|
238
|
+
/** The Client ID of the app used for login. */
|
|
239
|
+
clientId?: string;
|
|
240
|
+
/** The app setting name that contains the client secret. */
|
|
241
|
+
clientSecretSettingName?: string;
|
|
242
|
+
}
|
|
243
|
+
/** The configuration settings of the Azure Static Web Apps provider. */
|
|
244
|
+
export interface AzureStaticWebApps {
|
|
245
|
+
/** <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
|
|
246
|
+
enabled?: boolean;
|
|
247
|
+
/** The configuration settings of the Azure Static Web Apps registration. */
|
|
248
|
+
registration?: AzureStaticWebAppsRegistration;
|
|
249
|
+
}
|
|
250
|
+
/** The configuration settings of the registration for the Azure Static Web Apps provider */
|
|
251
|
+
export interface AzureStaticWebAppsRegistration {
|
|
252
|
+
/** The Client ID of the app used for login. */
|
|
253
|
+
clientId?: string;
|
|
254
|
+
}
|
|
255
|
+
/** The configuration settings of the custom Open ID Connect provider. */
|
|
256
|
+
export interface CustomOpenIdConnectProvider {
|
|
257
|
+
/** <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>. */
|
|
258
|
+
enabled?: boolean;
|
|
259
|
+
/** The configuration settings of the app registration for the custom Open ID Connect provider. */
|
|
260
|
+
registration?: OpenIdConnectRegistration;
|
|
261
|
+
/** The configuration settings of the login flow of the custom Open ID Connect provider. */
|
|
262
|
+
login?: OpenIdConnectLogin;
|
|
263
|
+
}
|
|
264
|
+
/** The configuration settings of the app registration for the custom Open ID Connect provider. */
|
|
265
|
+
export interface OpenIdConnectRegistration {
|
|
266
|
+
/** The client id of the custom Open ID Connect provider. */
|
|
267
|
+
clientId?: string;
|
|
268
|
+
/** The authentication credentials of the custom Open ID Connect provider. */
|
|
269
|
+
clientCredential?: OpenIdConnectClientCredential;
|
|
270
|
+
/** The configuration settings of the endpoints used for the custom Open ID Connect provider. */
|
|
271
|
+
openIdConnectConfiguration?: OpenIdConnectConfig;
|
|
272
|
+
}
|
|
273
|
+
/** The authentication client credentials of the custom Open ID Connect provider. */
|
|
274
|
+
export interface OpenIdConnectClientCredential {
|
|
275
|
+
/** The method that should be used to authenticate the user. */
|
|
276
|
+
method?: "ClientSecretPost";
|
|
277
|
+
/** The app setting that contains the client secret for the custom Open ID Connect provider. */
|
|
278
|
+
clientSecretSettingName?: string;
|
|
279
|
+
}
|
|
280
|
+
/** The configuration settings of the endpoints used for the custom Open ID Connect provider. */
|
|
281
|
+
export interface OpenIdConnectConfig {
|
|
282
|
+
/** The endpoint to be used to make an authorization request. */
|
|
283
|
+
authorizationEndpoint?: string;
|
|
284
|
+
/** The endpoint to be used to request a token. */
|
|
285
|
+
tokenEndpoint?: string;
|
|
286
|
+
/** The endpoint that issues the token. */
|
|
287
|
+
issuer?: string;
|
|
288
|
+
/** The endpoint that provides the keys necessary to validate the token. */
|
|
289
|
+
certificationUri?: string;
|
|
290
|
+
/** The endpoint that contains all the configuration endpoints for the provider. */
|
|
291
|
+
wellKnownOpenIdConfiguration?: string;
|
|
292
|
+
}
|
|
293
|
+
/** The configuration settings of the login flow of the custom Open ID Connect provider. */
|
|
294
|
+
export interface OpenIdConnectLogin {
|
|
295
|
+
/** The name of the claim that contains the users name. */
|
|
296
|
+
nameClaimType?: string;
|
|
297
|
+
/** A list of the scopes that should be requested while authenticating. */
|
|
298
|
+
scopes?: string[];
|
|
299
|
+
}
|
|
300
|
+
/** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */
|
|
301
|
+
export interface Login {
|
|
302
|
+
/** The routes that specify the endpoints used for login and logout requests. */
|
|
303
|
+
routes?: LoginRoutes;
|
|
304
|
+
/** The configuration settings of the token store. */
|
|
305
|
+
tokenStore?: TokenStore;
|
|
306
|
+
/** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */
|
|
307
|
+
preserveUrlFragmentsForLogins?: boolean;
|
|
308
|
+
/**
|
|
309
|
+
* External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
|
|
310
|
+
* This is an advanced setting typically only needed by Windows Store application backends.
|
|
311
|
+
* Note that URLs within the current domain are always implicitly allowed.
|
|
312
|
+
*/
|
|
313
|
+
allowedExternalRedirectUrls?: string[];
|
|
314
|
+
/** The configuration settings of the session cookie's expiration. */
|
|
315
|
+
cookieExpiration?: CookieExpiration;
|
|
316
|
+
/** The configuration settings of the nonce used in the login flow. */
|
|
317
|
+
nonce?: Nonce;
|
|
318
|
+
}
|
|
319
|
+
/** The routes that specify the endpoints used for login and logout requests. */
|
|
320
|
+
export interface LoginRoutes {
|
|
321
|
+
/** The endpoint at which a logout request should be made. */
|
|
322
|
+
logoutEndpoint?: string;
|
|
323
|
+
}
|
|
324
|
+
/** The configuration settings of the token store. */
|
|
325
|
+
export interface TokenStore {
|
|
326
|
+
/**
|
|
327
|
+
* <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
|
|
328
|
+
* The default is <code>false</code>.
|
|
329
|
+
*/
|
|
330
|
+
enabled?: boolean;
|
|
331
|
+
/**
|
|
332
|
+
* The number of hours after session token expiration that a session token can be used to
|
|
333
|
+
* call the token refresh API. The default is 72 hours.
|
|
334
|
+
*/
|
|
335
|
+
tokenRefreshExtensionHours?: number;
|
|
336
|
+
/** The configuration settings of the storage of the tokens if blob storage is used. */
|
|
337
|
+
azureBlobStorage?: BlobStorageTokenStore;
|
|
338
|
+
}
|
|
339
|
+
/** The configuration settings of the storage of the tokens if blob storage is used. */
|
|
340
|
+
export interface BlobStorageTokenStore {
|
|
341
|
+
/** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */
|
|
342
|
+
sasUrlSettingName: string;
|
|
343
|
+
}
|
|
344
|
+
/** The configuration settings of the session cookie's expiration. */
|
|
345
|
+
export interface CookieExpiration {
|
|
346
|
+
/** The convention used when determining the session cookie's expiration. */
|
|
347
|
+
convention?: CookieExpirationConvention;
|
|
348
|
+
/** The time after the request is made when the session cookie should expire. */
|
|
349
|
+
timeToExpiration?: string;
|
|
350
|
+
}
|
|
351
|
+
/** The configuration settings of the nonce used in the login flow. */
|
|
352
|
+
export interface Nonce {
|
|
353
|
+
/** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */
|
|
354
|
+
validateNonce?: boolean;
|
|
355
|
+
/** The time after the request is made when the nonce should expire. */
|
|
356
|
+
nonceExpirationInterval?: string;
|
|
357
|
+
}
|
|
358
|
+
/** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */
|
|
359
|
+
export interface HttpSettings {
|
|
360
|
+
/** <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. */
|
|
361
|
+
requireHttps?: boolean;
|
|
362
|
+
/** The configuration settings of the paths HTTP requests. */
|
|
363
|
+
routes?: HttpSettingsRoutes;
|
|
364
|
+
/** The configuration settings of a forward proxy used to make the requests. */
|
|
365
|
+
forwardProxy?: ForwardProxy;
|
|
366
|
+
}
|
|
367
|
+
/** The configuration settings of the paths HTTP requests. */
|
|
368
|
+
export interface HttpSettingsRoutes {
|
|
369
|
+
/** The prefix that should precede all the authentication/authorization paths. */
|
|
370
|
+
apiPrefix?: string;
|
|
371
|
+
}
|
|
372
|
+
/** The configuration settings of a forward proxy used to make the requests. */
|
|
373
|
+
export interface ForwardProxy {
|
|
374
|
+
/** The convention used to determine the url of the request made. */
|
|
375
|
+
convention?: ForwardProxyConvention;
|
|
376
|
+
/** The name of the header containing the host of the request. */
|
|
377
|
+
customHostHeaderName?: string;
|
|
378
|
+
/** The name of the header containing the scheme of the request. */
|
|
379
|
+
customProtoHeaderName?: string;
|
|
380
|
+
}
|
|
381
|
+
/** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
|
|
382
|
+
export interface EncryptionSettings {
|
|
383
|
+
/** The secret name which is referenced for EncryptionKey. */
|
|
384
|
+
containerAppAuthEncryptionSecretName?: string;
|
|
385
|
+
/** The secret name which is referenced for SigningKey. */
|
|
386
|
+
containerAppAuthSigningSecretName?: string;
|
|
387
|
+
}
|
|
388
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
389
|
+
export interface Resource {
|
|
390
|
+
/**
|
|
391
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
392
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
393
|
+
*/
|
|
394
|
+
readonly id?: string;
|
|
395
|
+
/**
|
|
396
|
+
* The name of the resource
|
|
397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
398
|
+
*/
|
|
399
|
+
readonly name?: string;
|
|
400
|
+
/**
|
|
401
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
403
|
+
*/
|
|
404
|
+
readonly type?: string;
|
|
405
|
+
/**
|
|
406
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
408
|
+
*/
|
|
409
|
+
readonly systemData?: SystemData;
|
|
410
|
+
}
|
|
411
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
412
|
+
export interface SystemData {
|
|
413
|
+
/** The identity that created the resource. */
|
|
414
|
+
createdBy?: string;
|
|
415
|
+
/** The type of identity that created the resource. */
|
|
416
|
+
createdByType?: CreatedByType;
|
|
417
|
+
/** The timestamp of resource creation (UTC). */
|
|
418
|
+
createdAt?: Date;
|
|
419
|
+
/** The identity that last modified the resource. */
|
|
420
|
+
lastModifiedBy?: string;
|
|
421
|
+
/** The type of identity that last modified the resource. */
|
|
422
|
+
lastModifiedByType?: CreatedByType;
|
|
423
|
+
/** The timestamp of resource last modification (UTC) */
|
|
424
|
+
lastModifiedAt?: Date;
|
|
425
|
+
}
|
|
426
|
+
/** App Service error response. */
|
|
427
|
+
export interface DefaultErrorResponse {
|
|
428
|
+
/**
|
|
429
|
+
* Error model.
|
|
430
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
431
|
+
*/
|
|
432
|
+
readonly error?: DefaultErrorResponseError;
|
|
433
|
+
}
|
|
434
|
+
/** Error model. */
|
|
435
|
+
export interface DefaultErrorResponseError {
|
|
436
|
+
/**
|
|
437
|
+
* Standardized string to programmatically identify the error.
|
|
438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
439
|
+
*/
|
|
440
|
+
readonly code?: string;
|
|
441
|
+
/**
|
|
442
|
+
* Detailed error description and debugging information.
|
|
443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
444
|
+
*/
|
|
445
|
+
readonly message?: string;
|
|
446
|
+
/**
|
|
447
|
+
* Detailed error description and debugging information.
|
|
448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
449
|
+
*/
|
|
450
|
+
readonly target?: string;
|
|
451
|
+
/** Details or the error */
|
|
452
|
+
details?: DefaultErrorResponseErrorDetailsItem[];
|
|
453
|
+
/**
|
|
454
|
+
* More information to debug error.
|
|
455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
+
*/
|
|
457
|
+
readonly innererror?: string;
|
|
458
|
+
}
|
|
459
|
+
/** Detailed errors. */
|
|
460
|
+
export interface DefaultErrorResponseErrorDetailsItem {
|
|
461
|
+
/**
|
|
462
|
+
* Standardized string to programmatically identify the error.
|
|
463
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
464
|
+
*/
|
|
465
|
+
readonly code?: string;
|
|
466
|
+
/**
|
|
467
|
+
* Detailed error description and debugging information.
|
|
468
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
469
|
+
*/
|
|
470
|
+
readonly message?: string;
|
|
471
|
+
/**
|
|
472
|
+
* Detailed error description and debugging information.
|
|
473
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
474
|
+
*/
|
|
475
|
+
readonly target?: string;
|
|
476
|
+
}
|
|
477
|
+
/** Collection of available workload profiles in the location. */
|
|
478
|
+
export interface AvailableWorkloadProfilesCollection {
|
|
479
|
+
/** Collection of workload profiles. */
|
|
480
|
+
value: AvailableWorkloadProfile[];
|
|
481
|
+
/**
|
|
482
|
+
* Link to next page of resources.
|
|
483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
+
*/
|
|
485
|
+
readonly nextLink?: string;
|
|
486
|
+
}
|
|
487
|
+
/** Revision resource specific properties */
|
|
488
|
+
export interface AvailableWorkloadProfileProperties {
|
|
489
|
+
/** Used to categorize workload profiles. */
|
|
490
|
+
category?: string;
|
|
491
|
+
/** indicates whether the profile is default for the location. */
|
|
492
|
+
applicability?: Applicability;
|
|
493
|
+
/** Number of cores in CPU. */
|
|
494
|
+
cores?: number;
|
|
495
|
+
/** Memory in GiB. */
|
|
496
|
+
memoryGiB?: number;
|
|
497
|
+
/** Number of GPUs. */
|
|
498
|
+
gpus?: number;
|
|
499
|
+
/** The everyday name of the workload profile. */
|
|
500
|
+
displayName?: string;
|
|
501
|
+
}
|
|
502
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
503
|
+
export interface ErrorResponse {
|
|
504
|
+
/** The error object. */
|
|
505
|
+
error?: ErrorDetail;
|
|
506
|
+
}
|
|
507
|
+
/** The error detail. */
|
|
508
|
+
export interface ErrorDetail {
|
|
509
|
+
/**
|
|
510
|
+
* The error code.
|
|
511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
+
*/
|
|
513
|
+
readonly code?: string;
|
|
514
|
+
/**
|
|
515
|
+
* The error message.
|
|
516
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
517
|
+
*/
|
|
518
|
+
readonly message?: string;
|
|
519
|
+
/**
|
|
520
|
+
* The error target.
|
|
521
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
522
|
+
*/
|
|
523
|
+
readonly target?: string;
|
|
524
|
+
/**
|
|
525
|
+
* The error details.
|
|
526
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
527
|
+
*/
|
|
528
|
+
readonly details?: ErrorDetail[];
|
|
529
|
+
/**
|
|
530
|
+
* The error additional info.
|
|
531
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
532
|
+
*/
|
|
533
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
534
|
+
}
|
|
535
|
+
/** The resource management error additional info. */
|
|
536
|
+
export interface ErrorAdditionalInfo {
|
|
537
|
+
/**
|
|
538
|
+
* The additional info type.
|
|
539
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
540
|
+
*/
|
|
541
|
+
readonly type?: string;
|
|
542
|
+
/**
|
|
543
|
+
* The additional info.
|
|
544
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
545
|
+
*/
|
|
546
|
+
readonly info?: Record<string, unknown>;
|
|
547
|
+
}
|
|
548
|
+
/** Collection of billing meters. */
|
|
549
|
+
export interface BillingMeterCollection {
|
|
550
|
+
/** Collection of billing meters. */
|
|
551
|
+
value: BillingMeter[];
|
|
552
|
+
}
|
|
553
|
+
/** Revision resource specific properties */
|
|
554
|
+
export interface BillingMeterProperties {
|
|
555
|
+
/** Used to categorize billing meters. */
|
|
556
|
+
category?: string;
|
|
557
|
+
/** Billing meter type. */
|
|
558
|
+
meterType?: string;
|
|
559
|
+
/** The everyday name of the billing meter. */
|
|
560
|
+
displayName?: string;
|
|
561
|
+
}
|
|
562
|
+
/** Collection of connectedEnvironments */
|
|
563
|
+
export interface ConnectedEnvironmentCollection {
|
|
564
|
+
/** Collection of resources. */
|
|
565
|
+
value?: ConnectedEnvironment[];
|
|
566
|
+
/**
|
|
567
|
+
* Link to next page of resources.
|
|
568
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
569
|
+
*/
|
|
570
|
+
readonly nextLink?: string;
|
|
571
|
+
}
|
|
572
|
+
/** The complex type of the extended location. */
|
|
573
|
+
export interface ExtendedLocation {
|
|
574
|
+
/** The name of the extended location. */
|
|
575
|
+
name?: string;
|
|
576
|
+
/** The type of the extended location. */
|
|
577
|
+
type?: ExtendedLocationTypes;
|
|
578
|
+
}
|
|
579
|
+
/** Configuration properties for apps environment custom domain */
|
|
580
|
+
export interface CustomDomainConfiguration {
|
|
581
|
+
/**
|
|
582
|
+
* Id used to verify domain name ownership
|
|
583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
584
|
+
*/
|
|
585
|
+
readonly customDomainVerificationId?: string;
|
|
586
|
+
/** Dns suffix for the environment domain */
|
|
587
|
+
dnsSuffix?: string;
|
|
588
|
+
/** Certificate stored in Azure Key Vault. */
|
|
589
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
590
|
+
/** PFX or PEM blob */
|
|
591
|
+
certificateValue?: Uint8Array;
|
|
592
|
+
/** Certificate password */
|
|
593
|
+
certificatePassword?: string;
|
|
594
|
+
/**
|
|
595
|
+
* Certificate expiration date.
|
|
596
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
597
|
+
*/
|
|
598
|
+
readonly expirationDate?: Date;
|
|
599
|
+
/**
|
|
600
|
+
* Certificate thumbprint.
|
|
601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
602
|
+
*/
|
|
603
|
+
readonly thumbprint?: string;
|
|
604
|
+
/**
|
|
605
|
+
* Subject name of the certificate.
|
|
606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
607
|
+
*/
|
|
608
|
+
readonly subjectName?: string;
|
|
609
|
+
}
|
|
610
|
+
/** Properties for a certificate stored in a Key Vault. */
|
|
611
|
+
export interface CertificateKeyVaultProperties {
|
|
612
|
+
/** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
|
|
613
|
+
identity?: string;
|
|
614
|
+
/** URL pointing to the Azure Key Vault secret that holds the certificate. */
|
|
615
|
+
keyVaultUrl?: string;
|
|
616
|
+
}
|
|
617
|
+
/** The check availability request body. */
|
|
618
|
+
export interface CheckNameAvailabilityRequest {
|
|
619
|
+
/** The name of the resource for which availability needs to be checked. */
|
|
620
|
+
name?: string;
|
|
621
|
+
/** The resource type. */
|
|
622
|
+
type?: string;
|
|
623
|
+
}
|
|
624
|
+
/** The check availability result. */
|
|
625
|
+
export interface CheckNameAvailabilityResponse {
|
|
626
|
+
/** Indicates if the resource name is available. */
|
|
627
|
+
nameAvailable?: boolean;
|
|
628
|
+
/** The reason why the given name is not available. */
|
|
629
|
+
reason?: CheckNameAvailabilityReason;
|
|
630
|
+
/** Detailed reason why the given name is available. */
|
|
631
|
+
message?: string;
|
|
632
|
+
}
|
|
633
|
+
/** Collection of Certificates. */
|
|
634
|
+
export interface CertificateCollection {
|
|
635
|
+
/** Collection of resources. */
|
|
636
|
+
value: Certificate[];
|
|
637
|
+
/**
|
|
638
|
+
* Link to next page of resources.
|
|
639
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
640
|
+
*/
|
|
641
|
+
readonly nextLink?: string;
|
|
642
|
+
}
|
|
643
|
+
/** Certificate resource specific properties */
|
|
644
|
+
export interface CertificateProperties {
|
|
645
|
+
/**
|
|
646
|
+
* Provisioning state of the certificate.
|
|
647
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
648
|
+
*/
|
|
649
|
+
readonly provisioningState?: CertificateProvisioningState;
|
|
650
|
+
/** Properties for a certificate stored in a Key Vault. */
|
|
651
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
652
|
+
/** Certificate password. */
|
|
653
|
+
password?: string;
|
|
654
|
+
/**
|
|
655
|
+
* Subject name of the certificate.
|
|
656
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
657
|
+
*/
|
|
658
|
+
readonly subjectName?: string;
|
|
659
|
+
/**
|
|
660
|
+
* Subject alternative names the certificate applies to.
|
|
661
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
662
|
+
*/
|
|
663
|
+
readonly subjectAlternativeNames?: string[];
|
|
664
|
+
/** PFX or PEM blob */
|
|
665
|
+
value?: Uint8Array;
|
|
666
|
+
/**
|
|
667
|
+
* Certificate issuer.
|
|
668
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
669
|
+
*/
|
|
670
|
+
readonly issuer?: string;
|
|
671
|
+
/**
|
|
672
|
+
* Certificate issue Date.
|
|
673
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
674
|
+
*/
|
|
675
|
+
readonly issueDate?: Date;
|
|
676
|
+
/**
|
|
677
|
+
* Certificate expiration date.
|
|
678
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
679
|
+
*/
|
|
680
|
+
readonly expirationDate?: Date;
|
|
681
|
+
/**
|
|
682
|
+
* Certificate thumbprint.
|
|
683
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
684
|
+
*/
|
|
685
|
+
readonly thumbprint?: string;
|
|
686
|
+
/**
|
|
687
|
+
* Is the certificate valid?.
|
|
688
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
689
|
+
*/
|
|
690
|
+
readonly valid?: boolean;
|
|
691
|
+
/**
|
|
692
|
+
* Public key hash.
|
|
693
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
694
|
+
*/
|
|
695
|
+
readonly publicKeyHash?: string;
|
|
696
|
+
}
|
|
697
|
+
/** A certificate to update */
|
|
698
|
+
export interface CertificatePatch {
|
|
699
|
+
/** Application-specific metadata in the form of key-value pairs. */
|
|
700
|
+
tags?: {
|
|
701
|
+
[propertyName: string]: string;
|
|
702
|
+
};
|
|
703
|
+
}
|
|
704
|
+
/** Dapr Components ARM resource. */
|
|
705
|
+
export interface DaprComponentsCollection {
|
|
706
|
+
/** Collection of resources. */
|
|
707
|
+
value: DaprComponent[];
|
|
708
|
+
/**
|
|
709
|
+
* Link to next page of resources.
|
|
710
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
711
|
+
*/
|
|
712
|
+
readonly nextLink?: string;
|
|
713
|
+
}
|
|
714
|
+
/** Secret definition. */
|
|
715
|
+
export interface Secret {
|
|
716
|
+
/** Secret Name. */
|
|
717
|
+
name?: string;
|
|
718
|
+
/** Secret Value. */
|
|
719
|
+
value?: string;
|
|
720
|
+
/** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
|
|
721
|
+
identity?: string;
|
|
722
|
+
/** Azure Key Vault URL pointing to the secret referenced by the container app. */
|
|
723
|
+
keyVaultUrl?: string;
|
|
724
|
+
}
|
|
725
|
+
/** Dapr component metadata. */
|
|
726
|
+
export interface DaprMetadata {
|
|
727
|
+
/** Metadata property name. */
|
|
728
|
+
name?: string;
|
|
729
|
+
/** Metadata property value. */
|
|
730
|
+
value?: string;
|
|
731
|
+
/** Name of the Dapr Component secret from which to pull the metadata property value. */
|
|
732
|
+
secretRef?: string;
|
|
733
|
+
}
|
|
734
|
+
/** Dapr component Secrets Collection for ListSecrets Action. */
|
|
735
|
+
export interface DaprSecretsCollection {
|
|
736
|
+
/** Collection of secrets used by a Dapr component */
|
|
737
|
+
value: DaprSecret[];
|
|
738
|
+
}
|
|
739
|
+
/** Dapr component Secret for ListSecrets Action */
|
|
740
|
+
export interface DaprSecret {
|
|
741
|
+
/**
|
|
742
|
+
* Secret Name.
|
|
743
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
744
|
+
*/
|
|
745
|
+
readonly name?: string;
|
|
746
|
+
/**
|
|
747
|
+
* Secret Value.
|
|
748
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
749
|
+
*/
|
|
750
|
+
readonly value?: string;
|
|
751
|
+
}
|
|
752
|
+
/** Collection of Storage for Environments */
|
|
753
|
+
export interface ConnectedEnvironmentStoragesCollection {
|
|
754
|
+
/** Collection of storage resources. */
|
|
755
|
+
value: ConnectedEnvironmentStorage[];
|
|
756
|
+
}
|
|
757
|
+
/** Storage properties */
|
|
758
|
+
export interface ConnectedEnvironmentStorageProperties {
|
|
759
|
+
/** Azure file properties */
|
|
760
|
+
azureFile?: AzureFileProperties;
|
|
761
|
+
}
|
|
762
|
+
/** Azure File Properties. */
|
|
763
|
+
export interface AzureFileProperties {
|
|
764
|
+
/** Storage account name for azure file. */
|
|
765
|
+
accountName?: string;
|
|
766
|
+
/** Storage account key for azure file. */
|
|
767
|
+
accountKey?: string;
|
|
768
|
+
/** Access mode for storage */
|
|
769
|
+
accessMode?: AccessMode;
|
|
770
|
+
/** Azure file share name. */
|
|
771
|
+
shareName?: string;
|
|
772
|
+
}
|
|
773
|
+
/** Container App collection ARM resource. */
|
|
774
|
+
export interface ContainerAppCollection {
|
|
775
|
+
/** Collection of resources. */
|
|
776
|
+
value: ContainerApp[];
|
|
777
|
+
/**
|
|
778
|
+
* Link to next page of resources.
|
|
779
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
780
|
+
*/
|
|
781
|
+
readonly nextLink?: string;
|
|
782
|
+
}
|
|
783
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
784
|
+
export interface ManagedServiceIdentity {
|
|
785
|
+
/**
|
|
786
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
787
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
788
|
+
*/
|
|
789
|
+
readonly principalId?: string;
|
|
790
|
+
/**
|
|
791
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
792
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
793
|
+
*/
|
|
794
|
+
readonly tenantId?: string;
|
|
795
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
796
|
+
type: ManagedServiceIdentityType;
|
|
797
|
+
/** 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. */
|
|
798
|
+
userAssignedIdentities?: {
|
|
799
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
800
|
+
};
|
|
801
|
+
}
|
|
802
|
+
/** User assigned identity properties */
|
|
803
|
+
export interface UserAssignedIdentity {
|
|
804
|
+
/**
|
|
805
|
+
* The principal ID of the assigned identity.
|
|
806
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
807
|
+
*/
|
|
808
|
+
readonly principalId?: string;
|
|
809
|
+
/**
|
|
810
|
+
* The client ID of the assigned identity.
|
|
811
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
812
|
+
*/
|
|
813
|
+
readonly clientId?: string;
|
|
814
|
+
}
|
|
815
|
+
/** Non versioned Container App configuration properties that define the mutable settings of a Container app */
|
|
816
|
+
export interface Configuration {
|
|
817
|
+
/** Collection of secrets used by a Container app */
|
|
818
|
+
secrets?: Secret[];
|
|
819
|
+
/**
|
|
820
|
+
* ActiveRevisionsMode controls how active revisions are handled for the Container app:
|
|
821
|
+
* <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>
|
|
822
|
+
*/
|
|
823
|
+
activeRevisionsMode?: ActiveRevisionsMode;
|
|
824
|
+
/** Ingress configurations. */
|
|
825
|
+
ingress?: Ingress;
|
|
826
|
+
/** Collection of private container registry credentials for containers used by the Container app */
|
|
827
|
+
registries?: RegistryCredentials[];
|
|
828
|
+
/** Dapr configuration for the Container App. */
|
|
829
|
+
dapr?: Dapr;
|
|
830
|
+
/** App runtime configuration for the Container App. */
|
|
831
|
+
runtime?: Runtime;
|
|
832
|
+
/** Optional. Max inactive revisions a Container App can have. */
|
|
833
|
+
maxInactiveRevisions?: number;
|
|
834
|
+
/** Container App to be a dev Container App Service */
|
|
835
|
+
service?: Service;
|
|
836
|
+
/** Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used. */
|
|
837
|
+
identitySettings?: IdentitySettings[];
|
|
838
|
+
}
|
|
839
|
+
/** Container App Ingress configuration. */
|
|
840
|
+
export interface Ingress {
|
|
841
|
+
/**
|
|
842
|
+
* Hostname.
|
|
843
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
844
|
+
*/
|
|
845
|
+
readonly fqdn?: string;
|
|
846
|
+
/** Bool indicating if app exposes an external http endpoint */
|
|
847
|
+
external?: boolean;
|
|
848
|
+
/** Target Port in containers for traffic from ingress */
|
|
849
|
+
targetPort?: number;
|
|
850
|
+
/** Exposed Port in containers for TCP traffic from ingress */
|
|
851
|
+
exposedPort?: number;
|
|
852
|
+
/** Ingress transport protocol */
|
|
853
|
+
transport?: IngressTransportMethod;
|
|
854
|
+
/** Traffic weights for app's revisions */
|
|
855
|
+
traffic?: TrafficWeight[];
|
|
856
|
+
/** custom domain bindings for Container Apps' hostnames. */
|
|
857
|
+
customDomains?: CustomDomain[];
|
|
858
|
+
/** Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections */
|
|
859
|
+
allowInsecure?: boolean;
|
|
860
|
+
/** Rules to restrict incoming IP address. */
|
|
861
|
+
ipSecurityRestrictions?: IpSecurityRestrictionRule[];
|
|
862
|
+
/** Sticky Sessions for Single Revision Mode */
|
|
863
|
+
stickySessions?: IngressStickySessions;
|
|
864
|
+
/** Client certificate mode for mTLS authentication. Ignore indicates server drops client certificate on forwarding. Accept indicates server forwards client certificate but does not require a client certificate. Require indicates server requires a client certificate. */
|
|
865
|
+
clientCertificateMode?: IngressClientCertificateMode;
|
|
866
|
+
/** CORS policy for container app */
|
|
867
|
+
corsPolicy?: CorsPolicy;
|
|
868
|
+
/** Settings to expose additional ports on container app */
|
|
869
|
+
additionalPortMappings?: IngressPortMapping[];
|
|
870
|
+
}
|
|
871
|
+
/** Traffic weight assigned to a revision */
|
|
872
|
+
export interface TrafficWeight {
|
|
873
|
+
/** Name of a revision */
|
|
874
|
+
revisionName?: string;
|
|
875
|
+
/** Traffic weight assigned to a revision */
|
|
876
|
+
weight?: number;
|
|
877
|
+
/** Indicates that the traffic weight belongs to a latest stable revision */
|
|
878
|
+
latestRevision?: boolean;
|
|
879
|
+
/** Associates a traffic label with a revision */
|
|
880
|
+
label?: string;
|
|
881
|
+
}
|
|
882
|
+
/** Custom Domain of a Container App */
|
|
883
|
+
export interface CustomDomain {
|
|
884
|
+
/** Hostname. */
|
|
885
|
+
name: string;
|
|
886
|
+
/** Custom Domain binding type. */
|
|
887
|
+
bindingType?: BindingType;
|
|
888
|
+
/** Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment. */
|
|
889
|
+
certificateId?: string;
|
|
890
|
+
}
|
|
891
|
+
/** Rule to restrict incoming IP address. */
|
|
892
|
+
export interface IpSecurityRestrictionRule {
|
|
893
|
+
/** Name for the IP restriction rule. */
|
|
894
|
+
name: string;
|
|
895
|
+
/** Describe the IP restriction rule that is being sent to the container-app. This is an optional field. */
|
|
896
|
+
description?: string;
|
|
897
|
+
/** CIDR notation to match incoming IP address */
|
|
898
|
+
ipAddressRange: string;
|
|
899
|
+
/** Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny */
|
|
900
|
+
action: Action;
|
|
901
|
+
}
|
|
902
|
+
/** Sticky Sessions for Single Revision Mode */
|
|
903
|
+
export interface IngressStickySessions {
|
|
904
|
+
/** Sticky Session Affinity */
|
|
905
|
+
affinity?: Affinity;
|
|
906
|
+
}
|
|
907
|
+
/** Cross-Origin-Resource-Sharing policy */
|
|
908
|
+
export interface CorsPolicy {
|
|
909
|
+
/** Specifies the content for the access-control-allow-origins header */
|
|
910
|
+
allowedOrigins: string[];
|
|
911
|
+
/** Specifies the content for the access-control-allow-methods header */
|
|
912
|
+
allowedMethods?: string[];
|
|
913
|
+
/** Specifies the content for the access-control-allow-headers header */
|
|
914
|
+
allowedHeaders?: string[];
|
|
915
|
+
/** Specifies the content for the access-control-expose-headers header */
|
|
916
|
+
exposeHeaders?: string[];
|
|
917
|
+
/** Specifies the content for the access-control-max-age header */
|
|
918
|
+
maxAge?: number;
|
|
919
|
+
/** Specifies whether the resource allows credentials */
|
|
920
|
+
allowCredentials?: boolean;
|
|
921
|
+
}
|
|
922
|
+
/** Port mappings of container app ingress */
|
|
923
|
+
export interface IngressPortMapping {
|
|
924
|
+
/** Specifies whether the app port is accessible outside of the environment */
|
|
925
|
+
external: boolean;
|
|
926
|
+
/** Specifies the port user's container listens on */
|
|
927
|
+
targetPort: number;
|
|
928
|
+
/** Specifies the exposed port for the target port. If not specified, it defaults to target port */
|
|
929
|
+
exposedPort?: number;
|
|
930
|
+
}
|
|
931
|
+
/** Container App Private Registry */
|
|
932
|
+
export interface RegistryCredentials {
|
|
933
|
+
/** Container Registry Server */
|
|
934
|
+
server?: string;
|
|
935
|
+
/** Container Registry Username */
|
|
936
|
+
username?: string;
|
|
937
|
+
/** The name of the Secret that contains the registry login password */
|
|
938
|
+
passwordSecretRef?: string;
|
|
939
|
+
/** A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system' */
|
|
940
|
+
identity?: string;
|
|
941
|
+
}
|
|
942
|
+
/** Container App Dapr configuration. */
|
|
943
|
+
export interface Dapr {
|
|
944
|
+
/** Boolean indicating if the Dapr side car is enabled */
|
|
945
|
+
enabled?: boolean;
|
|
946
|
+
/** Dapr application identifier */
|
|
947
|
+
appId?: string;
|
|
948
|
+
/** Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http */
|
|
949
|
+
appProtocol?: AppProtocol;
|
|
950
|
+
/** Tells Dapr which port your application is listening on */
|
|
951
|
+
appPort?: number;
|
|
952
|
+
/** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */
|
|
953
|
+
httpReadBufferSize?: number;
|
|
954
|
+
/** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */
|
|
955
|
+
httpMaxRequestSize?: number;
|
|
956
|
+
/** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */
|
|
957
|
+
logLevel?: LogLevel;
|
|
958
|
+
/** Enables API logging for the Dapr sidecar */
|
|
959
|
+
enableApiLogging?: boolean;
|
|
960
|
+
}
|
|
961
|
+
/** Container App Runtime configuration. */
|
|
962
|
+
export interface Runtime {
|
|
963
|
+
/** Java app configuration */
|
|
964
|
+
java?: RuntimeJava;
|
|
965
|
+
}
|
|
966
|
+
/** Java app configuration */
|
|
967
|
+
export interface RuntimeJava {
|
|
968
|
+
/** Enable jmx core metrics for the java app */
|
|
969
|
+
enableMetrics?: boolean;
|
|
970
|
+
}
|
|
971
|
+
/** Container App to be a dev service */
|
|
972
|
+
export interface Service {
|
|
973
|
+
/** Dev ContainerApp service type */
|
|
974
|
+
type: string;
|
|
975
|
+
}
|
|
976
|
+
/** Optional settings for a Managed Identity that is assigned to the Container App. */
|
|
977
|
+
export interface IdentitySettings {
|
|
978
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
979
|
+
identity: string;
|
|
980
|
+
/** Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. */
|
|
981
|
+
lifecycle?: IdentitySettingsLifeCycle;
|
|
982
|
+
}
|
|
983
|
+
/**
|
|
984
|
+
* Container App versioned application definition.
|
|
985
|
+
* Defines the desired state of an immutable revision.
|
|
986
|
+
* Any changes to this section Will result in a new revision being created
|
|
987
|
+
*/
|
|
988
|
+
export interface Template {
|
|
989
|
+
/** User friendly suffix that is appended to the revision name */
|
|
990
|
+
revisionSuffix?: string;
|
|
991
|
+
/** Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. */
|
|
992
|
+
terminationGracePeriodSeconds?: number;
|
|
993
|
+
/** List of specialized containers that run before app containers. */
|
|
994
|
+
initContainers?: InitContainer[];
|
|
995
|
+
/** List of container definitions for the Container App. */
|
|
996
|
+
containers?: Container[];
|
|
997
|
+
/** Scaling properties for the Container App. */
|
|
998
|
+
scale?: Scale;
|
|
999
|
+
/** List of volume definitions for the Container App. */
|
|
1000
|
+
volumes?: Volume[];
|
|
1001
|
+
/** List of container app services bound to the app */
|
|
1002
|
+
serviceBinds?: ServiceBind[];
|
|
1003
|
+
}
|
|
1004
|
+
/** Container App base container definition. */
|
|
1005
|
+
export interface BaseContainer {
|
|
1006
|
+
/** Container image tag. */
|
|
1007
|
+
image?: string;
|
|
1008
|
+
/** Custom container name. */
|
|
1009
|
+
name?: string;
|
|
1010
|
+
/** Container start command. */
|
|
1011
|
+
command?: string[];
|
|
1012
|
+
/** Container start command arguments. */
|
|
1013
|
+
args?: string[];
|
|
1014
|
+
/** Container environment variables. */
|
|
1015
|
+
env?: EnvironmentVar[];
|
|
1016
|
+
/** Container resource requirements. */
|
|
1017
|
+
resources?: ContainerResources;
|
|
1018
|
+
/** Container volume mounts. */
|
|
1019
|
+
volumeMounts?: VolumeMount[];
|
|
1020
|
+
}
|
|
1021
|
+
/** Container App container environment variable. */
|
|
1022
|
+
export interface EnvironmentVar {
|
|
1023
|
+
/** Environment variable name. */
|
|
1024
|
+
name?: string;
|
|
1025
|
+
/** Non-secret environment variable value. */
|
|
1026
|
+
value?: string;
|
|
1027
|
+
/** Name of the Container App secret from which to pull the environment variable value. */
|
|
1028
|
+
secretRef?: string;
|
|
1029
|
+
}
|
|
1030
|
+
/** Container App container resource requirements. */
|
|
1031
|
+
export interface ContainerResources {
|
|
1032
|
+
/** Required CPU in cores, e.g. 0.5 */
|
|
1033
|
+
cpu?: number;
|
|
1034
|
+
/** Required memory, e.g. "250Mb" */
|
|
1035
|
+
memory?: string;
|
|
1036
|
+
/**
|
|
1037
|
+
* Ephemeral Storage, e.g. "1Gi"
|
|
1038
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1039
|
+
*/
|
|
1040
|
+
readonly ephemeralStorage?: string;
|
|
1041
|
+
}
|
|
1042
|
+
/** Volume mount for the Container App. */
|
|
1043
|
+
export interface VolumeMount {
|
|
1044
|
+
/** This must match the Name of a Volume. */
|
|
1045
|
+
volumeName?: string;
|
|
1046
|
+
/** Path within the container at which the volume should be mounted.Must not contain ':'. */
|
|
1047
|
+
mountPath?: string;
|
|
1048
|
+
/** Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). */
|
|
1049
|
+
subPath?: string;
|
|
1050
|
+
}
|
|
1051
|
+
/** Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. */
|
|
1052
|
+
export interface ContainerAppProbe {
|
|
1053
|
+
/** Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10. */
|
|
1054
|
+
failureThreshold?: number;
|
|
1055
|
+
/** HTTPGet specifies the http request to perform. */
|
|
1056
|
+
httpGet?: ContainerAppProbeHttpGet;
|
|
1057
|
+
/** Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60. */
|
|
1058
|
+
initialDelaySeconds?: number;
|
|
1059
|
+
/** How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240. */
|
|
1060
|
+
periodSeconds?: number;
|
|
1061
|
+
/** Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. Maximum value is 10. */
|
|
1062
|
+
successThreshold?: number;
|
|
1063
|
+
/** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */
|
|
1064
|
+
tcpSocket?: ContainerAppProbeTcpSocket;
|
|
1065
|
+
/** Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate. Maximum value is 3600 seconds (1 hour) */
|
|
1066
|
+
terminationGracePeriodSeconds?: number;
|
|
1067
|
+
/** Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240. */
|
|
1068
|
+
timeoutSeconds?: number;
|
|
1069
|
+
/** The type of probe. */
|
|
1070
|
+
type?: Type;
|
|
1071
|
+
}
|
|
1072
|
+
/** HTTPGet specifies the http request to perform. */
|
|
1073
|
+
export interface ContainerAppProbeHttpGet {
|
|
1074
|
+
/** Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. */
|
|
1075
|
+
host?: string;
|
|
1076
|
+
/** Custom headers to set in the request. HTTP allows repeated headers. */
|
|
1077
|
+
httpHeaders?: ContainerAppProbeHttpGetHttpHeadersItem[];
|
|
1078
|
+
/** Path to access on the HTTP server. */
|
|
1079
|
+
path?: string;
|
|
1080
|
+
/** Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. */
|
|
1081
|
+
port: number;
|
|
1082
|
+
/** Scheme to use for connecting to the host. Defaults to HTTP. */
|
|
1083
|
+
scheme?: Scheme;
|
|
1084
|
+
}
|
|
1085
|
+
/** HTTPHeader describes a custom header to be used in HTTP probes */
|
|
1086
|
+
export interface ContainerAppProbeHttpGetHttpHeadersItem {
|
|
1087
|
+
/** The header field name */
|
|
1088
|
+
name: string;
|
|
1089
|
+
/** The header field value */
|
|
1090
|
+
value: string;
|
|
1091
|
+
}
|
|
1092
|
+
/** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */
|
|
1093
|
+
export interface ContainerAppProbeTcpSocket {
|
|
1094
|
+
/** Optional: Host name to connect to, defaults to the pod IP. */
|
|
1095
|
+
host?: string;
|
|
1096
|
+
/** Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. */
|
|
1097
|
+
port: number;
|
|
1098
|
+
}
|
|
1099
|
+
/** Container App scaling configurations. */
|
|
1100
|
+
export interface Scale {
|
|
1101
|
+
/** Optional. Minimum number of container replicas. */
|
|
1102
|
+
minReplicas?: number;
|
|
1103
|
+
/** Optional. Maximum number of container replicas. Defaults to 10 if not set. */
|
|
1104
|
+
maxReplicas?: number;
|
|
1105
|
+
/** Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set. */
|
|
1106
|
+
cooldownPeriod?: number;
|
|
1107
|
+
/** Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set. */
|
|
1108
|
+
pollingInterval?: number;
|
|
1109
|
+
/** Scaling rules. */
|
|
1110
|
+
rules?: ScaleRule[];
|
|
1111
|
+
}
|
|
1112
|
+
/** Container App container scaling rule. */
|
|
1113
|
+
export interface ScaleRule {
|
|
1114
|
+
/** Scale Rule Name */
|
|
1115
|
+
name?: string;
|
|
1116
|
+
/** Azure Queue based scaling. */
|
|
1117
|
+
azureQueue?: QueueScaleRule;
|
|
1118
|
+
/** Custom scale rule. */
|
|
1119
|
+
custom?: CustomScaleRule;
|
|
1120
|
+
/** HTTP requests based scaling. */
|
|
1121
|
+
http?: HttpScaleRule;
|
|
1122
|
+
/** Tcp requests based scaling. */
|
|
1123
|
+
tcp?: TcpScaleRule;
|
|
1124
|
+
}
|
|
1125
|
+
/** Container App container Azure Queue based scaling rule. */
|
|
1126
|
+
export interface QueueScaleRule {
|
|
1127
|
+
/** Storage account name. required if using managed identity to authenticate */
|
|
1128
|
+
accountName?: string;
|
|
1129
|
+
/** Queue name. */
|
|
1130
|
+
queueName?: string;
|
|
1131
|
+
/** Queue length. */
|
|
1132
|
+
queueLength?: number;
|
|
1133
|
+
/** Authentication secrets for the queue scale rule. */
|
|
1134
|
+
auth?: ScaleRuleAuth[];
|
|
1135
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1136
|
+
identity?: string;
|
|
1137
|
+
}
|
|
1138
|
+
/** Auth Secrets for Scale Rule */
|
|
1139
|
+
export interface ScaleRuleAuth {
|
|
1140
|
+
/** Name of the secret from which to pull the auth params. */
|
|
1141
|
+
secretRef?: string;
|
|
1142
|
+
/** Trigger Parameter that uses the secret */
|
|
1143
|
+
triggerParameter?: string;
|
|
1144
|
+
}
|
|
1145
|
+
/** Container App container Custom scaling rule. */
|
|
1146
|
+
export interface CustomScaleRule {
|
|
1147
|
+
/**
|
|
1148
|
+
* Type of the custom scale rule
|
|
1149
|
+
* eg: azure-servicebus, redis etc.
|
|
1150
|
+
*/
|
|
1151
|
+
type?: string;
|
|
1152
|
+
/** Metadata properties to describe custom scale rule. */
|
|
1153
|
+
metadata?: {
|
|
1154
|
+
[propertyName: string]: string;
|
|
1155
|
+
};
|
|
1156
|
+
/** Authentication secrets for the custom scale rule. */
|
|
1157
|
+
auth?: ScaleRuleAuth[];
|
|
1158
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1159
|
+
identity?: string;
|
|
1160
|
+
}
|
|
1161
|
+
/** Container App container Http scaling rule. */
|
|
1162
|
+
export interface HttpScaleRule {
|
|
1163
|
+
/** Metadata properties to describe http scale rule. */
|
|
1164
|
+
metadata?: {
|
|
1165
|
+
[propertyName: string]: string;
|
|
1166
|
+
};
|
|
1167
|
+
/** Authentication secrets for the custom scale rule. */
|
|
1168
|
+
auth?: ScaleRuleAuth[];
|
|
1169
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1170
|
+
identity?: string;
|
|
1171
|
+
}
|
|
1172
|
+
/** Container App container Tcp scaling rule. */
|
|
1173
|
+
export interface TcpScaleRule {
|
|
1174
|
+
/** Metadata properties to describe tcp scale rule. */
|
|
1175
|
+
metadata?: {
|
|
1176
|
+
[propertyName: string]: string;
|
|
1177
|
+
};
|
|
1178
|
+
/** Authentication secrets for the tcp scale rule. */
|
|
1179
|
+
auth?: ScaleRuleAuth[];
|
|
1180
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1181
|
+
identity?: string;
|
|
1182
|
+
}
|
|
1183
|
+
/** Volume definitions for the Container App. */
|
|
1184
|
+
export interface Volume {
|
|
1185
|
+
/** Volume name. */
|
|
1186
|
+
name?: string;
|
|
1187
|
+
/** Storage type for the volume. If not provided, use EmptyDir. */
|
|
1188
|
+
storageType?: StorageType;
|
|
1189
|
+
/** Name of storage resource. No need to provide for EmptyDir and Secret. */
|
|
1190
|
+
storageName?: string;
|
|
1191
|
+
/** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
|
|
1192
|
+
secrets?: SecretVolumeItem[];
|
|
1193
|
+
/** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */
|
|
1194
|
+
mountOptions?: string;
|
|
1195
|
+
}
|
|
1196
|
+
/** Secret to be added to volume. */
|
|
1197
|
+
export interface SecretVolumeItem {
|
|
1198
|
+
/** Name of the Container App secret from which to pull the secret value. */
|
|
1199
|
+
secretRef?: string;
|
|
1200
|
+
/** Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef. */
|
|
1201
|
+
path?: string;
|
|
1202
|
+
}
|
|
1203
|
+
/** Configuration to bind a ContainerApp to a dev ContainerApp Service */
|
|
1204
|
+
export interface ServiceBind {
|
|
1205
|
+
/** Resource id of the target service */
|
|
1206
|
+
serviceId?: string;
|
|
1207
|
+
/** Name of the service bind */
|
|
1208
|
+
name?: string;
|
|
1209
|
+
}
|
|
1210
|
+
/** Custom domain analysis. */
|
|
1211
|
+
export interface CustomHostnameAnalysisResult {
|
|
1212
|
+
/**
|
|
1213
|
+
* Host name that was analyzed
|
|
1214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1215
|
+
*/
|
|
1216
|
+
readonly hostName?: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* <code>true</code> if hostname is already verified; otherwise, <code>false</code>.
|
|
1219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1220
|
+
*/
|
|
1221
|
+
readonly isHostnameAlreadyVerified?: boolean;
|
|
1222
|
+
/**
|
|
1223
|
+
* DNS verification test result.
|
|
1224
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1225
|
+
*/
|
|
1226
|
+
readonly customDomainVerificationTest?: DnsVerificationTestResult;
|
|
1227
|
+
/**
|
|
1228
|
+
* Raw failure information if DNS verification fails.
|
|
1229
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1230
|
+
*/
|
|
1231
|
+
readonly customDomainVerificationFailureInfo?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo;
|
|
1232
|
+
/**
|
|
1233
|
+
* <code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>.
|
|
1234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1235
|
+
*/
|
|
1236
|
+
readonly hasConflictOnManagedEnvironment?: boolean;
|
|
1237
|
+
/**
|
|
1238
|
+
* <code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.
|
|
1239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1240
|
+
*/
|
|
1241
|
+
readonly conflictWithEnvironmentCustomDomain?: boolean;
|
|
1242
|
+
/**
|
|
1243
|
+
* Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
|
|
1244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1245
|
+
*/
|
|
1246
|
+
readonly conflictingContainerAppResourceId?: string;
|
|
1247
|
+
/** CName records visible for this hostname. */
|
|
1248
|
+
cNameRecords?: string[];
|
|
1249
|
+
/** TXT records visible for this hostname. */
|
|
1250
|
+
txtRecords?: string[];
|
|
1251
|
+
/** A records visible for this hostname. */
|
|
1252
|
+
aRecords?: string[];
|
|
1253
|
+
/** Alternate CName records visible for this hostname. */
|
|
1254
|
+
alternateCNameRecords?: string[];
|
|
1255
|
+
/** Alternate TXT records visible for this hostname. */
|
|
1256
|
+
alternateTxtRecords?: string[];
|
|
1257
|
+
}
|
|
1258
|
+
/** Raw failure information if DNS verification fails. */
|
|
1259
|
+
export interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo {
|
|
1260
|
+
/**
|
|
1261
|
+
* Standardized string to programmatically identify the error.
|
|
1262
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1263
|
+
*/
|
|
1264
|
+
readonly code?: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* Detailed error description and debugging information.
|
|
1267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1268
|
+
*/
|
|
1269
|
+
readonly message?: string;
|
|
1270
|
+
/**
|
|
1271
|
+
* Detailed error description and debugging information.
|
|
1272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1273
|
+
*/
|
|
1274
|
+
readonly target?: string;
|
|
1275
|
+
/** Details or the error */
|
|
1276
|
+
details?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem[];
|
|
1277
|
+
}
|
|
1278
|
+
/** Detailed errors. */
|
|
1279
|
+
export interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem {
|
|
1280
|
+
/**
|
|
1281
|
+
* Standardized string to programmatically identify the error.
|
|
1282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1283
|
+
*/
|
|
1284
|
+
readonly code?: string;
|
|
1285
|
+
/**
|
|
1286
|
+
* Detailed error description and debugging information.
|
|
1287
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1288
|
+
*/
|
|
1289
|
+
readonly message?: string;
|
|
1290
|
+
/**
|
|
1291
|
+
* Detailed error description and debugging information.
|
|
1292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1293
|
+
*/
|
|
1294
|
+
readonly target?: string;
|
|
1295
|
+
}
|
|
1296
|
+
/** Container App Secrets Collection ARM resource. */
|
|
1297
|
+
export interface SecretsCollection {
|
|
1298
|
+
/** Collection of resources. */
|
|
1299
|
+
value: ContainerAppSecret[];
|
|
1300
|
+
}
|
|
1301
|
+
/** Container App Secret. */
|
|
1302
|
+
export interface ContainerAppSecret {
|
|
1303
|
+
/**
|
|
1304
|
+
* Secret Name.
|
|
1305
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1306
|
+
*/
|
|
1307
|
+
readonly name?: string;
|
|
1308
|
+
/**
|
|
1309
|
+
* Secret Value.
|
|
1310
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1311
|
+
*/
|
|
1312
|
+
readonly value?: string;
|
|
1313
|
+
/**
|
|
1314
|
+
* Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
|
|
1315
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1316
|
+
*/
|
|
1317
|
+
readonly identity?: string;
|
|
1318
|
+
/**
|
|
1319
|
+
* Azure Key Vault URL pointing to the secret referenced by the container app.
|
|
1320
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1321
|
+
*/
|
|
1322
|
+
readonly keyVaultUrl?: string;
|
|
1323
|
+
}
|
|
1324
|
+
/** Container App Revisions collection ARM resource. */
|
|
1325
|
+
export interface RevisionCollection {
|
|
1326
|
+
/** Collection of resources. */
|
|
1327
|
+
value: Revision[];
|
|
1328
|
+
/**
|
|
1329
|
+
* Link to next page of resources.
|
|
1330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1331
|
+
*/
|
|
1332
|
+
readonly nextLink?: string;
|
|
1333
|
+
}
|
|
1334
|
+
/** Container object under Container App Revision Replica. */
|
|
1335
|
+
export interface ReplicaContainer {
|
|
1336
|
+
/** The Name of the Container */
|
|
1337
|
+
name?: string;
|
|
1338
|
+
/** The Id of the Container */
|
|
1339
|
+
containerId?: string;
|
|
1340
|
+
/** The container ready status */
|
|
1341
|
+
ready?: boolean;
|
|
1342
|
+
/** The container start status */
|
|
1343
|
+
started?: boolean;
|
|
1344
|
+
/** The container restart count */
|
|
1345
|
+
restartCount?: number;
|
|
1346
|
+
/**
|
|
1347
|
+
* Current running state of the container
|
|
1348
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1349
|
+
*/
|
|
1350
|
+
readonly runningState?: ContainerAppContainerRunningState;
|
|
1351
|
+
/**
|
|
1352
|
+
* The details of container current running state
|
|
1353
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1354
|
+
*/
|
|
1355
|
+
readonly runningStateDetails?: string;
|
|
1356
|
+
/**
|
|
1357
|
+
* Log Stream endpoint
|
|
1358
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1359
|
+
*/
|
|
1360
|
+
readonly logStreamEndpoint?: string;
|
|
1361
|
+
/**
|
|
1362
|
+
* Container exec endpoint
|
|
1363
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1364
|
+
*/
|
|
1365
|
+
readonly execEndpoint?: string;
|
|
1366
|
+
}
|
|
1367
|
+
/** Container App Revision Replicas collection ARM resource. */
|
|
1368
|
+
export interface ReplicaCollection {
|
|
1369
|
+
/** Collection of resources. */
|
|
1370
|
+
value: Replica[];
|
|
1371
|
+
}
|
|
1372
|
+
/** Diagnostics data collection for a resource. */
|
|
1373
|
+
export interface DiagnosticsCollection {
|
|
1374
|
+
/** Collection of diagnostic data. */
|
|
1375
|
+
value: Diagnostics[];
|
|
1376
|
+
/**
|
|
1377
|
+
* Link to next page of resources.
|
|
1378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1379
|
+
*/
|
|
1380
|
+
readonly nextLink?: string;
|
|
1381
|
+
}
|
|
1382
|
+
/** Diagnostics resource specific properties */
|
|
1383
|
+
export interface DiagnosticsProperties {
|
|
1384
|
+
/** Metadata of the diagnostics response. */
|
|
1385
|
+
metadata?: DiagnosticsDefinition;
|
|
1386
|
+
/** Set of data collections associated with the response. */
|
|
1387
|
+
dataset?: DiagnosticsDataApiResponse[];
|
|
1388
|
+
/** Status of the diagnostics response. */
|
|
1389
|
+
status?: DiagnosticsStatus;
|
|
1390
|
+
/** List of data providers' metadata. */
|
|
1391
|
+
dataProviderMetadata?: DiagnosticDataProviderMetadata;
|
|
1392
|
+
}
|
|
1393
|
+
/** Metadata of the diagnostics response */
|
|
1394
|
+
export interface DiagnosticsDefinition {
|
|
1395
|
+
/**
|
|
1396
|
+
* Unique detector name
|
|
1397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1398
|
+
*/
|
|
1399
|
+
readonly id?: string;
|
|
1400
|
+
/**
|
|
1401
|
+
* Display Name of the detector
|
|
1402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1403
|
+
*/
|
|
1404
|
+
readonly name?: string;
|
|
1405
|
+
/**
|
|
1406
|
+
* Details of the diagnostics info
|
|
1407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1408
|
+
*/
|
|
1409
|
+
readonly description?: string;
|
|
1410
|
+
/**
|
|
1411
|
+
* Authors' names of the detector
|
|
1412
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1413
|
+
*/
|
|
1414
|
+
readonly author?: string;
|
|
1415
|
+
/**
|
|
1416
|
+
* Category of the detector
|
|
1417
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1418
|
+
*/
|
|
1419
|
+
readonly category?: string;
|
|
1420
|
+
/** List of support topics */
|
|
1421
|
+
supportTopicList?: DiagnosticSupportTopic[];
|
|
1422
|
+
/** List of analysis types */
|
|
1423
|
+
analysisTypes?: string[];
|
|
1424
|
+
/**
|
|
1425
|
+
* Authors' names of the detector
|
|
1426
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1427
|
+
*/
|
|
1428
|
+
readonly type?: string;
|
|
1429
|
+
/**
|
|
1430
|
+
* Authors' names of the detector
|
|
1431
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1432
|
+
*/
|
|
1433
|
+
readonly score?: number;
|
|
1434
|
+
}
|
|
1435
|
+
/** Support topic information */
|
|
1436
|
+
export interface DiagnosticSupportTopic {
|
|
1437
|
+
/**
|
|
1438
|
+
* Unique topic identifier
|
|
1439
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1440
|
+
*/
|
|
1441
|
+
readonly id?: string;
|
|
1442
|
+
/**
|
|
1443
|
+
* PES identifier
|
|
1444
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1445
|
+
*/
|
|
1446
|
+
readonly pesId?: string;
|
|
1447
|
+
}
|
|
1448
|
+
/** Diagnostics data returned from a detector */
|
|
1449
|
+
export interface DiagnosticsDataApiResponse {
|
|
1450
|
+
/** Table response */
|
|
1451
|
+
table?: DiagnosticDataTableResponseObject;
|
|
1452
|
+
/** Details of the table response */
|
|
1453
|
+
renderingProperties?: DiagnosticRendering;
|
|
1454
|
+
}
|
|
1455
|
+
/** Diagnostics data table */
|
|
1456
|
+
export interface DiagnosticDataTableResponseObject {
|
|
1457
|
+
/** Table name */
|
|
1458
|
+
tableName?: string;
|
|
1459
|
+
/** Columns in the table */
|
|
1460
|
+
columns?: DiagnosticDataTableResponseColumn[];
|
|
1461
|
+
/** Rows in the table */
|
|
1462
|
+
rows?: Record<string, unknown>[];
|
|
1463
|
+
}
|
|
1464
|
+
/** Diagnostics data column */
|
|
1465
|
+
export interface DiagnosticDataTableResponseColumn {
|
|
1466
|
+
/** Column name */
|
|
1467
|
+
columnName?: string;
|
|
1468
|
+
/** Data type of the column */
|
|
1469
|
+
dataType?: string;
|
|
1470
|
+
/** Column type */
|
|
1471
|
+
columnType?: string;
|
|
1472
|
+
}
|
|
1473
|
+
/** Rendering details of a diagnostics table */
|
|
1474
|
+
export interface DiagnosticRendering {
|
|
1475
|
+
/** Rendering type */
|
|
1476
|
+
type?: number;
|
|
1477
|
+
/** Title of the table */
|
|
1478
|
+
title?: string;
|
|
1479
|
+
/** Description of the table */
|
|
1480
|
+
description?: string;
|
|
1481
|
+
/** Flag if the table should be rendered */
|
|
1482
|
+
isVisible?: boolean;
|
|
1483
|
+
}
|
|
1484
|
+
/** Rendering details of a diagnostics table */
|
|
1485
|
+
export interface DiagnosticsStatus {
|
|
1486
|
+
/** Diagnostic message */
|
|
1487
|
+
message?: string;
|
|
1488
|
+
/** Status */
|
|
1489
|
+
statusId?: number;
|
|
1490
|
+
}
|
|
1491
|
+
/** Details of a diagnostics data provider */
|
|
1492
|
+
export interface DiagnosticDataProviderMetadata {
|
|
1493
|
+
/** Name of data provider */
|
|
1494
|
+
providerName?: string;
|
|
1495
|
+
/** Collection of properties */
|
|
1496
|
+
propertyBag?: DiagnosticDataProviderMetadataPropertyBagItem[];
|
|
1497
|
+
}
|
|
1498
|
+
/** Property details */
|
|
1499
|
+
export interface DiagnosticDataProviderMetadataPropertyBagItem {
|
|
1500
|
+
/** Property name */
|
|
1501
|
+
name?: string;
|
|
1502
|
+
/** Property value */
|
|
1503
|
+
value?: string;
|
|
1504
|
+
}
|
|
1505
|
+
/** Configuration properties for apps environment to join a Virtual Network */
|
|
1506
|
+
export interface VnetConfiguration {
|
|
1507
|
+
/** Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property */
|
|
1508
|
+
internal?: boolean;
|
|
1509
|
+
/** Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges. */
|
|
1510
|
+
infrastructureSubnetId?: string;
|
|
1511
|
+
/** CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges. */
|
|
1512
|
+
dockerBridgeCidr?: string;
|
|
1513
|
+
/** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges. */
|
|
1514
|
+
platformReservedCidr?: string;
|
|
1515
|
+
/** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server. */
|
|
1516
|
+
platformReservedDnsIP?: string;
|
|
1517
|
+
}
|
|
1518
|
+
/** Configuration of application logs */
|
|
1519
|
+
export interface AppLogsConfiguration {
|
|
1520
|
+
/** Logs destination, can be 'log-analytics', 'azure-monitor' or 'none' */
|
|
1521
|
+
destination?: string;
|
|
1522
|
+
/** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */
|
|
1523
|
+
logAnalyticsConfiguration?: LogAnalyticsConfiguration;
|
|
1524
|
+
}
|
|
1525
|
+
/** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */
|
|
1526
|
+
export interface LogAnalyticsConfiguration {
|
|
1527
|
+
/** Log analytics customer id */
|
|
1528
|
+
customerId?: string;
|
|
1529
|
+
/** Log analytics customer key */
|
|
1530
|
+
sharedKey?: string;
|
|
1531
|
+
}
|
|
1532
|
+
/** Workload profile to scope container app execution. */
|
|
1533
|
+
export interface WorkloadProfile {
|
|
1534
|
+
/** Workload profile type for the workloads to run on. */
|
|
1535
|
+
name: string;
|
|
1536
|
+
/** Workload profile type for the workloads to run on. */
|
|
1537
|
+
workloadProfileType: string;
|
|
1538
|
+
/** The minimum capacity. */
|
|
1539
|
+
minimumCount?: number;
|
|
1540
|
+
/** The maximum capacity. */
|
|
1541
|
+
maximumCount?: number;
|
|
1542
|
+
}
|
|
1543
|
+
/** Configuration properties Keda component */
|
|
1544
|
+
export interface KedaConfiguration {
|
|
1545
|
+
/**
|
|
1546
|
+
* The version of Keda
|
|
1547
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1548
|
+
*/
|
|
1549
|
+
readonly version?: string;
|
|
1550
|
+
}
|
|
1551
|
+
/** Configuration properties Dapr component */
|
|
1552
|
+
export interface DaprConfiguration {
|
|
1553
|
+
/**
|
|
1554
|
+
* The version of Dapr
|
|
1555
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1556
|
+
*/
|
|
1557
|
+
readonly version?: string;
|
|
1558
|
+
}
|
|
1559
|
+
/** Peer authentication settings for the Managed Environment */
|
|
1560
|
+
export interface ManagedEnvironmentPropertiesPeerAuthentication {
|
|
1561
|
+
/** Mutual TLS authentication settings for the Managed Environment */
|
|
1562
|
+
mtls?: Mtls;
|
|
1563
|
+
}
|
|
1564
|
+
/** Configuration properties for mutual TLS authentication */
|
|
1565
|
+
export interface Mtls {
|
|
1566
|
+
/** Boolean indicating whether the mutual TLS authentication is enabled */
|
|
1567
|
+
enabled?: boolean;
|
|
1568
|
+
}
|
|
1569
|
+
/** Peer traffic settings for the Managed Environment */
|
|
1570
|
+
export interface ManagedEnvironmentPropertiesPeerTrafficConfiguration {
|
|
1571
|
+
/** Peer traffic encryption settings for the Managed Environment */
|
|
1572
|
+
encryption?: ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption;
|
|
1573
|
+
}
|
|
1574
|
+
/** Peer traffic encryption settings for the Managed Environment */
|
|
1575
|
+
export interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption {
|
|
1576
|
+
/** Boolean indicating whether the peer traffic encryption is enabled */
|
|
1577
|
+
enabled?: boolean;
|
|
1578
|
+
}
|
|
1579
|
+
/** Non versioned Container Apps Job configuration properties */
|
|
1580
|
+
export interface JobConfiguration {
|
|
1581
|
+
/** Collection of secrets used by a Container Apps Job */
|
|
1582
|
+
secrets?: Secret[];
|
|
1583
|
+
/** Trigger type of the job */
|
|
1584
|
+
triggerType: TriggerType;
|
|
1585
|
+
/** Maximum number of seconds a replica is allowed to run. */
|
|
1586
|
+
replicaTimeout: number;
|
|
1587
|
+
/** Maximum number of retries before failing the job. */
|
|
1588
|
+
replicaRetryLimit?: number;
|
|
1589
|
+
/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */
|
|
1590
|
+
manualTriggerConfig?: JobConfigurationManualTriggerConfig;
|
|
1591
|
+
/** Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default */
|
|
1592
|
+
scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;
|
|
1593
|
+
/** Trigger configuration of an event driven job. */
|
|
1594
|
+
eventTriggerConfig?: JobConfigurationEventTriggerConfig;
|
|
1595
|
+
/** Collection of private container registry credentials used by a Container apps job */
|
|
1596
|
+
registries?: RegistryCredentials[];
|
|
1597
|
+
/** Optional settings for Managed Identities that are assigned to the Container App Job. If a Managed Identity is not specified here, default settings will be used. */
|
|
1598
|
+
identitySettings?: IdentitySettings[];
|
|
1599
|
+
}
|
|
1600
|
+
/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */
|
|
1601
|
+
export interface JobConfigurationManualTriggerConfig {
|
|
1602
|
+
/** Minimum number of successful replica completions before overall job completion. */
|
|
1603
|
+
replicaCompletionCount?: number;
|
|
1604
|
+
/** Number of parallel replicas of a job that can run at a given time. */
|
|
1605
|
+
parallelism?: number;
|
|
1606
|
+
}
|
|
1607
|
+
/** Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default */
|
|
1608
|
+
export interface JobConfigurationScheduleTriggerConfig {
|
|
1609
|
+
/** Minimum number of successful replica completions before overall job completion. */
|
|
1610
|
+
replicaCompletionCount?: number;
|
|
1611
|
+
/** Cron formatted repeating schedule ("* * * * *") of a Cron Job. */
|
|
1612
|
+
cronExpression: string;
|
|
1613
|
+
/** Number of parallel replicas of a job that can run at a given time. */
|
|
1614
|
+
parallelism?: number;
|
|
1615
|
+
}
|
|
1616
|
+
/** Trigger configuration of an event driven job. */
|
|
1617
|
+
export interface JobConfigurationEventTriggerConfig {
|
|
1618
|
+
/** Minimum number of successful replica completions before overall job completion. */
|
|
1619
|
+
replicaCompletionCount?: number;
|
|
1620
|
+
/** Number of parallel replicas of a job that can run at a given time. */
|
|
1621
|
+
parallelism?: number;
|
|
1622
|
+
/** Scaling configurations for event driven jobs. */
|
|
1623
|
+
scale?: JobScale;
|
|
1624
|
+
}
|
|
1625
|
+
/** Scaling configurations for event driven jobs. */
|
|
1626
|
+
export interface JobScale {
|
|
1627
|
+
/** Interval to check each event source in seconds. Defaults to 30s */
|
|
1628
|
+
pollingInterval?: number;
|
|
1629
|
+
/** Minimum number of job executions that are created for a trigger, default 0 */
|
|
1630
|
+
minExecutions?: number;
|
|
1631
|
+
/** Maximum number of job executions that are created for a trigger, default 100. */
|
|
1632
|
+
maxExecutions?: number;
|
|
1633
|
+
/** Scaling rules. */
|
|
1634
|
+
rules?: JobScaleRule[];
|
|
1635
|
+
}
|
|
1636
|
+
/** Scaling rule. */
|
|
1637
|
+
export interface JobScaleRule {
|
|
1638
|
+
/** Scale Rule Name */
|
|
1639
|
+
name?: string;
|
|
1640
|
+
/**
|
|
1641
|
+
* Type of the scale rule
|
|
1642
|
+
* eg: azure-servicebus, redis etc.
|
|
1643
|
+
*/
|
|
1644
|
+
type?: string;
|
|
1645
|
+
/** Metadata properties to describe the scale rule. */
|
|
1646
|
+
metadata?: Record<string, unknown>;
|
|
1647
|
+
/** Authentication secrets for the scale rule. */
|
|
1648
|
+
auth?: ScaleRuleAuth[];
|
|
1649
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
1650
|
+
identity?: string;
|
|
1651
|
+
}
|
|
1652
|
+
/** Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created */
|
|
1653
|
+
export interface JobTemplate {
|
|
1654
|
+
/** List of specialized containers that run before app containers. */
|
|
1655
|
+
initContainers?: InitContainer[];
|
|
1656
|
+
/** List of container definitions for the Container App. */
|
|
1657
|
+
containers?: Container[];
|
|
1658
|
+
/** List of volume definitions for the Container App. */
|
|
1659
|
+
volumes?: Volume[];
|
|
1660
|
+
}
|
|
1661
|
+
/** Available operations of the service */
|
|
1662
|
+
export interface AvailableOperations {
|
|
1663
|
+
/** Collection of available operation details */
|
|
1664
|
+
value?: OperationDetail[];
|
|
1665
|
+
/**
|
|
1666
|
+
* URL client should use to fetch the next page (per server side paging).
|
|
1667
|
+
* It's null for now, added for future use.
|
|
1668
|
+
*/
|
|
1669
|
+
nextLink?: string;
|
|
1670
|
+
}
|
|
1671
|
+
/** Operation detail payload */
|
|
1672
|
+
export interface OperationDetail {
|
|
1673
|
+
/** Name of the operation */
|
|
1674
|
+
name?: string;
|
|
1675
|
+
/** Indicates whether the operation is a data action */
|
|
1676
|
+
isDataAction?: boolean;
|
|
1677
|
+
/** Display of the operation */
|
|
1678
|
+
display?: OperationDisplay;
|
|
1679
|
+
/** Origin of the operation */
|
|
1680
|
+
origin?: string;
|
|
1681
|
+
}
|
|
1682
|
+
/** Operation display payload */
|
|
1683
|
+
export interface OperationDisplay {
|
|
1684
|
+
/** Resource provider of the operation */
|
|
1685
|
+
provider?: string;
|
|
1686
|
+
/** Resource of the operation */
|
|
1687
|
+
resource?: string;
|
|
1688
|
+
/** Localized friendly name for the operation */
|
|
1689
|
+
operation?: string;
|
|
1690
|
+
/** Localized friendly description for the operation */
|
|
1691
|
+
description?: string;
|
|
1692
|
+
}
|
|
1693
|
+
/** Java Components ARM resource. */
|
|
1694
|
+
export interface JavaComponentsCollection {
|
|
1695
|
+
/** Collection of resources. */
|
|
1696
|
+
value: JavaComponent[];
|
|
1697
|
+
/**
|
|
1698
|
+
* Link to next page of resources.
|
|
1699
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1700
|
+
*/
|
|
1701
|
+
readonly nextLink?: string;
|
|
1702
|
+
}
|
|
1703
|
+
/** Java Component common properties. */
|
|
1704
|
+
export interface JavaComponentProperties {
|
|
1705
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1706
|
+
componentType: "SpringBootAdmin" | "SpringCloudEureka" | "SpringCloudConfig";
|
|
1707
|
+
/**
|
|
1708
|
+
* Provisioning state of the Java Component.
|
|
1709
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1710
|
+
*/
|
|
1711
|
+
readonly provisioningState?: JavaComponentProvisioningState;
|
|
1712
|
+
/** List of Java Components configuration properties */
|
|
1713
|
+
configurations?: JavaComponentConfigurationProperty[];
|
|
1714
|
+
/** Java component scaling configurations */
|
|
1715
|
+
scale?: JavaComponentPropertiesScale;
|
|
1716
|
+
/** List of Java Components that are bound to the Java component */
|
|
1717
|
+
serviceBinds?: JavaComponentServiceBind[];
|
|
1718
|
+
}
|
|
1719
|
+
/** Configuration properties for a Java Component */
|
|
1720
|
+
export interface JavaComponentConfigurationProperty {
|
|
1721
|
+
/** The name of the property */
|
|
1722
|
+
propertyName?: string;
|
|
1723
|
+
/** The value of the property */
|
|
1724
|
+
value?: string;
|
|
1725
|
+
}
|
|
1726
|
+
/** Java component scaling configurations */
|
|
1727
|
+
export interface JavaComponentPropertiesScale {
|
|
1728
|
+
/** Optional. Minimum number of Java component replicas. Defaults to 1 if not set */
|
|
1729
|
+
minReplicas?: number;
|
|
1730
|
+
/** Optional. Maximum number of Java component replicas */
|
|
1731
|
+
maxReplicas?: number;
|
|
1732
|
+
}
|
|
1733
|
+
/** Configuration to bind a Java Component to another Java Component */
|
|
1734
|
+
export interface JavaComponentServiceBind {
|
|
1735
|
+
/** Name of the service bind */
|
|
1736
|
+
name?: string;
|
|
1737
|
+
/** Resource id of the target service */
|
|
1738
|
+
serviceId?: string;
|
|
1739
|
+
}
|
|
1740
|
+
/** Container Apps Jobs collection ARM resource. */
|
|
1741
|
+
export interface JobsCollection {
|
|
1742
|
+
/** Collection of resources. */
|
|
1743
|
+
value: Job[];
|
|
1744
|
+
/**
|
|
1745
|
+
* Link to next page of resources.
|
|
1746
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1747
|
+
*/
|
|
1748
|
+
readonly nextLink?: string;
|
|
1749
|
+
}
|
|
1750
|
+
/** Container Apps Job resource specific properties. */
|
|
1751
|
+
export interface JobPatchProperties {
|
|
1752
|
+
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
1753
|
+
identity?: ManagedServiceIdentity;
|
|
1754
|
+
/** Resource tags. */
|
|
1755
|
+
tags?: {
|
|
1756
|
+
[propertyName: string]: string;
|
|
1757
|
+
};
|
|
1758
|
+
properties?: JobPatchPropertiesProperties;
|
|
1759
|
+
}
|
|
1760
|
+
export interface JobPatchPropertiesProperties {
|
|
1761
|
+
/** Resource ID of environment. */
|
|
1762
|
+
environmentId?: string;
|
|
1763
|
+
/** Container Apps Job configuration properties. */
|
|
1764
|
+
configuration?: JobConfiguration;
|
|
1765
|
+
/** Container Apps job definition. */
|
|
1766
|
+
template?: JobTemplate;
|
|
1767
|
+
/** Outbound IP Addresses of a container apps job. */
|
|
1768
|
+
outboundIpAddresses?: string[];
|
|
1769
|
+
/** The endpoint of the eventstream of the container apps job. */
|
|
1770
|
+
eventStreamEndpoint?: string;
|
|
1771
|
+
}
|
|
1772
|
+
/** Job's execution template, containing container configuration for a job's execution */
|
|
1773
|
+
export interface JobExecutionTemplate {
|
|
1774
|
+
/** List of container definitions for the Container Apps Job. */
|
|
1775
|
+
containers?: JobExecutionContainer[];
|
|
1776
|
+
/** List of specialized containers that run before job containers. */
|
|
1777
|
+
initContainers?: JobExecutionContainer[];
|
|
1778
|
+
}
|
|
1779
|
+
/** Container Apps Jobs execution container definition. */
|
|
1780
|
+
export interface JobExecutionContainer {
|
|
1781
|
+
/** Container image tag. */
|
|
1782
|
+
image?: string;
|
|
1783
|
+
/** Custom container name. */
|
|
1784
|
+
name?: string;
|
|
1785
|
+
/** Container start command. */
|
|
1786
|
+
command?: string[];
|
|
1787
|
+
/** Container start command arguments. */
|
|
1788
|
+
args?: string[];
|
|
1789
|
+
/** Container environment variables. */
|
|
1790
|
+
env?: EnvironmentVar[];
|
|
1791
|
+
/** Container resource requirements. */
|
|
1792
|
+
resources?: ContainerResources;
|
|
1793
|
+
}
|
|
1794
|
+
/** Container App's Job execution name. */
|
|
1795
|
+
export interface JobExecutionBase {
|
|
1796
|
+
/** Job execution name. */
|
|
1797
|
+
name?: string;
|
|
1798
|
+
/** Job execution Id. */
|
|
1799
|
+
id?: string;
|
|
1800
|
+
}
|
|
1801
|
+
/** Container App executions collection ARM resource. */
|
|
1802
|
+
export interface ContainerAppJobExecutions {
|
|
1803
|
+
/** Collection of resources. */
|
|
1804
|
+
value: JobExecution[];
|
|
1805
|
+
/**
|
|
1806
|
+
* Link to next page of resources.
|
|
1807
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1808
|
+
*/
|
|
1809
|
+
readonly nextLink?: string;
|
|
1810
|
+
}
|
|
1811
|
+
/** Container Apps Job execution. */
|
|
1812
|
+
export interface JobExecution {
|
|
1813
|
+
/** Job execution Name. */
|
|
1814
|
+
name?: string;
|
|
1815
|
+
/** Job execution Id. */
|
|
1816
|
+
id?: string;
|
|
1817
|
+
/** Job execution type */
|
|
1818
|
+
type?: string;
|
|
1819
|
+
/**
|
|
1820
|
+
* Current running State of the job
|
|
1821
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1822
|
+
*/
|
|
1823
|
+
readonly status?: JobExecutionRunningState;
|
|
1824
|
+
/** Job execution start time. */
|
|
1825
|
+
startTime?: Date;
|
|
1826
|
+
/** Job execution end time. */
|
|
1827
|
+
endTime?: Date;
|
|
1828
|
+
/** Job's execution container. */
|
|
1829
|
+
template?: JobExecutionTemplate;
|
|
1830
|
+
}
|
|
1831
|
+
/** Container Apps Job Secrets Collection ARM resource. */
|
|
1832
|
+
export interface JobSecretsCollection {
|
|
1833
|
+
/** Collection of resources. */
|
|
1834
|
+
value: Secret[];
|
|
1835
|
+
}
|
|
1836
|
+
/** Collection of Environments */
|
|
1837
|
+
export interface ManagedEnvironmentsCollection {
|
|
1838
|
+
/** Collection of resources. */
|
|
1839
|
+
value: ManagedEnvironment[];
|
|
1840
|
+
/**
|
|
1841
|
+
* Link to next page of resources.
|
|
1842
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1843
|
+
*/
|
|
1844
|
+
readonly nextLink?: string;
|
|
1845
|
+
}
|
|
1846
|
+
/** Certificate resource specific properties */
|
|
1847
|
+
export interface ManagedCertificateProperties {
|
|
1848
|
+
/**
|
|
1849
|
+
* Provisioning state of the certificate.
|
|
1850
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1851
|
+
*/
|
|
1852
|
+
readonly provisioningState?: CertificateProvisioningState;
|
|
1853
|
+
/** Subject name of the certificate. */
|
|
1854
|
+
subjectName?: string;
|
|
1855
|
+
/**
|
|
1856
|
+
* Any error occurred during the certificate provision.
|
|
1857
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1858
|
+
*/
|
|
1859
|
+
readonly error?: string;
|
|
1860
|
+
/** Selected type of domain control validation for managed certificates. */
|
|
1861
|
+
domainControlValidation?: ManagedCertificateDomainControlValidation;
|
|
1862
|
+
/**
|
|
1863
|
+
* A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates.
|
|
1864
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1865
|
+
*/
|
|
1866
|
+
readonly validationToken?: string;
|
|
1867
|
+
}
|
|
1868
|
+
/** A managed certificate to update */
|
|
1869
|
+
export interface ManagedCertificatePatch {
|
|
1870
|
+
/** Application-specific metadata in the form of key-value pairs. */
|
|
1871
|
+
tags?: {
|
|
1872
|
+
[propertyName: string]: string;
|
|
1873
|
+
};
|
|
1874
|
+
}
|
|
1875
|
+
/** Collection of Managed Certificates. */
|
|
1876
|
+
export interface ManagedCertificateCollection {
|
|
1877
|
+
/** Collection of resources. */
|
|
1878
|
+
value: ManagedCertificate[];
|
|
1879
|
+
/**
|
|
1880
|
+
* Link to next page of resources.
|
|
1881
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1882
|
+
*/
|
|
1883
|
+
readonly nextLink?: string;
|
|
1884
|
+
}
|
|
1885
|
+
/** Collection of workloadProfileStates */
|
|
1886
|
+
export interface WorkloadProfileStatesCollection {
|
|
1887
|
+
/** Collection of resources. */
|
|
1888
|
+
value: WorkloadProfileStates[];
|
|
1889
|
+
/**
|
|
1890
|
+
* Link to next page of resources.
|
|
1891
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1892
|
+
*/
|
|
1893
|
+
readonly nextLink?: string;
|
|
1894
|
+
}
|
|
1895
|
+
/** Workload Profile resource specific properties. */
|
|
1896
|
+
export interface WorkloadProfileStatesProperties {
|
|
1897
|
+
/** Minimum count of instances. */
|
|
1898
|
+
minimumCount?: number;
|
|
1899
|
+
/** Maximum count of nodes. */
|
|
1900
|
+
maximumCount?: number;
|
|
1901
|
+
/** Current count of nodes. */
|
|
1902
|
+
currentCount?: number;
|
|
1903
|
+
}
|
|
1904
|
+
/** Collection of Storage for Environments */
|
|
1905
|
+
export interface ManagedEnvironmentStoragesCollection {
|
|
1906
|
+
/** Collection of storage resources. */
|
|
1907
|
+
value: ManagedEnvironmentStorage[];
|
|
1908
|
+
}
|
|
1909
|
+
/** Storage properties */
|
|
1910
|
+
export interface ManagedEnvironmentStorageProperties {
|
|
1911
|
+
/** Azure file properties */
|
|
1912
|
+
azureFile?: AzureFileProperties;
|
|
1913
|
+
/** NFS Azure file properties */
|
|
1914
|
+
nfsAzureFile?: NfsAzureFileProperties;
|
|
1915
|
+
}
|
|
1916
|
+
/** NFS Azure File Properties. */
|
|
1917
|
+
export interface NfsAzureFileProperties {
|
|
1918
|
+
/** Server for NFS azure file. Specify the Azure storage account server address. */
|
|
1919
|
+
server?: string;
|
|
1920
|
+
/** Access mode for storage */
|
|
1921
|
+
accessMode?: AccessMode;
|
|
1922
|
+
/** NFS Azure file share name. */
|
|
1923
|
+
shareName?: string;
|
|
1924
|
+
}
|
|
1925
|
+
/** Session pool collection Azure resource. */
|
|
1926
|
+
export interface SessionPoolCollection {
|
|
1927
|
+
/** Collection of resources. */
|
|
1928
|
+
value: SessionPool[];
|
|
1929
|
+
/**
|
|
1930
|
+
* Link to next page of resources.
|
|
1931
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1932
|
+
*/
|
|
1933
|
+
readonly nextLink?: string;
|
|
1934
|
+
}
|
|
1935
|
+
/** Scale configuration. */
|
|
1936
|
+
export interface ScaleConfiguration {
|
|
1937
|
+
/** The maximum count of sessions at the same time. */
|
|
1938
|
+
maxConcurrentSessions?: number;
|
|
1939
|
+
/** The minimum count of ready session instances. */
|
|
1940
|
+
readySessionInstances?: number;
|
|
1941
|
+
}
|
|
1942
|
+
/** Secret definition. */
|
|
1943
|
+
export interface SessionPoolSecret {
|
|
1944
|
+
/** Secret Name. */
|
|
1945
|
+
name?: string;
|
|
1946
|
+
/** Secret Value. */
|
|
1947
|
+
value?: string;
|
|
1948
|
+
}
|
|
1949
|
+
/** Dynamic pool configuration. */
|
|
1950
|
+
export interface DynamicPoolConfiguration {
|
|
1951
|
+
/** The lifecycle configuration of a session in the dynamic session pool */
|
|
1952
|
+
lifecycleConfiguration?: LifecycleConfiguration;
|
|
1953
|
+
}
|
|
1954
|
+
/** The lifecycle configuration properties of a session in the dynamic session pool */
|
|
1955
|
+
export interface LifecycleConfiguration {
|
|
1956
|
+
/** The lifecycle type of the session pool. */
|
|
1957
|
+
lifecycleType?: LifecycleType;
|
|
1958
|
+
/** The cooldown period of a session in seconds when the lifecycle type is 'Timed'. */
|
|
1959
|
+
cooldownPeriodInSeconds?: number;
|
|
1960
|
+
/** The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'. */
|
|
1961
|
+
maxAlivePeriodInSeconds?: number;
|
|
1962
|
+
}
|
|
1963
|
+
/** Custom container configuration. */
|
|
1964
|
+
export interface CustomContainerTemplate {
|
|
1965
|
+
/** Private container registry credentials for containers used by the sessions of the session pool. */
|
|
1966
|
+
registryCredentials?: SessionRegistryCredentials;
|
|
1967
|
+
/** List of container definitions for the sessions of the session pool. */
|
|
1968
|
+
containers?: SessionContainer[];
|
|
1969
|
+
/** Session pool ingress configuration. */
|
|
1970
|
+
ingress?: SessionIngress;
|
|
1971
|
+
}
|
|
1972
|
+
/** Session pool private registry credentials. */
|
|
1973
|
+
export interface SessionRegistryCredentials {
|
|
1974
|
+
/** Container registry server. */
|
|
1975
|
+
server?: string;
|
|
1976
|
+
/** Container registry username. */
|
|
1977
|
+
username?: string;
|
|
1978
|
+
/** The name of the secret that contains the registry login password */
|
|
1979
|
+
passwordSecretRef?: string;
|
|
1980
|
+
/** A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system' */
|
|
1981
|
+
identity?: string;
|
|
1982
|
+
}
|
|
1983
|
+
/** Container definitions for the sessions of the session pool. */
|
|
1984
|
+
export interface SessionContainer {
|
|
1985
|
+
/** Container image tag. */
|
|
1986
|
+
image?: string;
|
|
1987
|
+
/** Custom container name. */
|
|
1988
|
+
name?: string;
|
|
1989
|
+
/** Container start command. */
|
|
1990
|
+
command?: string[];
|
|
1991
|
+
/** Container start command arguments. */
|
|
1992
|
+
args?: string[];
|
|
1993
|
+
/** Container environment variables. */
|
|
1994
|
+
env?: EnvironmentVar[];
|
|
1995
|
+
/** Container resource requirements. */
|
|
1996
|
+
resources?: SessionContainerResources;
|
|
1997
|
+
}
|
|
1998
|
+
/** Container resource requirements for sessions of the session pool. */
|
|
1999
|
+
export interface SessionContainerResources {
|
|
2000
|
+
/** Required CPU in cores, e.g. 0.5 */
|
|
2001
|
+
cpu?: number;
|
|
2002
|
+
/** Required memory, e.g. "250Mb" */
|
|
2003
|
+
memory?: string;
|
|
2004
|
+
}
|
|
2005
|
+
/** Session pool ingress configuration. */
|
|
2006
|
+
export interface SessionIngress {
|
|
2007
|
+
/** Target port in containers for traffic from ingress */
|
|
2008
|
+
targetPort?: number;
|
|
2009
|
+
}
|
|
2010
|
+
/** Session network configuration. */
|
|
2011
|
+
export interface SessionNetworkConfiguration {
|
|
2012
|
+
/** Network status for the sessions. */
|
|
2013
|
+
status?: SessionNetworkStatus;
|
|
2014
|
+
}
|
|
2015
|
+
/** Optional settings for a Managed Identity that is assigned to the Session pool. */
|
|
2016
|
+
export interface ManagedIdentitySetting {
|
|
2017
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Session Pool, or 'system' for system-assigned identity. */
|
|
2018
|
+
identity: string;
|
|
2019
|
+
/** Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available. */
|
|
2020
|
+
lifecycle?: IdentitySettingsLifeCycle;
|
|
2021
|
+
}
|
|
2022
|
+
/** Container App session pool updatable properties. */
|
|
2023
|
+
export interface SessionPoolUpdatableProperties {
|
|
2024
|
+
/** Resource tags. */
|
|
2025
|
+
tags?: {
|
|
2026
|
+
[propertyName: string]: string;
|
|
2027
|
+
};
|
|
2028
|
+
/** Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2029
|
+
identity?: ManagedServiceIdentity;
|
|
2030
|
+
/** The scale configuration of the session pool. */
|
|
2031
|
+
scaleConfiguration?: ScaleConfiguration;
|
|
2032
|
+
/** The secrets of the session pool. */
|
|
2033
|
+
secrets?: SessionPoolSecret[];
|
|
2034
|
+
/** The pool configuration if the poolManagementType is dynamic. */
|
|
2035
|
+
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
2036
|
+
/** The custom container configuration if the containerType is CustomContainer. */
|
|
2037
|
+
customContainerTemplate?: CustomContainerTemplate;
|
|
2038
|
+
/** The network configuration of the sessions in the session pool. */
|
|
2039
|
+
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
2040
|
+
}
|
|
2041
|
+
/** SourceControl collection ARM resource. */
|
|
2042
|
+
export interface SourceControlCollection {
|
|
2043
|
+
/** Collection of resources. */
|
|
2044
|
+
value: SourceControl[];
|
|
2045
|
+
/**
|
|
2046
|
+
* Link to next page of resources.
|
|
2047
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2048
|
+
*/
|
|
2049
|
+
readonly nextLink?: string;
|
|
2050
|
+
}
|
|
2051
|
+
/** Configuration properties that define the mutable settings of a Container App SourceControl */
|
|
2052
|
+
export interface GithubActionConfiguration {
|
|
2053
|
+
/** Registry configurations. */
|
|
2054
|
+
registryInfo?: RegistryInfo;
|
|
2055
|
+
/** AzureCredentials configurations. */
|
|
2056
|
+
azureCredentials?: AzureCredentials;
|
|
2057
|
+
/** Context path */
|
|
2058
|
+
contextPath?: string;
|
|
2059
|
+
/** One time Github PAT to configure github environment */
|
|
2060
|
+
githubPersonalAccessToken?: string;
|
|
2061
|
+
/** Image name */
|
|
2062
|
+
image?: string;
|
|
2063
|
+
/** Code or Image */
|
|
2064
|
+
publishType?: string;
|
|
2065
|
+
/** Operation system */
|
|
2066
|
+
os?: string;
|
|
2067
|
+
/** Runtime stack */
|
|
2068
|
+
runtimeStack?: string;
|
|
2069
|
+
/** Runtime version */
|
|
2070
|
+
runtimeVersion?: string;
|
|
2071
|
+
}
|
|
2072
|
+
/** Container App registry information. */
|
|
2073
|
+
export interface RegistryInfo {
|
|
2074
|
+
/** registry server Url. */
|
|
2075
|
+
registryUrl?: string;
|
|
2076
|
+
/** registry username. */
|
|
2077
|
+
registryUserName?: string;
|
|
2078
|
+
/** registry secret. */
|
|
2079
|
+
registryPassword?: string;
|
|
2080
|
+
}
|
|
2081
|
+
/** Container App credentials. */
|
|
2082
|
+
export interface AzureCredentials {
|
|
2083
|
+
/** Client Id. */
|
|
2084
|
+
clientId?: string;
|
|
2085
|
+
/** Client Secret. */
|
|
2086
|
+
clientSecret?: string;
|
|
2087
|
+
/** Tenant Id. */
|
|
2088
|
+
tenantId?: string;
|
|
2089
|
+
/** Kind of auth github does for deploying the template */
|
|
2090
|
+
kind?: string;
|
|
2091
|
+
/** Subscription Id. */
|
|
2092
|
+
subscriptionId?: string;
|
|
2093
|
+
}
|
|
2094
|
+
export interface ListUsagesResult {
|
|
2095
|
+
/** The list of compute resource usages. */
|
|
2096
|
+
value?: Usage[];
|
|
2097
|
+
/** The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. */
|
|
2098
|
+
nextLink?: string;
|
|
2099
|
+
}
|
|
2100
|
+
/** Describes Compute Resource Usage. */
|
|
2101
|
+
export interface Usage {
|
|
2102
|
+
/** An enum describing the unit of usage measurement. */
|
|
2103
|
+
unit: "Count";
|
|
2104
|
+
/** The current usage of the resource. */
|
|
2105
|
+
currentValue: number;
|
|
2106
|
+
/** The maximum permitted usage of the resource. */
|
|
2107
|
+
limit: number;
|
|
2108
|
+
/** The name of the type of usage. */
|
|
2109
|
+
name: UsageName;
|
|
2110
|
+
}
|
|
2111
|
+
/** The Usage Names. */
|
|
2112
|
+
export interface UsageName {
|
|
2113
|
+
/** The name of the resource. */
|
|
2114
|
+
value?: string;
|
|
2115
|
+
/** The localized name of the resource. */
|
|
2116
|
+
localizedValue?: string;
|
|
2117
|
+
}
|
|
2118
|
+
/** Container App Ingress configuration. */
|
|
2119
|
+
export interface JavaComponentIngress {
|
|
2120
|
+
/**
|
|
2121
|
+
* Hostname of the Java Component endpoint
|
|
2122
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2123
|
+
*/
|
|
2124
|
+
readonly fqdn?: string;
|
|
2125
|
+
}
|
|
2126
|
+
/** Container App executions names list. */
|
|
2127
|
+
export interface JobExecutionNamesCollection {
|
|
2128
|
+
/** Collection of resources. */
|
|
2129
|
+
value: JobExecutionBase[];
|
|
2130
|
+
}
|
|
2131
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2132
|
+
export interface ProxyResource extends Resource {
|
|
2133
|
+
}
|
|
2134
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2135
|
+
export interface TrackedResource extends Resource {
|
|
2136
|
+
/** Resource tags. */
|
|
2137
|
+
tags?: {
|
|
2138
|
+
[propertyName: string]: string;
|
|
2139
|
+
};
|
|
2140
|
+
/** The geo-location where the resource lives */
|
|
2141
|
+
location: string;
|
|
2142
|
+
}
|
|
2143
|
+
/** Container App init container definition */
|
|
2144
|
+
export interface InitContainer extends BaseContainer {
|
|
2145
|
+
}
|
|
2146
|
+
/** Container App container definition */
|
|
2147
|
+
export interface Container extends BaseContainer {
|
|
2148
|
+
/** List of probes for the container. */
|
|
2149
|
+
probes?: ContainerAppProbe[];
|
|
2150
|
+
}
|
|
2151
|
+
/** Spring Boot Admin properties. */
|
|
2152
|
+
export interface SpringBootAdminComponent extends JavaComponentProperties {
|
|
2153
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2154
|
+
componentType: "SpringBootAdmin";
|
|
2155
|
+
/** Java Component Ingress configurations. */
|
|
2156
|
+
ingress?: JavaComponentIngress;
|
|
2157
|
+
}
|
|
2158
|
+
/** Spring Cloud Eureka properties. */
|
|
2159
|
+
export interface SpringCloudEurekaComponent extends JavaComponentProperties {
|
|
2160
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2161
|
+
componentType: "SpringCloudEureka";
|
|
2162
|
+
/** Java Component Ingress configurations. */
|
|
2163
|
+
ingress?: JavaComponentIngress;
|
|
2164
|
+
}
|
|
2165
|
+
/** Spring Cloud Config properties. */
|
|
2166
|
+
export interface SpringCloudConfigComponent extends JavaComponentProperties {
|
|
2167
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2168
|
+
componentType: "SpringCloudConfig";
|
|
2169
|
+
}
|
|
2170
|
+
/** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
|
|
2171
|
+
export interface AuthConfig extends ProxyResource {
|
|
2172
|
+
/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
|
|
2173
|
+
platform?: AuthPlatform;
|
|
2174
|
+
/** The configuration settings that determines the validation flow of users using Service Authentication/Authorization. */
|
|
2175
|
+
globalValidation?: GlobalValidation;
|
|
2176
|
+
/** The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. */
|
|
2177
|
+
identityProviders?: IdentityProviders;
|
|
2178
|
+
/** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */
|
|
2179
|
+
login?: Login;
|
|
2180
|
+
/** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */
|
|
2181
|
+
httpSettings?: HttpSettings;
|
|
2182
|
+
/** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
|
|
2183
|
+
encryptionSettings?: EncryptionSettings;
|
|
2184
|
+
}
|
|
2185
|
+
/** A workload profile with specific hardware configure to run container apps. */
|
|
2186
|
+
export interface AvailableWorkloadProfile extends ProxyResource {
|
|
2187
|
+
/** Region of the workload profile. */
|
|
2188
|
+
location?: string;
|
|
2189
|
+
/** Revision resource specific properties */
|
|
2190
|
+
properties?: AvailableWorkloadProfileProperties;
|
|
2191
|
+
}
|
|
2192
|
+
/** Billing meter. */
|
|
2193
|
+
export interface BillingMeter extends ProxyResource {
|
|
2194
|
+
/** Region for the billing meter. */
|
|
2195
|
+
location?: string;
|
|
2196
|
+
/** Revision resource specific properties */
|
|
2197
|
+
properties?: BillingMeterProperties;
|
|
2198
|
+
}
|
|
2199
|
+
/** Dapr Component. */
|
|
2200
|
+
export interface DaprComponent extends ProxyResource {
|
|
2201
|
+
/** Component type */
|
|
2202
|
+
componentType?: string;
|
|
2203
|
+
/** Component version */
|
|
2204
|
+
version?: string;
|
|
2205
|
+
/** Boolean describing if the component errors are ignores */
|
|
2206
|
+
ignoreErrors?: boolean;
|
|
2207
|
+
/** Initialization timeout */
|
|
2208
|
+
initTimeout?: string;
|
|
2209
|
+
/** Collection of secrets used by a Dapr component */
|
|
2210
|
+
secrets?: Secret[];
|
|
2211
|
+
/** Name of a Dapr component to retrieve component secrets from */
|
|
2212
|
+
secretStoreComponent?: string;
|
|
2213
|
+
/** Component metadata */
|
|
2214
|
+
metadata?: DaprMetadata[];
|
|
2215
|
+
/** Names of container apps that can use this Dapr component */
|
|
2216
|
+
scopes?: string[];
|
|
2217
|
+
}
|
|
2218
|
+
/** Storage resource for connectedEnvironment. */
|
|
2219
|
+
export interface ConnectedEnvironmentStorage extends ProxyResource {
|
|
2220
|
+
/** Storage properties */
|
|
2221
|
+
properties?: ConnectedEnvironmentStorageProperties;
|
|
2222
|
+
}
|
|
2223
|
+
/** Container App Revision. */
|
|
2224
|
+
export interface Revision extends ProxyResource {
|
|
2225
|
+
/**
|
|
2226
|
+
* Timestamp describing when the revision was created
|
|
2227
|
+
* by controller
|
|
2228
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2229
|
+
*/
|
|
2230
|
+
readonly createdTime?: Date;
|
|
2231
|
+
/**
|
|
2232
|
+
* Timestamp describing when the revision was last active. Only meaningful when revision is inactive
|
|
2233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2234
|
+
*/
|
|
2235
|
+
readonly lastActiveTime?: Date;
|
|
2236
|
+
/**
|
|
2237
|
+
* Fully qualified domain name of the revision
|
|
2238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2239
|
+
*/
|
|
2240
|
+
readonly fqdn?: string;
|
|
2241
|
+
/**
|
|
2242
|
+
* Container App Revision Template with all possible settings and the
|
|
2243
|
+
* defaults if user did not provide them. The defaults are populated
|
|
2244
|
+
* as they were at the creation time
|
|
2245
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2246
|
+
*/
|
|
2247
|
+
readonly template?: Template;
|
|
2248
|
+
/**
|
|
2249
|
+
* Boolean describing if the Revision is Active
|
|
2250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2251
|
+
*/
|
|
2252
|
+
readonly active?: boolean;
|
|
2253
|
+
/**
|
|
2254
|
+
* Number of pods currently running for this revision
|
|
2255
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2256
|
+
*/
|
|
2257
|
+
readonly replicas?: number;
|
|
2258
|
+
/**
|
|
2259
|
+
* Traffic weight assigned to this revision
|
|
2260
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2261
|
+
*/
|
|
2262
|
+
readonly trafficWeight?: number;
|
|
2263
|
+
/**
|
|
2264
|
+
* Optional Field - Platform Error Message
|
|
2265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2266
|
+
*/
|
|
2267
|
+
readonly provisioningError?: string;
|
|
2268
|
+
/**
|
|
2269
|
+
* Current health State of the revision
|
|
2270
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2271
|
+
*/
|
|
2272
|
+
readonly healthState?: RevisionHealthState;
|
|
2273
|
+
/**
|
|
2274
|
+
* Current provisioning State of the revision
|
|
2275
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2276
|
+
*/
|
|
2277
|
+
readonly provisioningState?: RevisionProvisioningState;
|
|
2278
|
+
/**
|
|
2279
|
+
* Current running state of the revision
|
|
2280
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2281
|
+
*/
|
|
2282
|
+
readonly runningState?: RevisionRunningState;
|
|
2283
|
+
}
|
|
2284
|
+
/** Container App Revision Replica. */
|
|
2285
|
+
export interface Replica extends ProxyResource {
|
|
2286
|
+
/**
|
|
2287
|
+
* Timestamp describing when the pod was created by controller
|
|
2288
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2289
|
+
*/
|
|
2290
|
+
readonly createdTime?: Date;
|
|
2291
|
+
/**
|
|
2292
|
+
* Current running state of the replica
|
|
2293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2294
|
+
*/
|
|
2295
|
+
readonly runningState?: ContainerAppReplicaRunningState;
|
|
2296
|
+
/**
|
|
2297
|
+
* The details of replica current running state
|
|
2298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2299
|
+
*/
|
|
2300
|
+
readonly runningStateDetails?: string;
|
|
2301
|
+
/** The containers collection under a replica. */
|
|
2302
|
+
containers?: ReplicaContainer[];
|
|
2303
|
+
/** The init containers collection under a replica. */
|
|
2304
|
+
initContainers?: ReplicaContainer[];
|
|
2305
|
+
}
|
|
2306
|
+
/** Diagnostics data for a resource. */
|
|
2307
|
+
export interface Diagnostics extends ProxyResource {
|
|
2308
|
+
/** Diagnostics resource specific properties */
|
|
2309
|
+
properties?: DiagnosticsProperties;
|
|
2310
|
+
}
|
|
2311
|
+
/** Java Component. */
|
|
2312
|
+
export interface JavaComponent extends ProxyResource {
|
|
2313
|
+
/** Java Component resource specific properties */
|
|
2314
|
+
properties?: JavaComponentPropertiesUnion;
|
|
2315
|
+
}
|
|
2316
|
+
/** Collection of all the workload Profile States for a Managed Environment.. */
|
|
2317
|
+
export interface WorkloadProfileStates extends ProxyResource {
|
|
2318
|
+
/** Workload Profile resource specific properties. */
|
|
2319
|
+
properties?: WorkloadProfileStatesProperties;
|
|
2320
|
+
}
|
|
2321
|
+
/** Storage resource for managedEnvironment. */
|
|
2322
|
+
export interface ManagedEnvironmentStorage extends ProxyResource {
|
|
2323
|
+
/** Storage properties */
|
|
2324
|
+
properties?: ManagedEnvironmentStorageProperties;
|
|
2325
|
+
}
|
|
2326
|
+
/** Container App SourceControl. */
|
|
2327
|
+
export interface SourceControl extends ProxyResource {
|
|
2328
|
+
/**
|
|
2329
|
+
* Current provisioning State of the operation
|
|
2330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2331
|
+
*/
|
|
2332
|
+
readonly operationState?: SourceControlOperationState;
|
|
2333
|
+
/** The repo url which will be integrated to ContainerApp. */
|
|
2334
|
+
repoUrl?: string;
|
|
2335
|
+
/** The branch which will trigger the auto deployment */
|
|
2336
|
+
branch?: string;
|
|
2337
|
+
/**
|
|
2338
|
+
* Container App Revision Template with all possible settings and the
|
|
2339
|
+
* defaults if user did not provide them. The defaults are populated
|
|
2340
|
+
* as they were at the creation time
|
|
2341
|
+
*/
|
|
2342
|
+
githubActionConfiguration?: GithubActionConfiguration;
|
|
2343
|
+
}
|
|
2344
|
+
/** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
|
|
2345
|
+
export interface ConnectedEnvironment extends TrackedResource {
|
|
2346
|
+
/** The complex type of the extended location. */
|
|
2347
|
+
extendedLocation?: ExtendedLocation;
|
|
2348
|
+
/**
|
|
2349
|
+
* Provisioning state of the Kubernetes Environment.
|
|
2350
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2351
|
+
*/
|
|
2352
|
+
readonly provisioningState?: ConnectedEnvironmentProvisioningState;
|
|
2353
|
+
/**
|
|
2354
|
+
* Any errors that occurred during deployment or deployment validation
|
|
2355
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2356
|
+
*/
|
|
2357
|
+
readonly deploymentErrors?: string;
|
|
2358
|
+
/**
|
|
2359
|
+
* Default Domain Name for the cluster
|
|
2360
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2361
|
+
*/
|
|
2362
|
+
readonly defaultDomain?: string;
|
|
2363
|
+
/** Static IP of the connectedEnvironment */
|
|
2364
|
+
staticIp?: string;
|
|
2365
|
+
/** Application Insights connection string used by Dapr to export Service to Service communication telemetry */
|
|
2366
|
+
daprAIConnectionString?: string;
|
|
2367
|
+
/** Custom domain configuration for the environment */
|
|
2368
|
+
customDomainConfiguration?: CustomDomainConfiguration;
|
|
2369
|
+
}
|
|
2370
|
+
/** Certificate used for Custom Domain bindings of Container Apps in a Managed Environment */
|
|
2371
|
+
export interface Certificate extends TrackedResource {
|
|
2372
|
+
/** Certificate resource specific properties */
|
|
2373
|
+
properties?: CertificateProperties;
|
|
2374
|
+
}
|
|
2375
|
+
/** Container App. */
|
|
2376
|
+
export interface ContainerApp extends TrackedResource {
|
|
2377
|
+
/** The complex type of the extended location. */
|
|
2378
|
+
extendedLocation?: ExtendedLocation;
|
|
2379
|
+
/** managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code. */
|
|
2380
|
+
identity?: ManagedServiceIdentity;
|
|
2381
|
+
/** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */
|
|
2382
|
+
managedBy?: string;
|
|
2383
|
+
/**
|
|
2384
|
+
* Provisioning state of the Container App.
|
|
2385
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2386
|
+
*/
|
|
2387
|
+
readonly provisioningState?: ContainerAppProvisioningState;
|
|
2388
|
+
/**
|
|
2389
|
+
* Running status of the Container App.
|
|
2390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2391
|
+
*/
|
|
2392
|
+
readonly runningStatus?: ContainerAppRunningStatus;
|
|
2393
|
+
/** Deprecated. Resource ID of the Container App's environment. */
|
|
2394
|
+
managedEnvironmentId?: string;
|
|
2395
|
+
/** Resource ID of environment. */
|
|
2396
|
+
environmentId?: string;
|
|
2397
|
+
/** Workload profile name to pin for container app execution. */
|
|
2398
|
+
workloadProfileName?: string;
|
|
2399
|
+
/**
|
|
2400
|
+
* Name of the latest revision of the Container App.
|
|
2401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2402
|
+
*/
|
|
2403
|
+
readonly latestRevisionName?: string;
|
|
2404
|
+
/**
|
|
2405
|
+
* Name of the latest ready revision of the Container App.
|
|
2406
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2407
|
+
*/
|
|
2408
|
+
readonly latestReadyRevisionName?: string;
|
|
2409
|
+
/**
|
|
2410
|
+
* Fully Qualified Domain Name of the latest revision of the Container App.
|
|
2411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2412
|
+
*/
|
|
2413
|
+
readonly latestRevisionFqdn?: string;
|
|
2414
|
+
/**
|
|
2415
|
+
* Id used to verify domain name ownership
|
|
2416
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2417
|
+
*/
|
|
2418
|
+
readonly customDomainVerificationId?: string;
|
|
2419
|
+
/** Non versioned Container App configuration properties. */
|
|
2420
|
+
configuration?: Configuration;
|
|
2421
|
+
/** Container App versioned application definition. */
|
|
2422
|
+
template?: Template;
|
|
2423
|
+
/**
|
|
2424
|
+
* Outbound IP Addresses for container app.
|
|
2425
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2426
|
+
*/
|
|
2427
|
+
readonly outboundIpAddresses?: string[];
|
|
2428
|
+
/**
|
|
2429
|
+
* The endpoint of the eventstream of the container app.
|
|
2430
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2431
|
+
*/
|
|
2432
|
+
readonly eventStreamEndpoint?: string;
|
|
2433
|
+
}
|
|
2434
|
+
/** Container App Auth Token. */
|
|
2435
|
+
export interface ContainerAppAuthToken extends TrackedResource {
|
|
2436
|
+
/**
|
|
2437
|
+
* Auth token value.
|
|
2438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2439
|
+
*/
|
|
2440
|
+
readonly token?: string;
|
|
2441
|
+
/**
|
|
2442
|
+
* Token expiration date.
|
|
2443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2444
|
+
*/
|
|
2445
|
+
readonly expires?: Date;
|
|
2446
|
+
}
|
|
2447
|
+
/** An environment for hosting container apps */
|
|
2448
|
+
export interface ManagedEnvironment extends TrackedResource {
|
|
2449
|
+
/** Kind of the Environment. */
|
|
2450
|
+
kind?: string;
|
|
2451
|
+
/** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */
|
|
2452
|
+
identity?: ManagedServiceIdentity;
|
|
2453
|
+
/**
|
|
2454
|
+
* Provisioning state of the Environment.
|
|
2455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2456
|
+
*/
|
|
2457
|
+
readonly provisioningState?: EnvironmentProvisioningState;
|
|
2458
|
+
/** Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry */
|
|
2459
|
+
daprAIInstrumentationKey?: string;
|
|
2460
|
+
/** Application Insights connection string used by Dapr to export Service to Service communication telemetry */
|
|
2461
|
+
daprAIConnectionString?: string;
|
|
2462
|
+
/** Vnet configuration for the environment */
|
|
2463
|
+
vnetConfiguration?: VnetConfiguration;
|
|
2464
|
+
/**
|
|
2465
|
+
* Any errors that occurred during deployment or deployment validation
|
|
2466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2467
|
+
*/
|
|
2468
|
+
readonly deploymentErrors?: string;
|
|
2469
|
+
/**
|
|
2470
|
+
* Default Domain Name for the cluster
|
|
2471
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2472
|
+
*/
|
|
2473
|
+
readonly defaultDomain?: string;
|
|
2474
|
+
/**
|
|
2475
|
+
* Static IP of the Environment
|
|
2476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2477
|
+
*/
|
|
2478
|
+
readonly staticIp?: string;
|
|
2479
|
+
/** Cluster configuration which enables the log daemon to export app logs to configured destination. */
|
|
2480
|
+
appLogsConfiguration?: AppLogsConfiguration;
|
|
2481
|
+
/** Whether or not this Managed Environment is zone-redundant. */
|
|
2482
|
+
zoneRedundant?: boolean;
|
|
2483
|
+
/** Custom domain configuration for the environment */
|
|
2484
|
+
customDomainConfiguration?: CustomDomainConfiguration;
|
|
2485
|
+
/**
|
|
2486
|
+
* The endpoint of the eventstream of the Environment.
|
|
2487
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2488
|
+
*/
|
|
2489
|
+
readonly eventStreamEndpoint?: string;
|
|
2490
|
+
/** Workload profiles configured for the Managed Environment. */
|
|
2491
|
+
workloadProfiles?: WorkloadProfile[];
|
|
2492
|
+
/** The configuration of Keda component. */
|
|
2493
|
+
kedaConfiguration?: KedaConfiguration;
|
|
2494
|
+
/** The configuration of Dapr component. */
|
|
2495
|
+
daprConfiguration?: DaprConfiguration;
|
|
2496
|
+
/** Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet. */
|
|
2497
|
+
infrastructureResourceGroup?: string;
|
|
2498
|
+
/** Peer authentication settings for the Managed Environment */
|
|
2499
|
+
peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
|
|
2500
|
+
/** Peer traffic settings for the Managed Environment */
|
|
2501
|
+
peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;
|
|
2502
|
+
}
|
|
2503
|
+
/** Container App Job */
|
|
2504
|
+
export interface Job extends TrackedResource {
|
|
2505
|
+
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2506
|
+
identity?: ManagedServiceIdentity;
|
|
2507
|
+
/**
|
|
2508
|
+
* Provisioning state of the Container Apps Job.
|
|
2509
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2510
|
+
*/
|
|
2511
|
+
readonly provisioningState?: JobProvisioningState;
|
|
2512
|
+
/** Resource ID of environment. */
|
|
2513
|
+
environmentId?: string;
|
|
2514
|
+
/** Workload profile name to pin for container apps job execution. */
|
|
2515
|
+
workloadProfileName?: string;
|
|
2516
|
+
/** Container Apps Job configuration properties. */
|
|
2517
|
+
configuration?: JobConfiguration;
|
|
2518
|
+
/** Container Apps job definition. */
|
|
2519
|
+
template?: JobTemplate;
|
|
2520
|
+
/**
|
|
2521
|
+
* Outbound IP Addresses of a container apps job.
|
|
2522
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2523
|
+
*/
|
|
2524
|
+
readonly outboundIpAddresses?: string[];
|
|
2525
|
+
/**
|
|
2526
|
+
* The endpoint of the eventstream of the container apps job.
|
|
2527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2528
|
+
*/
|
|
2529
|
+
readonly eventStreamEndpoint?: string;
|
|
2530
|
+
}
|
|
2531
|
+
/** Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment */
|
|
2532
|
+
export interface ManagedCertificate extends TrackedResource {
|
|
2533
|
+
/** Certificate resource specific properties */
|
|
2534
|
+
properties?: ManagedCertificateProperties;
|
|
2535
|
+
}
|
|
2536
|
+
/** Environment Auth Token. */
|
|
2537
|
+
export interface EnvironmentAuthToken extends TrackedResource {
|
|
2538
|
+
/**
|
|
2539
|
+
* Auth token value.
|
|
2540
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2541
|
+
*/
|
|
2542
|
+
readonly token?: string;
|
|
2543
|
+
/**
|
|
2544
|
+
* Token expiration date.
|
|
2545
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2546
|
+
*/
|
|
2547
|
+
readonly expires?: Date;
|
|
2548
|
+
}
|
|
2549
|
+
/** Container App session pool. */
|
|
2550
|
+
export interface SessionPool extends TrackedResource {
|
|
2551
|
+
/** Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2552
|
+
identity?: ManagedServiceIdentity;
|
|
2553
|
+
/** Resource ID of the session pool's environment. */
|
|
2554
|
+
environmentId?: string;
|
|
2555
|
+
/** The container type of the sessions. */
|
|
2556
|
+
containerType?: ContainerType;
|
|
2557
|
+
/** The pool management type of the session pool. */
|
|
2558
|
+
poolManagementType?: PoolManagementType;
|
|
2559
|
+
/**
|
|
2560
|
+
* The number of nodes the session pool is using.
|
|
2561
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2562
|
+
*/
|
|
2563
|
+
readonly nodeCount?: number;
|
|
2564
|
+
/** The scale configuration of the session pool. */
|
|
2565
|
+
scaleConfiguration?: ScaleConfiguration;
|
|
2566
|
+
/** The secrets of the session pool. */
|
|
2567
|
+
secrets?: SessionPoolSecret[];
|
|
2568
|
+
/** The pool configuration if the poolManagementType is dynamic. */
|
|
2569
|
+
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
2570
|
+
/** The custom container configuration if the containerType is CustomContainer. */
|
|
2571
|
+
customContainerTemplate?: CustomContainerTemplate;
|
|
2572
|
+
/** The network configuration of the sessions in the session pool. */
|
|
2573
|
+
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
2574
|
+
/**
|
|
2575
|
+
* The endpoint to manage the pool.
|
|
2576
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2577
|
+
*/
|
|
2578
|
+
readonly poolManagementEndpoint?: string;
|
|
2579
|
+
/**
|
|
2580
|
+
* Provisioning state of the session pool.
|
|
2581
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2582
|
+
*/
|
|
2583
|
+
readonly provisioningState?: SessionPoolProvisioningState;
|
|
2584
|
+
/** Optional settings for a Managed Identity that is assigned to the Session pool. */
|
|
2585
|
+
managedIdentitySettings?: ManagedIdentitySetting[];
|
|
2586
|
+
}
|
|
2587
|
+
/** Defines headers for ConnectedEnvironments_delete operation. */
|
|
2588
|
+
export interface ConnectedEnvironmentsDeleteHeaders {
|
|
2589
|
+
location?: string;
|
|
2590
|
+
}
|
|
2591
|
+
/** Defines headers for ContainerApps_delete operation. */
|
|
2592
|
+
export interface ContainerAppsDeleteHeaders {
|
|
2593
|
+
location?: string;
|
|
2594
|
+
}
|
|
2595
|
+
/** Defines headers for ContainerApps_update operation. */
|
|
2596
|
+
export interface ContainerAppsUpdateHeaders {
|
|
2597
|
+
location?: string;
|
|
2598
|
+
}
|
|
2599
|
+
/** Defines headers for ContainerApps_start operation. */
|
|
2600
|
+
export interface ContainerAppsStartHeaders {
|
|
2601
|
+
location?: string;
|
|
2602
|
+
}
|
|
2603
|
+
/** Defines headers for ContainerApps_stop operation. */
|
|
2604
|
+
export interface ContainerAppsStopHeaders {
|
|
2605
|
+
location?: string;
|
|
2606
|
+
}
|
|
2607
|
+
/** Defines headers for Jobs_delete operation. */
|
|
2608
|
+
export interface JobsDeleteHeaders {
|
|
2609
|
+
location?: string;
|
|
2610
|
+
}
|
|
2611
|
+
/** Defines headers for Jobs_update operation. */
|
|
2612
|
+
export interface JobsUpdateHeaders {
|
|
2613
|
+
location?: string;
|
|
2614
|
+
}
|
|
2615
|
+
/** Defines headers for Jobs_start operation. */
|
|
2616
|
+
export interface JobsStartHeaders {
|
|
2617
|
+
location?: string;
|
|
2618
|
+
}
|
|
2619
|
+
/** Defines headers for Jobs_stopExecution operation. */
|
|
2620
|
+
export interface JobsStopExecutionHeaders {
|
|
2621
|
+
location?: string;
|
|
2622
|
+
}
|
|
2623
|
+
/** Defines headers for Jobs_stopMultipleExecutions operation. */
|
|
2624
|
+
export interface JobsStopMultipleExecutionsHeaders {
|
|
2625
|
+
location?: string;
|
|
2626
|
+
}
|
|
2627
|
+
/** Defines headers for JavaComponents_update operation. */
|
|
2628
|
+
export interface JavaComponentsUpdateHeaders {
|
|
2629
|
+
location?: string;
|
|
2630
|
+
}
|
|
2631
|
+
/** Defines headers for JavaComponents_delete operation. */
|
|
2632
|
+
export interface JavaComponentsDeleteHeaders {
|
|
2633
|
+
location?: string;
|
|
2634
|
+
}
|
|
2635
|
+
/** Defines headers for ContainerAppsSessionPools_update operation. */
|
|
2636
|
+
export interface ContainerAppsSessionPoolsUpdateHeaders {
|
|
2637
|
+
location?: string;
|
|
2638
|
+
}
|
|
2639
|
+
/** Defines headers for ContainerAppsSessionPools_delete operation. */
|
|
2640
|
+
export interface ContainerAppsSessionPoolsDeleteHeaders {
|
|
2641
|
+
location?: string;
|
|
2642
|
+
}
|
|
2643
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2644
|
+
export declare enum KnownCreatedByType {
|
|
2645
|
+
/** User */
|
|
2646
|
+
User = "User",
|
|
2647
|
+
/** Application */
|
|
2648
|
+
Application = "Application",
|
|
2649
|
+
/** ManagedIdentity */
|
|
2650
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2651
|
+
/** Key */
|
|
2652
|
+
Key = "Key"
|
|
2653
|
+
}
|
|
2654
|
+
/**
|
|
2655
|
+
* Defines values for CreatedByType. \
|
|
2656
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
2657
|
+
* this enum contains the known values that the service supports.
|
|
2658
|
+
* ### Known values supported by the service
|
|
2659
|
+
* **User** \
|
|
2660
|
+
* **Application** \
|
|
2661
|
+
* **ManagedIdentity** \
|
|
2662
|
+
* **Key**
|
|
2663
|
+
*/
|
|
2664
|
+
export type CreatedByType = string;
|
|
2665
|
+
/** Known values of {@link Applicability} that the service accepts. */
|
|
2666
|
+
export declare enum KnownApplicability {
|
|
2667
|
+
/** LocationDefault */
|
|
2668
|
+
LocationDefault = "LocationDefault",
|
|
2669
|
+
/** Custom */
|
|
2670
|
+
Custom = "Custom"
|
|
2671
|
+
}
|
|
2672
|
+
/**
|
|
2673
|
+
* Defines values for Applicability. \
|
|
2674
|
+
* {@link KnownApplicability} can be used interchangeably with Applicability,
|
|
2675
|
+
* this enum contains the known values that the service supports.
|
|
2676
|
+
* ### Known values supported by the service
|
|
2677
|
+
* **LocationDefault** \
|
|
2678
|
+
* **Custom**
|
|
2679
|
+
*/
|
|
2680
|
+
export type Applicability = string;
|
|
2681
|
+
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
2682
|
+
export declare enum KnownExtendedLocationTypes {
|
|
2683
|
+
/** CustomLocation */
|
|
2684
|
+
CustomLocation = "CustomLocation"
|
|
2685
|
+
}
|
|
2686
|
+
/**
|
|
2687
|
+
* Defines values for ExtendedLocationTypes. \
|
|
2688
|
+
* {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
|
|
2689
|
+
* this enum contains the known values that the service supports.
|
|
2690
|
+
* ### Known values supported by the service
|
|
2691
|
+
* **CustomLocation**
|
|
2692
|
+
*/
|
|
2693
|
+
export type ExtendedLocationTypes = string;
|
|
2694
|
+
/** Known values of {@link ConnectedEnvironmentProvisioningState} that the service accepts. */
|
|
2695
|
+
export declare enum KnownConnectedEnvironmentProvisioningState {
|
|
2696
|
+
/** Succeeded */
|
|
2697
|
+
Succeeded = "Succeeded",
|
|
2698
|
+
/** Failed */
|
|
2699
|
+
Failed = "Failed",
|
|
2700
|
+
/** Canceled */
|
|
2701
|
+
Canceled = "Canceled",
|
|
2702
|
+
/** Waiting */
|
|
2703
|
+
Waiting = "Waiting",
|
|
2704
|
+
/** InitializationInProgress */
|
|
2705
|
+
InitializationInProgress = "InitializationInProgress",
|
|
2706
|
+
/** InfrastructureSetupInProgress */
|
|
2707
|
+
InfrastructureSetupInProgress = "InfrastructureSetupInProgress",
|
|
2708
|
+
/** InfrastructureSetupComplete */
|
|
2709
|
+
InfrastructureSetupComplete = "InfrastructureSetupComplete",
|
|
2710
|
+
/** ScheduledForDelete */
|
|
2711
|
+
ScheduledForDelete = "ScheduledForDelete"
|
|
2712
|
+
}
|
|
2713
|
+
/**
|
|
2714
|
+
* Defines values for ConnectedEnvironmentProvisioningState. \
|
|
2715
|
+
* {@link KnownConnectedEnvironmentProvisioningState} can be used interchangeably with ConnectedEnvironmentProvisioningState,
|
|
2716
|
+
* this enum contains the known values that the service supports.
|
|
2717
|
+
* ### Known values supported by the service
|
|
2718
|
+
* **Succeeded** \
|
|
2719
|
+
* **Failed** \
|
|
2720
|
+
* **Canceled** \
|
|
2721
|
+
* **Waiting** \
|
|
2722
|
+
* **InitializationInProgress** \
|
|
2723
|
+
* **InfrastructureSetupInProgress** \
|
|
2724
|
+
* **InfrastructureSetupComplete** \
|
|
2725
|
+
* **ScheduledForDelete**
|
|
2726
|
+
*/
|
|
2727
|
+
export type ConnectedEnvironmentProvisioningState = string;
|
|
2728
|
+
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
|
2729
|
+
export declare enum KnownCheckNameAvailabilityReason {
|
|
2730
|
+
/** Invalid */
|
|
2731
|
+
Invalid = "Invalid",
|
|
2732
|
+
/** AlreadyExists */
|
|
2733
|
+
AlreadyExists = "AlreadyExists"
|
|
2734
|
+
}
|
|
2735
|
+
/**
|
|
2736
|
+
* Defines values for CheckNameAvailabilityReason. \
|
|
2737
|
+
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
|
2738
|
+
* this enum contains the known values that the service supports.
|
|
2739
|
+
* ### Known values supported by the service
|
|
2740
|
+
* **Invalid** \
|
|
2741
|
+
* **AlreadyExists**
|
|
2742
|
+
*/
|
|
2743
|
+
export type CheckNameAvailabilityReason = string;
|
|
2744
|
+
/** Known values of {@link CertificateProvisioningState} that the service accepts. */
|
|
2745
|
+
export declare enum KnownCertificateProvisioningState {
|
|
2746
|
+
/** Succeeded */
|
|
2747
|
+
Succeeded = "Succeeded",
|
|
2748
|
+
/** Failed */
|
|
2749
|
+
Failed = "Failed",
|
|
2750
|
+
/** Canceled */
|
|
2751
|
+
Canceled = "Canceled",
|
|
2752
|
+
/** DeleteFailed */
|
|
2753
|
+
DeleteFailed = "DeleteFailed",
|
|
2754
|
+
/** Pending */
|
|
2755
|
+
Pending = "Pending"
|
|
2756
|
+
}
|
|
2757
|
+
/**
|
|
2758
|
+
* Defines values for CertificateProvisioningState. \
|
|
2759
|
+
* {@link KnownCertificateProvisioningState} can be used interchangeably with CertificateProvisioningState,
|
|
2760
|
+
* this enum contains the known values that the service supports.
|
|
2761
|
+
* ### Known values supported by the service
|
|
2762
|
+
* **Succeeded** \
|
|
2763
|
+
* **Failed** \
|
|
2764
|
+
* **Canceled** \
|
|
2765
|
+
* **DeleteFailed** \
|
|
2766
|
+
* **Pending**
|
|
2767
|
+
*/
|
|
2768
|
+
export type CertificateProvisioningState = string;
|
|
2769
|
+
/** Known values of {@link AccessMode} that the service accepts. */
|
|
2770
|
+
export declare enum KnownAccessMode {
|
|
2771
|
+
/** ReadOnly */
|
|
2772
|
+
ReadOnly = "ReadOnly",
|
|
2773
|
+
/** ReadWrite */
|
|
2774
|
+
ReadWrite = "ReadWrite"
|
|
2775
|
+
}
|
|
2776
|
+
/**
|
|
2777
|
+
* Defines values for AccessMode. \
|
|
2778
|
+
* {@link KnownAccessMode} can be used interchangeably with AccessMode,
|
|
2779
|
+
* this enum contains the known values that the service supports.
|
|
2780
|
+
* ### Known values supported by the service
|
|
2781
|
+
* **ReadOnly** \
|
|
2782
|
+
* **ReadWrite**
|
|
2783
|
+
*/
|
|
2784
|
+
export type AccessMode = string;
|
|
2785
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
2786
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
2787
|
+
/** None */
|
|
2788
|
+
None = "None",
|
|
2789
|
+
/** SystemAssigned */
|
|
2790
|
+
SystemAssigned = "SystemAssigned",
|
|
2791
|
+
/** UserAssigned */
|
|
2792
|
+
UserAssigned = "UserAssigned",
|
|
2793
|
+
/** SystemAssignedUserAssigned */
|
|
2794
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
2795
|
+
}
|
|
2796
|
+
/**
|
|
2797
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
2798
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
2799
|
+
* this enum contains the known values that the service supports.
|
|
2800
|
+
* ### Known values supported by the service
|
|
2801
|
+
* **None** \
|
|
2802
|
+
* **SystemAssigned** \
|
|
2803
|
+
* **UserAssigned** \
|
|
2804
|
+
* **SystemAssigned,UserAssigned**
|
|
2805
|
+
*/
|
|
2806
|
+
export type ManagedServiceIdentityType = string;
|
|
2807
|
+
/** Known values of {@link ContainerAppProvisioningState} that the service accepts. */
|
|
2808
|
+
export declare enum KnownContainerAppProvisioningState {
|
|
2809
|
+
/** InProgress */
|
|
2810
|
+
InProgress = "InProgress",
|
|
2811
|
+
/** Succeeded */
|
|
2812
|
+
Succeeded = "Succeeded",
|
|
2813
|
+
/** Failed */
|
|
2814
|
+
Failed = "Failed",
|
|
2815
|
+
/** Canceled */
|
|
2816
|
+
Canceled = "Canceled",
|
|
2817
|
+
/** Deleting */
|
|
2818
|
+
Deleting = "Deleting"
|
|
2819
|
+
}
|
|
2820
|
+
/**
|
|
2821
|
+
* Defines values for ContainerAppProvisioningState. \
|
|
2822
|
+
* {@link KnownContainerAppProvisioningState} can be used interchangeably with ContainerAppProvisioningState,
|
|
2823
|
+
* this enum contains the known values that the service supports.
|
|
2824
|
+
* ### Known values supported by the service
|
|
2825
|
+
* **InProgress** \
|
|
2826
|
+
* **Succeeded** \
|
|
2827
|
+
* **Failed** \
|
|
2828
|
+
* **Canceled** \
|
|
2829
|
+
* **Deleting**
|
|
2830
|
+
*/
|
|
2831
|
+
export type ContainerAppProvisioningState = string;
|
|
2832
|
+
/** Known values of {@link ContainerAppRunningStatus} that the service accepts. */
|
|
2833
|
+
export declare enum KnownContainerAppRunningStatus {
|
|
2834
|
+
/** Container App is transitioning between Stopped and Running states. */
|
|
2835
|
+
Progressing = "Progressing",
|
|
2836
|
+
/** Container App is in Running state. */
|
|
2837
|
+
Running = "Running",
|
|
2838
|
+
/** Container App is in Stopped state. */
|
|
2839
|
+
Stopped = "Stopped",
|
|
2840
|
+
/** Container App Job is in Suspended state. */
|
|
2841
|
+
Suspended = "Suspended",
|
|
2842
|
+
/** Container App Job is in Ready state. */
|
|
2843
|
+
Ready = "Ready"
|
|
2844
|
+
}
|
|
2845
|
+
/**
|
|
2846
|
+
* Defines values for ContainerAppRunningStatus. \
|
|
2847
|
+
* {@link KnownContainerAppRunningStatus} can be used interchangeably with ContainerAppRunningStatus,
|
|
2848
|
+
* this enum contains the known values that the service supports.
|
|
2849
|
+
* ### Known values supported by the service
|
|
2850
|
+
* **Progressing**: Container App is transitioning between Stopped and Running states. \
|
|
2851
|
+
* **Running**: Container App is in Running state. \
|
|
2852
|
+
* **Stopped**: Container App is in Stopped state. \
|
|
2853
|
+
* **Suspended**: Container App Job is in Suspended state. \
|
|
2854
|
+
* **Ready**: Container App Job is in Ready state.
|
|
2855
|
+
*/
|
|
2856
|
+
export type ContainerAppRunningStatus = string;
|
|
2857
|
+
/** Known values of {@link ActiveRevisionsMode} that the service accepts. */
|
|
2858
|
+
export declare enum KnownActiveRevisionsMode {
|
|
2859
|
+
/** Multiple */
|
|
2860
|
+
Multiple = "Multiple",
|
|
2861
|
+
/** Single */
|
|
2862
|
+
Single = "Single"
|
|
2863
|
+
}
|
|
2864
|
+
/**
|
|
2865
|
+
* Defines values for ActiveRevisionsMode. \
|
|
2866
|
+
* {@link KnownActiveRevisionsMode} can be used interchangeably with ActiveRevisionsMode,
|
|
2867
|
+
* this enum contains the known values that the service supports.
|
|
2868
|
+
* ### Known values supported by the service
|
|
2869
|
+
* **Multiple** \
|
|
2870
|
+
* **Single**
|
|
2871
|
+
*/
|
|
2872
|
+
export type ActiveRevisionsMode = string;
|
|
2873
|
+
/** Known values of {@link IngressTransportMethod} that the service accepts. */
|
|
2874
|
+
export declare enum KnownIngressTransportMethod {
|
|
2875
|
+
/** Auto */
|
|
2876
|
+
Auto = "auto",
|
|
2877
|
+
/** Http */
|
|
2878
|
+
Http = "http",
|
|
2879
|
+
/** Http2 */
|
|
2880
|
+
Http2 = "http2",
|
|
2881
|
+
/** Tcp */
|
|
2882
|
+
Tcp = "tcp"
|
|
2883
|
+
}
|
|
2884
|
+
/**
|
|
2885
|
+
* Defines values for IngressTransportMethod. \
|
|
2886
|
+
* {@link KnownIngressTransportMethod} can be used interchangeably with IngressTransportMethod,
|
|
2887
|
+
* this enum contains the known values that the service supports.
|
|
2888
|
+
* ### Known values supported by the service
|
|
2889
|
+
* **auto** \
|
|
2890
|
+
* **http** \
|
|
2891
|
+
* **http2** \
|
|
2892
|
+
* **tcp**
|
|
2893
|
+
*/
|
|
2894
|
+
export type IngressTransportMethod = string;
|
|
2895
|
+
/** Known values of {@link BindingType} that the service accepts. */
|
|
2896
|
+
export declare enum KnownBindingType {
|
|
2897
|
+
/** Disabled */
|
|
2898
|
+
Disabled = "Disabled",
|
|
2899
|
+
/** SniEnabled */
|
|
2900
|
+
SniEnabled = "SniEnabled"
|
|
2901
|
+
}
|
|
2902
|
+
/**
|
|
2903
|
+
* Defines values for BindingType. \
|
|
2904
|
+
* {@link KnownBindingType} can be used interchangeably with BindingType,
|
|
2905
|
+
* this enum contains the known values that the service supports.
|
|
2906
|
+
* ### Known values supported by the service
|
|
2907
|
+
* **Disabled** \
|
|
2908
|
+
* **SniEnabled**
|
|
2909
|
+
*/
|
|
2910
|
+
export type BindingType = string;
|
|
2911
|
+
/** Known values of {@link Action} that the service accepts. */
|
|
2912
|
+
export declare enum KnownAction {
|
|
2913
|
+
/** Allow */
|
|
2914
|
+
Allow = "Allow",
|
|
2915
|
+
/** Deny */
|
|
2916
|
+
Deny = "Deny"
|
|
2917
|
+
}
|
|
2918
|
+
/**
|
|
2919
|
+
* Defines values for Action. \
|
|
2920
|
+
* {@link KnownAction} can be used interchangeably with Action,
|
|
2921
|
+
* this enum contains the known values that the service supports.
|
|
2922
|
+
* ### Known values supported by the service
|
|
2923
|
+
* **Allow** \
|
|
2924
|
+
* **Deny**
|
|
2925
|
+
*/
|
|
2926
|
+
export type Action = string;
|
|
2927
|
+
/** Known values of {@link Affinity} that the service accepts. */
|
|
2928
|
+
export declare enum KnownAffinity {
|
|
2929
|
+
/** Sticky */
|
|
2930
|
+
Sticky = "sticky",
|
|
2931
|
+
/** None */
|
|
2932
|
+
None = "none"
|
|
2933
|
+
}
|
|
2934
|
+
/**
|
|
2935
|
+
* Defines values for Affinity. \
|
|
2936
|
+
* {@link KnownAffinity} can be used interchangeably with Affinity,
|
|
2937
|
+
* this enum contains the known values that the service supports.
|
|
2938
|
+
* ### Known values supported by the service
|
|
2939
|
+
* **sticky** \
|
|
2940
|
+
* **none**
|
|
2941
|
+
*/
|
|
2942
|
+
export type Affinity = string;
|
|
2943
|
+
/** Known values of {@link IngressClientCertificateMode} that the service accepts. */
|
|
2944
|
+
export declare enum KnownIngressClientCertificateMode {
|
|
2945
|
+
/** Ignore */
|
|
2946
|
+
Ignore = "ignore",
|
|
2947
|
+
/** Accept */
|
|
2948
|
+
Accept = "accept",
|
|
2949
|
+
/** Require */
|
|
2950
|
+
Require = "require"
|
|
2951
|
+
}
|
|
2952
|
+
/**
|
|
2953
|
+
* Defines values for IngressClientCertificateMode. \
|
|
2954
|
+
* {@link KnownIngressClientCertificateMode} can be used interchangeably with IngressClientCertificateMode,
|
|
2955
|
+
* this enum contains the known values that the service supports.
|
|
2956
|
+
* ### Known values supported by the service
|
|
2957
|
+
* **ignore** \
|
|
2958
|
+
* **accept** \
|
|
2959
|
+
* **require**
|
|
2960
|
+
*/
|
|
2961
|
+
export type IngressClientCertificateMode = string;
|
|
2962
|
+
/** Known values of {@link AppProtocol} that the service accepts. */
|
|
2963
|
+
export declare enum KnownAppProtocol {
|
|
2964
|
+
/** Http */
|
|
2965
|
+
Http = "http",
|
|
2966
|
+
/** Grpc */
|
|
2967
|
+
Grpc = "grpc"
|
|
2968
|
+
}
|
|
2969
|
+
/**
|
|
2970
|
+
* Defines values for AppProtocol. \
|
|
2971
|
+
* {@link KnownAppProtocol} can be used interchangeably with AppProtocol,
|
|
2972
|
+
* this enum contains the known values that the service supports.
|
|
2973
|
+
* ### Known values supported by the service
|
|
2974
|
+
* **http** \
|
|
2975
|
+
* **grpc**
|
|
2976
|
+
*/
|
|
2977
|
+
export type AppProtocol = string;
|
|
2978
|
+
/** Known values of {@link LogLevel} that the service accepts. */
|
|
2979
|
+
export declare enum KnownLogLevel {
|
|
2980
|
+
/** Info */
|
|
2981
|
+
Info = "info",
|
|
2982
|
+
/** Debug */
|
|
2983
|
+
Debug = "debug",
|
|
2984
|
+
/** Warn */
|
|
2985
|
+
Warn = "warn",
|
|
2986
|
+
/** Error */
|
|
2987
|
+
Error = "error"
|
|
2988
|
+
}
|
|
2989
|
+
/**
|
|
2990
|
+
* Defines values for LogLevel. \
|
|
2991
|
+
* {@link KnownLogLevel} can be used interchangeably with LogLevel,
|
|
2992
|
+
* this enum contains the known values that the service supports.
|
|
2993
|
+
* ### Known values supported by the service
|
|
2994
|
+
* **info** \
|
|
2995
|
+
* **debug** \
|
|
2996
|
+
* **warn** \
|
|
2997
|
+
* **error**
|
|
2998
|
+
*/
|
|
2999
|
+
export type LogLevel = string;
|
|
3000
|
+
/** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */
|
|
3001
|
+
export declare enum KnownIdentitySettingsLifeCycle {
|
|
3002
|
+
/** Init */
|
|
3003
|
+
Init = "Init",
|
|
3004
|
+
/** Main */
|
|
3005
|
+
Main = "Main",
|
|
3006
|
+
/** None */
|
|
3007
|
+
None = "None",
|
|
3008
|
+
/** All */
|
|
3009
|
+
All = "All"
|
|
3010
|
+
}
|
|
3011
|
+
/**
|
|
3012
|
+
* Defines values for IdentitySettingsLifeCycle. \
|
|
3013
|
+
* {@link KnownIdentitySettingsLifeCycle} can be used interchangeably with IdentitySettingsLifeCycle,
|
|
3014
|
+
* this enum contains the known values that the service supports.
|
|
3015
|
+
* ### Known values supported by the service
|
|
3016
|
+
* **Init** \
|
|
3017
|
+
* **Main** \
|
|
3018
|
+
* **None** \
|
|
3019
|
+
* **All**
|
|
3020
|
+
*/
|
|
3021
|
+
export type IdentitySettingsLifeCycle = string;
|
|
3022
|
+
/** Known values of {@link Scheme} that the service accepts. */
|
|
3023
|
+
export declare enum KnownScheme {
|
|
3024
|
+
/** Http */
|
|
3025
|
+
Http = "HTTP",
|
|
3026
|
+
/** Https */
|
|
3027
|
+
Https = "HTTPS"
|
|
3028
|
+
}
|
|
3029
|
+
/**
|
|
3030
|
+
* Defines values for Scheme. \
|
|
3031
|
+
* {@link KnownScheme} can be used interchangeably with Scheme,
|
|
3032
|
+
* this enum contains the known values that the service supports.
|
|
3033
|
+
* ### Known values supported by the service
|
|
3034
|
+
* **HTTP** \
|
|
3035
|
+
* **HTTPS**
|
|
3036
|
+
*/
|
|
3037
|
+
export type Scheme = string;
|
|
3038
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
3039
|
+
export declare enum KnownType {
|
|
3040
|
+
/** Liveness */
|
|
3041
|
+
Liveness = "Liveness",
|
|
3042
|
+
/** Readiness */
|
|
3043
|
+
Readiness = "Readiness",
|
|
3044
|
+
/** Startup */
|
|
3045
|
+
Startup = "Startup"
|
|
3046
|
+
}
|
|
3047
|
+
/**
|
|
3048
|
+
* Defines values for Type. \
|
|
3049
|
+
* {@link KnownType} can be used interchangeably with Type,
|
|
3050
|
+
* this enum contains the known values that the service supports.
|
|
3051
|
+
* ### Known values supported by the service
|
|
3052
|
+
* **Liveness** \
|
|
3053
|
+
* **Readiness** \
|
|
3054
|
+
* **Startup**
|
|
3055
|
+
*/
|
|
3056
|
+
export type Type = string;
|
|
3057
|
+
/** Known values of {@link StorageType} that the service accepts. */
|
|
3058
|
+
export declare enum KnownStorageType {
|
|
3059
|
+
/** AzureFile */
|
|
3060
|
+
AzureFile = "AzureFile",
|
|
3061
|
+
/** EmptyDir */
|
|
3062
|
+
EmptyDir = "EmptyDir",
|
|
3063
|
+
/** Secret */
|
|
3064
|
+
Secret = "Secret",
|
|
3065
|
+
/** NfsAzureFile */
|
|
3066
|
+
NfsAzureFile = "NfsAzureFile"
|
|
3067
|
+
}
|
|
3068
|
+
/**
|
|
3069
|
+
* Defines values for StorageType. \
|
|
3070
|
+
* {@link KnownStorageType} can be used interchangeably with StorageType,
|
|
3071
|
+
* this enum contains the known values that the service supports.
|
|
3072
|
+
* ### Known values supported by the service
|
|
3073
|
+
* **AzureFile** \
|
|
3074
|
+
* **EmptyDir** \
|
|
3075
|
+
* **Secret** \
|
|
3076
|
+
* **NfsAzureFile**
|
|
3077
|
+
*/
|
|
3078
|
+
export type StorageType = string;
|
|
3079
|
+
/** Known values of {@link RevisionHealthState} that the service accepts. */
|
|
3080
|
+
export declare enum KnownRevisionHealthState {
|
|
3081
|
+
/** Healthy */
|
|
3082
|
+
Healthy = "Healthy",
|
|
3083
|
+
/** Unhealthy */
|
|
3084
|
+
Unhealthy = "Unhealthy",
|
|
3085
|
+
/** None */
|
|
3086
|
+
None = "None"
|
|
3087
|
+
}
|
|
3088
|
+
/**
|
|
3089
|
+
* Defines values for RevisionHealthState. \
|
|
3090
|
+
* {@link KnownRevisionHealthState} can be used interchangeably with RevisionHealthState,
|
|
3091
|
+
* this enum contains the known values that the service supports.
|
|
3092
|
+
* ### Known values supported by the service
|
|
3093
|
+
* **Healthy** \
|
|
3094
|
+
* **Unhealthy** \
|
|
3095
|
+
* **None**
|
|
3096
|
+
*/
|
|
3097
|
+
export type RevisionHealthState = string;
|
|
3098
|
+
/** Known values of {@link RevisionProvisioningState} that the service accepts. */
|
|
3099
|
+
export declare enum KnownRevisionProvisioningState {
|
|
3100
|
+
/** Provisioning */
|
|
3101
|
+
Provisioning = "Provisioning",
|
|
3102
|
+
/** Provisioned */
|
|
3103
|
+
Provisioned = "Provisioned",
|
|
3104
|
+
/** Failed */
|
|
3105
|
+
Failed = "Failed",
|
|
3106
|
+
/** Deprovisioning */
|
|
3107
|
+
Deprovisioning = "Deprovisioning",
|
|
3108
|
+
/** Deprovisioned */
|
|
3109
|
+
Deprovisioned = "Deprovisioned"
|
|
3110
|
+
}
|
|
3111
|
+
/**
|
|
3112
|
+
* Defines values for RevisionProvisioningState. \
|
|
3113
|
+
* {@link KnownRevisionProvisioningState} can be used interchangeably with RevisionProvisioningState,
|
|
3114
|
+
* this enum contains the known values that the service supports.
|
|
3115
|
+
* ### Known values supported by the service
|
|
3116
|
+
* **Provisioning** \
|
|
3117
|
+
* **Provisioned** \
|
|
3118
|
+
* **Failed** \
|
|
3119
|
+
* **Deprovisioning** \
|
|
3120
|
+
* **Deprovisioned**
|
|
3121
|
+
*/
|
|
3122
|
+
export type RevisionProvisioningState = string;
|
|
3123
|
+
/** Known values of {@link RevisionRunningState} that the service accepts. */
|
|
3124
|
+
export declare enum KnownRevisionRunningState {
|
|
3125
|
+
/** Running */
|
|
3126
|
+
Running = "Running",
|
|
3127
|
+
/** Processing */
|
|
3128
|
+
Processing = "Processing",
|
|
3129
|
+
/** Stopped */
|
|
3130
|
+
Stopped = "Stopped",
|
|
3131
|
+
/** Degraded */
|
|
3132
|
+
Degraded = "Degraded",
|
|
3133
|
+
/** Failed */
|
|
3134
|
+
Failed = "Failed",
|
|
3135
|
+
/** Unknown */
|
|
3136
|
+
Unknown = "Unknown"
|
|
3137
|
+
}
|
|
3138
|
+
/**
|
|
3139
|
+
* Defines values for RevisionRunningState. \
|
|
3140
|
+
* {@link KnownRevisionRunningState} can be used interchangeably with RevisionRunningState,
|
|
3141
|
+
* this enum contains the known values that the service supports.
|
|
3142
|
+
* ### Known values supported by the service
|
|
3143
|
+
* **Running** \
|
|
3144
|
+
* **Processing** \
|
|
3145
|
+
* **Stopped** \
|
|
3146
|
+
* **Degraded** \
|
|
3147
|
+
* **Failed** \
|
|
3148
|
+
* **Unknown**
|
|
3149
|
+
*/
|
|
3150
|
+
export type RevisionRunningState = string;
|
|
3151
|
+
/** Known values of {@link ContainerAppReplicaRunningState} that the service accepts. */
|
|
3152
|
+
export declare enum KnownContainerAppReplicaRunningState {
|
|
3153
|
+
/** Running */
|
|
3154
|
+
Running = "Running",
|
|
3155
|
+
/** NotRunning */
|
|
3156
|
+
NotRunning = "NotRunning",
|
|
3157
|
+
/** Unknown */
|
|
3158
|
+
Unknown = "Unknown"
|
|
3159
|
+
}
|
|
3160
|
+
/**
|
|
3161
|
+
* Defines values for ContainerAppReplicaRunningState. \
|
|
3162
|
+
* {@link KnownContainerAppReplicaRunningState} can be used interchangeably with ContainerAppReplicaRunningState,
|
|
3163
|
+
* this enum contains the known values that the service supports.
|
|
3164
|
+
* ### Known values supported by the service
|
|
3165
|
+
* **Running** \
|
|
3166
|
+
* **NotRunning** \
|
|
3167
|
+
* **Unknown**
|
|
3168
|
+
*/
|
|
3169
|
+
export type ContainerAppReplicaRunningState = string;
|
|
3170
|
+
/** Known values of {@link ContainerAppContainerRunningState} that the service accepts. */
|
|
3171
|
+
export declare enum KnownContainerAppContainerRunningState {
|
|
3172
|
+
/** Running */
|
|
3173
|
+
Running = "Running",
|
|
3174
|
+
/** Terminated */
|
|
3175
|
+
Terminated = "Terminated",
|
|
3176
|
+
/** Waiting */
|
|
3177
|
+
Waiting = "Waiting"
|
|
3178
|
+
}
|
|
3179
|
+
/**
|
|
3180
|
+
* Defines values for ContainerAppContainerRunningState. \
|
|
3181
|
+
* {@link KnownContainerAppContainerRunningState} can be used interchangeably with ContainerAppContainerRunningState,
|
|
3182
|
+
* this enum contains the known values that the service supports.
|
|
3183
|
+
* ### Known values supported by the service
|
|
3184
|
+
* **Running** \
|
|
3185
|
+
* **Terminated** \
|
|
3186
|
+
* **Waiting**
|
|
3187
|
+
*/
|
|
3188
|
+
export type ContainerAppContainerRunningState = string;
|
|
3189
|
+
/** Known values of {@link EnvironmentProvisioningState} that the service accepts. */
|
|
3190
|
+
export declare enum KnownEnvironmentProvisioningState {
|
|
3191
|
+
/** Succeeded */
|
|
3192
|
+
Succeeded = "Succeeded",
|
|
3193
|
+
/** Failed */
|
|
3194
|
+
Failed = "Failed",
|
|
3195
|
+
/** Canceled */
|
|
3196
|
+
Canceled = "Canceled",
|
|
3197
|
+
/** Waiting */
|
|
3198
|
+
Waiting = "Waiting",
|
|
3199
|
+
/** InitializationInProgress */
|
|
3200
|
+
InitializationInProgress = "InitializationInProgress",
|
|
3201
|
+
/** InfrastructureSetupInProgress */
|
|
3202
|
+
InfrastructureSetupInProgress = "InfrastructureSetupInProgress",
|
|
3203
|
+
/** InfrastructureSetupComplete */
|
|
3204
|
+
InfrastructureSetupComplete = "InfrastructureSetupComplete",
|
|
3205
|
+
/** ScheduledForDelete */
|
|
3206
|
+
ScheduledForDelete = "ScheduledForDelete",
|
|
3207
|
+
/** UpgradeRequested */
|
|
3208
|
+
UpgradeRequested = "UpgradeRequested",
|
|
3209
|
+
/** UpgradeFailed */
|
|
3210
|
+
UpgradeFailed = "UpgradeFailed"
|
|
3211
|
+
}
|
|
3212
|
+
/**
|
|
3213
|
+
* Defines values for EnvironmentProvisioningState. \
|
|
3214
|
+
* {@link KnownEnvironmentProvisioningState} can be used interchangeably with EnvironmentProvisioningState,
|
|
3215
|
+
* this enum contains the known values that the service supports.
|
|
3216
|
+
* ### Known values supported by the service
|
|
3217
|
+
* **Succeeded** \
|
|
3218
|
+
* **Failed** \
|
|
3219
|
+
* **Canceled** \
|
|
3220
|
+
* **Waiting** \
|
|
3221
|
+
* **InitializationInProgress** \
|
|
3222
|
+
* **InfrastructureSetupInProgress** \
|
|
3223
|
+
* **InfrastructureSetupComplete** \
|
|
3224
|
+
* **ScheduledForDelete** \
|
|
3225
|
+
* **UpgradeRequested** \
|
|
3226
|
+
* **UpgradeFailed**
|
|
3227
|
+
*/
|
|
3228
|
+
export type EnvironmentProvisioningState = string;
|
|
3229
|
+
/** Known values of {@link JobProvisioningState} that the service accepts. */
|
|
3230
|
+
export declare enum KnownJobProvisioningState {
|
|
3231
|
+
/** InProgress */
|
|
3232
|
+
InProgress = "InProgress",
|
|
3233
|
+
/** Succeeded */
|
|
3234
|
+
Succeeded = "Succeeded",
|
|
3235
|
+
/** Failed */
|
|
3236
|
+
Failed = "Failed",
|
|
3237
|
+
/** Canceled */
|
|
3238
|
+
Canceled = "Canceled",
|
|
3239
|
+
/** Deleting */
|
|
3240
|
+
Deleting = "Deleting"
|
|
3241
|
+
}
|
|
3242
|
+
/**
|
|
3243
|
+
* Defines values for JobProvisioningState. \
|
|
3244
|
+
* {@link KnownJobProvisioningState} can be used interchangeably with JobProvisioningState,
|
|
3245
|
+
* this enum contains the known values that the service supports.
|
|
3246
|
+
* ### Known values supported by the service
|
|
3247
|
+
* **InProgress** \
|
|
3248
|
+
* **Succeeded** \
|
|
3249
|
+
* **Failed** \
|
|
3250
|
+
* **Canceled** \
|
|
3251
|
+
* **Deleting**
|
|
3252
|
+
*/
|
|
3253
|
+
export type JobProvisioningState = string;
|
|
3254
|
+
/** Known values of {@link TriggerType} that the service accepts. */
|
|
3255
|
+
export declare enum KnownTriggerType {
|
|
3256
|
+
/** Schedule */
|
|
3257
|
+
Schedule = "Schedule",
|
|
3258
|
+
/** Event */
|
|
3259
|
+
Event = "Event",
|
|
3260
|
+
/** Manual */
|
|
3261
|
+
Manual = "Manual"
|
|
3262
|
+
}
|
|
3263
|
+
/**
|
|
3264
|
+
* Defines values for TriggerType. \
|
|
3265
|
+
* {@link KnownTriggerType} can be used interchangeably with TriggerType,
|
|
3266
|
+
* this enum contains the known values that the service supports.
|
|
3267
|
+
* ### Known values supported by the service
|
|
3268
|
+
* **Schedule** \
|
|
3269
|
+
* **Event** \
|
|
3270
|
+
* **Manual**
|
|
3271
|
+
*/
|
|
3272
|
+
export type TriggerType = string;
|
|
3273
|
+
/** Known values of {@link JavaComponentType} that the service accepts. */
|
|
3274
|
+
export declare enum KnownJavaComponentType {
|
|
3275
|
+
/** SpringBootAdmin */
|
|
3276
|
+
SpringBootAdmin = "SpringBootAdmin",
|
|
3277
|
+
/** SpringCloudEureka */
|
|
3278
|
+
SpringCloudEureka = "SpringCloudEureka",
|
|
3279
|
+
/** SpringCloudConfig */
|
|
3280
|
+
SpringCloudConfig = "SpringCloudConfig"
|
|
3281
|
+
}
|
|
3282
|
+
/**
|
|
3283
|
+
* Defines values for JavaComponentType. \
|
|
3284
|
+
* {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,
|
|
3285
|
+
* this enum contains the known values that the service supports.
|
|
3286
|
+
* ### Known values supported by the service
|
|
3287
|
+
* **SpringBootAdmin** \
|
|
3288
|
+
* **SpringCloudEureka** \
|
|
3289
|
+
* **SpringCloudConfig**
|
|
3290
|
+
*/
|
|
3291
|
+
export type JavaComponentType = string;
|
|
3292
|
+
/** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
|
|
3293
|
+
export declare enum KnownJavaComponentProvisioningState {
|
|
3294
|
+
/** Succeeded */
|
|
3295
|
+
Succeeded = "Succeeded",
|
|
3296
|
+
/** Failed */
|
|
3297
|
+
Failed = "Failed",
|
|
3298
|
+
/** Canceled */
|
|
3299
|
+
Canceled = "Canceled",
|
|
3300
|
+
/** Deleting */
|
|
3301
|
+
Deleting = "Deleting",
|
|
3302
|
+
/** InProgress */
|
|
3303
|
+
InProgress = "InProgress"
|
|
3304
|
+
}
|
|
3305
|
+
/**
|
|
3306
|
+
* Defines values for JavaComponentProvisioningState. \
|
|
3307
|
+
* {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,
|
|
3308
|
+
* this enum contains the known values that the service supports.
|
|
3309
|
+
* ### Known values supported by the service
|
|
3310
|
+
* **Succeeded** \
|
|
3311
|
+
* **Failed** \
|
|
3312
|
+
* **Canceled** \
|
|
3313
|
+
* **Deleting** \
|
|
3314
|
+
* **InProgress**
|
|
3315
|
+
*/
|
|
3316
|
+
export type JavaComponentProvisioningState = string;
|
|
3317
|
+
/** Known values of {@link JobExecutionRunningState} that the service accepts. */
|
|
3318
|
+
export declare enum KnownJobExecutionRunningState {
|
|
3319
|
+
/** Running */
|
|
3320
|
+
Running = "Running",
|
|
3321
|
+
/** Processing */
|
|
3322
|
+
Processing = "Processing",
|
|
3323
|
+
/** Stopped */
|
|
3324
|
+
Stopped = "Stopped",
|
|
3325
|
+
/** Degraded */
|
|
3326
|
+
Degraded = "Degraded",
|
|
3327
|
+
/** Failed */
|
|
3328
|
+
Failed = "Failed",
|
|
3329
|
+
/** Unknown */
|
|
3330
|
+
Unknown = "Unknown",
|
|
3331
|
+
/** Succeeded */
|
|
3332
|
+
Succeeded = "Succeeded"
|
|
3333
|
+
}
|
|
3334
|
+
/**
|
|
3335
|
+
* Defines values for JobExecutionRunningState. \
|
|
3336
|
+
* {@link KnownJobExecutionRunningState} can be used interchangeably with JobExecutionRunningState,
|
|
3337
|
+
* this enum contains the known values that the service supports.
|
|
3338
|
+
* ### Known values supported by the service
|
|
3339
|
+
* **Running** \
|
|
3340
|
+
* **Processing** \
|
|
3341
|
+
* **Stopped** \
|
|
3342
|
+
* **Degraded** \
|
|
3343
|
+
* **Failed** \
|
|
3344
|
+
* **Unknown** \
|
|
3345
|
+
* **Succeeded**
|
|
3346
|
+
*/
|
|
3347
|
+
export type JobExecutionRunningState = string;
|
|
3348
|
+
/** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */
|
|
3349
|
+
export declare enum KnownManagedCertificateDomainControlValidation {
|
|
3350
|
+
/** Cname */
|
|
3351
|
+
Cname = "CNAME",
|
|
3352
|
+
/** Http */
|
|
3353
|
+
Http = "HTTP",
|
|
3354
|
+
/** TXT */
|
|
3355
|
+
TXT = "TXT"
|
|
3356
|
+
}
|
|
3357
|
+
/**
|
|
3358
|
+
* Defines values for ManagedCertificateDomainControlValidation. \
|
|
3359
|
+
* {@link KnownManagedCertificateDomainControlValidation} can be used interchangeably with ManagedCertificateDomainControlValidation,
|
|
3360
|
+
* this enum contains the known values that the service supports.
|
|
3361
|
+
* ### Known values supported by the service
|
|
3362
|
+
* **CNAME** \
|
|
3363
|
+
* **HTTP** \
|
|
3364
|
+
* **TXT**
|
|
3365
|
+
*/
|
|
3366
|
+
export type ManagedCertificateDomainControlValidation = string;
|
|
3367
|
+
/** Known values of {@link ContainerType} that the service accepts. */
|
|
3368
|
+
export declare enum KnownContainerType {
|
|
3369
|
+
/** CustomContainer */
|
|
3370
|
+
CustomContainer = "CustomContainer",
|
|
3371
|
+
/** PythonLTS */
|
|
3372
|
+
PythonLTS = "PythonLTS"
|
|
3373
|
+
}
|
|
3374
|
+
/**
|
|
3375
|
+
* Defines values for ContainerType. \
|
|
3376
|
+
* {@link KnownContainerType} can be used interchangeably with ContainerType,
|
|
3377
|
+
* this enum contains the known values that the service supports.
|
|
3378
|
+
* ### Known values supported by the service
|
|
3379
|
+
* **CustomContainer** \
|
|
3380
|
+
* **PythonLTS**
|
|
3381
|
+
*/
|
|
3382
|
+
export type ContainerType = string;
|
|
3383
|
+
/** Known values of {@link PoolManagementType} that the service accepts. */
|
|
3384
|
+
export declare enum KnownPoolManagementType {
|
|
3385
|
+
/** Manual */
|
|
3386
|
+
Manual = "Manual",
|
|
3387
|
+
/** Dynamic */
|
|
3388
|
+
Dynamic = "Dynamic"
|
|
3389
|
+
}
|
|
3390
|
+
/**
|
|
3391
|
+
* Defines values for PoolManagementType. \
|
|
3392
|
+
* {@link KnownPoolManagementType} can be used interchangeably with PoolManagementType,
|
|
3393
|
+
* this enum contains the known values that the service supports.
|
|
3394
|
+
* ### Known values supported by the service
|
|
3395
|
+
* **Manual** \
|
|
3396
|
+
* **Dynamic**
|
|
3397
|
+
*/
|
|
3398
|
+
export type PoolManagementType = string;
|
|
3399
|
+
/** Known values of {@link LifecycleType} that the service accepts. */
|
|
3400
|
+
export declare enum KnownLifecycleType {
|
|
3401
|
+
/** Timed */
|
|
3402
|
+
Timed = "Timed",
|
|
3403
|
+
/** OnContainerExit */
|
|
3404
|
+
OnContainerExit = "OnContainerExit"
|
|
3405
|
+
}
|
|
3406
|
+
/**
|
|
3407
|
+
* Defines values for LifecycleType. \
|
|
3408
|
+
* {@link KnownLifecycleType} can be used interchangeably with LifecycleType,
|
|
3409
|
+
* this enum contains the known values that the service supports.
|
|
3410
|
+
* ### Known values supported by the service
|
|
3411
|
+
* **Timed** \
|
|
3412
|
+
* **OnContainerExit**
|
|
3413
|
+
*/
|
|
3414
|
+
export type LifecycleType = string;
|
|
3415
|
+
/** Known values of {@link SessionNetworkStatus} that the service accepts. */
|
|
3416
|
+
export declare enum KnownSessionNetworkStatus {
|
|
3417
|
+
/** EgressEnabled */
|
|
3418
|
+
EgressEnabled = "EgressEnabled",
|
|
3419
|
+
/** EgressDisabled */
|
|
3420
|
+
EgressDisabled = "EgressDisabled"
|
|
3421
|
+
}
|
|
3422
|
+
/**
|
|
3423
|
+
* Defines values for SessionNetworkStatus. \
|
|
3424
|
+
* {@link KnownSessionNetworkStatus} can be used interchangeably with SessionNetworkStatus,
|
|
3425
|
+
* this enum contains the known values that the service supports.
|
|
3426
|
+
* ### Known values supported by the service
|
|
3427
|
+
* **EgressEnabled** \
|
|
3428
|
+
* **EgressDisabled**
|
|
3429
|
+
*/
|
|
3430
|
+
export type SessionNetworkStatus = string;
|
|
3431
|
+
/** Known values of {@link SessionPoolProvisioningState} that the service accepts. */
|
|
3432
|
+
export declare enum KnownSessionPoolProvisioningState {
|
|
3433
|
+
/** InProgress */
|
|
3434
|
+
InProgress = "InProgress",
|
|
3435
|
+
/** Succeeded */
|
|
3436
|
+
Succeeded = "Succeeded",
|
|
3437
|
+
/** Failed */
|
|
3438
|
+
Failed = "Failed",
|
|
3439
|
+
/** Canceled */
|
|
3440
|
+
Canceled = "Canceled",
|
|
3441
|
+
/** Deleting */
|
|
3442
|
+
Deleting = "Deleting"
|
|
3443
|
+
}
|
|
3444
|
+
/**
|
|
3445
|
+
* Defines values for SessionPoolProvisioningState. \
|
|
3446
|
+
* {@link KnownSessionPoolProvisioningState} can be used interchangeably with SessionPoolProvisioningState,
|
|
3447
|
+
* this enum contains the known values that the service supports.
|
|
3448
|
+
* ### Known values supported by the service
|
|
3449
|
+
* **InProgress** \
|
|
3450
|
+
* **Succeeded** \
|
|
3451
|
+
* **Failed** \
|
|
3452
|
+
* **Canceled** \
|
|
3453
|
+
* **Deleting**
|
|
3454
|
+
*/
|
|
3455
|
+
export type SessionPoolProvisioningState = string;
|
|
3456
|
+
/** Known values of {@link SourceControlOperationState} that the service accepts. */
|
|
3457
|
+
export declare enum KnownSourceControlOperationState {
|
|
3458
|
+
/** InProgress */
|
|
3459
|
+
InProgress = "InProgress",
|
|
3460
|
+
/** Succeeded */
|
|
3461
|
+
Succeeded = "Succeeded",
|
|
3462
|
+
/** Failed */
|
|
3463
|
+
Failed = "Failed",
|
|
3464
|
+
/** Canceled */
|
|
3465
|
+
Canceled = "Canceled"
|
|
3466
|
+
}
|
|
3467
|
+
/**
|
|
3468
|
+
* Defines values for SourceControlOperationState. \
|
|
3469
|
+
* {@link KnownSourceControlOperationState} can be used interchangeably with SourceControlOperationState,
|
|
3470
|
+
* this enum contains the known values that the service supports.
|
|
3471
|
+
* ### Known values supported by the service
|
|
3472
|
+
* **InProgress** \
|
|
3473
|
+
* **Succeeded** \
|
|
3474
|
+
* **Failed** \
|
|
3475
|
+
* **Canceled**
|
|
3476
|
+
*/
|
|
3477
|
+
export type SourceControlOperationState = string;
|
|
3478
|
+
/** Defines values for UnauthenticatedClientActionV2. */
|
|
3479
|
+
export type UnauthenticatedClientActionV2 = "RedirectToLoginPage" | "AllowAnonymous" | "Return401" | "Return403";
|
|
3480
|
+
/** Defines values for CookieExpirationConvention. */
|
|
3481
|
+
export type CookieExpirationConvention = "FixedTime" | "IdentityProviderDerived";
|
|
3482
|
+
/** Defines values for ForwardProxyConvention. */
|
|
3483
|
+
export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
|
|
3484
|
+
/** Defines values for DnsVerificationTestResult. */
|
|
3485
|
+
export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
3486
|
+
/** Optional parameters. */
|
|
3487
|
+
export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
3488
|
+
}
|
|
3489
|
+
/** Contains response data for the listByContainerApp operation. */
|
|
3490
|
+
export type ContainerAppsAuthConfigsListByContainerAppResponse = AuthConfigCollection;
|
|
3491
|
+
/** Optional parameters. */
|
|
3492
|
+
export interface ContainerAppsAuthConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
3493
|
+
}
|
|
3494
|
+
/** Contains response data for the get operation. */
|
|
3495
|
+
export type ContainerAppsAuthConfigsGetResponse = AuthConfig;
|
|
3496
|
+
/** Optional parameters. */
|
|
3497
|
+
export interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3498
|
+
}
|
|
3499
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3500
|
+
export type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;
|
|
3501
|
+
/** Optional parameters. */
|
|
3502
|
+
export interface ContainerAppsAuthConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3503
|
+
}
|
|
3504
|
+
/** Optional parameters. */
|
|
3505
|
+
export interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
3506
|
+
}
|
|
3507
|
+
/** Contains response data for the listByContainerAppNext operation. */
|
|
3508
|
+
export type ContainerAppsAuthConfigsListByContainerAppNextResponse = AuthConfigCollection;
|
|
3509
|
+
/** Optional parameters. */
|
|
3510
|
+
export interface AvailableWorkloadProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
3511
|
+
}
|
|
3512
|
+
/** Contains response data for the get operation. */
|
|
3513
|
+
export type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
|
|
3514
|
+
/** Optional parameters. */
|
|
3515
|
+
export interface AvailableWorkloadProfilesGetNextOptionalParams extends coreClient.OperationOptions {
|
|
3516
|
+
}
|
|
3517
|
+
/** Contains response data for the getNext operation. */
|
|
3518
|
+
export type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
|
|
3519
|
+
/** Optional parameters. */
|
|
3520
|
+
export interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {
|
|
3521
|
+
}
|
|
3522
|
+
/** Contains response data for the get operation. */
|
|
3523
|
+
export type BillingMetersGetResponse = BillingMeterCollection;
|
|
3524
|
+
/** Optional parameters. */
|
|
3525
|
+
export interface ConnectedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3526
|
+
}
|
|
3527
|
+
/** Contains response data for the listBySubscription operation. */
|
|
3528
|
+
export type ConnectedEnvironmentsListBySubscriptionResponse = ConnectedEnvironmentCollection;
|
|
3529
|
+
/** Optional parameters. */
|
|
3530
|
+
export interface ConnectedEnvironmentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3531
|
+
}
|
|
3532
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3533
|
+
export type ConnectedEnvironmentsListByResourceGroupResponse = ConnectedEnvironmentCollection;
|
|
3534
|
+
/** Optional parameters. */
|
|
3535
|
+
export interface ConnectedEnvironmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
3536
|
+
}
|
|
3537
|
+
/** Contains response data for the get operation. */
|
|
3538
|
+
export type ConnectedEnvironmentsGetResponse = ConnectedEnvironment;
|
|
3539
|
+
/** Optional parameters. */
|
|
3540
|
+
export interface ConnectedEnvironmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3541
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3542
|
+
updateIntervalInMs?: number;
|
|
3543
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3544
|
+
resumeFrom?: string;
|
|
3545
|
+
}
|
|
3546
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3547
|
+
export type ConnectedEnvironmentsCreateOrUpdateResponse = ConnectedEnvironment;
|
|
3548
|
+
/** Optional parameters. */
|
|
3549
|
+
export interface ConnectedEnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3550
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3551
|
+
updateIntervalInMs?: number;
|
|
3552
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3553
|
+
resumeFrom?: string;
|
|
3554
|
+
}
|
|
3555
|
+
/** Optional parameters. */
|
|
3556
|
+
export interface ConnectedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3557
|
+
}
|
|
3558
|
+
/** Contains response data for the update operation. */
|
|
3559
|
+
export type ConnectedEnvironmentsUpdateResponse = ConnectedEnvironment;
|
|
3560
|
+
/** Optional parameters. */
|
|
3561
|
+
export interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
3562
|
+
}
|
|
3563
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
3564
|
+
export type ConnectedEnvironmentsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
3565
|
+
/** Optional parameters. */
|
|
3566
|
+
export interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3567
|
+
}
|
|
3568
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3569
|
+
export type ConnectedEnvironmentsListBySubscriptionNextResponse = ConnectedEnvironmentCollection;
|
|
3570
|
+
/** Optional parameters. */
|
|
3571
|
+
export interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3572
|
+
}
|
|
3573
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3574
|
+
export type ConnectedEnvironmentsListByResourceGroupNextResponse = ConnectedEnvironmentCollection;
|
|
3575
|
+
/** Optional parameters. */
|
|
3576
|
+
export interface ConnectedEnvironmentsCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
3577
|
+
}
|
|
3578
|
+
/** Contains response data for the list operation. */
|
|
3579
|
+
export type ConnectedEnvironmentsCertificatesListResponse = CertificateCollection;
|
|
3580
|
+
/** Optional parameters. */
|
|
3581
|
+
export interface ConnectedEnvironmentsCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
3582
|
+
}
|
|
3583
|
+
/** Contains response data for the get operation. */
|
|
3584
|
+
export type ConnectedEnvironmentsCertificatesGetResponse = Certificate;
|
|
3585
|
+
/** Optional parameters. */
|
|
3586
|
+
export interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3587
|
+
/** Certificate to be created or updated */
|
|
3588
|
+
certificateEnvelope?: Certificate;
|
|
3589
|
+
}
|
|
3590
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3591
|
+
export type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse = Certificate;
|
|
3592
|
+
/** Optional parameters. */
|
|
3593
|
+
export interface ConnectedEnvironmentsCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3594
|
+
}
|
|
3595
|
+
/** Optional parameters. */
|
|
3596
|
+
export interface ConnectedEnvironmentsCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3597
|
+
}
|
|
3598
|
+
/** Contains response data for the update operation. */
|
|
3599
|
+
export type ConnectedEnvironmentsCertificatesUpdateResponse = Certificate;
|
|
3600
|
+
/** Optional parameters. */
|
|
3601
|
+
export interface ConnectedEnvironmentsCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3602
|
+
}
|
|
3603
|
+
/** Contains response data for the listNext operation. */
|
|
3604
|
+
export type ConnectedEnvironmentsCertificatesListNextResponse = CertificateCollection;
|
|
3605
|
+
/** Optional parameters. */
|
|
3606
|
+
export interface ConnectedEnvironmentsDaprComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
3607
|
+
}
|
|
3608
|
+
/** Contains response data for the list operation. */
|
|
3609
|
+
export type ConnectedEnvironmentsDaprComponentsListResponse = DaprComponentsCollection;
|
|
3610
|
+
/** Optional parameters. */
|
|
3611
|
+
export interface ConnectedEnvironmentsDaprComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
3612
|
+
}
|
|
3613
|
+
/** Contains response data for the get operation. */
|
|
3614
|
+
export type ConnectedEnvironmentsDaprComponentsGetResponse = DaprComponent;
|
|
3615
|
+
/** Optional parameters. */
|
|
3616
|
+
export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3617
|
+
}
|
|
3618
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3619
|
+
export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse = DaprComponent;
|
|
3620
|
+
/** Optional parameters. */
|
|
3621
|
+
export interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3622
|
+
}
|
|
3623
|
+
/** Optional parameters. */
|
|
3624
|
+
export interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
3625
|
+
}
|
|
3626
|
+
/** Contains response data for the listSecrets operation. */
|
|
3627
|
+
export type ConnectedEnvironmentsDaprComponentsListSecretsResponse = DaprSecretsCollection;
|
|
3628
|
+
/** Optional parameters. */
|
|
3629
|
+
export interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3630
|
+
}
|
|
3631
|
+
/** Contains response data for the listNext operation. */
|
|
3632
|
+
export type ConnectedEnvironmentsDaprComponentsListNextResponse = DaprComponentsCollection;
|
|
3633
|
+
/** Optional parameters. */
|
|
3634
|
+
export interface ConnectedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
|
|
3635
|
+
}
|
|
3636
|
+
/** Contains response data for the list operation. */
|
|
3637
|
+
export type ConnectedEnvironmentsStoragesListResponse = ConnectedEnvironmentStoragesCollection;
|
|
3638
|
+
/** Optional parameters. */
|
|
3639
|
+
export interface ConnectedEnvironmentsStoragesGetOptionalParams extends coreClient.OperationOptions {
|
|
3640
|
+
}
|
|
3641
|
+
/** Contains response data for the get operation. */
|
|
3642
|
+
export type ConnectedEnvironmentsStoragesGetResponse = ConnectedEnvironmentStorage;
|
|
3643
|
+
/** Optional parameters. */
|
|
3644
|
+
export interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3645
|
+
}
|
|
3646
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3647
|
+
export type ConnectedEnvironmentsStoragesCreateOrUpdateResponse = ConnectedEnvironmentStorage;
|
|
3648
|
+
/** Optional parameters. */
|
|
3649
|
+
export interface ConnectedEnvironmentsStoragesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3650
|
+
}
|
|
3651
|
+
/** Optional parameters. */
|
|
3652
|
+
export interface ContainerAppsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3653
|
+
}
|
|
3654
|
+
/** Contains response data for the listBySubscription operation. */
|
|
3655
|
+
export type ContainerAppsListBySubscriptionResponse = ContainerAppCollection;
|
|
3656
|
+
/** Optional parameters. */
|
|
3657
|
+
export interface ContainerAppsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3658
|
+
}
|
|
3659
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3660
|
+
export type ContainerAppsListByResourceGroupResponse = ContainerAppCollection;
|
|
3661
|
+
/** Optional parameters. */
|
|
3662
|
+
export interface ContainerAppsGetOptionalParams extends coreClient.OperationOptions {
|
|
3663
|
+
}
|
|
3664
|
+
/** Contains response data for the get operation. */
|
|
3665
|
+
export type ContainerAppsGetResponse = ContainerApp;
|
|
3666
|
+
/** Optional parameters. */
|
|
3667
|
+
export interface ContainerAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3668
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3669
|
+
updateIntervalInMs?: number;
|
|
3670
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3671
|
+
resumeFrom?: string;
|
|
3672
|
+
}
|
|
3673
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3674
|
+
export type ContainerAppsCreateOrUpdateResponse = ContainerApp;
|
|
3675
|
+
/** Optional parameters. */
|
|
3676
|
+
export interface ContainerAppsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3677
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3678
|
+
updateIntervalInMs?: number;
|
|
3679
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3680
|
+
resumeFrom?: string;
|
|
3681
|
+
}
|
|
3682
|
+
/** Optional parameters. */
|
|
3683
|
+
export interface ContainerAppsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3684
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3685
|
+
updateIntervalInMs?: number;
|
|
3686
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3687
|
+
resumeFrom?: string;
|
|
3688
|
+
}
|
|
3689
|
+
/** Contains response data for the update operation. */
|
|
3690
|
+
export type ContainerAppsUpdateResponse = ContainerApp;
|
|
3691
|
+
/** Optional parameters. */
|
|
3692
|
+
export interface ContainerAppsListCustomHostNameAnalysisOptionalParams extends coreClient.OperationOptions {
|
|
3693
|
+
/** Custom hostname. */
|
|
3694
|
+
customHostname?: string;
|
|
3695
|
+
}
|
|
3696
|
+
/** Contains response data for the listCustomHostNameAnalysis operation. */
|
|
3697
|
+
export type ContainerAppsListCustomHostNameAnalysisResponse = CustomHostnameAnalysisResult;
|
|
3698
|
+
/** Optional parameters. */
|
|
3699
|
+
export interface ContainerAppsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
3700
|
+
}
|
|
3701
|
+
/** Contains response data for the listSecrets operation. */
|
|
3702
|
+
export type ContainerAppsListSecretsResponse = SecretsCollection;
|
|
3703
|
+
/** Optional parameters. */
|
|
3704
|
+
export interface ContainerAppsGetAuthTokenOptionalParams extends coreClient.OperationOptions {
|
|
3705
|
+
}
|
|
3706
|
+
/** Contains response data for the getAuthToken operation. */
|
|
3707
|
+
export type ContainerAppsGetAuthTokenResponse = ContainerAppAuthToken;
|
|
3708
|
+
/** Optional parameters. */
|
|
3709
|
+
export interface ContainerAppsStartOptionalParams extends coreClient.OperationOptions {
|
|
3710
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3711
|
+
updateIntervalInMs?: number;
|
|
3712
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3713
|
+
resumeFrom?: string;
|
|
3714
|
+
}
|
|
3715
|
+
/** Contains response data for the start operation. */
|
|
3716
|
+
export type ContainerAppsStartResponse = ContainerApp;
|
|
3717
|
+
/** Optional parameters. */
|
|
3718
|
+
export interface ContainerAppsStopOptionalParams extends coreClient.OperationOptions {
|
|
3719
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3720
|
+
updateIntervalInMs?: number;
|
|
3721
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3722
|
+
resumeFrom?: string;
|
|
3723
|
+
}
|
|
3724
|
+
/** Contains response data for the stop operation. */
|
|
3725
|
+
export type ContainerAppsStopResponse = ContainerApp;
|
|
3726
|
+
/** Optional parameters. */
|
|
3727
|
+
export interface ContainerAppsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3728
|
+
}
|
|
3729
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3730
|
+
export type ContainerAppsListBySubscriptionNextResponse = ContainerAppCollection;
|
|
3731
|
+
/** Optional parameters. */
|
|
3732
|
+
export interface ContainerAppsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3733
|
+
}
|
|
3734
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3735
|
+
export type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;
|
|
3736
|
+
/** Optional parameters. */
|
|
3737
|
+
export interface ContainerAppsRevisionsListRevisionsOptionalParams extends coreClient.OperationOptions {
|
|
3738
|
+
/** The filter to apply on the operation. */
|
|
3739
|
+
filter?: string;
|
|
3740
|
+
}
|
|
3741
|
+
/** Contains response data for the listRevisions operation. */
|
|
3742
|
+
export type ContainerAppsRevisionsListRevisionsResponse = RevisionCollection;
|
|
3743
|
+
/** Optional parameters. */
|
|
3744
|
+
export interface ContainerAppsRevisionsGetRevisionOptionalParams extends coreClient.OperationOptions {
|
|
3745
|
+
}
|
|
3746
|
+
/** Contains response data for the getRevision operation. */
|
|
3747
|
+
export type ContainerAppsRevisionsGetRevisionResponse = Revision;
|
|
3748
|
+
/** Optional parameters. */
|
|
3749
|
+
export interface ContainerAppsRevisionsActivateRevisionOptionalParams extends coreClient.OperationOptions {
|
|
3750
|
+
}
|
|
3751
|
+
/** Optional parameters. */
|
|
3752
|
+
export interface ContainerAppsRevisionsDeactivateRevisionOptionalParams extends coreClient.OperationOptions {
|
|
3753
|
+
}
|
|
3754
|
+
/** Optional parameters. */
|
|
3755
|
+
export interface ContainerAppsRevisionsRestartRevisionOptionalParams extends coreClient.OperationOptions {
|
|
3756
|
+
}
|
|
3757
|
+
/** Optional parameters. */
|
|
3758
|
+
export interface ContainerAppsRevisionsListRevisionsNextOptionalParams extends coreClient.OperationOptions {
|
|
3759
|
+
}
|
|
3760
|
+
/** Contains response data for the listRevisionsNext operation. */
|
|
3761
|
+
export type ContainerAppsRevisionsListRevisionsNextResponse = RevisionCollection;
|
|
3762
|
+
/** Optional parameters. */
|
|
3763
|
+
export interface ContainerAppsRevisionReplicasGetReplicaOptionalParams extends coreClient.OperationOptions {
|
|
3764
|
+
}
|
|
3765
|
+
/** Contains response data for the getReplica operation. */
|
|
3766
|
+
export type ContainerAppsRevisionReplicasGetReplicaResponse = Replica;
|
|
3767
|
+
/** Optional parameters. */
|
|
3768
|
+
export interface ContainerAppsRevisionReplicasListReplicasOptionalParams extends coreClient.OperationOptions {
|
|
3769
|
+
}
|
|
3770
|
+
/** Contains response data for the listReplicas operation. */
|
|
3771
|
+
export type ContainerAppsRevisionReplicasListReplicasResponse = ReplicaCollection;
|
|
3772
|
+
/** Optional parameters. */
|
|
3773
|
+
export interface ContainerAppsDiagnosticsListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
3774
|
+
}
|
|
3775
|
+
/** Contains response data for the listDetectors operation. */
|
|
3776
|
+
export type ContainerAppsDiagnosticsListDetectorsResponse = DiagnosticsCollection;
|
|
3777
|
+
/** Optional parameters. */
|
|
3778
|
+
export interface ContainerAppsDiagnosticsGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
3779
|
+
}
|
|
3780
|
+
/** Contains response data for the getDetector operation. */
|
|
3781
|
+
export type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;
|
|
3782
|
+
/** Optional parameters. */
|
|
3783
|
+
export interface ContainerAppsDiagnosticsListRevisionsOptionalParams extends coreClient.OperationOptions {
|
|
3784
|
+
/** The filter to apply on the operation. */
|
|
3785
|
+
filter?: string;
|
|
3786
|
+
}
|
|
3787
|
+
/** Contains response data for the listRevisions operation. */
|
|
3788
|
+
export type ContainerAppsDiagnosticsListRevisionsResponse = RevisionCollection;
|
|
3789
|
+
/** Optional parameters. */
|
|
3790
|
+
export interface ContainerAppsDiagnosticsGetRevisionOptionalParams extends coreClient.OperationOptions {
|
|
3791
|
+
}
|
|
3792
|
+
/** Contains response data for the getRevision operation. */
|
|
3793
|
+
export type ContainerAppsDiagnosticsGetRevisionResponse = Revision;
|
|
3794
|
+
/** Optional parameters. */
|
|
3795
|
+
export interface ContainerAppsDiagnosticsGetRootOptionalParams extends coreClient.OperationOptions {
|
|
3796
|
+
}
|
|
3797
|
+
/** Contains response data for the getRoot operation. */
|
|
3798
|
+
export type ContainerAppsDiagnosticsGetRootResponse = ContainerApp;
|
|
3799
|
+
/** Optional parameters. */
|
|
3800
|
+
export interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams extends coreClient.OperationOptions {
|
|
3801
|
+
}
|
|
3802
|
+
/** Contains response data for the listDetectorsNext operation. */
|
|
3803
|
+
export type ContainerAppsDiagnosticsListDetectorsNextResponse = DiagnosticsCollection;
|
|
3804
|
+
/** Optional parameters. */
|
|
3805
|
+
export interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams extends coreClient.OperationOptions {
|
|
3806
|
+
}
|
|
3807
|
+
/** Contains response data for the listRevisionsNext operation. */
|
|
3808
|
+
export type ContainerAppsDiagnosticsListRevisionsNextResponse = RevisionCollection;
|
|
3809
|
+
/** Optional parameters. */
|
|
3810
|
+
export interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
3811
|
+
}
|
|
3812
|
+
/** Contains response data for the listDetectors operation. */
|
|
3813
|
+
export type ManagedEnvironmentDiagnosticsListDetectorsResponse = DiagnosticsCollection;
|
|
3814
|
+
/** Optional parameters. */
|
|
3815
|
+
export interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
3816
|
+
}
|
|
3817
|
+
/** Contains response data for the getDetector operation. */
|
|
3818
|
+
export type ManagedEnvironmentDiagnosticsGetDetectorResponse = Diagnostics;
|
|
3819
|
+
/** Optional parameters. */
|
|
3820
|
+
export interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams extends coreClient.OperationOptions {
|
|
3821
|
+
}
|
|
3822
|
+
/** Contains response data for the getRoot operation. */
|
|
3823
|
+
export type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;
|
|
3824
|
+
/** Optional parameters. */
|
|
3825
|
+
export interface JobsListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
3826
|
+
}
|
|
3827
|
+
/** Contains response data for the listDetectors operation. */
|
|
3828
|
+
export type JobsListDetectorsResponse = DiagnosticsCollection;
|
|
3829
|
+
/** Optional parameters. */
|
|
3830
|
+
export interface JobsGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
3831
|
+
}
|
|
3832
|
+
/** Contains response data for the getDetector operation. */
|
|
3833
|
+
export type JobsGetDetectorResponse = Diagnostics;
|
|
3834
|
+
/** Optional parameters. */
|
|
3835
|
+
export interface JobsProxyGetOptionalParams extends coreClient.OperationOptions {
|
|
3836
|
+
}
|
|
3837
|
+
/** Contains response data for the proxyGet operation. */
|
|
3838
|
+
export type JobsProxyGetResponse = Job;
|
|
3839
|
+
/** Optional parameters. */
|
|
3840
|
+
export interface JobsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3841
|
+
}
|
|
3842
|
+
/** Contains response data for the listBySubscription operation. */
|
|
3843
|
+
export type JobsListBySubscriptionResponse = JobsCollection;
|
|
3844
|
+
/** Optional parameters. */
|
|
3845
|
+
export interface JobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3846
|
+
}
|
|
3847
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3848
|
+
export type JobsListByResourceGroupResponse = JobsCollection;
|
|
3849
|
+
/** Optional parameters. */
|
|
3850
|
+
export interface JobsGetOptionalParams extends coreClient.OperationOptions {
|
|
3851
|
+
}
|
|
3852
|
+
/** Contains response data for the get operation. */
|
|
3853
|
+
export type JobsGetResponse = Job;
|
|
3854
|
+
/** Optional parameters. */
|
|
3855
|
+
export interface JobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3856
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3857
|
+
updateIntervalInMs?: number;
|
|
3858
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3859
|
+
resumeFrom?: string;
|
|
3860
|
+
}
|
|
3861
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3862
|
+
export type JobsCreateOrUpdateResponse = Job;
|
|
3863
|
+
/** Optional parameters. */
|
|
3864
|
+
export interface JobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3865
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3866
|
+
updateIntervalInMs?: number;
|
|
3867
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3868
|
+
resumeFrom?: string;
|
|
3869
|
+
}
|
|
3870
|
+
/** Optional parameters. */
|
|
3871
|
+
export interface JobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3872
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3873
|
+
updateIntervalInMs?: number;
|
|
3874
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3875
|
+
resumeFrom?: string;
|
|
3876
|
+
}
|
|
3877
|
+
/** Contains response data for the update operation. */
|
|
3878
|
+
export type JobsUpdateResponse = Job;
|
|
3879
|
+
/** Optional parameters. */
|
|
3880
|
+
export interface JobsStartOptionalParams extends coreClient.OperationOptions {
|
|
3881
|
+
/** Properties used to start a job execution. */
|
|
3882
|
+
template?: JobExecutionTemplate;
|
|
3883
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3884
|
+
updateIntervalInMs?: number;
|
|
3885
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3886
|
+
resumeFrom?: string;
|
|
3887
|
+
}
|
|
3888
|
+
/** Contains response data for the start operation. */
|
|
3889
|
+
export type JobsStartResponse = JobExecutionBase;
|
|
3890
|
+
/** Optional parameters. */
|
|
3891
|
+
export interface JobsStopExecutionOptionalParams extends coreClient.OperationOptions {
|
|
3892
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3893
|
+
updateIntervalInMs?: number;
|
|
3894
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3895
|
+
resumeFrom?: string;
|
|
3896
|
+
}
|
|
3897
|
+
/** Optional parameters. */
|
|
3898
|
+
export interface JobsStopMultipleExecutionsOptionalParams extends coreClient.OperationOptions {
|
|
3899
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3900
|
+
updateIntervalInMs?: number;
|
|
3901
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3902
|
+
resumeFrom?: string;
|
|
3903
|
+
}
|
|
3904
|
+
/** Contains response data for the stopMultipleExecutions operation. */
|
|
3905
|
+
export type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;
|
|
3906
|
+
/** Optional parameters. */
|
|
3907
|
+
export interface JobsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
3908
|
+
}
|
|
3909
|
+
/** Contains response data for the listSecrets operation. */
|
|
3910
|
+
export type JobsListSecretsResponse = JobSecretsCollection;
|
|
3911
|
+
/** Optional parameters. */
|
|
3912
|
+
export interface JobsListDetectorsNextOptionalParams extends coreClient.OperationOptions {
|
|
3913
|
+
}
|
|
3914
|
+
/** Contains response data for the listDetectorsNext operation. */
|
|
3915
|
+
export type JobsListDetectorsNextResponse = DiagnosticsCollection;
|
|
3916
|
+
/** Optional parameters. */
|
|
3917
|
+
export interface JobsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3918
|
+
}
|
|
3919
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3920
|
+
export type JobsListBySubscriptionNextResponse = JobsCollection;
|
|
3921
|
+
/** Optional parameters. */
|
|
3922
|
+
export interface JobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3923
|
+
}
|
|
3924
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3925
|
+
export type JobsListByResourceGroupNextResponse = JobsCollection;
|
|
3926
|
+
/** Optional parameters. */
|
|
3927
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3928
|
+
}
|
|
3929
|
+
/** Contains response data for the list operation. */
|
|
3930
|
+
export type OperationsListResponse = AvailableOperations;
|
|
3931
|
+
/** Optional parameters. */
|
|
3932
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3933
|
+
}
|
|
3934
|
+
/** Contains response data for the listNext operation. */
|
|
3935
|
+
export type OperationsListNextResponse = AvailableOperations;
|
|
3936
|
+
/** Optional parameters. */
|
|
3937
|
+
export interface JavaComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
3938
|
+
}
|
|
3939
|
+
/** Contains response data for the list operation. */
|
|
3940
|
+
export type JavaComponentsListResponse = JavaComponentsCollection;
|
|
3941
|
+
/** Optional parameters. */
|
|
3942
|
+
export interface JavaComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
3943
|
+
}
|
|
3944
|
+
/** Contains response data for the get operation. */
|
|
3945
|
+
export type JavaComponentsGetResponse = JavaComponent;
|
|
3946
|
+
/** Optional parameters. */
|
|
3947
|
+
export interface JavaComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3948
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3949
|
+
updateIntervalInMs?: number;
|
|
3950
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3951
|
+
resumeFrom?: string;
|
|
3952
|
+
}
|
|
3953
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3954
|
+
export type JavaComponentsCreateOrUpdateResponse = JavaComponent;
|
|
3955
|
+
/** Optional parameters. */
|
|
3956
|
+
export interface JavaComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3957
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3958
|
+
updateIntervalInMs?: number;
|
|
3959
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3960
|
+
resumeFrom?: string;
|
|
3961
|
+
}
|
|
3962
|
+
/** Contains response data for the update operation. */
|
|
3963
|
+
export type JavaComponentsUpdateResponse = JavaComponent;
|
|
3964
|
+
/** Optional parameters. */
|
|
3965
|
+
export interface JavaComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3966
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3967
|
+
updateIntervalInMs?: number;
|
|
3968
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3969
|
+
resumeFrom?: string;
|
|
3970
|
+
}
|
|
3971
|
+
/** Contains response data for the delete operation. */
|
|
3972
|
+
export type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
|
|
3973
|
+
/** Optional parameters. */
|
|
3974
|
+
export interface JavaComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3975
|
+
}
|
|
3976
|
+
/** Contains response data for the listNext operation. */
|
|
3977
|
+
export type JavaComponentsListNextResponse = JavaComponentsCollection;
|
|
3978
|
+
/** Optional parameters. */
|
|
3979
|
+
export interface JobsExecutionsListOptionalParams extends coreClient.OperationOptions {
|
|
3980
|
+
/** The filter to apply on the operation. */
|
|
3981
|
+
filter?: string;
|
|
3982
|
+
}
|
|
3983
|
+
/** Contains response data for the list operation. */
|
|
3984
|
+
export type JobsExecutionsListResponse = ContainerAppJobExecutions;
|
|
3985
|
+
/** Optional parameters. */
|
|
3986
|
+
export interface JobsExecutionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3987
|
+
}
|
|
3988
|
+
/** Contains response data for the listNext operation. */
|
|
3989
|
+
export type JobsExecutionsListNextResponse = ContainerAppJobExecutions;
|
|
3990
|
+
/** Optional parameters. */
|
|
3991
|
+
export interface JobExecutionOptionalParams extends coreClient.OperationOptions {
|
|
3992
|
+
}
|
|
3993
|
+
/** Contains response data for the jobExecution operation. */
|
|
3994
|
+
export type JobExecutionResponse = JobExecution;
|
|
3995
|
+
/** Optional parameters. */
|
|
3996
|
+
export interface GetCustomDomainVerificationIdOptionalParams extends coreClient.OperationOptions {
|
|
3997
|
+
}
|
|
3998
|
+
/** Contains response data for the getCustomDomainVerificationId operation. */
|
|
3999
|
+
export type GetCustomDomainVerificationIdResponse = {
|
|
4000
|
+
/** The parsed response body. */
|
|
4001
|
+
body: string;
|
|
4002
|
+
};
|
|
4003
|
+
/** Optional parameters. */
|
|
4004
|
+
export interface ManagedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4005
|
+
}
|
|
4006
|
+
/** Contains response data for the listBySubscription operation. */
|
|
4007
|
+
export type ManagedEnvironmentsListBySubscriptionResponse = ManagedEnvironmentsCollection;
|
|
4008
|
+
/** Optional parameters. */
|
|
4009
|
+
export interface ManagedEnvironmentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4010
|
+
}
|
|
4011
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
4012
|
+
export type ManagedEnvironmentsListByResourceGroupResponse = ManagedEnvironmentsCollection;
|
|
4013
|
+
/** Optional parameters. */
|
|
4014
|
+
export interface ManagedEnvironmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
4015
|
+
}
|
|
4016
|
+
/** Contains response data for the get operation. */
|
|
4017
|
+
export type ManagedEnvironmentsGetResponse = ManagedEnvironment;
|
|
4018
|
+
/** Optional parameters. */
|
|
4019
|
+
export interface ManagedEnvironmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4020
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4021
|
+
updateIntervalInMs?: number;
|
|
4022
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4023
|
+
resumeFrom?: string;
|
|
4024
|
+
}
|
|
4025
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4026
|
+
export type ManagedEnvironmentsCreateOrUpdateResponse = ManagedEnvironment;
|
|
4027
|
+
/** Optional parameters. */
|
|
4028
|
+
export interface ManagedEnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4029
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4030
|
+
updateIntervalInMs?: number;
|
|
4031
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4032
|
+
resumeFrom?: string;
|
|
4033
|
+
}
|
|
4034
|
+
/** Optional parameters. */
|
|
4035
|
+
export interface ManagedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4036
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4037
|
+
updateIntervalInMs?: number;
|
|
4038
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4039
|
+
resumeFrom?: string;
|
|
4040
|
+
}
|
|
4041
|
+
/** Contains response data for the update operation. */
|
|
4042
|
+
export type ManagedEnvironmentsUpdateResponse = ManagedEnvironment;
|
|
4043
|
+
/** Optional parameters. */
|
|
4044
|
+
export interface ManagedEnvironmentsGetAuthTokenOptionalParams extends coreClient.OperationOptions {
|
|
4045
|
+
}
|
|
4046
|
+
/** Contains response data for the getAuthToken operation. */
|
|
4047
|
+
export type ManagedEnvironmentsGetAuthTokenResponse = EnvironmentAuthToken;
|
|
4048
|
+
/** Optional parameters. */
|
|
4049
|
+
export interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams extends coreClient.OperationOptions {
|
|
4050
|
+
}
|
|
4051
|
+
/** Contains response data for the listWorkloadProfileStates operation. */
|
|
4052
|
+
export type ManagedEnvironmentsListWorkloadProfileStatesResponse = WorkloadProfileStatesCollection;
|
|
4053
|
+
/** Optional parameters. */
|
|
4054
|
+
export interface ManagedEnvironmentsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4055
|
+
}
|
|
4056
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4057
|
+
export type ManagedEnvironmentsListBySubscriptionNextResponse = ManagedEnvironmentsCollection;
|
|
4058
|
+
/** Optional parameters. */
|
|
4059
|
+
export interface ManagedEnvironmentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4060
|
+
}
|
|
4061
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4062
|
+
export type ManagedEnvironmentsListByResourceGroupNextResponse = ManagedEnvironmentsCollection;
|
|
4063
|
+
/** Optional parameters. */
|
|
4064
|
+
export interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams extends coreClient.OperationOptions {
|
|
4065
|
+
}
|
|
4066
|
+
/** Contains response data for the listWorkloadProfileStatesNext operation. */
|
|
4067
|
+
export type ManagedEnvironmentsListWorkloadProfileStatesNextResponse = WorkloadProfileStatesCollection;
|
|
4068
|
+
/** Optional parameters. */
|
|
4069
|
+
export interface CertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
4070
|
+
}
|
|
4071
|
+
/** Contains response data for the list operation. */
|
|
4072
|
+
export type CertificatesListResponse = CertificateCollection;
|
|
4073
|
+
/** Optional parameters. */
|
|
4074
|
+
export interface CertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
4075
|
+
}
|
|
4076
|
+
/** Contains response data for the get operation. */
|
|
4077
|
+
export type CertificatesGetResponse = Certificate;
|
|
4078
|
+
/** Optional parameters. */
|
|
4079
|
+
export interface CertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4080
|
+
/** Certificate to be created or updated */
|
|
4081
|
+
certificateEnvelope?: Certificate;
|
|
4082
|
+
}
|
|
4083
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4084
|
+
export type CertificatesCreateOrUpdateResponse = Certificate;
|
|
4085
|
+
/** Optional parameters. */
|
|
4086
|
+
export interface CertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4087
|
+
}
|
|
4088
|
+
/** Optional parameters. */
|
|
4089
|
+
export interface CertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4090
|
+
}
|
|
4091
|
+
/** Contains response data for the update operation. */
|
|
4092
|
+
export type CertificatesUpdateResponse = Certificate;
|
|
4093
|
+
/** Optional parameters. */
|
|
4094
|
+
export interface CertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4095
|
+
}
|
|
4096
|
+
/** Contains response data for the listNext operation. */
|
|
4097
|
+
export type CertificatesListNextResponse = CertificateCollection;
|
|
4098
|
+
/** Optional parameters. */
|
|
4099
|
+
export interface ManagedCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
4100
|
+
}
|
|
4101
|
+
/** Contains response data for the get operation. */
|
|
4102
|
+
export type ManagedCertificatesGetResponse = ManagedCertificate;
|
|
4103
|
+
/** Optional parameters. */
|
|
4104
|
+
export interface ManagedCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4105
|
+
/** Managed Certificate to be created or updated */
|
|
4106
|
+
managedCertificateEnvelope?: ManagedCertificate;
|
|
4107
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4108
|
+
updateIntervalInMs?: number;
|
|
4109
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4110
|
+
resumeFrom?: string;
|
|
4111
|
+
}
|
|
4112
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4113
|
+
export type ManagedCertificatesCreateOrUpdateResponse = ManagedCertificate;
|
|
4114
|
+
/** Optional parameters. */
|
|
4115
|
+
export interface ManagedCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4116
|
+
}
|
|
4117
|
+
/** Optional parameters. */
|
|
4118
|
+
export interface ManagedCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4119
|
+
}
|
|
4120
|
+
/** Contains response data for the update operation. */
|
|
4121
|
+
export type ManagedCertificatesUpdateResponse = ManagedCertificate;
|
|
4122
|
+
/** Optional parameters. */
|
|
4123
|
+
export interface ManagedCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
4124
|
+
}
|
|
4125
|
+
/** Contains response data for the list operation. */
|
|
4126
|
+
export type ManagedCertificatesListResponse = ManagedCertificateCollection;
|
|
4127
|
+
/** Optional parameters. */
|
|
4128
|
+
export interface ManagedCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4129
|
+
}
|
|
4130
|
+
/** Contains response data for the listNext operation. */
|
|
4131
|
+
export type ManagedCertificatesListNextResponse = ManagedCertificateCollection;
|
|
4132
|
+
/** Optional parameters. */
|
|
4133
|
+
export interface NamespacesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
4134
|
+
}
|
|
4135
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
4136
|
+
export type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
4137
|
+
/** Optional parameters. */
|
|
4138
|
+
export interface DaprComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
4139
|
+
}
|
|
4140
|
+
/** Contains response data for the list operation. */
|
|
4141
|
+
export type DaprComponentsListResponse = DaprComponentsCollection;
|
|
4142
|
+
/** Optional parameters. */
|
|
4143
|
+
export interface DaprComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
4144
|
+
}
|
|
4145
|
+
/** Contains response data for the get operation. */
|
|
4146
|
+
export type DaprComponentsGetResponse = DaprComponent;
|
|
4147
|
+
/** Optional parameters. */
|
|
4148
|
+
export interface DaprComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4149
|
+
}
|
|
4150
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4151
|
+
export type DaprComponentsCreateOrUpdateResponse = DaprComponent;
|
|
4152
|
+
/** Optional parameters. */
|
|
4153
|
+
export interface DaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4154
|
+
}
|
|
4155
|
+
/** Optional parameters. */
|
|
4156
|
+
export interface DaprComponentsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
4157
|
+
}
|
|
4158
|
+
/** Contains response data for the listSecrets operation. */
|
|
4159
|
+
export type DaprComponentsListSecretsResponse = DaprSecretsCollection;
|
|
4160
|
+
/** Optional parameters. */
|
|
4161
|
+
export interface DaprComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4162
|
+
}
|
|
4163
|
+
/** Contains response data for the listNext operation. */
|
|
4164
|
+
export type DaprComponentsListNextResponse = DaprComponentsCollection;
|
|
4165
|
+
/** Optional parameters. */
|
|
4166
|
+
export interface ManagedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
|
|
4167
|
+
}
|
|
4168
|
+
/** Contains response data for the list operation. */
|
|
4169
|
+
export type ManagedEnvironmentsStoragesListResponse = ManagedEnvironmentStoragesCollection;
|
|
4170
|
+
/** Optional parameters. */
|
|
4171
|
+
export interface ManagedEnvironmentsStoragesGetOptionalParams extends coreClient.OperationOptions {
|
|
4172
|
+
}
|
|
4173
|
+
/** Contains response data for the get operation. */
|
|
4174
|
+
export type ManagedEnvironmentsStoragesGetResponse = ManagedEnvironmentStorage;
|
|
4175
|
+
/** Optional parameters. */
|
|
4176
|
+
export interface ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4177
|
+
}
|
|
4178
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4179
|
+
export type ManagedEnvironmentsStoragesCreateOrUpdateResponse = ManagedEnvironmentStorage;
|
|
4180
|
+
/** Optional parameters. */
|
|
4181
|
+
export interface ManagedEnvironmentsStoragesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4182
|
+
}
|
|
4183
|
+
/** Optional parameters. */
|
|
4184
|
+
export interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4185
|
+
}
|
|
4186
|
+
/** Contains response data for the listBySubscription operation. */
|
|
4187
|
+
export type ContainerAppsSessionPoolsListBySubscriptionResponse = SessionPoolCollection;
|
|
4188
|
+
/** Optional parameters. */
|
|
4189
|
+
export interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4190
|
+
}
|
|
4191
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
4192
|
+
export type ContainerAppsSessionPoolsListByResourceGroupResponse = SessionPoolCollection;
|
|
4193
|
+
/** Optional parameters. */
|
|
4194
|
+
export interface ContainerAppsSessionPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
4195
|
+
}
|
|
4196
|
+
/** Contains response data for the get operation. */
|
|
4197
|
+
export type ContainerAppsSessionPoolsGetResponse = SessionPool;
|
|
4198
|
+
/** Optional parameters. */
|
|
4199
|
+
export interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4200
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4201
|
+
updateIntervalInMs?: number;
|
|
4202
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4203
|
+
resumeFrom?: string;
|
|
4204
|
+
}
|
|
4205
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4206
|
+
export type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;
|
|
4207
|
+
/** Optional parameters. */
|
|
4208
|
+
export interface ContainerAppsSessionPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4209
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4210
|
+
updateIntervalInMs?: number;
|
|
4211
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4212
|
+
resumeFrom?: string;
|
|
4213
|
+
}
|
|
4214
|
+
/** Contains response data for the update operation. */
|
|
4215
|
+
export type ContainerAppsSessionPoolsUpdateResponse = SessionPool;
|
|
4216
|
+
/** Optional parameters. */
|
|
4217
|
+
export interface ContainerAppsSessionPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4218
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4219
|
+
updateIntervalInMs?: number;
|
|
4220
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4221
|
+
resumeFrom?: string;
|
|
4222
|
+
}
|
|
4223
|
+
/** Contains response data for the delete operation. */
|
|
4224
|
+
export type ContainerAppsSessionPoolsDeleteResponse = ContainerAppsSessionPoolsDeleteHeaders;
|
|
4225
|
+
/** Optional parameters. */
|
|
4226
|
+
export interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4227
|
+
}
|
|
4228
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4229
|
+
export type ContainerAppsSessionPoolsListBySubscriptionNextResponse = SessionPoolCollection;
|
|
4230
|
+
/** Optional parameters. */
|
|
4231
|
+
export interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4232
|
+
}
|
|
4233
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4234
|
+
export type ContainerAppsSessionPoolsListByResourceGroupNextResponse = SessionPoolCollection;
|
|
4235
|
+
/** Optional parameters. */
|
|
4236
|
+
export interface ContainerAppsSourceControlsListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
4237
|
+
}
|
|
4238
|
+
/** Contains response data for the listByContainerApp operation. */
|
|
4239
|
+
export type ContainerAppsSourceControlsListByContainerAppResponse = SourceControlCollection;
|
|
4240
|
+
/** Optional parameters. */
|
|
4241
|
+
export interface ContainerAppsSourceControlsGetOptionalParams extends coreClient.OperationOptions {
|
|
4242
|
+
}
|
|
4243
|
+
/** Contains response data for the get operation. */
|
|
4244
|
+
export type ContainerAppsSourceControlsGetResponse = SourceControl;
|
|
4245
|
+
/** Optional parameters. */
|
|
4246
|
+
export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4247
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4248
|
+
updateIntervalInMs?: number;
|
|
4249
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4250
|
+
resumeFrom?: string;
|
|
4251
|
+
}
|
|
4252
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4253
|
+
export type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;
|
|
4254
|
+
/** Optional parameters. */
|
|
4255
|
+
export interface ContainerAppsSourceControlsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4256
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4257
|
+
updateIntervalInMs?: number;
|
|
4258
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4259
|
+
resumeFrom?: string;
|
|
4260
|
+
}
|
|
4261
|
+
/** Optional parameters. */
|
|
4262
|
+
export interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
4263
|
+
}
|
|
4264
|
+
/** Contains response data for the listByContainerAppNext operation. */
|
|
4265
|
+
export type ContainerAppsSourceControlsListByContainerAppNextResponse = SourceControlCollection;
|
|
4266
|
+
/** Optional parameters. */
|
|
4267
|
+
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
4268
|
+
}
|
|
4269
|
+
/** Contains response data for the list operation. */
|
|
4270
|
+
export type UsagesListResponse = ListUsagesResult;
|
|
4271
|
+
/** Optional parameters. */
|
|
4272
|
+
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4273
|
+
}
|
|
4274
|
+
/** Contains response data for the listNext operation. */
|
|
4275
|
+
export type UsagesListNextResponse = ListUsagesResult;
|
|
4276
|
+
/** Optional parameters. */
|
|
4277
|
+
export interface ManagedEnvironmentUsagesListOptionalParams extends coreClient.OperationOptions {
|
|
4278
|
+
}
|
|
4279
|
+
/** Contains response data for the list operation. */
|
|
4280
|
+
export type ManagedEnvironmentUsagesListResponse = ListUsagesResult;
|
|
4281
|
+
/** Optional parameters. */
|
|
4282
|
+
export interface ManagedEnvironmentUsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4283
|
+
}
|
|
4284
|
+
/** Contains response data for the listNext operation. */
|
|
4285
|
+
export type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;
|
|
4286
|
+
/** Optional parameters. */
|
|
4287
|
+
export interface ContainerAppsAPIClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
4288
|
+
/** server parameter */
|
|
4289
|
+
$host?: string;
|
|
4290
|
+
/** Api Version */
|
|
4291
|
+
apiVersion?: string;
|
|
4292
|
+
/** Overrides client endpoint. */
|
|
4293
|
+
endpoint?: string;
|
|
4294
|
+
}
|
|
4295
|
+
//# sourceMappingURL=index.d.ts.map
|