@azure/arm-appcontainers 2.2.0 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/dist/browser/containerAppsAPIClient.d.ts +20 -2
- package/dist/browser/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/browser/containerAppsAPIClient.js +84 -17
- package/dist/browser/containerAppsAPIClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +2695 -184
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +326 -12
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +146 -10
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +7495 -3204
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +41 -5
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +334 -30
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/appResiliencyOperations.d.ts +72 -0
- package/dist/browser/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist/browser/operations/appResiliencyOperations.js +269 -0
- package/dist/browser/operations/appResiliencyOperations.js.map +1 -0
- package/dist/browser/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/browser/operations/availableWorkloadProfiles.js +24 -45
- package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/browser/operations/billingMeters.d.ts.map +1 -1
- package/dist/browser/operations/billingMeters.js +2 -5
- package/dist/browser/operations/billingMeters.js.map +1 -1
- package/dist/browser/operations/buildAuthToken.d.ts +21 -0
- package/dist/browser/operations/buildAuthToken.d.ts.map +1 -0
- package/dist/browser/operations/buildAuthToken.js +56 -0
- package/dist/browser/operations/buildAuthToken.js.map +1 -0
- package/dist/browser/operations/builders.d.ts +107 -0
- package/dist/browser/operations/builders.d.ts.map +1 -0
- package/dist/browser/operations/builders.js +515 -0
- package/dist/browser/operations/builders.js.map +1 -0
- package/dist/browser/operations/builds.d.ts +56 -0
- package/dist/browser/operations/builds.d.ts.map +1 -0
- package/dist/browser/operations/builds.js +248 -0
- package/dist/browser/operations/builds.js.map +1 -0
- package/dist/browser/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist/browser/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/browser/operations/buildsByBuilderResource.js +133 -0
- package/dist/browser/operations/buildsByBuilderResource.js.map +1 -0
- package/dist/browser/operations/certificates.d.ts.map +1 -1
- package/dist/browser/operations/certificates.js +25 -42
- package/dist/browser/operations/certificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironments.js +75 -105
- package/dist/browser/operations/connectedEnvironments.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts +30 -4
- package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsCertificates.js +230 -59
- package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts +22 -4
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +167 -59
- package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts +21 -3
- package/dist/browser/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operations/connectedEnvironmentsStorages.js +141 -15
- package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/containerApps.d.ts.map +1 -1
- package/dist/browser/operations/containerApps.js +105 -122
- package/dist/browser/operations/containerApps.js.map +1 -1
- package/dist/browser/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsAuthConfigs.js +25 -42
- package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/browser/operations/containerAppsBuilds.d.ts +38 -0
- package/dist/browser/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsBuilds.js +148 -0
- package/dist/browser/operations/containerAppsBuilds.js.map +1 -0
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js +133 -0
- package/dist/browser/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/browser/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsDiagnostics.js +47 -81
- package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/browser/operations/containerAppsLabelHistory.d.ts +54 -0
- package/dist/browser/operations/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsLabelHistory.js +196 -0
- package/dist/browser/operations/containerAppsLabelHistory.js.map +1 -0
- package/dist/browser/operations/containerAppsPatches.d.ts +97 -0
- package/dist/browser/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist/browser/operations/containerAppsPatches.js +447 -0
- package/dist/browser/operations/containerAppsPatches.js.map +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsRevisionReplicas.js +1 -0
- package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/browser/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsRevisions.js +24 -41
- package/dist/browser/operations/containerAppsRevisions.js.map +1 -1
- package/dist/browser/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsSessionPools.js +83 -110
- package/dist/browser/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/browser/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/browser/operations/containerAppsSourceControls.js +54 -57
- package/dist/browser/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/browser/operations/daprComponentResiliencyPolicies.js +253 -0
- package/dist/browser/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/browser/operations/daprComponents.d.ts.map +1 -1
- package/dist/browser/operations/daprComponents.js +25 -42
- package/dist/browser/operations/daprComponents.js.map +1 -1
- package/dist/browser/operations/daprSubscriptions.d.ts +63 -0
- package/dist/browser/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist/browser/operations/daprSubscriptions.js +240 -0
- package/dist/browser/operations/daprSubscriptions.js.map +1 -0
- package/dist/browser/operations/dotNetComponents.d.ts +99 -0
- package/dist/browser/operations/dotNetComponents.d.ts.map +1 -0
- package/dist/browser/operations/dotNetComponents.js +456 -0
- package/dist/browser/operations/dotNetComponents.js.map +1 -0
- package/dist/browser/operations/functionsExtension.d.ts +22 -0
- package/dist/browser/operations/functionsExtension.d.ts.map +1 -0
- package/dist/browser/operations/functionsExtension.js +64 -0
- package/dist/browser/operations/functionsExtension.js.map +1 -0
- package/dist/browser/operations/httpRouteConfigOperations.d.ts +71 -0
- package/dist/browser/operations/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/browser/operations/httpRouteConfigOperations.js +274 -0
- package/dist/browser/operations/httpRouteConfigOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +18 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/javaComponents.d.ts.map +1 -1
- package/dist/browser/operations/javaComponents.js +63 -65
- package/dist/browser/operations/javaComponents.js.map +1 -1
- package/dist/browser/operations/jobs.d.ts +29 -1
- package/dist/browser/operations/jobs.d.ts.map +1 -1
- package/dist/browser/operations/jobs.js +313 -168
- package/dist/browser/operations/jobs.js.map +1 -1
- package/dist/browser/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/browser/operations/jobsExecutions.js +23 -40
- package/dist/browser/operations/jobsExecutions.js.map +1 -1
- package/dist/browser/operations/logicApps.d.ts +101 -0
- package/dist/browser/operations/logicApps.d.ts.map +1 -0
- package/dist/browser/operations/logicApps.js +390 -0
- package/dist/browser/operations/logicApps.js.map +1 -0
- package/dist/browser/operations/maintenanceConfigurations.d.ts +64 -0
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/maintenanceConfigurations.js +241 -0
- package/dist/browser/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/browser/operations/managedCertificates.d.ts.map +1 -1
- package/dist/browser/operations/managedCertificates.js +37 -49
- package/dist/browser/operations/managedCertificates.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentDiagnostics.js +1 -0
- package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
- package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js +133 -0
- package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/browser/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentUsages.js +23 -40
- package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/browser/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironments.js +107 -151
- package/dist/browser/operations/managedEnvironments.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js +1 -0
- package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operations/managedEnvironmentsStorages.js +5 -1
- package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operations/namespaces.js +2 -1
- package/dist/browser/operations/namespaces.js.map +1 -1
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/usages.d.ts.map +1 -1
- package/dist/browser/operations/usages.js +24 -45
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js +9 -0
- package/dist/browser/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist/browser/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/buildAuthToken.js +9 -0
- package/dist/browser/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist/browser/operationsInterfaces/builders.d.ts +71 -0
- package/dist/browser/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/builders.js +9 -0
- package/dist/browser/operationsInterfaces/builders.js.map +1 -0
- package/dist/browser/operationsInterfaces/builds.d.ts +48 -0
- package/dist/browser/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/builds.js +9 -0
- package/dist/browser/operationsInterfaces/builds.js.map +1 -0
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js +9 -0
- package/dist/browser/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +30 -4
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +22 -4
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts +21 -3
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js +9 -0
- package/dist/browser/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
- package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js +9 -0
- package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerAppsPatches.js +9 -0
- package/dist/browser/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
- package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/daprSubscriptions.js +9 -0
- package/dist/browser/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist/browser/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dotNetComponents.js +9 -0
- package/dist/browser/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist/browser/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/functionsExtension.js +9 -0
- package/dist/browser/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js +9 -0
- package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +18 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/browser/operationsInterfaces/jobs.d.ts +29 -1
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -1
- package/dist/browser/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist/browser/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logicApps.js +9 -0
- package/dist/browser/operationsInterfaces/logicApps.js.map +1 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +9 -0
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
- package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.d.ts +20 -2
- package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/commonjs/containerAppsAPIClient.js +83 -16
- package/dist/commonjs/containerAppsAPIClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +2695 -184
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +328 -13
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +146 -10
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +7503 -3209
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +41 -5
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +335 -31
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/appResiliencyOperations.d.ts +72 -0
- package/dist/commonjs/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/appResiliencyOperations.js +274 -0
- package/dist/commonjs/operations/appResiliencyOperations.js.map +1 -0
- package/dist/commonjs/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/commonjs/operations/availableWorkloadProfiles.js +24 -44
- package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/commonjs/operations/billingMeters.d.ts.map +1 -1
- package/dist/commonjs/operations/billingMeters.js +2 -5
- package/dist/commonjs/operations/billingMeters.js.map +1 -1
- package/dist/commonjs/operations/buildAuthToken.d.ts +21 -0
- package/dist/commonjs/operations/buildAuthToken.d.ts.map +1 -0
- package/dist/commonjs/operations/buildAuthToken.js +61 -0
- package/dist/commonjs/operations/buildAuthToken.js.map +1 -0
- package/dist/commonjs/operations/builders.d.ts +107 -0
- package/dist/commonjs/operations/builders.d.ts.map +1 -0
- package/dist/commonjs/operations/builders.js +520 -0
- package/dist/commonjs/operations/builders.js.map +1 -0
- package/dist/commonjs/operations/builds.d.ts +56 -0
- package/dist/commonjs/operations/builds.d.ts.map +1 -0
- package/dist/commonjs/operations/builds.js +253 -0
- package/dist/commonjs/operations/builds.js.map +1 -0
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist/commonjs/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/commonjs/operations/buildsByBuilderResource.js +138 -0
- package/dist/commonjs/operations/buildsByBuilderResource.js.map +1 -0
- package/dist/commonjs/operations/certificates.d.ts.map +1 -1
- package/dist/commonjs/operations/certificates.js +25 -41
- package/dist/commonjs/operations/certificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironments.js +74 -103
- package/dist/commonjs/operations/connectedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts +30 -4
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +230 -58
- package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts +22 -4
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +167 -58
- package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts +21 -3
- package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js +141 -15
- package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/containerApps.d.ts.map +1 -1
- package/dist/commonjs/operations/containerApps.js +104 -120
- package/dist/commonjs/operations/containerApps.js.map +1 -1
- package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsAuthConfigs.js +25 -41
- package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/commonjs/operations/containerAppsBuilds.d.ts +38 -0
- package/dist/commonjs/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsBuilds.js +153 -0
- package/dist/commonjs/operations/containerAppsBuilds.js.map +1 -0
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js +138 -0
- package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/commonjs/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsDiagnostics.js +47 -80
- package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/containerAppsLabelHistory.d.ts +54 -0
- package/dist/commonjs/operations/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsLabelHistory.js +201 -0
- package/dist/commonjs/operations/containerAppsLabelHistory.js.map +1 -0
- package/dist/commonjs/operations/containerAppsPatches.d.ts +97 -0
- package/dist/commonjs/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist/commonjs/operations/containerAppsPatches.js +452 -0
- package/dist/commonjs/operations/containerAppsPatches.js.map +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js +1 -0
- package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsRevisions.js +24 -40
- package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsSessionPools.js +82 -108
- package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/commonjs/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/commonjs/operations/containerAppsSourceControls.js +53 -55
- package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js +258 -0
- package/dist/commonjs/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/commonjs/operations/daprComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/daprComponents.js +25 -41
- package/dist/commonjs/operations/daprComponents.js.map +1 -1
- package/dist/commonjs/operations/daprSubscriptions.d.ts +63 -0
- package/dist/commonjs/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/daprSubscriptions.js +245 -0
- package/dist/commonjs/operations/daprSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/dotNetComponents.d.ts +99 -0
- package/dist/commonjs/operations/dotNetComponents.d.ts.map +1 -0
- package/dist/commonjs/operations/dotNetComponents.js +461 -0
- package/dist/commonjs/operations/dotNetComponents.js.map +1 -0
- package/dist/commonjs/operations/functionsExtension.d.ts +22 -0
- package/dist/commonjs/operations/functionsExtension.d.ts.map +1 -0
- package/dist/commonjs/operations/functionsExtension.js +69 -0
- package/dist/commonjs/operations/functionsExtension.js.map +1 -0
- package/dist/commonjs/operations/httpRouteConfigOperations.d.ts +71 -0
- package/dist/commonjs/operations/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/httpRouteConfigOperations.js +279 -0
- package/dist/commonjs/operations/httpRouteConfigOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +18 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/javaComponents.d.ts.map +1 -1
- package/dist/commonjs/operations/javaComponents.js +62 -63
- package/dist/commonjs/operations/javaComponents.js.map +1 -1
- package/dist/commonjs/operations/jobs.d.ts +29 -1
- package/dist/commonjs/operations/jobs.d.ts.map +1 -1
- package/dist/commonjs/operations/jobs.js +312 -166
- package/dist/commonjs/operations/jobs.js.map +1 -1
- package/dist/commonjs/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/commonjs/operations/jobsExecutions.js +23 -39
- package/dist/commonjs/operations/jobsExecutions.js.map +1 -1
- package/dist/commonjs/operations/logicApps.d.ts +101 -0
- package/dist/commonjs/operations/logicApps.d.ts.map +1 -0
- package/dist/commonjs/operations/logicApps.js +395 -0
- package/dist/commonjs/operations/logicApps.js.map +1 -0
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +64 -0
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/maintenanceConfigurations.js +246 -0
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/commonjs/operations/managedCertificates.d.ts.map +1 -1
- package/dist/commonjs/operations/managedCertificates.js +36 -47
- package/dist/commonjs/operations/managedCertificates.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +1 -0
- package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js +375 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js +138 -0
- package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentUsages.js +23 -39
- package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironments.js +106 -149
- package/dist/commonjs/operations/managedEnvironments.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +1 -0
- package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.js +5 -1
- package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operations/namespaces.js +2 -1
- package/dist/commonjs/operations/namespaces.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/usages.d.ts.map +1 -1
- package/dist/commonjs/operations/usages.js +24 -44
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js +10 -0
- package/dist/commonjs/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/builders.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/builders.js +10 -0
- package/dist/commonjs/operationsInterfaces/builders.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/builds.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/builds.js +10 -0
- package/dist/commonjs/operationsInterfaces/builds.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js +10 -0
- package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +30 -4
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +22 -4
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts +21 -3
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js +10 -0
- package/dist/commonjs/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/functionsExtension.js +10 -0
- package/dist/commonjs/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +29 -1
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logicApps.js +10 -0
- package/dist/commonjs/operationsInterfaces/logicApps.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/containerAppsAPIClient.d.ts +20 -2
- package/dist/esm/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/esm/containerAppsAPIClient.js +84 -17
- package/dist/esm/containerAppsAPIClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +2695 -184
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +326 -12
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +146 -10
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +7495 -3204
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +41 -5
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +334 -30
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/appResiliencyOperations.d.ts +72 -0
- package/dist/esm/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist/esm/operations/appResiliencyOperations.js +269 -0
- package/dist/esm/operations/appResiliencyOperations.js.map +1 -0
- package/dist/esm/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/esm/operations/availableWorkloadProfiles.js +24 -45
- package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/esm/operations/billingMeters.d.ts.map +1 -1
- package/dist/esm/operations/billingMeters.js +2 -5
- package/dist/esm/operations/billingMeters.js.map +1 -1
- package/dist/esm/operations/buildAuthToken.d.ts +21 -0
- package/dist/esm/operations/buildAuthToken.d.ts.map +1 -0
- package/dist/esm/operations/buildAuthToken.js +56 -0
- package/dist/esm/operations/buildAuthToken.js.map +1 -0
- package/dist/esm/operations/builders.d.ts +107 -0
- package/dist/esm/operations/builders.d.ts.map +1 -0
- package/dist/esm/operations/builders.js +515 -0
- package/dist/esm/operations/builders.js.map +1 -0
- package/dist/esm/operations/builds.d.ts +56 -0
- package/dist/esm/operations/builds.d.ts.map +1 -0
- package/dist/esm/operations/builds.js +248 -0
- package/dist/esm/operations/builds.js.map +1 -0
- package/dist/esm/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist/esm/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/esm/operations/buildsByBuilderResource.js +133 -0
- package/dist/esm/operations/buildsByBuilderResource.js.map +1 -0
- package/dist/esm/operations/certificates.d.ts.map +1 -1
- package/dist/esm/operations/certificates.js +25 -42
- package/dist/esm/operations/certificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironments.js +75 -105
- package/dist/esm/operations/connectedEnvironments.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts +30 -4
- package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsCertificates.js +230 -59
- package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts +22 -4
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +167 -59
- package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts +21 -3
- package/dist/esm/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operations/connectedEnvironmentsStorages.js +141 -15
- package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/containerApps.d.ts.map +1 -1
- package/dist/esm/operations/containerApps.js +105 -122
- package/dist/esm/operations/containerApps.js.map +1 -1
- package/dist/esm/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsAuthConfigs.js +25 -42
- package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/esm/operations/containerAppsBuilds.d.ts +38 -0
- package/dist/esm/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsBuilds.js +148 -0
- package/dist/esm/operations/containerAppsBuilds.js.map +1 -0
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js +133 -0
- package/dist/esm/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/esm/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsDiagnostics.js +47 -81
- package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/esm/operations/containerAppsLabelHistory.d.ts +54 -0
- package/dist/esm/operations/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsLabelHistory.js +196 -0
- package/dist/esm/operations/containerAppsLabelHistory.js.map +1 -0
- package/dist/esm/operations/containerAppsPatches.d.ts +97 -0
- package/dist/esm/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist/esm/operations/containerAppsPatches.js +447 -0
- package/dist/esm/operations/containerAppsPatches.js.map +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsRevisionReplicas.js +1 -0
- package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/esm/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsRevisions.js +24 -41
- package/dist/esm/operations/containerAppsRevisions.js.map +1 -1
- package/dist/esm/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsSessionPools.js +83 -110
- package/dist/esm/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/esm/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/esm/operations/containerAppsSourceControls.js +54 -57
- package/dist/esm/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/esm/operations/daprComponentResiliencyPolicies.js +253 -0
- package/dist/esm/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/esm/operations/daprComponents.d.ts.map +1 -1
- package/dist/esm/operations/daprComponents.js +25 -42
- package/dist/esm/operations/daprComponents.js.map +1 -1
- package/dist/esm/operations/daprSubscriptions.d.ts +63 -0
- package/dist/esm/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/daprSubscriptions.js +240 -0
- package/dist/esm/operations/daprSubscriptions.js.map +1 -0
- package/dist/esm/operations/dotNetComponents.d.ts +99 -0
- package/dist/esm/operations/dotNetComponents.d.ts.map +1 -0
- package/dist/esm/operations/dotNetComponents.js +456 -0
- package/dist/esm/operations/dotNetComponents.js.map +1 -0
- package/dist/esm/operations/functionsExtension.d.ts +22 -0
- package/dist/esm/operations/functionsExtension.d.ts.map +1 -0
- package/dist/esm/operations/functionsExtension.js +64 -0
- package/dist/esm/operations/functionsExtension.js.map +1 -0
- package/dist/esm/operations/httpRouteConfigOperations.d.ts +71 -0
- package/dist/esm/operations/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/esm/operations/httpRouteConfigOperations.js +274 -0
- package/dist/esm/operations/httpRouteConfigOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +18 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/javaComponents.d.ts.map +1 -1
- package/dist/esm/operations/javaComponents.js +63 -65
- package/dist/esm/operations/javaComponents.js.map +1 -1
- package/dist/esm/operations/jobs.d.ts +29 -1
- package/dist/esm/operations/jobs.d.ts.map +1 -1
- package/dist/esm/operations/jobs.js +313 -168
- package/dist/esm/operations/jobs.js.map +1 -1
- package/dist/esm/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/esm/operations/jobsExecutions.js +23 -40
- package/dist/esm/operations/jobsExecutions.js.map +1 -1
- package/dist/esm/operations/logicApps.d.ts +101 -0
- package/dist/esm/operations/logicApps.d.ts.map +1 -0
- package/dist/esm/operations/logicApps.js +390 -0
- package/dist/esm/operations/logicApps.js.map +1 -0
- package/dist/esm/operations/maintenanceConfigurations.d.ts +64 -0
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/maintenanceConfigurations.js +241 -0
- package/dist/esm/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/esm/operations/managedCertificates.d.ts.map +1 -1
- package/dist/esm/operations/managedCertificates.js +37 -49
- package/dist/esm/operations/managedCertificates.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentDiagnostics.js +1 -0
- package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
- package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js +133 -0
- package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentUsages.js +23 -40
- package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/esm/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironments.js +107 -151
- package/dist/esm/operations/managedEnvironments.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js +1 -0
- package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operations/managedEnvironmentsStorages.js +5 -1
- package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operations/namespaces.js +2 -1
- package/dist/esm/operations/namespaces.js.map +1 -1
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/usages.d.ts.map +1 -1
- package/dist/esm/operations/usages.js +24 -45
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js +9 -0
- package/dist/esm/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist/esm/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/buildAuthToken.js +9 -0
- package/dist/esm/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist/esm/operationsInterfaces/builders.d.ts +71 -0
- package/dist/esm/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/builders.js +9 -0
- package/dist/esm/operationsInterfaces/builders.js.map +1 -0
- package/dist/esm/operationsInterfaces/builds.d.ts +48 -0
- package/dist/esm/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/builds.js +9 -0
- package/dist/esm/operationsInterfaces/builds.js.map +1 -0
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js +9 -0
- package/dist/esm/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +30 -4
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +22 -4
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts +21 -3
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerAppsPatches.js +9 -0
- package/dist/esm/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/daprSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist/esm/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dotNetComponents.js +9 -0
- package/dist/esm/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist/esm/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/functionsExtension.js +9 -0
- package/dist/esm/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js +9 -0
- package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +18 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/esm/operationsInterfaces/jobs.d.ts +29 -1
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -1
- package/dist/esm/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist/esm/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logicApps.js +9 -0
- package/dist/esm/operationsInterfaces/logicApps.js.map +1 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/usages.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/containerAppsAPIClient.d.ts +20 -2
- package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -1
- package/dist/react-native/containerAppsAPIClient.js +84 -17
- package/dist/react-native/containerAppsAPIClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +2695 -184
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +326 -12
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +146 -10
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +7495 -3204
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +41 -5
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +334 -30
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/appResiliencyOperations.d.ts +72 -0
- package/dist/react-native/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist/react-native/operations/appResiliencyOperations.js +269 -0
- package/dist/react-native/operations/appResiliencyOperations.js.map +1 -0
- package/dist/react-native/operations/availableWorkloadProfiles.d.ts.map +1 -1
- package/dist/react-native/operations/availableWorkloadProfiles.js +24 -45
- package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -1
- package/dist/react-native/operations/billingMeters.d.ts.map +1 -1
- package/dist/react-native/operations/billingMeters.js +2 -5
- package/dist/react-native/operations/billingMeters.js.map +1 -1
- package/dist/react-native/operations/buildAuthToken.d.ts +21 -0
- package/dist/react-native/operations/buildAuthToken.d.ts.map +1 -0
- package/dist/react-native/operations/buildAuthToken.js +56 -0
- package/dist/react-native/operations/buildAuthToken.js.map +1 -0
- package/dist/react-native/operations/builders.d.ts +107 -0
- package/dist/react-native/operations/builders.d.ts.map +1 -0
- package/dist/react-native/operations/builders.js +515 -0
- package/dist/react-native/operations/builders.js.map +1 -0
- package/dist/react-native/operations/builds.d.ts +56 -0
- package/dist/react-native/operations/builds.d.ts.map +1 -0
- package/dist/react-native/operations/builds.js +248 -0
- package/dist/react-native/operations/builds.js.map +1 -0
- package/dist/react-native/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist/react-native/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/react-native/operations/buildsByBuilderResource.js +133 -0
- package/dist/react-native/operations/buildsByBuilderResource.js.map +1 -0
- package/dist/react-native/operations/certificates.d.ts.map +1 -1
- package/dist/react-native/operations/certificates.js +25 -42
- package/dist/react-native/operations/certificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironments.js +75 -105
- package/dist/react-native/operations/connectedEnvironments.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts +30 -4
- package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js +230 -59
- package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts +22 -4
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +167 -59
- package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts +21 -3
- package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operations/connectedEnvironmentsStorages.js +141 -15
- package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/containerApps.d.ts.map +1 -1
- package/dist/react-native/operations/containerApps.js +105 -122
- package/dist/react-native/operations/containerApps.js.map +1 -1
- package/dist/react-native/operations/containerAppsAuthConfigs.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsAuthConfigs.js +25 -42
- package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist/react-native/operations/containerAppsBuilds.d.ts +38 -0
- package/dist/react-native/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsBuilds.js +148 -0
- package/dist/react-native/operations/containerAppsBuilds.js.map +1 -0
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js +133 -0
- package/dist/react-native/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/react-native/operations/containerAppsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsDiagnostics.js +47 -81
- package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/containerAppsLabelHistory.d.ts +54 -0
- package/dist/react-native/operations/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsLabelHistory.js +196 -0
- package/dist/react-native/operations/containerAppsLabelHistory.js.map +1 -0
- package/dist/react-native/operations/containerAppsPatches.d.ts +97 -0
- package/dist/react-native/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist/react-native/operations/containerAppsPatches.js +447 -0
- package/dist/react-native/operations/containerAppsPatches.js.map +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsRevisionReplicas.js +1 -0
- package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -1
- package/dist/react-native/operations/containerAppsRevisions.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsRevisions.js +24 -41
- package/dist/react-native/operations/containerAppsRevisions.js.map +1 -1
- package/dist/react-native/operations/containerAppsSessionPools.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsSessionPools.js +83 -110
- package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -1
- package/dist/react-native/operations/containerAppsSourceControls.d.ts.map +1 -1
- package/dist/react-native/operations/containerAppsSourceControls.js +54 -57
- package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -1
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js +253 -0
- package/dist/react-native/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/react-native/operations/daprComponents.d.ts.map +1 -1
- package/dist/react-native/operations/daprComponents.js +25 -42
- package/dist/react-native/operations/daprComponents.js.map +1 -1
- package/dist/react-native/operations/daprSubscriptions.d.ts +63 -0
- package/dist/react-native/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/daprSubscriptions.js +240 -0
- package/dist/react-native/operations/daprSubscriptions.js.map +1 -0
- package/dist/react-native/operations/dotNetComponents.d.ts +99 -0
- package/dist/react-native/operations/dotNetComponents.d.ts.map +1 -0
- package/dist/react-native/operations/dotNetComponents.js +456 -0
- package/dist/react-native/operations/dotNetComponents.js.map +1 -0
- package/dist/react-native/operations/functionsExtension.d.ts +22 -0
- package/dist/react-native/operations/functionsExtension.d.ts.map +1 -0
- package/dist/react-native/operations/functionsExtension.js +64 -0
- package/dist/react-native/operations/functionsExtension.js.map +1 -0
- package/dist/react-native/operations/httpRouteConfigOperations.d.ts +71 -0
- package/dist/react-native/operations/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/react-native/operations/httpRouteConfigOperations.js +274 -0
- package/dist/react-native/operations/httpRouteConfigOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +18 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/javaComponents.d.ts.map +1 -1
- package/dist/react-native/operations/javaComponents.js +63 -65
- package/dist/react-native/operations/javaComponents.js.map +1 -1
- package/dist/react-native/operations/jobs.d.ts +29 -1
- package/dist/react-native/operations/jobs.d.ts.map +1 -1
- package/dist/react-native/operations/jobs.js +313 -168
- package/dist/react-native/operations/jobs.js.map +1 -1
- package/dist/react-native/operations/jobsExecutions.d.ts.map +1 -1
- package/dist/react-native/operations/jobsExecutions.js +23 -40
- package/dist/react-native/operations/jobsExecutions.js.map +1 -1
- package/dist/react-native/operations/logicApps.d.ts +101 -0
- package/dist/react-native/operations/logicApps.d.ts.map +1 -0
- package/dist/react-native/operations/logicApps.js +390 -0
- package/dist/react-native/operations/logicApps.js.map +1 -0
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +64 -0
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/maintenanceConfigurations.js +241 -0
- package/dist/react-native/operations/maintenanceConfigurations.js.map +1 -0
- package/dist/react-native/operations/managedCertificates.d.ts.map +1 -1
- package/dist/react-native/operations/managedCertificates.js +37 -49
- package/dist/react-native/operations/managedCertificates.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js +1 -0
- package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
- package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js +133 -0
- package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/managedEnvironmentUsages.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentUsages.js +23 -40
- package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -1
- package/dist/react-native/operations/managedEnvironments.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironments.js +107 -151
- package/dist/react-native/operations/managedEnvironments.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +1 -0
- package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.js +5 -1
- package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operations/namespaces.js +2 -1
- package/dist/react-native/operations/namespaces.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/usages.d.ts.map +1 -1
- package/dist/react-native/operations/usages.js +24 -45
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/billingMeters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/billingMeters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/buildAuthToken.js +9 -0
- package/dist/react-native/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist/react-native/operationsInterfaces/builders.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/builders.js +9 -0
- package/dist/react-native/operationsInterfaces/builders.js.map +1 -0
- package/dist/react-native/operationsInterfaces/builds.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/builds.js +9 -0
- package/dist/react-native/operationsInterfaces/builds.js.map +1 -0
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js +9 -0
- package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +30 -4
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +22 -4
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts +21 -3
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerApps.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/containerApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js +9 -0
- package/dist/react-native/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dotNetComponents.js +9 -0
- package/dist/react-native/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/functionsExtension.js +9 -0
- package/dist/react-native/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/javaComponents.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/javaComponents.js.map +1 -1
- package/dist/react-native/operationsInterfaces/jobs.d.ts +29 -1
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logicApps.js +9 -0
- package/dist/react-native/operationsInterfaces/logicApps.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +46 -57
- package/CHANGELOG.md +0 -1141
- package/review/arm-appcontainers.api.md +0 -3476
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA4yFH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,aAAa;IACb,uCAAiB,CAAA;AACnB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,qBAAqB;IACrB,+DAAiC,CAAA;AACnC,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC;AAWD,8FAA8F;AAC9F,MAAM,CAAN,IAAY,0CAiBX;AAjBD,WAAY,0CAA0C;IACpD,gBAAgB;IAChB,qEAAuB,CAAA;IACvB,aAAa;IACb,+DAAiB,CAAA;IACjB,eAAe;IACf,mEAAqB,CAAA;IACrB,cAAc;IACd,iEAAmB,CAAA;IACnB,+BAA+B;IAC/B,mGAAqD,CAAA;IACrD,oCAAoC;IACpC,6GAA+D,CAAA;IAC/D,kCAAkC;IAClC,yGAA2D,CAAA;IAC3D,yBAAyB;IACzB,uFAAyC,CAAA;AAC3C,CAAC,EAjBW,0CAA0C,KAA1C,0CAA0C,QAiBrD;AAkBD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,oBAAoB;IACpB,mEAA+B,CAAA;AACjC,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAWX;AAXD,WAAY,iCAAiC;IAC3C,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,mBAAmB;IACnB,kEAA6B,CAAA;IAC7B,cAAc;IACd,wDAAmB,CAAA;AACrB,CAAC,EAXW,iCAAiC,KAAjC,iCAAiC,QAW5C;AAeD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,gBAAgB;IAChB,0CAAuB,CAAA;AACzB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAWX;AAXD,WAAY,kCAAkC;IAC5C,iBAAiB;IACjB,+DAAyB,CAAA;IACzB,gBAAgB;IAChB,6DAAuB,CAAA;IACvB,aAAa;IACb,uDAAiB,CAAA;IACjB,eAAe;IACf,2DAAqB,CAAA;IACrB,eAAe;IACf,2DAAqB,CAAA;AACvB,CAAC,EAXW,kCAAkC,KAAlC,kCAAkC,QAW7C;AAeD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,yEAAyE;IACzE,6DAA2B,CAAA;IAC3B,yCAAyC;IACzC,qDAAmB,CAAA;IACnB,yCAAyC;IACzC,qDAAmB,CAAA;IACnB,+CAA+C;IAC/C,yDAAuB,CAAA;IACvB,2CAA2C;IAC3C,iDAAe,CAAA;AACjB,CAAC,EAXW,8BAA8B,KAA9B,8BAA8B,QAWzC;AAeD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,eAAe;IACf,iDAAqB,CAAA;IACrB,aAAa;IACb,6CAAiB,CAAA;AACnB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BASX;AATD,WAAY,2BAA2B;IACrC,WAAW;IACX,4CAAa,CAAA;IACb,WAAW;IACX,4CAAa,CAAA;IACb,YAAY;IACZ,8CAAe,CAAA;IACf,UAAU;IACV,0CAAW,CAAA;AACb,CAAC,EATW,2BAA2B,KAA3B,2BAA2B,QAStC;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,eAAe;IACf,yCAAqB,CAAA;IACrB,iBAAiB;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,YAAY;IACZ,8BAAe,CAAA;IACf,WAAW;IACX,4BAAa,CAAA;AACf,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,aAAa;IACb,kCAAiB,CAAA;IACjB,WAAW;IACX,8BAAa,CAAA;AACf,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAOX;AAPD,WAAY,iCAAiC;IAC3C,aAAa;IACb,sDAAiB,CAAA;IACjB,aAAa;IACb,sDAAiB,CAAA;IACjB,cAAc;IACd,wDAAmB,CAAA;AACrB,CAAC,EAPW,iCAAiC,KAAjC,iCAAiC,QAO5C;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,WAAW;IACX,iCAAa,CAAA;IACb,WAAW;IACX,iCAAa,CAAA;AACf,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACvB,WAAW;IACX,8BAAa,CAAA;IACb,YAAY;IACZ,gCAAe,CAAA;IACf,WAAW;IACX,8BAAa,CAAA;IACb,YAAY;IACZ,gCAAe,CAAA;AACjB,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;AAcD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BASX;AATD,WAAY,8BAA8B;IACxC,WAAW;IACX,+CAAa,CAAA;IACb,WAAW;IACX,+CAAa,CAAA;IACb,WAAW;IACX,+CAAa,CAAA;IACb,UAAU;IACV,6CAAW,CAAA;AACb,CAAC,EATW,8BAA8B,KAA9B,8BAA8B,QASzC;AAcD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,YAAY;IACZ,8BAAe,CAAA;AACjB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,eAAe;IACf,kCAAqB,CAAA;IACrB,gBAAgB;IAChB,oCAAuB,CAAA;IACvB,cAAc;IACd,gCAAmB,CAAA;AACrB,CAAC,EAPW,SAAS,KAAT,SAAS,QAOpB;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,eAAe;IACf,yCAAqB,CAAA;IACrB,aAAa;IACb,qCAAiB,CAAA;IACjB,mBAAmB;IACnB,iDAA6B,CAAA;AAC/B,CAAC,EATW,gBAAgB,KAAhB,gBAAgB,QAS3B;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,gBAAgB;IAChB,mDAAuB,CAAA;IACvB,WAAW;IACX,yCAAa,CAAA;AACf,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,kBAAkB;IAClB,6DAA2B,CAAA;IAC3B,aAAa;IACb,mDAAiB,CAAA;IACjB,qBAAqB;IACrB,mEAAiC,CAAA;IACjC,oBAAoB;IACpB,iEAA+B,CAAA;AACjC,CAAC,EAXW,8BAA8B,KAA9B,8BAA8B,QAWzC;AAeD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAaX;AAbD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,cAAc;IACd,gDAAmB,CAAA;IACnB,eAAe;IACf,kDAAqB,CAAA;IACrB,aAAa;IACb,8CAAiB,CAAA;IACjB,cAAc;IACd,gDAAmB,CAAA;AACrB,CAAC,EAbW,yBAAyB,KAAzB,yBAAyB,QAapC;AAgBD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAOX;AAPD,WAAY,oCAAoC;IAC9C,cAAc;IACd,2DAAmB,CAAA;IACnB,iBAAiB;IACjB,iEAAyB,CAAA;IACzB,cAAc;IACd,2DAAmB,CAAA;AACrB,CAAC,EAPW,oCAAoC,KAApC,oCAAoC,QAO/C;AAaD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAOX;AAPD,WAAY,sCAAsC;IAChD,cAAc;IACd,6DAAmB,CAAA;IACnB,iBAAiB;IACjB,mEAAyB,CAAA;IACzB,cAAc;IACd,6DAAmB,CAAA;AACrB,CAAC,EAPW,sCAAsC,KAAtC,sCAAsC,QAOjD;AAaD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAqBX;AArBD,WAAY,iCAAiC;IAC3C,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,cAAc;IACd,wDAAmB,CAAA;IACnB,+BAA+B;IAC/B,0FAAqD,CAAA;IACrD,oCAAoC;IACpC,oGAA+D,CAAA;IAC/D,kCAAkC;IAClC,gGAA2D,CAAA;IAC3D,yBAAyB;IACzB,8EAAyC,CAAA;IACzC,uBAAuB;IACvB,0EAAqC,CAAA;IACrC,oBAAoB;IACpB,oEAA+B,CAAA;AACjC,CAAC,EArBW,iCAAiC,KAAjC,iCAAiC,QAqB5C;AAoBD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAWX;AAXD,WAAY,yBAAyB;IACnC,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,gBAAgB;IAChB,oDAAuB,CAAA;IACvB,aAAa;IACb,8CAAiB,CAAA;IACjB,eAAe;IACf,kDAAqB,CAAA;IACrB,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EAXW,yBAAyB,KAAzB,yBAAyB,QAWpC;AAeD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,eAAe;IACf,yCAAqB,CAAA;IACrB,YAAY;IACZ,mCAAe,CAAA;IACf,aAAa;IACb,qCAAiB,CAAA;AACnB,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,sBAAsB;IACtB,6DAAmC,CAAA;IACnC,wBAAwB;IACxB,iEAAuC,CAAA;IACvC,wBAAwB;IACxB,iEAAuC,CAAA;AACzC,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAWX;AAXD,WAAY,mCAAmC;IAC7C,gBAAgB;IAChB,8DAAuB,CAAA;IACvB,aAAa;IACb,wDAAiB,CAAA;IACjB,eAAe;IACf,4DAAqB,CAAA;IACrB,eAAe;IACf,4DAAqB,CAAA;IACrB,iBAAiB;IACjB,gEAAyB,CAAA;AAC3B,CAAC,EAXW,mCAAmC,KAAnC,mCAAmC,QAW9C;AAeD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAeX;AAfD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;IACnB,iBAAiB;IACjB,0DAAyB,CAAA;IACzB,cAAc;IACd,oDAAmB,CAAA;IACnB,eAAe;IACf,sDAAqB,CAAA;IACrB,aAAa;IACb,kDAAiB,CAAA;IACjB,cAAc;IACd,oDAAmB,CAAA;IACnB,gBAAgB;IAChB,wDAAuB,CAAA;AACzB,CAAC,EAfW,6BAA6B,KAA7B,6BAA6B,QAexC;AAiBD,kGAAkG;AAClG,MAAM,CAAN,IAAY,8CAOX;AAPD,WAAY,8CAA8C;IACxD,YAAY;IACZ,iEAAe,CAAA;IACf,WAAW;IACX,+DAAa,CAAA;IACb,UAAU;IACV,6DAAW,CAAA;AACb,CAAC,EAPW,8CAA8C,KAA9C,8CAA8C,QAOzD;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,gBAAgB;IAChB,6CAAuB,CAAA;AACzB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,aAAa;IACb,4CAAiB,CAAA;IACjB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,qCAAe,CAAA;IACf,sBAAsB;IACtB,yDAAmC,CAAA;AACrC,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,oBAAoB;IACpB,4DAA+B,CAAA;IAC/B,qBAAqB;IACrB,8DAAiC,CAAA;AACnC,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAWX;AAXD,WAAY,iCAAiC;IAC3C,iBAAiB;IACjB,8DAAyB,CAAA;IACzB,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,eAAe;IACf,0DAAqB,CAAA;AACvB,CAAC,EAXW,iCAAiC,KAAjC,iCAAiC,QAW5C;AAeD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCASX;AATD,WAAY,gCAAgC;IAC1C,iBAAiB;IACjB,6DAAyB,CAAA;IACzB,gBAAgB;IAChB,2DAAuB,CAAA;IACvB,aAAa;IACb,qDAAiB,CAAA;IACjB,eAAe;IACf,yDAAqB,CAAA;AACvB,CAAC,EATW,gCAAgC,KAAhC,gCAAgC,QAS3C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type JavaComponentPropertiesUnion =\n | JavaComponentProperties\n | SpringBootAdminComponent\n | SpringCloudEurekaComponent\n | SpringCloudConfigComponent;\n\n/** AuthConfig collection ARM resource. */\nexport interface AuthConfigCollection {\n /** Collection of resources. */\n value: AuthConfig[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */\nexport interface AuthPlatform {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n}\n\n/** The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization. */\nexport interface GlobalValidation {\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?: UnauthenticatedClientActionV2;\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n redirectToProvider?: string;\n /** The paths for which unauthenticated flow would not be redirected to the login page. */\n excludedPaths?: string[];\n}\n\n/** The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. */\nexport interface IdentityProviders {\n /** The configuration settings of the Azure Active directory provider. */\n azureActiveDirectory?: AzureActiveDirectory;\n /** The configuration settings of the Facebook provider. */\n facebook?: Facebook;\n /** The configuration settings of the GitHub provider. */\n gitHub?: GitHub;\n /** The configuration settings of the Google provider. */\n google?: Google;\n /** The configuration settings of the Twitter provider. */\n twitter?: Twitter;\n /** The configuration settings of the Apple provider. */\n apple?: Apple;\n /** The configuration settings of the Azure Static Web Apps provider. */\n azureStaticWebApps?: AzureStaticWebApps;\n /**\n * The map of the name of the alias of each custom Open ID Connect provider to the\n * configuration settings of the custom Open ID Connect provider.\n */\n customOpenIdConnectProviders?: {\n [propertyName: string]: CustomOpenIdConnectProvider;\n };\n}\n\n/** The configuration settings of the Azure Active directory provider. */\nexport interface AzureActiveDirectory {\n /** <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Active Directory app registration. */\n registration?: AzureActiveDirectoryRegistration;\n /** The configuration settings of the Azure Active Directory login flow. */\n login?: AzureActiveDirectoryLogin;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AzureActiveDirectoryValidation;\n /**\n * Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.\n * This is an internal flag primarily intended to support the Azure Management Portal. Users should not\n * read or write to this property.\n */\n isAutoProvisioned?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory app registration. */\nexport interface AzureActiveDirectoryRegistration {\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n openIdIssuer?: string;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateSubjectAlternativeName?: string;\n /**\n * An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateIssuer?: string;\n}\n\n/** The configuration settings of the Azure Active Directory login flow. */\nexport interface AzureActiveDirectoryLogin {\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n loginParameters?: string[];\n /** <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. */\n disableWWWAuthenticate?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory token validation flow. */\nexport interface AzureActiveDirectoryValidation {\n /** The configuration settings of the checks that should be made while validating the JWT Claims. */\n jwtClaimChecks?: JwtClaimChecks;\n /** The list of audiences that can make successful authentication/authorization requests. */\n allowedAudiences?: string[];\n /** The configuration settings of the default authorization policy. */\n defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;\n}\n\n/** The configuration settings of the checks that should be made while validating the JWT Claims. */\nexport interface JwtClaimChecks {\n /** The list of the allowed groups. */\n allowedGroups?: string[];\n /** The list of the allowed client applications. */\n allowedClientApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory default authorization policy. */\nexport interface DefaultAuthorizationPolicy {\n /** The configuration settings of the Azure Active Directory allowed principals. */\n allowedPrincipals?: AllowedPrincipals;\n /** The configuration settings of the Azure Active Directory allowed applications. */\n allowedApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory allowed principals. */\nexport interface AllowedPrincipals {\n /** The list of the allowed groups. */\n groups?: string[];\n /** The list of the allowed identities. */\n identities?: string[];\n}\n\n/** The configuration settings of the Facebook provider. */\nexport interface Facebook {\n /** <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Facebook provider. */\n registration?: AppRegistration;\n /** The version of the Facebook api to be used while logging in. */\n graphApiVersion?: string;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have app ids and app secrets */\nexport interface AppRegistration {\n /** The App ID of the app used for login. */\n appId?: string;\n /** The app setting name that contains the app secret. */\n appSecretSettingName?: string;\n}\n\n/** The configuration settings of the login flow, including the scopes that should be requested. */\nexport interface LoginScopes {\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the GitHub provider. */\nexport interface GitHub {\n /** <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the GitHub provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have client ids and client secrets */\nexport interface ClientRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Google provider. */\nexport interface Google {\n /** <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Google provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Allowed Audiences validation flow. */\nexport interface AllowedAudiencesValidation {\n /** The configuration settings of the allowed list of audiences from which to validate the JWT token. */\n allowedAudiences?: string[];\n}\n\n/** The configuration settings of the Twitter provider. */\nexport interface Twitter {\n /** <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Twitter provider. */\n registration?: TwitterRegistration;\n}\n\n/** The configuration settings of the app registration for the Twitter provider. */\nexport interface TwitterRegistration {\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n consumerKey?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n consumerSecretSettingName?: string;\n}\n\n/** The configuration settings of the Apple provider. */\nexport interface Apple {\n /** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Apple registration. */\n registration?: AppleRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the registration for the Apple provider */\nexport interface AppleRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Azure Static Web Apps provider. */\nexport interface AzureStaticWebApps {\n /** <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Static Web Apps registration. */\n registration?: AzureStaticWebAppsRegistration;\n}\n\n/** The configuration settings of the registration for the Azure Static Web Apps provider */\nexport interface AzureStaticWebAppsRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n}\n\n/** The configuration settings of the custom Open ID Connect provider. */\nexport interface CustomOpenIdConnectProvider {\n /** <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the custom Open ID Connect provider. */\n registration?: OpenIdConnectRegistration;\n /** The configuration settings of the login flow of the custom Open ID Connect provider. */\n login?: OpenIdConnectLogin;\n}\n\n/** The configuration settings of the app registration for the custom Open ID Connect provider. */\nexport interface OpenIdConnectRegistration {\n /** The client id of the custom Open ID Connect provider. */\n clientId?: string;\n /** The authentication credentials of the custom Open ID Connect provider. */\n clientCredential?: OpenIdConnectClientCredential;\n /** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\n openIdConnectConfiguration?: OpenIdConnectConfig;\n}\n\n/** The authentication client credentials of the custom Open ID Connect provider. */\nexport interface OpenIdConnectClientCredential {\n /** The method that should be used to authenticate the user. */\n method?: \"ClientSecretPost\";\n /** The app setting that contains the client secret for the custom Open ID Connect provider. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\nexport interface OpenIdConnectConfig {\n /** The endpoint to be used to make an authorization request. */\n authorizationEndpoint?: string;\n /** The endpoint to be used to request a token. */\n tokenEndpoint?: string;\n /** The endpoint that issues the token. */\n issuer?: string;\n /** The endpoint that provides the keys necessary to validate the token. */\n certificationUri?: string;\n /** The endpoint that contains all the configuration endpoints for the provider. */\n wellKnownOpenIdConfiguration?: string;\n}\n\n/** The configuration settings of the login flow of the custom Open ID Connect provider. */\nexport interface OpenIdConnectLogin {\n /** The name of the claim that contains the users name. */\n nameClaimType?: string;\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */\nexport interface Login {\n /** The routes that specify the endpoints used for login and logout requests. */\n routes?: LoginRoutes;\n /** The configuration settings of the token store. */\n tokenStore?: TokenStore;\n /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */\n preserveUrlFragmentsForLogins?: boolean;\n /**\n * 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.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: string[];\n /** The configuration settings of the session cookie's expiration. */\n cookieExpiration?: CookieExpiration;\n /** The configuration settings of the nonce used in the login flow. */\n nonce?: Nonce;\n}\n\n/** The routes that specify the endpoints used for login and logout requests. */\nexport interface LoginRoutes {\n /** The endpoint at which a logout request should be made. */\n logoutEndpoint?: string;\n}\n\n/** The configuration settings of the token store. */\nexport interface TokenStore {\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n enabled?: boolean;\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /** The configuration settings of the storage of the tokens if blob storage is used. */\n azureBlobStorage?: BlobStorageTokenStore;\n}\n\n/** The configuration settings of the storage of the tokens if blob storage is used. */\nexport interface BlobStorageTokenStore {\n /** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */\n sasUrlSettingName: string;\n}\n\n/** The configuration settings of the session cookie's expiration. */\nexport interface CookieExpiration {\n /** The convention used when determining the session cookie's expiration. */\n convention?: CookieExpirationConvention;\n /** The time after the request is made when the session cookie should expire. */\n timeToExpiration?: string;\n}\n\n/** The configuration settings of the nonce used in the login flow. */\nexport interface Nonce {\n /** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */\n validateNonce?: boolean;\n /** The time after the request is made when the nonce should expire. */\n nonceExpirationInterval?: string;\n}\n\n/** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */\nexport interface HttpSettings {\n /** <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. */\n requireHttps?: boolean;\n /** The configuration settings of the paths HTTP requests. */\n routes?: HttpSettingsRoutes;\n /** The configuration settings of a forward proxy used to make the requests. */\n forwardProxy?: ForwardProxy;\n}\n\n/** The configuration settings of the paths HTTP requests. */\nexport interface HttpSettingsRoutes {\n /** The prefix that should precede all the authentication/authorization paths. */\n apiPrefix?: string;\n}\n\n/** The configuration settings of a forward proxy used to make the requests. */\nexport interface ForwardProxy {\n /** The convention used to determine the url of the request made. */\n convention?: ForwardProxyConvention;\n /** The name of the header containing the host of the request. */\n customHostHeaderName?: string;\n /** The name of the header containing the scheme of the request. */\n customProtoHeaderName?: string;\n}\n\n/** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */\nexport interface EncryptionSettings {\n /** The secret name which is referenced for EncryptionKey. */\n containerAppAuthEncryptionSecretName?: string;\n /** The secret name which is referenced for SigningKey. */\n containerAppAuthSigningSecretName?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** App Service error response. */\nexport interface DefaultErrorResponse {\n /**\n * Error model.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: DefaultErrorResponseError;\n}\n\n/** Error model. */\nexport interface DefaultErrorResponseError {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /** Details or the error */\n details?: DefaultErrorResponseErrorDetailsItem[];\n /**\n * More information to debug error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innererror?: string;\n}\n\n/** Detailed errors. */\nexport interface DefaultErrorResponseErrorDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Collection of available workload profiles in the location. */\nexport interface AvailableWorkloadProfilesCollection {\n /** Collection of workload profiles. */\n value: AvailableWorkloadProfile[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Revision resource specific properties */\nexport interface AvailableWorkloadProfileProperties {\n /** Used to categorize workload profiles. */\n category?: string;\n /** indicates whether the profile is default for the location. */\n applicability?: Applicability;\n /** Number of cores in CPU. */\n cores?: number;\n /** Memory in GiB. */\n memoryGiB?: number;\n /** Number of GPUs. */\n gpus?: number;\n /** The everyday name of the workload profile. */\n displayName?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Collection of billing meters. */\nexport interface BillingMeterCollection {\n /** Collection of billing meters. */\n value: BillingMeter[];\n}\n\n/** Revision resource specific properties */\nexport interface BillingMeterProperties {\n /** Used to categorize billing meters. */\n category?: string;\n /** Billing meter type. */\n meterType?: string;\n /** The everyday name of the billing meter. */\n displayName?: string;\n}\n\n/** Collection of connectedEnvironments */\nexport interface ConnectedEnvironmentCollection {\n /** Collection of resources. */\n value?: ConnectedEnvironment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The complex type of the extended location. */\nexport interface ExtendedLocation {\n /** The name of the extended location. */\n name?: string;\n /** The type of the extended location. */\n type?: ExtendedLocationTypes;\n}\n\n/** Configuration properties for apps environment custom domain */\nexport interface CustomDomainConfiguration {\n /**\n * Id used to verify domain name ownership\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationId?: string;\n /** Dns suffix for the environment domain */\n dnsSuffix?: string;\n /** Certificate stored in Azure Key Vault. */\n certificateKeyVaultProperties?: CertificateKeyVaultProperties;\n /** PFX or PEM blob */\n certificateValue?: Uint8Array;\n /** Certificate password */\n certificatePassword?: string;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n}\n\n/** Properties for a certificate stored in a Key Vault. */\nexport interface CertificateKeyVaultProperties {\n /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */\n identity?: string;\n /** URL pointing to the Azure Key Vault secret that holds the certificate. */\n keyVaultUrl?: string;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** Collection of Certificates. */\nexport interface CertificateCollection {\n /** Collection of resources. */\n value: Certificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Certificate resource specific properties */\nexport interface CertificateProperties {\n /**\n * Provisioning state of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CertificateProvisioningState;\n /** Properties for a certificate stored in a Key Vault. */\n certificateKeyVaultProperties?: CertificateKeyVaultProperties;\n /** Certificate password. */\n password?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /**\n * Subject alternative names the certificate applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectAlternativeNames?: string[];\n /** PFX or PEM blob */\n value?: Uint8Array;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n}\n\n/** A certificate to update */\nexport interface CertificatePatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Dapr Components ARM resource. */\nexport interface DaprComponentsCollection {\n /** Collection of resources. */\n value: DaprComponent[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Secret definition. */\nexport interface Secret {\n /** Secret Name. */\n name?: string;\n /** Secret Value. */\n value?: string;\n /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */\n identity?: string;\n /** Azure Key Vault URL pointing to the secret referenced by the container app. */\n keyVaultUrl?: string;\n}\n\n/** Dapr component metadata. */\nexport interface DaprMetadata {\n /** Metadata property name. */\n name?: string;\n /** Metadata property value. */\n value?: string;\n /** Name of the Dapr Component secret from which to pull the metadata property value. */\n secretRef?: string;\n}\n\n/** Dapr component Secrets Collection for ListSecrets Action. */\nexport interface DaprSecretsCollection {\n /** Collection of secrets used by a Dapr component */\n value: DaprSecret[];\n}\n\n/** Dapr component Secret for ListSecrets Action */\nexport interface DaprSecret {\n /**\n * Secret Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Secret Value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Collection of Storage for Environments */\nexport interface ConnectedEnvironmentStoragesCollection {\n /** Collection of storage resources. */\n value: ConnectedEnvironmentStorage[];\n}\n\n/** Storage properties */\nexport interface ConnectedEnvironmentStorageProperties {\n /** Azure file properties */\n azureFile?: AzureFileProperties;\n}\n\n/** Azure File Properties. */\nexport interface AzureFileProperties {\n /** Storage account name for azure file. */\n accountName?: string;\n /** Storage account key for azure file. */\n accountKey?: string;\n /** Access mode for storage */\n accessMode?: AccessMode;\n /** Azure file share name. */\n shareName?: string;\n}\n\n/** Container App collection ARM resource. */\nexport interface ContainerAppCollection {\n /** Collection of resources. */\n value: ContainerApp[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** 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. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Non versioned Container App configuration properties that define the mutable settings of a Container app */\nexport interface Configuration {\n /** Collection of secrets used by a Container app */\n secrets?: Secret[];\n /**\n * ActiveRevisionsMode controls how active revisions are handled for the Container app:\n * <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>\n */\n activeRevisionsMode?: ActiveRevisionsMode;\n /** Ingress configurations. */\n ingress?: Ingress;\n /** Collection of private container registry credentials for containers used by the Container app */\n registries?: RegistryCredentials[];\n /** Dapr configuration for the Container App. */\n dapr?: Dapr;\n /** App runtime configuration for the Container App. */\n runtime?: Runtime;\n /** Optional. Max inactive revisions a Container App can have. */\n maxInactiveRevisions?: number;\n /** Container App to be a dev Container App Service */\n service?: Service;\n /** 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. */\n identitySettings?: IdentitySettings[];\n}\n\n/** Container App Ingress configuration. */\nexport interface Ingress {\n /**\n * Hostname.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /** Bool indicating if app exposes an external http endpoint */\n external?: boolean;\n /** Target Port in containers for traffic from ingress */\n targetPort?: number;\n /** Exposed Port in containers for TCP traffic from ingress */\n exposedPort?: number;\n /** Ingress transport protocol */\n transport?: IngressTransportMethod;\n /** Traffic weights for app's revisions */\n traffic?: TrafficWeight[];\n /** custom domain bindings for Container Apps' hostnames. */\n customDomains?: CustomDomain[];\n /** Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections */\n allowInsecure?: boolean;\n /** Rules to restrict incoming IP address. */\n ipSecurityRestrictions?: IpSecurityRestrictionRule[];\n /** Sticky Sessions for Single Revision Mode */\n stickySessions?: IngressStickySessions;\n /** 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. */\n clientCertificateMode?: IngressClientCertificateMode;\n /** CORS policy for container app */\n corsPolicy?: CorsPolicy;\n /** Settings to expose additional ports on container app */\n additionalPortMappings?: IngressPortMapping[];\n}\n\n/** Traffic weight assigned to a revision */\nexport interface TrafficWeight {\n /** Name of a revision */\n revisionName?: string;\n /** Traffic weight assigned to a revision */\n weight?: number;\n /** Indicates that the traffic weight belongs to a latest stable revision */\n latestRevision?: boolean;\n /** Associates a traffic label with a revision */\n label?: string;\n}\n\n/** Custom Domain of a Container App */\nexport interface CustomDomain {\n /** Hostname. */\n name: string;\n /** Custom Domain binding type. */\n bindingType?: BindingType;\n /** Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment. */\n certificateId?: string;\n}\n\n/** Rule to restrict incoming IP address. */\nexport interface IpSecurityRestrictionRule {\n /** Name for the IP restriction rule. */\n name: string;\n /** Describe the IP restriction rule that is being sent to the container-app. This is an optional field. */\n description?: string;\n /** CIDR notation to match incoming IP address */\n ipAddressRange: string;\n /** Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny */\n action: Action;\n}\n\n/** Sticky Sessions for Single Revision Mode */\nexport interface IngressStickySessions {\n /** Sticky Session Affinity */\n affinity?: Affinity;\n}\n\n/** Cross-Origin-Resource-Sharing policy */\nexport interface CorsPolicy {\n /** Specifies the content for the access-control-allow-origins header */\n allowedOrigins: string[];\n /** Specifies the content for the access-control-allow-methods header */\n allowedMethods?: string[];\n /** Specifies the content for the access-control-allow-headers header */\n allowedHeaders?: string[];\n /** Specifies the content for the access-control-expose-headers header */\n exposeHeaders?: string[];\n /** Specifies the content for the access-control-max-age header */\n maxAge?: number;\n /** Specifies whether the resource allows credentials */\n allowCredentials?: boolean;\n}\n\n/** Port mappings of container app ingress */\nexport interface IngressPortMapping {\n /** Specifies whether the app port is accessible outside of the environment */\n external: boolean;\n /** Specifies the port user's container listens on */\n targetPort: number;\n /** Specifies the exposed port for the target port. If not specified, it defaults to target port */\n exposedPort?: number;\n}\n\n/** Container App Private Registry */\nexport interface RegistryCredentials {\n /** Container Registry Server */\n server?: string;\n /** Container Registry Username */\n username?: string;\n /** The name of the Secret that contains the registry login password */\n passwordSecretRef?: string;\n /** 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' */\n identity?: string;\n}\n\n/** Container App Dapr configuration. */\nexport interface Dapr {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http */\n appProtocol?: AppProtocol;\n /** Tells Dapr which port your application is listening on */\n appPort?: number;\n /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */\n httpReadBufferSize?: number;\n /** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */\n httpMaxRequestSize?: number;\n /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */\n logLevel?: LogLevel;\n /** Enables API logging for the Dapr sidecar */\n enableApiLogging?: boolean;\n}\n\n/** Container App Runtime configuration. */\nexport interface Runtime {\n /** Java app configuration */\n java?: RuntimeJava;\n}\n\n/** Java app configuration */\nexport interface RuntimeJava {\n /** Enable jmx core metrics for the java app */\n enableMetrics?: boolean;\n}\n\n/** Container App to be a dev service */\nexport interface Service {\n /** Dev ContainerApp service type */\n type: string;\n}\n\n/** Optional settings for a Managed Identity that is assigned to the Container App. */\nexport interface IdentitySettings {\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity: string;\n /** Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. */\n lifecycle?: IdentitySettingsLifeCycle;\n}\n\n/**\n * Container App versioned application definition.\n * Defines the desired state of an immutable revision.\n * Any changes to this section Will result in a new revision being created\n */\nexport interface Template {\n /** User friendly suffix that is appended to the revision name */\n revisionSuffix?: string;\n /** 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. */\n terminationGracePeriodSeconds?: number;\n /** List of specialized containers that run before app containers. */\n initContainers?: InitContainer[];\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** Scaling properties for the Container App. */\n scale?: Scale;\n /** List of volume definitions for the Container App. */\n volumes?: Volume[];\n /** List of container app services bound to the app */\n serviceBinds?: ServiceBind[];\n}\n\n/** Container App base container definition. */\nexport interface BaseContainer {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n /** Container volume mounts. */\n volumeMounts?: VolumeMount[];\n}\n\n/** Container App container environment variable. */\nexport interface EnvironmentVar {\n /** Environment variable name. */\n name?: string;\n /** Non-secret environment variable value. */\n value?: string;\n /** Name of the Container App secret from which to pull the environment variable value. */\n secretRef?: string;\n}\n\n/** Container App container resource requirements. */\nexport interface ContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n /**\n * Ephemeral Storage, e.g. \"1Gi\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ephemeralStorage?: string;\n}\n\n/** Volume mount for the Container App. */\nexport interface VolumeMount {\n /** This must match the Name of a Volume. */\n volumeName?: string;\n /** Path within the container at which the volume should be mounted.Must not contain ':'. */\n mountPath?: string;\n /** Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root). */\n subPath?: string;\n}\n\n/** Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. */\nexport interface ContainerAppProbe {\n /** Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10. */\n failureThreshold?: number;\n /** HTTPGet specifies the http request to perform. */\n httpGet?: ContainerAppProbeHttpGet;\n /** Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60. */\n initialDelaySeconds?: number;\n /** How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240. */\n periodSeconds?: number;\n /** 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. */\n successThreshold?: number;\n /** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */\n tcpSocket?: ContainerAppProbeTcpSocket;\n /** 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) */\n terminationGracePeriodSeconds?: number;\n /** Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240. */\n timeoutSeconds?: number;\n /** The type of probe. */\n type?: Type;\n}\n\n/** HTTPGet specifies the http request to perform. */\nexport interface ContainerAppProbeHttpGet {\n /** Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead. */\n host?: string;\n /** Custom headers to set in the request. HTTP allows repeated headers. */\n httpHeaders?: ContainerAppProbeHttpGetHttpHeadersItem[];\n /** Path to access on the HTTP server. */\n path?: string;\n /** 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. */\n port: number;\n /** Scheme to use for connecting to the host. Defaults to HTTP. */\n scheme?: Scheme;\n}\n\n/** HTTPHeader describes a custom header to be used in HTTP probes */\nexport interface ContainerAppProbeHttpGetHttpHeadersItem {\n /** The header field name */\n name: string;\n /** The header field value */\n value: string;\n}\n\n/** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */\nexport interface ContainerAppProbeTcpSocket {\n /** Optional: Host name to connect to, defaults to the pod IP. */\n host?: string;\n /** 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. */\n port: number;\n}\n\n/** Container App scaling configurations. */\nexport interface Scale {\n /** Optional. Minimum number of container replicas. */\n minReplicas?: number;\n /** Optional. Maximum number of container replicas. Defaults to 10 if not set. */\n maxReplicas?: number;\n /** Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set. */\n cooldownPeriod?: number;\n /** Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set. */\n pollingInterval?: number;\n /** Scaling rules. */\n rules?: ScaleRule[];\n}\n\n/** Container App container scaling rule. */\nexport interface ScaleRule {\n /** Scale Rule Name */\n name?: string;\n /** Azure Queue based scaling. */\n azureQueue?: QueueScaleRule;\n /** Custom scale rule. */\n custom?: CustomScaleRule;\n /** HTTP requests based scaling. */\n http?: HttpScaleRule;\n /** Tcp requests based scaling. */\n tcp?: TcpScaleRule;\n}\n\n/** Container App container Azure Queue based scaling rule. */\nexport interface QueueScaleRule {\n /** Storage account name. required if using managed identity to authenticate */\n accountName?: string;\n /** Queue name. */\n queueName?: string;\n /** Queue length. */\n queueLength?: number;\n /** Authentication secrets for the queue scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Auth Secrets for Scale Rule */\nexport interface ScaleRuleAuth {\n /** Name of the secret from which to pull the auth params. */\n secretRef?: string;\n /** Trigger Parameter that uses the secret */\n triggerParameter?: string;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface CustomScaleRule {\n /**\n * Type of the custom scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe custom scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Container App container Http scaling rule. */\nexport interface HttpScaleRule {\n /** Metadata properties to describe http scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Container App container Tcp scaling rule. */\nexport interface TcpScaleRule {\n /** Metadata properties to describe tcp scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the tcp scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Volume definitions for the Container App. */\nexport interface Volume {\n /** Volume name. */\n name?: string;\n /** Storage type for the volume. If not provided, use EmptyDir. */\n storageType?: StorageType;\n /** Name of storage resource. No need to provide for EmptyDir and Secret. */\n storageName?: string;\n /** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */\n secrets?: SecretVolumeItem[];\n /** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */\n mountOptions?: string;\n}\n\n/** Secret to be added to volume. */\nexport interface SecretVolumeItem {\n /** Name of the Container App secret from which to pull the secret value. */\n secretRef?: string;\n /** Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef. */\n path?: string;\n}\n\n/** Configuration to bind a ContainerApp to a dev ContainerApp Service */\nexport interface ServiceBind {\n /** Resource id of the target service */\n serviceId?: string;\n /** Name of the service bind */\n name?: string;\n}\n\n/** Custom domain analysis. */\nexport interface CustomHostnameAnalysisResult {\n /**\n * Host name that was analyzed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /**\n * <code>true</code> if hostname is already verified; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHostnameAlreadyVerified?: boolean;\n /**\n * DNS verification test result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationTest?: DnsVerificationTestResult;\n /**\n * Raw failure information if DNS verification fails.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationFailureInfo?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo;\n /**\n * <code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasConflictOnManagedEnvironment?: boolean;\n /**\n * <code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflictWithEnvironmentCustomDomain?: boolean;\n /**\n * Name of the conflicting Container App on the Managed Environment if it's within the same subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflictingContainerAppResourceId?: string;\n /** CName records visible for this hostname. */\n cNameRecords?: string[];\n /** TXT records visible for this hostname. */\n txtRecords?: string[];\n /** A records visible for this hostname. */\n aRecords?: string[];\n /** Alternate CName records visible for this hostname. */\n alternateCNameRecords?: string[];\n /** Alternate TXT records visible for this hostname. */\n alternateTxtRecords?: string[];\n}\n\n/** Raw failure information if DNS verification fails. */\nexport interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /** Details or the error */\n details?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem[];\n}\n\n/** Detailed errors. */\nexport interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Container App Secrets Collection ARM resource. */\nexport interface SecretsCollection {\n /** Collection of resources. */\n value: ContainerAppSecret[];\n}\n\n/** Container App Secret. */\nexport interface ContainerAppSecret {\n /**\n * Secret Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Secret Value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identity?: string;\n /**\n * Azure Key Vault URL pointing to the secret referenced by the container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultUrl?: string;\n}\n\n/** Container App Revisions collection ARM resource. */\nexport interface RevisionCollection {\n /** Collection of resources. */\n value: Revision[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container object under Container App Revision Replica. */\nexport interface ReplicaContainer {\n /** The Name of the Container */\n name?: string;\n /** The Id of the Container */\n containerId?: string;\n /** The container ready status */\n ready?: boolean;\n /** The container start status */\n started?: boolean;\n /** The container restart count */\n restartCount?: number;\n /**\n * Current running state of the container\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: ContainerAppContainerRunningState;\n /**\n * The details of container current running state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStateDetails?: string;\n /**\n * Log Stream endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStreamEndpoint?: string;\n /**\n * Container exec endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly execEndpoint?: string;\n}\n\n/** Container App Revision Replicas collection ARM resource. */\nexport interface ReplicaCollection {\n /** Collection of resources. */\n value: Replica[];\n}\n\n/** Diagnostics data collection for a resource. */\nexport interface DiagnosticsCollection {\n /** Collection of diagnostic data. */\n value: Diagnostics[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Diagnostics resource specific properties */\nexport interface DiagnosticsProperties {\n /** Metadata of the diagnostics response. */\n metadata?: DiagnosticsDefinition;\n /** Set of data collections associated with the response. */\n dataset?: DiagnosticsDataApiResponse[];\n /** Status of the diagnostics response. */\n status?: DiagnosticsStatus;\n /** List of data providers' metadata. */\n dataProviderMetadata?: DiagnosticDataProviderMetadata;\n}\n\n/** Metadata of the diagnostics response */\nexport interface DiagnosticsDefinition {\n /**\n * Unique detector name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Display Name of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Details of the diagnostics info\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /**\n * Category of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /** List of support topics */\n supportTopicList?: DiagnosticSupportTopic[];\n /** List of analysis types */\n analysisTypes?: string[];\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly score?: number;\n}\n\n/** Support topic information */\nexport interface DiagnosticSupportTopic {\n /**\n * Unique topic identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * PES identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pesId?: string;\n}\n\n/** Diagnostics data returned from a detector */\nexport interface DiagnosticsDataApiResponse {\n /** Table response */\n table?: DiagnosticDataTableResponseObject;\n /** Details of the table response */\n renderingProperties?: DiagnosticRendering;\n}\n\n/** Diagnostics data table */\nexport interface DiagnosticDataTableResponseObject {\n /** Table name */\n tableName?: string;\n /** Columns in the table */\n columns?: DiagnosticDataTableResponseColumn[];\n /** Rows in the table */\n rows?: Record<string, unknown>[];\n}\n\n/** Diagnostics data column */\nexport interface DiagnosticDataTableResponseColumn {\n /** Column name */\n columnName?: string;\n /** Data type of the column */\n dataType?: string;\n /** Column type */\n columnType?: string;\n}\n\n/** Rendering details of a diagnostics table */\nexport interface DiagnosticRendering {\n /** Rendering type */\n type?: number;\n /** Title of the table */\n title?: string;\n /** Description of the table */\n description?: string;\n /** Flag if the table should be rendered */\n isVisible?: boolean;\n}\n\n/** Rendering details of a diagnostics table */\nexport interface DiagnosticsStatus {\n /** Diagnostic message */\n message?: string;\n /** Status */\n statusId?: number;\n}\n\n/** Details of a diagnostics data provider */\nexport interface DiagnosticDataProviderMetadata {\n /** Name of data provider */\n providerName?: string;\n /** Collection of properties */\n propertyBag?: DiagnosticDataProviderMetadataPropertyBagItem[];\n}\n\n/** Property details */\nexport interface DiagnosticDataProviderMetadataPropertyBagItem {\n /** Property name */\n name?: string;\n /** Property value */\n value?: string;\n}\n\n/** Configuration properties for apps environment to join a Virtual Network */\nexport interface VnetConfiguration {\n /** 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 */\n internal?: boolean;\n /** Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges. */\n infrastructureSubnetId?: string;\n /** CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges. */\n dockerBridgeCidr?: string;\n /** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges. */\n platformReservedCidr?: string;\n /** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server. */\n platformReservedDnsIP?: string;\n}\n\n/** Configuration of application logs */\nexport interface AppLogsConfiguration {\n /** Logs destination, can be 'log-analytics', 'azure-monitor' or 'none' */\n destination?: string;\n /** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */\n logAnalyticsConfiguration?: LogAnalyticsConfiguration;\n}\n\n/** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */\nexport interface LogAnalyticsConfiguration {\n /** Log analytics customer id */\n customerId?: string;\n /** Log analytics customer key */\n sharedKey?: string;\n}\n\n/** Workload profile to scope container app execution. */\nexport interface WorkloadProfile {\n /** Workload profile type for the workloads to run on. */\n name: string;\n /** Workload profile type for the workloads to run on. */\n workloadProfileType: string;\n /** The minimum capacity. */\n minimumCount?: number;\n /** The maximum capacity. */\n maximumCount?: number;\n}\n\n/** Configuration properties Keda component */\nexport interface KedaConfiguration {\n /**\n * The version of Keda\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Configuration properties Dapr component */\nexport interface DaprConfiguration {\n /**\n * The version of Dapr\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Peer authentication settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerAuthentication {\n /** Mutual TLS authentication settings for the Managed Environment */\n mtls?: Mtls;\n}\n\n/** Configuration properties for mutual TLS authentication */\nexport interface Mtls {\n /** Boolean indicating whether the mutual TLS authentication is enabled */\n enabled?: boolean;\n}\n\n/** Peer traffic settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerTrafficConfiguration {\n /** Peer traffic encryption settings for the Managed Environment */\n encryption?: ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption;\n}\n\n/** Peer traffic encryption settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption {\n /** Boolean indicating whether the peer traffic encryption is enabled */\n enabled?: boolean;\n}\n\n/** Non versioned Container Apps Job configuration properties */\nexport interface JobConfiguration {\n /** Collection of secrets used by a Container Apps Job */\n secrets?: Secret[];\n /** Trigger type of the job */\n triggerType: TriggerType;\n /** Maximum number of seconds a replica is allowed to run. */\n replicaTimeout: number;\n /** Maximum number of retries before failing the job. */\n replicaRetryLimit?: number;\n /** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */\n manualTriggerConfig?: JobConfigurationManualTriggerConfig;\n /** Cron formatted repeating trigger schedule (\"* * * * *\") for cronjobs. Properties completions and parallelism would be set to 1 by default */\n scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;\n /** Trigger configuration of an event driven job. */\n eventTriggerConfig?: JobConfigurationEventTriggerConfig;\n /** Collection of private container registry credentials used by a Container apps job */\n registries?: RegistryCredentials[];\n /** 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. */\n identitySettings?: IdentitySettings[];\n}\n\n/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */\nexport interface JobConfigurationManualTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n}\n\n/** Cron formatted repeating trigger schedule (\"* * * * *\") for cronjobs. Properties completions and parallelism would be set to 1 by default */\nexport interface JobConfigurationScheduleTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Cron formatted repeating schedule (\"* * * * *\") of a Cron Job. */\n cronExpression: string;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n}\n\n/** Trigger configuration of an event driven job. */\nexport interface JobConfigurationEventTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n /** Scaling configurations for event driven jobs. */\n scale?: JobScale;\n}\n\n/** Scaling configurations for event driven jobs. */\nexport interface JobScale {\n /** Interval to check each event source in seconds. Defaults to 30s */\n pollingInterval?: number;\n /** Minimum number of job executions that are created for a trigger, default 0 */\n minExecutions?: number;\n /** Maximum number of job executions that are created for a trigger, default 100. */\n maxExecutions?: number;\n /** Scaling rules. */\n rules?: JobScaleRule[];\n}\n\n/** Scaling rule. */\nexport interface JobScaleRule {\n /** Scale Rule Name */\n name?: string;\n /**\n * Type of the scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe the scale rule. */\n metadata?: Record<string, unknown>;\n /** Authentication secrets for the scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** 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 */\nexport interface JobTemplate {\n /** List of specialized containers that run before app containers. */\n initContainers?: InitContainer[];\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** List of volume definitions for the Container App. */\n volumes?: Volume[];\n}\n\n/** Available operations of the service */\nexport interface AvailableOperations {\n /** Collection of available operation details */\n value?: OperationDetail[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Operation detail payload */\nexport interface OperationDetail {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display of the operation */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n}\n\n/** Operation display payload */\nexport interface OperationDisplay {\n /** Resource provider of the operation */\n provider?: string;\n /** Resource of the operation */\n resource?: string;\n /** Localized friendly name for the operation */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** Java Components ARM resource. */\nexport interface JavaComponentsCollection {\n /** Collection of resources. */\n value: JavaComponent[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Java Component common properties. */\nexport interface JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringBootAdmin\" | \"SpringCloudEureka\" | \"SpringCloudConfig\";\n /**\n * Provisioning state of the Java Component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: JavaComponentProvisioningState;\n /** List of Java Components configuration properties */\n configurations?: JavaComponentConfigurationProperty[];\n /** Java component scaling configurations */\n scale?: JavaComponentPropertiesScale;\n /** List of Java Components that are bound to the Java component */\n serviceBinds?: JavaComponentServiceBind[];\n}\n\n/** Configuration properties for a Java Component */\nexport interface JavaComponentConfigurationProperty {\n /** The name of the property */\n propertyName?: string;\n /** The value of the property */\n value?: string;\n}\n\n/** Java component scaling configurations */\nexport interface JavaComponentPropertiesScale {\n /** Optional. Minimum number of Java component replicas. Defaults to 1 if not set */\n minReplicas?: number;\n /** Optional. Maximum number of Java component replicas */\n maxReplicas?: number;\n}\n\n/** Configuration to bind a Java Component to another Java Component */\nexport interface JavaComponentServiceBind {\n /** Name of the service bind */\n name?: string;\n /** Resource id of the target service */\n serviceId?: string;\n}\n\n/** Container Apps Jobs collection ARM resource. */\nexport interface JobsCollection {\n /** Collection of resources. */\n value: Job[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container Apps Job resource specific properties. */\nexport interface JobPatchProperties {\n /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n properties?: JobPatchPropertiesProperties;\n}\n\nexport interface JobPatchPropertiesProperties {\n /** Resource ID of environment. */\n environmentId?: string;\n /** Container Apps Job configuration properties. */\n configuration?: JobConfiguration;\n /** Container Apps job definition. */\n template?: JobTemplate;\n /** Outbound IP Addresses of a container apps job. */\n outboundIpAddresses?: string[];\n /** The endpoint of the eventstream of the container apps job. */\n eventStreamEndpoint?: string;\n}\n\n/** Job's execution template, containing container configuration for a job's execution */\nexport interface JobExecutionTemplate {\n /** List of container definitions for the Container Apps Job. */\n containers?: JobExecutionContainer[];\n /** List of specialized containers that run before job containers. */\n initContainers?: JobExecutionContainer[];\n}\n\n/** Container Apps Jobs execution container definition. */\nexport interface JobExecutionContainer {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n}\n\n/** Container App's Job execution name. */\nexport interface JobExecutionBase {\n /** Job execution name. */\n name?: string;\n /** Job execution Id. */\n id?: string;\n}\n\n/** Container App executions collection ARM resource. */\nexport interface ContainerAppJobExecutions {\n /** Collection of resources. */\n value: JobExecution[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container Apps Job execution. */\nexport interface JobExecution {\n /** Job execution Name. */\n name?: string;\n /** Job execution Id. */\n id?: string;\n /** Job execution type */\n type?: string;\n /**\n * Current running State of the job\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: JobExecutionRunningState;\n /** Job execution start time. */\n startTime?: Date;\n /** Job execution end time. */\n endTime?: Date;\n /** Job's execution container. */\n template?: JobExecutionTemplate;\n}\n\n/** Container Apps Job Secrets Collection ARM resource. */\nexport interface JobSecretsCollection {\n /** Collection of resources. */\n value: Secret[];\n}\n\n/** Collection of Environments */\nexport interface ManagedEnvironmentsCollection {\n /** Collection of resources. */\n value: ManagedEnvironment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Certificate resource specific properties */\nexport interface ManagedCertificateProperties {\n /**\n * Provisioning state of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CertificateProvisioningState;\n /** Subject name of the certificate. */\n subjectName?: string;\n /**\n * Any error occurred during the certificate provision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: string;\n /** Selected type of domain control validation for managed certificates. */\n domainControlValidation?: ManagedCertificateDomainControlValidation;\n /**\n * A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationToken?: string;\n}\n\n/** A managed certificate to update */\nexport interface ManagedCertificatePatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Collection of Managed Certificates. */\nexport interface ManagedCertificateCollection {\n /** Collection of resources. */\n value: ManagedCertificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of workloadProfileStates */\nexport interface WorkloadProfileStatesCollection {\n /** Collection of resources. */\n value: WorkloadProfileStates[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Workload Profile resource specific properties. */\nexport interface WorkloadProfileStatesProperties {\n /** Minimum count of instances. */\n minimumCount?: number;\n /** Maximum count of nodes. */\n maximumCount?: number;\n /** Current count of nodes. */\n currentCount?: number;\n}\n\n/** Collection of Storage for Environments */\nexport interface ManagedEnvironmentStoragesCollection {\n /** Collection of storage resources. */\n value: ManagedEnvironmentStorage[];\n}\n\n/** Storage properties */\nexport interface ManagedEnvironmentStorageProperties {\n /** Azure file properties */\n azureFile?: AzureFileProperties;\n /** NFS Azure file properties */\n nfsAzureFile?: NfsAzureFileProperties;\n}\n\n/** NFS Azure File Properties. */\nexport interface NfsAzureFileProperties {\n /** Server for NFS azure file. Specify the Azure storage account server address. */\n server?: string;\n /** Access mode for storage */\n accessMode?: AccessMode;\n /** NFS Azure file share name. */\n shareName?: string;\n}\n\n/** Session pool collection Azure resource. */\nexport interface SessionPoolCollection {\n /** Collection of resources. */\n value: SessionPool[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Scale configuration. */\nexport interface ScaleConfiguration {\n /** The maximum count of sessions at the same time. */\n maxConcurrentSessions?: number;\n /** The minimum count of ready session instances. */\n readySessionInstances?: number;\n}\n\n/** Secret definition. */\nexport interface SessionPoolSecret {\n /** Secret Name. */\n name?: string;\n /** Secret Value. */\n value?: string;\n}\n\n/** Dynamic pool configuration. */\nexport interface DynamicPoolConfiguration {\n /** The lifecycle configuration of a session in the dynamic session pool */\n lifecycleConfiguration?: LifecycleConfiguration;\n}\n\n/** The lifecycle configuration properties of a session in the dynamic session pool */\nexport interface LifecycleConfiguration {\n /** The lifecycle type of the session pool. */\n lifecycleType?: LifecycleType;\n /** The cooldown period of a session in seconds when the lifecycle type is 'Timed'. */\n cooldownPeriodInSeconds?: number;\n /** The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'. */\n maxAlivePeriodInSeconds?: number;\n}\n\n/** Custom container configuration. */\nexport interface CustomContainerTemplate {\n /** Private container registry credentials for containers used by the sessions of the session pool. */\n registryCredentials?: SessionRegistryCredentials;\n /** List of container definitions for the sessions of the session pool. */\n containers?: SessionContainer[];\n /** Session pool ingress configuration. */\n ingress?: SessionIngress;\n}\n\n/** Session pool private registry credentials. */\nexport interface SessionRegistryCredentials {\n /** Container registry server. */\n server?: string;\n /** Container registry username. */\n username?: string;\n /** The name of the secret that contains the registry login password */\n passwordSecretRef?: string;\n /** 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' */\n identity?: string;\n}\n\n/** Container definitions for the sessions of the session pool. */\nexport interface SessionContainer {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: SessionContainerResources;\n}\n\n/** Container resource requirements for sessions of the session pool. */\nexport interface SessionContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n}\n\n/** Session pool ingress configuration. */\nexport interface SessionIngress {\n /** Target port in containers for traffic from ingress */\n targetPort?: number;\n}\n\n/** Session network configuration. */\nexport interface SessionNetworkConfiguration {\n /** Network status for the sessions. */\n status?: SessionNetworkStatus;\n}\n\n/** Optional settings for a Managed Identity that is assigned to the Session pool. */\nexport interface ManagedIdentitySetting {\n /** The resource ID of a user-assigned managed identity that is assigned to the Session Pool, or 'system' for system-assigned identity. */\n identity: string;\n /** Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available. */\n lifecycle?: IdentitySettingsLifeCycle;\n}\n\n/** Container App session pool updatable properties. */\nexport interface SessionPoolUpdatableProperties {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** The scale configuration of the session pool. */\n scaleConfiguration?: ScaleConfiguration;\n /** The secrets of the session pool. */\n secrets?: SessionPoolSecret[];\n /** The pool configuration if the poolManagementType is dynamic. */\n dynamicPoolConfiguration?: DynamicPoolConfiguration;\n /** The custom container configuration if the containerType is CustomContainer. */\n customContainerTemplate?: CustomContainerTemplate;\n /** The network configuration of the sessions in the session pool. */\n sessionNetworkConfiguration?: SessionNetworkConfiguration;\n}\n\n/** SourceControl collection ARM resource. */\nexport interface SourceControlCollection {\n /** Collection of resources. */\n value: SourceControl[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Configuration properties that define the mutable settings of a Container App SourceControl */\nexport interface GithubActionConfiguration {\n /** Registry configurations. */\n registryInfo?: RegistryInfo;\n /** AzureCredentials configurations. */\n azureCredentials?: AzureCredentials;\n /** Context path */\n contextPath?: string;\n /** One time Github PAT to configure github environment */\n githubPersonalAccessToken?: string;\n /** Image name */\n image?: string;\n /** Code or Image */\n publishType?: string;\n /** Operation system */\n os?: string;\n /** Runtime stack */\n runtimeStack?: string;\n /** Runtime version */\n runtimeVersion?: string;\n}\n\n/** Container App registry information. */\nexport interface RegistryInfo {\n /** registry server Url. */\n registryUrl?: string;\n /** registry username. */\n registryUserName?: string;\n /** registry secret. */\n registryPassword?: string;\n}\n\n/** Container App credentials. */\nexport interface AzureCredentials {\n /** Client Id. */\n clientId?: string;\n /** Client Secret. */\n clientSecret?: string;\n /** Tenant Id. */\n tenantId?: string;\n /** Kind of auth github does for deploying the template */\n kind?: string;\n /** Subscription Id. */\n subscriptionId?: string;\n}\n\nexport interface ListUsagesResult {\n /** The list of compute resource usages. */\n value?: Usage[];\n /** 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. */\n nextLink?: string;\n}\n\n/** Describes Compute Resource Usage. */\nexport interface Usage {\n /** An enum describing the unit of usage measurement. */\n unit: \"Count\";\n /** The current usage of the resource. */\n currentValue: number;\n /** The maximum permitted usage of the resource. */\n limit: number;\n /** The name of the type of usage. */\n name: UsageName;\n}\n\n/** The Usage Names. */\nexport interface UsageName {\n /** The name of the resource. */\n value?: string;\n /** The localized name of the resource. */\n localizedValue?: string;\n}\n\n/** Container App Ingress configuration. */\nexport interface JavaComponentIngress {\n /**\n * Hostname of the Java Component endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n}\n\n/** Container App executions names list. */\nexport interface JobExecutionNamesCollection {\n /** Collection of resources. */\n value: JobExecutionBase[];\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Container App init container definition */\nexport interface InitContainer extends BaseContainer {}\n\n/** Container App container definition */\nexport interface Container extends BaseContainer {\n /** List of probes for the container. */\n probes?: ContainerAppProbe[];\n}\n\n/** Spring Boot Admin properties. */\nexport interface SpringBootAdminComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringBootAdmin\";\n /** Java Component Ingress configurations. */\n ingress?: JavaComponentIngress;\n}\n\n/** Spring Cloud Eureka properties. */\nexport interface SpringCloudEurekaComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringCloudEureka\";\n /** Java Component Ingress configurations. */\n ingress?: JavaComponentIngress;\n}\n\n/** Spring Cloud Config properties. */\nexport interface SpringCloudConfigComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringCloudConfig\";\n}\n\n/** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */\nexport interface AuthConfig extends ProxyResource {\n /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */\n platform?: AuthPlatform;\n /** The configuration settings that determines the validation flow of users using Service Authentication/Authorization. */\n globalValidation?: GlobalValidation;\n /** The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. */\n identityProviders?: IdentityProviders;\n /** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */\n login?: Login;\n /** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */\n httpSettings?: HttpSettings;\n /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */\n encryptionSettings?: EncryptionSettings;\n}\n\n/** A workload profile with specific hardware configure to run container apps. */\nexport interface AvailableWorkloadProfile extends ProxyResource {\n /** Region of the workload profile. */\n location?: string;\n /** Revision resource specific properties */\n properties?: AvailableWorkloadProfileProperties;\n}\n\n/** Billing meter. */\nexport interface BillingMeter extends ProxyResource {\n /** Region for the billing meter. */\n location?: string;\n /** Revision resource specific properties */\n properties?: BillingMeterProperties;\n}\n\n/** Dapr Component. */\nexport interface DaprComponent extends ProxyResource {\n /** Component type */\n componentType?: string;\n /** Component version */\n version?: string;\n /** Boolean describing if the component errors are ignores */\n ignoreErrors?: boolean;\n /** Initialization timeout */\n initTimeout?: string;\n /** Collection of secrets used by a Dapr component */\n secrets?: Secret[];\n /** Name of a Dapr component to retrieve component secrets from */\n secretStoreComponent?: string;\n /** Component metadata */\n metadata?: DaprMetadata[];\n /** Names of container apps that can use this Dapr component */\n scopes?: string[];\n}\n\n/** Storage resource for connectedEnvironment. */\nexport interface ConnectedEnvironmentStorage extends ProxyResource {\n /** Storage properties */\n properties?: ConnectedEnvironmentStorageProperties;\n}\n\n/** Container App Revision. */\nexport interface Revision extends ProxyResource {\n /**\n * Timestamp describing when the revision was created\n * by controller\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Timestamp describing when the revision was last active. Only meaningful when revision is inactive\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastActiveTime?: Date;\n /**\n * Fully qualified domain name of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * Container App Revision Template with all possible settings and the\n * defaults if user did not provide them. The defaults are populated\n * as they were at the creation time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly template?: Template;\n /**\n * Boolean describing if the Revision is Active\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly active?: boolean;\n /**\n * Number of pods currently running for this revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicas?: number;\n /**\n * Traffic weight assigned to this revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trafficWeight?: number;\n /**\n * Optional Field - Platform Error Message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningError?: string;\n /**\n * Current health State of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthState?: RevisionHealthState;\n /**\n * Current provisioning State of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RevisionProvisioningState;\n /**\n * Current running state of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: RevisionRunningState;\n}\n\n/** Container App Revision Replica. */\nexport interface Replica extends ProxyResource {\n /**\n * Timestamp describing when the pod was created by controller\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Current running state of the replica\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: ContainerAppReplicaRunningState;\n /**\n * The details of replica current running state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStateDetails?: string;\n /** The containers collection under a replica. */\n containers?: ReplicaContainer[];\n /** The init containers collection under a replica. */\n initContainers?: ReplicaContainer[];\n}\n\n/** Diagnostics data for a resource. */\nexport interface Diagnostics extends ProxyResource {\n /** Diagnostics resource specific properties */\n properties?: DiagnosticsProperties;\n}\n\n/** Java Component. */\nexport interface JavaComponent extends ProxyResource {\n /** Java Component resource specific properties */\n properties?: JavaComponentPropertiesUnion;\n}\n\n/** Collection of all the workload Profile States for a Managed Environment.. */\nexport interface WorkloadProfileStates extends ProxyResource {\n /** Workload Profile resource specific properties. */\n properties?: WorkloadProfileStatesProperties;\n}\n\n/** Storage resource for managedEnvironment. */\nexport interface ManagedEnvironmentStorage extends ProxyResource {\n /** Storage properties */\n properties?: ManagedEnvironmentStorageProperties;\n}\n\n/** Container App SourceControl. */\nexport interface SourceControl extends ProxyResource {\n /**\n * Current provisioning State of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationState?: SourceControlOperationState;\n /** The repo url which will be integrated to ContainerApp. */\n repoUrl?: string;\n /** The branch which will trigger the auto deployment */\n branch?: string;\n /**\n * Container App Revision Template with all possible settings and the\n * defaults if user did not provide them. The defaults are populated\n * as they were at the creation time\n */\n githubActionConfiguration?: GithubActionConfiguration;\n}\n\n/** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */\nexport interface ConnectedEnvironment extends TrackedResource {\n /** The complex type of the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * Provisioning state of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ConnectedEnvironmentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /** Static IP of the connectedEnvironment */\n staticIp?: string;\n /** Application Insights connection string used by Dapr to export Service to Service communication telemetry */\n daprAIConnectionString?: string;\n /** Custom domain configuration for the environment */\n customDomainConfiguration?: CustomDomainConfiguration;\n}\n\n/** Certificate used for Custom Domain bindings of Container Apps in a Managed Environment */\nexport interface Certificate extends TrackedResource {\n /** Certificate resource specific properties */\n properties?: CertificateProperties;\n}\n\n/** Container App. */\nexport interface ContainerApp extends TrackedResource {\n /** The complex type of the extended location. */\n extendedLocation?: ExtendedLocation;\n /** managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** 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. */\n managedBy?: string;\n /**\n * Provisioning state of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ContainerAppProvisioningState;\n /**\n * Running status of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStatus?: ContainerAppRunningStatus;\n /** Deprecated. Resource ID of the Container App's environment. */\n managedEnvironmentId?: string;\n /** Resource ID of environment. */\n environmentId?: string;\n /** Workload profile name to pin for container app execution. */\n workloadProfileName?: string;\n /**\n * Name of the latest revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestRevisionName?: string;\n /**\n * Name of the latest ready revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestReadyRevisionName?: string;\n /**\n * Fully Qualified Domain Name of the latest revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestRevisionFqdn?: string;\n /**\n * Id used to verify domain name ownership\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationId?: string;\n /** Non versioned Container App configuration properties. */\n configuration?: Configuration;\n /** Container App versioned application definition. */\n template?: Template;\n /**\n * Outbound IP Addresses for container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string[];\n /**\n * The endpoint of the eventstream of the container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n}\n\n/** Container App Auth Token. */\nexport interface ContainerAppAuthToken extends TrackedResource {\n /**\n * Auth token value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly token?: string;\n /**\n * Token expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expires?: Date;\n}\n\n/** An environment for hosting container apps */\nexport interface ManagedEnvironment extends TrackedResource {\n /** Kind of the Environment. */\n kind?: string;\n /** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of the Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EnvironmentProvisioningState;\n /** Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry */\n daprAIInstrumentationKey?: string;\n /** Application Insights connection string used by Dapr to export Service to Service communication telemetry */\n daprAIConnectionString?: string;\n /** Vnet configuration for the environment */\n vnetConfiguration?: VnetConfiguration;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /**\n * Static IP of the Environment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly staticIp?: string;\n /** Cluster configuration which enables the log daemon to export app logs to configured destination. */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Whether or not this Managed Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Custom domain configuration for the environment */\n customDomainConfiguration?: CustomDomainConfiguration;\n /**\n * The endpoint of the eventstream of the Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n /** Workload profiles configured for the Managed Environment. */\n workloadProfiles?: WorkloadProfile[];\n /** The configuration of Keda component. */\n kedaConfiguration?: KedaConfiguration;\n /** The configuration of Dapr component. */\n daprConfiguration?: DaprConfiguration;\n /** 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. */\n infrastructureResourceGroup?: string;\n /** Peer authentication settings for the Managed Environment */\n peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;\n /** Peer traffic settings for the Managed Environment */\n peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;\n}\n\n/** Container App Job */\nexport interface Job extends TrackedResource {\n /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of the Container Apps Job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: JobProvisioningState;\n /** Resource ID of environment. */\n environmentId?: string;\n /** Workload profile name to pin for container apps job execution. */\n workloadProfileName?: string;\n /** Container Apps Job configuration properties. */\n configuration?: JobConfiguration;\n /** Container Apps job definition. */\n template?: JobTemplate;\n /**\n * Outbound IP Addresses of a container apps job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string[];\n /**\n * The endpoint of the eventstream of the container apps job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n}\n\n/** Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment */\nexport interface ManagedCertificate extends TrackedResource {\n /** Certificate resource specific properties */\n properties?: ManagedCertificateProperties;\n}\n\n/** Environment Auth Token. */\nexport interface EnvironmentAuthToken extends TrackedResource {\n /**\n * Auth token value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly token?: string;\n /**\n * Token expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expires?: Date;\n}\n\n/** Container App session pool. */\nexport interface SessionPool extends TrackedResource {\n /** Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** Resource ID of the session pool's environment. */\n environmentId?: string;\n /** The container type of the sessions. */\n containerType?: ContainerType;\n /** The pool management type of the session pool. */\n poolManagementType?: PoolManagementType;\n /**\n * The number of nodes the session pool is using.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeCount?: number;\n /** The scale configuration of the session pool. */\n scaleConfiguration?: ScaleConfiguration;\n /** The secrets of the session pool. */\n secrets?: SessionPoolSecret[];\n /** The pool configuration if the poolManagementType is dynamic. */\n dynamicPoolConfiguration?: DynamicPoolConfiguration;\n /** The custom container configuration if the containerType is CustomContainer. */\n customContainerTemplate?: CustomContainerTemplate;\n /** The network configuration of the sessions in the session pool. */\n sessionNetworkConfiguration?: SessionNetworkConfiguration;\n /**\n * The endpoint to manage the pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly poolManagementEndpoint?: string;\n /**\n * Provisioning state of the session pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SessionPoolProvisioningState;\n /** Optional settings for a Managed Identity that is assigned to the Session pool. */\n managedIdentitySettings?: ManagedIdentitySetting[];\n}\n\n/** Defines headers for ConnectedEnvironments_delete operation. */\nexport interface ConnectedEnvironmentsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_delete operation. */\nexport interface ContainerAppsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_update operation. */\nexport interface ContainerAppsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_start operation. */\nexport interface ContainerAppsStartHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_stop operation. */\nexport interface ContainerAppsStopHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_delete operation. */\nexport interface JobsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_update operation. */\nexport interface JobsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_start operation. */\nexport interface JobsStartHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_stopExecution operation. */\nexport interface JobsStopExecutionHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_stopMultipleExecutions operation. */\nexport interface JobsStopMultipleExecutionsHeaders {\n location?: string;\n}\n\n/** Defines headers for JavaComponents_update operation. */\nexport interface JavaComponentsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for JavaComponents_delete operation. */\nexport interface JavaComponentsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsSessionPools_update operation. */\nexport interface ContainerAppsSessionPoolsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsSessionPools_delete operation. */\nexport interface ContainerAppsSessionPoolsDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Applicability} that the service accepts. */\nexport enum KnownApplicability {\n /** LocationDefault */\n LocationDefault = \"LocationDefault\",\n /** Custom */\n Custom = \"Custom\",\n}\n\n/**\n * Defines values for Applicability. \\\n * {@link KnownApplicability} can be used interchangeably with Applicability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LocationDefault** \\\n * **Custom**\n */\nexport type Applicability = string;\n\n/** Known values of {@link ExtendedLocationTypes} that the service accepts. */\nexport enum KnownExtendedLocationTypes {\n /** CustomLocation */\n CustomLocation = \"CustomLocation\",\n}\n\n/**\n * Defines values for ExtendedLocationTypes. \\\n * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomLocation**\n */\nexport type ExtendedLocationTypes = string;\n\n/** Known values of {@link ConnectedEnvironmentProvisioningState} that the service accepts. */\nexport enum KnownConnectedEnvironmentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** InitializationInProgress */\n InitializationInProgress = \"InitializationInProgress\",\n /** InfrastructureSetupInProgress */\n InfrastructureSetupInProgress = \"InfrastructureSetupInProgress\",\n /** InfrastructureSetupComplete */\n InfrastructureSetupComplete = \"InfrastructureSetupComplete\",\n /** ScheduledForDelete */\n ScheduledForDelete = \"ScheduledForDelete\",\n}\n\n/**\n * Defines values for ConnectedEnvironmentProvisioningState. \\\n * {@link KnownConnectedEnvironmentProvisioningState} can be used interchangeably with ConnectedEnvironmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Waiting** \\\n * **InitializationInProgress** \\\n * **InfrastructureSetupInProgress** \\\n * **InfrastructureSetupComplete** \\\n * **ScheduledForDelete**\n */\nexport type ConnectedEnvironmentProvisioningState = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link CertificateProvisioningState} that the service accepts. */\nexport enum KnownCertificateProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** Pending */\n Pending = \"Pending\",\n}\n\n/**\n * Defines values for CertificateProvisioningState. \\\n * {@link KnownCertificateProvisioningState} can be used interchangeably with CertificateProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **DeleteFailed** \\\n * **Pending**\n */\nexport type CertificateProvisioningState = string;\n\n/** Known values of {@link AccessMode} that the service accepts. */\nexport enum KnownAccessMode {\n /** ReadOnly */\n ReadOnly = \"ReadOnly\",\n /** ReadWrite */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Defines values for AccessMode. \\\n * {@link KnownAccessMode} can be used interchangeably with AccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadOnly** \\\n * **ReadWrite**\n */\nexport type AccessMode = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link ContainerAppProvisioningState} that the service accepts. */\nexport enum KnownContainerAppProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ContainerAppProvisioningState. \\\n * {@link KnownContainerAppProvisioningState} can be used interchangeably with ContainerAppProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type ContainerAppProvisioningState = string;\n\n/** Known values of {@link ContainerAppRunningStatus} that the service accepts. */\nexport enum KnownContainerAppRunningStatus {\n /** Container App is transitioning between Stopped and Running states. */\n Progressing = \"Progressing\",\n /** Container App is in Running state. */\n Running = \"Running\",\n /** Container App is in Stopped state. */\n Stopped = \"Stopped\",\n /** Container App Job is in Suspended state. */\n Suspended = \"Suspended\",\n /** Container App Job is in Ready state. */\n Ready = \"Ready\",\n}\n\n/**\n * Defines values for ContainerAppRunningStatus. \\\n * {@link KnownContainerAppRunningStatus} can be used interchangeably with ContainerAppRunningStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Progressing**: Container App is transitioning between Stopped and Running states. \\\n * **Running**: Container App is in Running state. \\\n * **Stopped**: Container App is in Stopped state. \\\n * **Suspended**: Container App Job is in Suspended state. \\\n * **Ready**: Container App Job is in Ready state.\n */\nexport type ContainerAppRunningStatus = string;\n\n/** Known values of {@link ActiveRevisionsMode} that the service accepts. */\nexport enum KnownActiveRevisionsMode {\n /** Multiple */\n Multiple = \"Multiple\",\n /** Single */\n Single = \"Single\",\n}\n\n/**\n * Defines values for ActiveRevisionsMode. \\\n * {@link KnownActiveRevisionsMode} can be used interchangeably with ActiveRevisionsMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Multiple** \\\n * **Single**\n */\nexport type ActiveRevisionsMode = string;\n\n/** Known values of {@link IngressTransportMethod} that the service accepts. */\nexport enum KnownIngressTransportMethod {\n /** Auto */\n Auto = \"auto\",\n /** Http */\n Http = \"http\",\n /** Http2 */\n Http2 = \"http2\",\n /** Tcp */\n Tcp = \"tcp\",\n}\n\n/**\n * Defines values for IngressTransportMethod. \\\n * {@link KnownIngressTransportMethod} can be used interchangeably with IngressTransportMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **auto** \\\n * **http** \\\n * **http2** \\\n * **tcp**\n */\nexport type IngressTransportMethod = string;\n\n/** Known values of {@link BindingType} that the service accepts. */\nexport enum KnownBindingType {\n /** Disabled */\n Disabled = \"Disabled\",\n /** SniEnabled */\n SniEnabled = \"SniEnabled\",\n}\n\n/**\n * Defines values for BindingType. \\\n * {@link KnownBindingType} can be used interchangeably with BindingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **SniEnabled**\n */\nexport type BindingType = string;\n\n/** Known values of {@link Action} that the service accepts. */\nexport enum KnownAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Defines values for Action. \\\n * {@link KnownAction} can be used interchangeably with Action,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type Action = string;\n\n/** Known values of {@link Affinity} that the service accepts. */\nexport enum KnownAffinity {\n /** Sticky */\n Sticky = \"sticky\",\n /** None */\n None = \"none\",\n}\n\n/**\n * Defines values for Affinity. \\\n * {@link KnownAffinity} can be used interchangeably with Affinity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **sticky** \\\n * **none**\n */\nexport type Affinity = string;\n\n/** Known values of {@link IngressClientCertificateMode} that the service accepts. */\nexport enum KnownIngressClientCertificateMode {\n /** Ignore */\n Ignore = \"ignore\",\n /** Accept */\n Accept = \"accept\",\n /** Require */\n Require = \"require\",\n}\n\n/**\n * Defines values for IngressClientCertificateMode. \\\n * {@link KnownIngressClientCertificateMode} can be used interchangeably with IngressClientCertificateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ignore** \\\n * **accept** \\\n * **require**\n */\nexport type IngressClientCertificateMode = string;\n\n/** Known values of {@link AppProtocol} that the service accepts. */\nexport enum KnownAppProtocol {\n /** Http */\n Http = \"http\",\n /** Grpc */\n Grpc = \"grpc\",\n}\n\n/**\n * Defines values for AppProtocol. \\\n * {@link KnownAppProtocol} can be used interchangeably with AppProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http** \\\n * **grpc**\n */\nexport type AppProtocol = string;\n\n/** Known values of {@link LogLevel} that the service accepts. */\nexport enum KnownLogLevel {\n /** Info */\n Info = \"info\",\n /** Debug */\n Debug = \"debug\",\n /** Warn */\n Warn = \"warn\",\n /** Error */\n Error = \"error\",\n}\n\n/**\n * Defines values for LogLevel. \\\n * {@link KnownLogLevel} can be used interchangeably with LogLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **info** \\\n * **debug** \\\n * **warn** \\\n * **error**\n */\nexport type LogLevel = string;\n\n/** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */\nexport enum KnownIdentitySettingsLifeCycle {\n /** Init */\n Init = \"Init\",\n /** Main */\n Main = \"Main\",\n /** None */\n None = \"None\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for IdentitySettingsLifeCycle. \\\n * {@link KnownIdentitySettingsLifeCycle} can be used interchangeably with IdentitySettingsLifeCycle,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Init** \\\n * **Main** \\\n * **None** \\\n * **All**\n */\nexport type IdentitySettingsLifeCycle = string;\n\n/** Known values of {@link Scheme} that the service accepts. */\nexport enum KnownScheme {\n /** Http */\n Http = \"HTTP\",\n /** Https */\n Https = \"HTTPS\",\n}\n\n/**\n * Defines values for Scheme. \\\n * {@link KnownScheme} can be used interchangeably with Scheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HTTP** \\\n * **HTTPS**\n */\nexport type Scheme = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Liveness */\n Liveness = \"Liveness\",\n /** Readiness */\n Readiness = \"Readiness\",\n /** Startup */\n Startup = \"Startup\",\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Liveness** \\\n * **Readiness** \\\n * **Startup**\n */\nexport type Type = string;\n\n/** Known values of {@link StorageType} that the service accepts. */\nexport enum KnownStorageType {\n /** AzureFile */\n AzureFile = \"AzureFile\",\n /** EmptyDir */\n EmptyDir = \"EmptyDir\",\n /** Secret */\n Secret = \"Secret\",\n /** NfsAzureFile */\n NfsAzureFile = \"NfsAzureFile\",\n}\n\n/**\n * Defines values for StorageType. \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureFile** \\\n * **EmptyDir** \\\n * **Secret** \\\n * **NfsAzureFile**\n */\nexport type StorageType = string;\n\n/** Known values of {@link RevisionHealthState} that the service accepts. */\nexport enum KnownRevisionHealthState {\n /** Healthy */\n Healthy = \"Healthy\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for RevisionHealthState. \\\n * {@link KnownRevisionHealthState} can be used interchangeably with RevisionHealthState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy** \\\n * **Unhealthy** \\\n * **None**\n */\nexport type RevisionHealthState = string;\n\n/** Known values of {@link RevisionProvisioningState} that the service accepts. */\nexport enum KnownRevisionProvisioningState {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Provisioned */\n Provisioned = \"Provisioned\",\n /** Failed */\n Failed = \"Failed\",\n /** Deprovisioning */\n Deprovisioning = \"Deprovisioning\",\n /** Deprovisioned */\n Deprovisioned = \"Deprovisioned\",\n}\n\n/**\n * Defines values for RevisionProvisioningState. \\\n * {@link KnownRevisionProvisioningState} can be used interchangeably with RevisionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Provisioned** \\\n * **Failed** \\\n * **Deprovisioning** \\\n * **Deprovisioned**\n */\nexport type RevisionProvisioningState = string;\n\n/** Known values of {@link RevisionRunningState} that the service accepts. */\nexport enum KnownRevisionRunningState {\n /** Running */\n Running = \"Running\",\n /** Processing */\n Processing = \"Processing\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Failed */\n Failed = \"Failed\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for RevisionRunningState. \\\n * {@link KnownRevisionRunningState} can be used interchangeably with RevisionRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Processing** \\\n * **Stopped** \\\n * **Degraded** \\\n * **Failed** \\\n * **Unknown**\n */\nexport type RevisionRunningState = string;\n\n/** Known values of {@link ContainerAppReplicaRunningState} that the service accepts. */\nexport enum KnownContainerAppReplicaRunningState {\n /** Running */\n Running = \"Running\",\n /** NotRunning */\n NotRunning = \"NotRunning\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for ContainerAppReplicaRunningState. \\\n * {@link KnownContainerAppReplicaRunningState} can be used interchangeably with ContainerAppReplicaRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **NotRunning** \\\n * **Unknown**\n */\nexport type ContainerAppReplicaRunningState = string;\n\n/** Known values of {@link ContainerAppContainerRunningState} that the service accepts. */\nexport enum KnownContainerAppContainerRunningState {\n /** Running */\n Running = \"Running\",\n /** Terminated */\n Terminated = \"Terminated\",\n /** Waiting */\n Waiting = \"Waiting\",\n}\n\n/**\n * Defines values for ContainerAppContainerRunningState. \\\n * {@link KnownContainerAppContainerRunningState} can be used interchangeably with ContainerAppContainerRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Terminated** \\\n * **Waiting**\n */\nexport type ContainerAppContainerRunningState = string;\n\n/** Known values of {@link EnvironmentProvisioningState} that the service accepts. */\nexport enum KnownEnvironmentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** InitializationInProgress */\n InitializationInProgress = \"InitializationInProgress\",\n /** InfrastructureSetupInProgress */\n InfrastructureSetupInProgress = \"InfrastructureSetupInProgress\",\n /** InfrastructureSetupComplete */\n InfrastructureSetupComplete = \"InfrastructureSetupComplete\",\n /** ScheduledForDelete */\n ScheduledForDelete = \"ScheduledForDelete\",\n /** UpgradeRequested */\n UpgradeRequested = \"UpgradeRequested\",\n /** UpgradeFailed */\n UpgradeFailed = \"UpgradeFailed\",\n}\n\n/**\n * Defines values for EnvironmentProvisioningState. \\\n * {@link KnownEnvironmentProvisioningState} can be used interchangeably with EnvironmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Waiting** \\\n * **InitializationInProgress** \\\n * **InfrastructureSetupInProgress** \\\n * **InfrastructureSetupComplete** \\\n * **ScheduledForDelete** \\\n * **UpgradeRequested** \\\n * **UpgradeFailed**\n */\nexport type EnvironmentProvisioningState = string;\n\n/** Known values of {@link JobProvisioningState} that the service accepts. */\nexport enum KnownJobProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for JobProvisioningState. \\\n * {@link KnownJobProvisioningState} can be used interchangeably with JobProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type JobProvisioningState = string;\n\n/** Known values of {@link TriggerType} that the service accepts. */\nexport enum KnownTriggerType {\n /** Schedule */\n Schedule = \"Schedule\",\n /** Event */\n Event = \"Event\",\n /** Manual */\n Manual = \"Manual\",\n}\n\n/**\n * Defines values for TriggerType. \\\n * {@link KnownTriggerType} can be used interchangeably with TriggerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Schedule** \\\n * **Event** \\\n * **Manual**\n */\nexport type TriggerType = string;\n\n/** Known values of {@link JavaComponentType} that the service accepts. */\nexport enum KnownJavaComponentType {\n /** SpringBootAdmin */\n SpringBootAdmin = \"SpringBootAdmin\",\n /** SpringCloudEureka */\n SpringCloudEureka = \"SpringCloudEureka\",\n /** SpringCloudConfig */\n SpringCloudConfig = \"SpringCloudConfig\",\n}\n\n/**\n * Defines values for JavaComponentType. \\\n * {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SpringBootAdmin** \\\n * **SpringCloudEureka** \\\n * **SpringCloudConfig**\n */\nexport type JavaComponentType = string;\n\n/** Known values of {@link JavaComponentProvisioningState} that the service accepts. */\nexport enum KnownJavaComponentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for JavaComponentProvisioningState. \\\n * {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting** \\\n * **InProgress**\n */\nexport type JavaComponentProvisioningState = string;\n\n/** Known values of {@link JobExecutionRunningState} that the service accepts. */\nexport enum KnownJobExecutionRunningState {\n /** Running */\n Running = \"Running\",\n /** Processing */\n Processing = \"Processing\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Failed */\n Failed = \"Failed\",\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for JobExecutionRunningState. \\\n * {@link KnownJobExecutionRunningState} can be used interchangeably with JobExecutionRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Processing** \\\n * **Stopped** \\\n * **Degraded** \\\n * **Failed** \\\n * **Unknown** \\\n * **Succeeded**\n */\nexport type JobExecutionRunningState = string;\n\n/** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */\nexport enum KnownManagedCertificateDomainControlValidation {\n /** Cname */\n Cname = \"CNAME\",\n /** Http */\n Http = \"HTTP\",\n /** TXT */\n TXT = \"TXT\",\n}\n\n/**\n * Defines values for ManagedCertificateDomainControlValidation. \\\n * {@link KnownManagedCertificateDomainControlValidation} can be used interchangeably with ManagedCertificateDomainControlValidation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CNAME** \\\n * **HTTP** \\\n * **TXT**\n */\nexport type ManagedCertificateDomainControlValidation = string;\n\n/** Known values of {@link ContainerType} that the service accepts. */\nexport enum KnownContainerType {\n /** CustomContainer */\n CustomContainer = \"CustomContainer\",\n /** PythonLTS */\n PythonLTS = \"PythonLTS\",\n}\n\n/**\n * Defines values for ContainerType. \\\n * {@link KnownContainerType} can be used interchangeably with ContainerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomContainer** \\\n * **PythonLTS**\n */\nexport type ContainerType = string;\n\n/** Known values of {@link PoolManagementType} that the service accepts. */\nexport enum KnownPoolManagementType {\n /** Manual */\n Manual = \"Manual\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n}\n\n/**\n * Defines values for PoolManagementType. \\\n * {@link KnownPoolManagementType} can be used interchangeably with PoolManagementType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual** \\\n * **Dynamic**\n */\nexport type PoolManagementType = string;\n\n/** Known values of {@link LifecycleType} that the service accepts. */\nexport enum KnownLifecycleType {\n /** Timed */\n Timed = \"Timed\",\n /** OnContainerExit */\n OnContainerExit = \"OnContainerExit\",\n}\n\n/**\n * Defines values for LifecycleType. \\\n * {@link KnownLifecycleType} can be used interchangeably with LifecycleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Timed** \\\n * **OnContainerExit**\n */\nexport type LifecycleType = string;\n\n/** Known values of {@link SessionNetworkStatus} that the service accepts. */\nexport enum KnownSessionNetworkStatus {\n /** EgressEnabled */\n EgressEnabled = \"EgressEnabled\",\n /** EgressDisabled */\n EgressDisabled = \"EgressDisabled\",\n}\n\n/**\n * Defines values for SessionNetworkStatus. \\\n * {@link KnownSessionNetworkStatus} can be used interchangeably with SessionNetworkStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EgressEnabled** \\\n * **EgressDisabled**\n */\nexport type SessionNetworkStatus = string;\n\n/** Known values of {@link SessionPoolProvisioningState} that the service accepts. */\nexport enum KnownSessionPoolProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for SessionPoolProvisioningState. \\\n * {@link KnownSessionPoolProvisioningState} can be used interchangeably with SessionPoolProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type SessionPoolProvisioningState = string;\n\n/** Known values of {@link SourceControlOperationState} that the service accepts. */\nexport enum KnownSourceControlOperationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for SourceControlOperationState. \\\n * {@link KnownSourceControlOperationState} can be used interchangeably with SourceControlOperationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type SourceControlOperationState = string;\n/** Defines values for UnauthenticatedClientActionV2. */\nexport type UnauthenticatedClientActionV2 =\n | \"RedirectToLoginPage\"\n | \"AllowAnonymous\"\n | \"Return401\"\n | \"Return403\";\n/** Defines values for CookieExpirationConvention. */\nexport type CookieExpirationConvention =\n | \"FixedTime\"\n | \"IdentityProviderDerived\";\n/** Defines values for ForwardProxyConvention. */\nexport type ForwardProxyConvention = \"NoProxy\" | \"Standard\" | \"Custom\";\n/** Defines values for DnsVerificationTestResult. */\nexport type DnsVerificationTestResult = \"Passed\" | \"Failed\" | \"Skipped\";\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsListByContainerAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerApp operation. */\nexport type ContainerAppsAuthConfigsListByContainerAppResponse =\n AuthConfigCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsAuthConfigsGetResponse = AuthConfig;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerAppNext operation. */\nexport type ContainerAppsAuthConfigsListByContainerAppNextResponse =\n AuthConfigCollection;\n\n/** Optional parameters. */\nexport interface AvailableWorkloadProfilesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AvailableWorkloadProfilesGetResponse =\n AvailableWorkloadProfilesCollection;\n\n/** Optional parameters. */\nexport interface AvailableWorkloadProfilesGetNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNext operation. */\nexport type AvailableWorkloadProfilesGetNextResponse =\n AvailableWorkloadProfilesCollection;\n\n/** Optional parameters. */\nexport interface BillingMetersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BillingMetersGetResponse = BillingMeterCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ConnectedEnvironmentsListBySubscriptionResponse =\n ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ConnectedEnvironmentsListByResourceGroupResponse =\n ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsGetResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsCreateOrUpdateResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ConnectedEnvironmentsUpdateResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type ConnectedEnvironmentsCheckNameAvailabilityResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ConnectedEnvironmentsListBySubscriptionNextResponse =\n ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ConnectedEnvironmentsListByResourceGroupNextResponse =\n ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsCertificatesListResponse =\n CertificateCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsCertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Certificate to be created or updated */\n certificateEnvelope?: Certificate;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse =\n Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ConnectedEnvironmentsCertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedEnvironmentsCertificatesListNextResponse =\n CertificateCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsDaprComponentsListResponse =\n DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsDaprComponentsGetResponse = DaprComponent;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse =\n DaprComponent;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type ConnectedEnvironmentsDaprComponentsListSecretsResponse =\n DaprSecretsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedEnvironmentsDaprComponentsListNextResponse =\n DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsStoragesListResponse =\n ConnectedEnvironmentStoragesCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsStoragesGetResponse =\n ConnectedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsStoragesCreateOrUpdateResponse =\n ConnectedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ContainerAppsListBySubscriptionResponse = ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ContainerAppsListByResourceGroupResponse = ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsGetResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsCreateOrUpdateResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ContainerAppsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ContainerAppsUpdateResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsListCustomHostNameAnalysisOptionalParams\n extends coreClient.OperationOptions {\n /** Custom hostname. */\n customHostname?: string;\n}\n\n/** Contains response data for the listCustomHostNameAnalysis operation. */\nexport type ContainerAppsListCustomHostNameAnalysisResponse =\n CustomHostnameAnalysisResult;\n\n/** Optional parameters. */\nexport interface ContainerAppsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type ContainerAppsListSecretsResponse = SecretsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsGetAuthTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthToken operation. */\nexport type ContainerAppsGetAuthTokenResponse = ContainerAppAuthToken;\n\n/** Optional parameters. */\nexport interface ContainerAppsStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type ContainerAppsStartResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stop operation. */\nexport type ContainerAppsStopResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ContainerAppsListBySubscriptionNextResponse =\n ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ContainerAppsListByResourceGroupNextResponse =\n ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsListRevisionsOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listRevisions operation. */\nexport type ContainerAppsRevisionsListRevisionsResponse = RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsGetRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRevision operation. */\nexport type ContainerAppsRevisionsGetRevisionResponse = Revision;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsActivateRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsDeactivateRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsRestartRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsListRevisionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRevisionsNext operation. */\nexport type ContainerAppsRevisionsListRevisionsNextResponse =\n RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionReplicasGetReplicaOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getReplica operation. */\nexport type ContainerAppsRevisionReplicasGetReplicaResponse = Replica;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionReplicasListReplicasOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listReplicas operation. */\nexport type ContainerAppsRevisionReplicasListReplicasResponse =\n ReplicaCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type ContainerAppsDiagnosticsListDetectorsResponse =\n DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListRevisionsOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listRevisions operation. */\nexport type ContainerAppsDiagnosticsListRevisionsResponse = RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRevision operation. */\nexport type ContainerAppsDiagnosticsGetRevisionResponse = Revision;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetRootOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRoot operation. */\nexport type ContainerAppsDiagnosticsGetRootResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectorsNext operation. */\nexport type ContainerAppsDiagnosticsListDetectorsNextResponse =\n DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRevisionsNext operation. */\nexport type ContainerAppsDiagnosticsListRevisionsNextResponse =\n RevisionCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type ManagedEnvironmentDiagnosticsListDetectorsResponse =\n DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type ManagedEnvironmentDiagnosticsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRoot operation. */\nexport type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface JobsListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type JobsListDetectorsResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface JobsGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type JobsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface JobsProxyGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the proxyGet operation. */\nexport type JobsProxyGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type JobsListBySubscriptionResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type JobsListByResourceGroupResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JobsGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JobsCreateOrUpdateResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type JobsUpdateResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsStartOptionalParams extends coreClient.OperationOptions {\n /** Properties used to start a job execution. */\n template?: JobExecutionTemplate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type JobsStartResponse = JobExecutionBase;\n\n/** Optional parameters. */\nexport interface JobsStopExecutionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobsStopMultipleExecutionsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stopMultipleExecutions operation. */\nexport type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type JobsListSecretsResponse = JobSecretsCollection;\n\n/** Optional parameters. */\nexport interface JobsListDetectorsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectorsNext operation. */\nexport type JobsListDetectorsNextResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface JobsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type JobsListBySubscriptionNextResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type JobsListByResourceGroupNextResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface JavaComponentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type JavaComponentsListResponse = JavaComponentsCollection;\n\n/** Optional parameters. */\nexport interface JavaComponentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JavaComponentsGetResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JavaComponentsCreateOrUpdateResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type JavaComponentsUpdateResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface JavaComponentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JavaComponentsListNextResponse = JavaComponentsCollection;\n\n/** Optional parameters. */\nexport interface JobsExecutionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type JobsExecutionsListResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobsExecutionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JobsExecutionsListNextResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobExecutionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the jobExecution operation. */\nexport type JobExecutionResponse = JobExecution;\n\n/** Optional parameters. */\nexport interface GetCustomDomainVerificationIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCustomDomainVerificationId operation. */\nexport type GetCustomDomainVerificationIdResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagedEnvironmentsListBySubscriptionResponse =\n ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedEnvironmentsListByResourceGroupResponse =\n ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedEnvironmentsGetResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedEnvironmentsCreateOrUpdateResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ManagedEnvironmentsUpdateResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsGetAuthTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthToken operation. */\nexport type ManagedEnvironmentsGetAuthTokenResponse = EnvironmentAuthToken;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkloadProfileStates operation. */\nexport type ManagedEnvironmentsListWorkloadProfileStatesResponse =\n WorkloadProfileStatesCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ManagedEnvironmentsListBySubscriptionNextResponse =\n ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedEnvironmentsListByResourceGroupNextResponse =\n ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkloadProfileStatesNext operation. */\nexport type ManagedEnvironmentsListWorkloadProfileStatesNextResponse =\n WorkloadProfileStatesCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CertificatesListResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Certificate to be created or updated */\n certificateEnvelope?: Certificate;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CertificatesCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CertificatesListNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedCertificatesGetResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Managed Certificate to be created or updated */\n managedCertificateEnvelope?: ManagedCertificate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedCertificatesCreateOrUpdateResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagedCertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ManagedCertificatesUpdateResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedCertificatesListResponse = ManagedCertificateCollection;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedCertificatesListNextResponse = ManagedCertificateCollection;\n\n/** Optional parameters. */\nexport interface NamespacesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type NamespacesCheckNameAvailabilityResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface DaprComponentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DaprComponentsListResponse = DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface DaprComponentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DaprComponentsGetResponse = DaprComponent;\n\n/** Optional parameters. */\nexport interface DaprComponentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DaprComponentsCreateOrUpdateResponse = DaprComponent;\n\n/** Optional parameters. */\nexport interface DaprComponentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DaprComponentsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type DaprComponentsListSecretsResponse = DaprSecretsCollection;\n\n/** Optional parameters. */\nexport interface DaprComponentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DaprComponentsListNextResponse = DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedEnvironmentsStoragesListResponse =\n ManagedEnvironmentStoragesCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedEnvironmentsStoragesGetResponse = ManagedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedEnvironmentsStoragesCreateOrUpdateResponse =\n ManagedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ContainerAppsSessionPoolsListBySubscriptionResponse =\n SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ContainerAppsSessionPoolsListByResourceGroupResponse =\n SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsSessionPoolsGetResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ContainerAppsSessionPoolsUpdateResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ContainerAppsSessionPoolsDeleteResponse =\n ContainerAppsSessionPoolsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ContainerAppsSessionPoolsListBySubscriptionNextResponse =\n SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ContainerAppsSessionPoolsListByResourceGroupNextResponse =\n SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsListByContainerAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerApp operation. */\nexport type ContainerAppsSourceControlsListByContainerAppResponse =\n SourceControlCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsSourceControlsGetResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerAppNext operation. */\nexport type ContainerAppsSourceControlsListByContainerAppNextResponse =\n SourceControlCollection;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface UsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsagesListNextResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentUsagesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedEnvironmentUsagesListResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentUsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ContainerAppsAPIClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA20IH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,aAAa;IACb,uCAAiB,CAAA;AACnB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAaX;AAbD,WAAY,6BAA6B;IACvC,gBAAgB;IAChB,wDAAuB,CAAA;IACvB,aAAa;IACb,kDAAiB,CAAA;IACjB,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;AACvB,CAAC,EAbW,6BAA6B,KAA7B,6BAA6B,QAaxC;AAgBD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAaX;AAbD,WAAY,2BAA2B;IACrC,gBAAgB;IAChB,sDAAuB,CAAA;IACvB,aAAa;IACb,gDAAiB,CAAA;IACjB,eAAe;IACf,oDAAqB,CAAA;IACrB,eAAe;IACf,oDAAqB,CAAA;IACrB,eAAe;IACf,oDAAqB,CAAA;IACrB,eAAe;IACf,oDAAqB,CAAA;AACvB,CAAC,EAbW,2BAA2B,KAA3B,2BAA2B,QAatC;AAgBD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC1B,iBAAiB;IACjB,6CAAyB,CAAA;IACzB,iBAAiB;IACjB,6CAAyB,CAAA;IACzB,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,eAAe;IACf,yCAAqB,CAAA;IACrB,aAAa;IACb,qCAAiB,CAAA;AACnB,CAAC,EAXW,gBAAgB,KAAhB,gBAAgB,QAW3B;AAeD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,qBAAqB;IACrB,+DAAiC,CAAA;AACnC,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC;AAWD,8FAA8F;AAC9F,MAAM,CAAN,IAAY,0CAiBX;AAjBD,WAAY,0CAA0C;IACpD,gBAAgB;IAChB,qEAAuB,CAAA;IACvB,aAAa;IACb,+DAAiB,CAAA;IACjB,eAAe;IACf,mEAAqB,CAAA;IACrB,cAAc;IACd,iEAAmB,CAAA;IACnB,+BAA+B;IAC/B,mGAAqD,CAAA;IACrD,oCAAoC;IACpC,6GAA+D,CAAA;IAC/D,kCAAkC;IAClC,yGAA2D,CAAA;IAC3D,yBAAyB;IACzB,uFAAyC,CAAA;AAC3C,CAAC,EAjBW,0CAA0C,KAA1C,0CAA0C,QAiBrD;AAkBD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,oBAAoB;IACpB,mEAA+B,CAAA;AACjC,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAaX;AAbD,WAAY,iCAAiC;IAC3C,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,mBAAmB;IACnB,kEAA6B,CAAA;IAC7B,cAAc;IACd,wDAAmB,CAAA;IACnB,eAAe;IACf,0DAAqB,CAAA;AACvB,CAAC,EAbW,iCAAiC,KAAjC,iCAAiC,QAa5C;AAgBD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,2BAA2B;IAC3B,qEAA6C,CAAA;IAC7C,yBAAyB;IACzB,iEAAyC,CAAA;AAC3C,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,2GAA2G;AAC3G,MAAM,CAAN,IAAY,uDAWX;AAXD,WAAY,uDAAuD;IACjE,gBAAgB;IAChB,kFAAuB,CAAA;IACvB,aAAa;IACb,4EAAiB,CAAA;IACjB,eAAe;IACf,gFAAqB,CAAA;IACrB,iBAAiB;IACjB,oFAAyB,CAAA;IACzB,eAAe;IACf,gFAAqB,CAAA;AACvB,CAAC,EAXW,uDAAuD,KAAvD,uDAAuD,QAWlE;AAeD,qGAAqG;AACrG,MAAM,CAAN,IAAY,iDAWX;AAXD,WAAY,iDAAiD;IAC3D,gBAAgB;IAChB,4EAAuB,CAAA;IACvB,aAAa;IACb,sEAAiB,CAAA;IACjB,eAAe;IACf,0EAAqB,CAAA;IACrB,iBAAiB;IACjB,8EAAyB,CAAA;IACzB,eAAe;IACf,0EAAqB,CAAA;AACvB,CAAC,EAXW,iDAAiD,KAAjD,iDAAiD,QAW5D;AAeD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,gBAAgB;IAChB,0CAAuB,CAAA;AACzB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,kBAAkB;IAClB,wCAA2B,CAAA;AAC7B,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAWD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAWX;AAXD,WAAY,kCAAkC;IAC5C,iBAAiB;IACjB,+DAAyB,CAAA;IACzB,gBAAgB;IAChB,6DAAuB,CAAA;IACvB,aAAa;IACb,uDAAiB,CAAA;IACjB,eAAe;IACf,2DAAqB,CAAA;IACrB,eAAe;IACf,2DAAqB,CAAA;AACvB,CAAC,EAXW,kCAAkC,KAAlC,kCAAkC,QAW7C;AAeD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,yEAAyE;IACzE,6DAA2B,CAAA;IAC3B,yCAAyC;IACzC,qDAAmB,CAAA;IACnB,yCAAyC;IACzC,qDAAmB,CAAA;IACnB,+CAA+C;IAC/C,yDAAuB,CAAA;IACvB,2CAA2C;IAC3C,iDAAe,CAAA;AACjB,CAAC,EAXW,8BAA8B,KAA9B,8BAA8B,QAWzC;AAeD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,aAAa;IACb,sCAAiB,CAAA;IACjB,eAAe;IACf,0CAAqB,CAAA;AACvB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B;AAaD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,eAAe;IACf,iDAAqB,CAAA;IACrB,aAAa;IACb,6CAAiB,CAAA;IACjB,aAAa;IACb,6CAAiB,CAAA;AACnB,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BASX;AATD,WAAY,2BAA2B;IACrC,WAAW;IACX,4CAAa,CAAA;IACb,WAAW;IACX,4CAAa,CAAA;IACb,YAAY;IACZ,8CAAe,CAAA;IACf,UAAU;IACV,0CAAW,CAAA;AACb,CAAC,EATW,2BAA2B,KAA3B,2BAA2B,QAStC;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,eAAe;IACf,yCAAqB,CAAA;IACrB,iBAAiB;IACjB,6CAAyB,CAAA;IACzB,WAAW;IACX,iCAAa,CAAA;AACf,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,YAAY;IACZ,8BAAe,CAAA;IACf,WAAW;IACX,4BAAa,CAAA;AACf,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,aAAa;IACb,kCAAiB,CAAA;IACjB,WAAW;IACX,8BAAa,CAAA;AACf,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAOX;AAPD,WAAY,iCAAiC;IAC3C,aAAa;IACb,sDAAiB,CAAA;IACjB,aAAa;IACb,sDAAiB,CAAA;IACjB,cAAc;IACd,wDAAmB,CAAA;AACrB,CAAC,EAPW,iCAAiC,KAAjC,iCAAiC,QAO5C;AAaD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,WAAW;IACX,iDAAa,CAAA;IACb,YAAY;IACZ,mDAAe,CAAA;AACjB,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,WAAW;IACX,iCAAa,CAAA;IACb,WAAW;IACX,iCAAa,CAAA;AACf,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACvB,WAAW;IACX,8BAAa,CAAA;IACb,YAAY;IACZ,gCAAe,CAAA;IACf,WAAW;IACX,8BAAa,CAAA;IACb,YAAY;IACZ,gCAAe,CAAA;AACjB,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;AAcD,8DAA8D;AAC9D,MAAM,CAAN,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB,UAAU;IACV,yBAAW,CAAA;IACX,YAAY;IACZ,6BAAe,CAAA;IACf,WAAW;IACX,2BAAa,CAAA;IACb,YAAY;IACZ,6BAAe,CAAA;IACf,YAAY;IACZ,6BAAe,CAAA;IACf,WAAW;IACX,2BAAa,CAAA;AACf,CAAC,EAbW,UAAU,KAAV,UAAU,QAarB;AAgBD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BASX;AATD,WAAY,8BAA8B;IACxC,WAAW;IACX,+CAAa,CAAA;IACb,WAAW;IACX,+CAAa,CAAA;IACb,WAAW;IACX,+CAAa,CAAA;IACb,UAAU;IACV,6CAAW,CAAA;AACb,CAAC,EATW,8BAA8B,KAA9B,8BAA8B,QASzC;AAcD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,iBAAiB;IACjB,2CAAyB,CAAA;IACzB,qBAAqB;IACrB,mDAAiC,CAAA;AACnC,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,YAAY;IACZ,8BAAe,CAAA;AACjB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,eAAe;IACf,kCAAqB,CAAA;IACrB,gBAAgB;IAChB,oCAAuB,CAAA;IACvB,cAAc;IACd,gCAAmB,CAAA;AACrB,CAAC,EAPW,SAAS,KAAT,SAAS,QAOpB;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC1B,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,eAAe;IACf,yCAAqB,CAAA;IACrB,aAAa;IACb,qCAAiB,CAAA;IACjB,mBAAmB;IACnB,iDAA6B,CAAA;IAC7B,UAAU;IACV,+BAAW,CAAA;AACb,CAAC,EAXW,gBAAgB,KAAhB,gBAAgB,QAW3B;AAeD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,gBAAgB;IAChB,sCAAuB,CAAA;IACvB,aAAa;IACb,gCAAiB,CAAA;IACjB,eAAe;IACf,oCAAqB,CAAA;AACvB,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAmBX;AAnBD,WAAY,qBAAqB;IAC/B,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,eAAe;IACf,8CAAqB,CAAA;IACrB,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,6BAA6B;IAC7B,0EAAiD,CAAA;IACjD,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,sBAAsB;IACtB,4DAAmC,CAAA;AACrC,CAAC,EAnBW,qBAAqB,KAArB,qBAAqB,QAmBhC;AAmBD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,gBAAgB;IAChB,+CAAuB,CAAA;IACvB,0BAA0B;IAC1B,mEAA2C,CAAA;IAC3C,aAAa;IACb,yCAAiB,CAAA;AACnB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cASX;AATD,WAAY,cAAc;IACxB,wBAAwB;IACxB,yDAAuC,CAAA;IACvC,iBAAiB;IACjB,2CAAyB,CAAA;IACzB,6BAA6B;IAC7B,mEAAiD,CAAA;IACjD,YAAY;IACZ,iCAAe,CAAA;AACjB,CAAC,EATW,cAAc,KAAd,cAAc,QASzB;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,gBAAgB;IAChB,mDAAuB,CAAA;IACvB,WAAW;IACX,yCAAa,CAAA;AACf,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAWX;AAXD,WAAY,8BAA8B;IACxC,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,kBAAkB;IAClB,6DAA2B,CAAA;IAC3B,aAAa;IACb,mDAAiB,CAAA;IACjB,qBAAqB;IACrB,mEAAiC,CAAA;IACjC,oBAAoB;IACpB,iEAA+B,CAAA;AACjC,CAAC,EAXW,8BAA8B,KAA9B,8BAA8B,QAWzC;AAeD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAaX;AAbD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,cAAc;IACd,gDAAmB,CAAA;IACnB,eAAe;IACf,kDAAqB,CAAA;IACrB,aAAa;IACb,8CAAiB,CAAA;IACjB,cAAc;IACd,gDAAmB,CAAA;AACrB,CAAC,EAbW,yBAAyB,KAAzB,yBAAyB,QAapC;AAgBD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAOX;AAPD,WAAY,oCAAoC;IAC9C,cAAc;IACd,2DAAmB,CAAA;IACnB,iBAAiB;IACjB,iEAAyB,CAAA;IACzB,cAAc;IACd,2DAAmB,CAAA;AACrB,CAAC,EAPW,oCAAoC,KAApC,oCAAoC,QAO/C;AAaD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAOX;AAPD,WAAY,sCAAsC;IAChD,cAAc;IACd,6DAAmB,CAAA;IACnB,iBAAiB;IACjB,mEAAyB,CAAA;IACzB,cAAc;IACd,6DAAmB,CAAA;AACrB,CAAC,EAPW,sCAAsC,KAAtC,sCAAsC,QAOjD;AAaD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAqBX;AArBD,WAAY,iCAAiC;IAC3C,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,cAAc;IACd,wDAAmB,CAAA;IACnB,+BAA+B;IAC/B,0FAAqD,CAAA;IACrD,oCAAoC;IACpC,oGAA+D,CAAA;IAC/D,kCAAkC;IAClC,gGAA2D,CAAA;IAC3D,yBAAyB;IACzB,8EAAyC,CAAA;IACzC,uBAAuB;IACvB,0EAAqC,CAAA;IACrC,oBAAoB;IACpB,oEAA+B,CAAA;AACjC,CAAC,EArBW,iCAAiC,KAAjC,iCAAiC,QAqB5C;AAoBD,+FAA+F;AAC/F,MAAM,CAAN,IAAY,2CASX;AATD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;IACrB,mBAAmB;IACnB,4EAA6B,CAAA;AAC/B,CAAC,EATW,2CAA2C,KAA3C,2CAA2C,QAStD;AAcD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CAeX;AAfD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,aAAa;IACb,oEAAiB,CAAA;IACjB,eAAe;IACf,wEAAqB,CAAA;IACrB,cAAc;IACd,sEAAmB,CAAA;IACnB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,cAAc;IACd,sEAAmB,CAAA;AACrB,CAAC,EAfW,+CAA+C,KAA/C,+CAA+C,QAe1D;AAiBD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAWX;AAXD,WAAY,yBAAyB;IACnC,iBAAiB;IACjB,sDAAyB,CAAA;IACzB,gBAAgB;IAChB,oDAAuB,CAAA;IACvB,aAAa;IACb,8CAAiB,CAAA;IACjB,eAAe;IACf,kDAAqB,CAAA;IACrB,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EAXW,yBAAyB,KAAzB,yBAAyB,QAWpC;AAeD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,YAAY;IACZ,uCAAe,CAAA;IACf,kBAAkB;IAClB,mDAA2B,CAAA;IAC3B,gBAAgB;IAChB,+CAAuB,CAAA;AACzB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,eAAe;IACf,yCAAqB,CAAA;IACrB,YAAY;IACZ,mCAAe,CAAA;IACf,aAAa;IACb,qCAAiB,CAAA;AACnB,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,sBAAsB;IACtB,+DAAmC,CAAA;AACrC,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC;AAWD,yFAAyF;AACzF,MAAM,CAAN,IAAY,qCAWX;AAXD,WAAY,qCAAqC;IAC/C,gBAAgB;IAChB,gEAAuB,CAAA;IACvB,aAAa;IACb,0DAAiB,CAAA;IACjB,eAAe;IACf,8DAAqB,CAAA;IACrB,eAAe;IACf,8DAAqB,CAAA;IACrB,iBAAiB;IACjB,kEAAyB,CAAA;AAC3B,CAAC,EAXW,qCAAqC,KAArC,qCAAqC,QAWhD;AAeD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,sBAAsB;IACtB,6DAAmC,CAAA;IACnC,wBAAwB;IACxB,iEAAuC,CAAA;IACvC,wBAAwB;IACxB,iEAAuC,CAAA;IACvC,yBAAyB;IACzB,mEAAyC,CAAA;IACzC,YAAY;IACZ,yCAAe,CAAA;AACjB,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC;AAeD,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAWX;AAXD,WAAY,mCAAmC;IAC7C,gBAAgB;IAChB,8DAAuB,CAAA;IACvB,aAAa;IACb,wDAAiB,CAAA;IACjB,eAAe;IACf,4DAAqB,CAAA;IACrB,eAAe;IACf,4DAAqB,CAAA;IACrB,iBAAiB;IACjB,gEAAyB,CAAA;AAC3B,CAAC,EAXW,mCAAmC,KAAnC,mCAAmC,QAW9C;AAeD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAeX;AAfD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;IACnB,iBAAiB;IACjB,0DAAyB,CAAA;IACzB,cAAc;IACd,oDAAmB,CAAA;IACnB,eAAe;IACf,sDAAqB,CAAA;IACrB,aAAa;IACb,kDAAiB,CAAA;IACjB,cAAc;IACd,oDAAmB,CAAA;IACnB,gBAAgB;IAChB,wDAAuB,CAAA;AACzB,CAAC,EAfW,6BAA6B,KAA7B,6BAA6B,QAexC;AAiBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAaX;AAbD,WAAY,kBAAkB;IAC5B,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,cAAc;IACd,yCAAmB,CAAA;IACnB,eAAe;IACf,2CAAqB,CAAA;IACrB,cAAc;IACd,yCAAmB,CAAA;IACnB,gBAAgB;IAChB,6CAAuB,CAAA;AACzB,CAAC,EAbW,kBAAkB,KAAlB,kBAAkB,QAa7B;AAgBD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,UAAU;IACV,wCAAW,CAAA;IACX,WAAW;IACX,0CAAa,CAAA;AACf,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,kGAAkG;AAClG,MAAM,CAAN,IAAY,8CAOX;AAPD,WAAY,8CAA8C;IACxD,YAAY;IACZ,iEAAe,CAAA;IACf,WAAW;IACX,+DAAa,CAAA;IACb,UAAU;IACV,6DAAW,CAAA;AACb,CAAC,EAPW,8CAA8C,KAA9C,8CAA8C,QAOzD;AAaD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAeX;AAfD,WAAY,+BAA+B;IACzC,gBAAgB;IAChB,0DAAuB,CAAA;IACvB,aAAa;IACb,oDAAiB,CAAA;IACjB,eAAe;IACf,wDAAqB,CAAA;IACrB,cAAc;IACd,sDAAmB,CAAA;IACnB,eAAe;IACf,wDAAqB,CAAA;IACrB,eAAe;IACf,wDAAqB,CAAA;IACrB,cAAc;IACd,sDAAmB,CAAA;AACrB,CAAC,EAfW,+BAA+B,KAA/B,+BAA+B,QAe1C;AAiBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,gBAAgB;IAChB,6CAAuB,CAAA;AACzB,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,aAAa;IACb,4CAAiB,CAAA;IACjB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,qCAAe,CAAA;IACf,sBAAsB;IACtB,yDAAmC,CAAA;AACrC,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,eAAe;IACf,8CAAqB,CAAA;IACrB,cAAc;IACd,4CAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,oBAAoB;IACpB,4DAA+B,CAAA;IAC/B,qBAAqB;IACrB,8DAAiC,CAAA;AACnC,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAWX;AAXD,WAAY,iCAAiC;IAC3C,iBAAiB;IACjB,8DAAyB,CAAA;IACzB,gBAAgB;IAChB,4DAAuB,CAAA;IACvB,aAAa;IACb,sDAAiB,CAAA;IACjB,eAAe;IACf,0DAAqB,CAAA;IACrB,eAAe;IACf,0DAAqB,CAAA;AACvB,CAAC,EAXW,iCAAiC,KAAjC,iCAAiC,QAW5C;AAeD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCASX;AATD,WAAY,gCAAgC;IAC1C,iBAAiB;IACjB,6DAAyB,CAAA;IACzB,gBAAgB;IAChB,2DAAuB,CAAA;IACvB,aAAa;IACb,qDAAiB,CAAA;IACjB,eAAe;IACf,yDAAqB,CAAA;AACvB,CAAC,EATW,gCAAgC,KAAhC,gCAAgC,QAS3C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type JavaComponentPropertiesUnion =\n | JavaComponentProperties\n | SpringCloudGatewayComponent\n | SpringBootAdminComponent\n | NacosComponent\n | SpringCloudEurekaComponent\n | SpringCloudConfigComponent;\n\n/** Policy to set request timeouts */\nexport interface TimeoutPolicy {\n /** Timeout, in seconds, for a request to respond */\n responseTimeoutInSeconds?: number;\n /** Timeout, in seconds, for a request to initiate a connection */\n connectionTimeoutInSeconds?: number;\n}\n\n/** Policy that defines http request retry conditions */\nexport interface HttpRetryPolicy {\n /** Maximum number of times a request will retry */\n maxRetries?: number;\n /** Headers that must be present for a request to be retried */\n headers?: HeaderMatch[];\n /** Additional http status codes that can trigger a retry */\n httpStatusCodes?: number[];\n /** Errors that can trigger a retry */\n errors?: string[];\n /** Initial delay, in milliseconds, before retrying a request */\n initialDelayInMilliseconds?: number;\n /** Maximum interval, in milliseconds, between retries */\n maxIntervalInMilliseconds?: number;\n}\n\n/** Conditions required to match a header */\nexport interface HeaderMatch {\n /** Name of the header */\n header?: string;\n /** Exact value of the header */\n exactMatch?: string;\n /** Prefix value of the header */\n prefixMatch?: string;\n /** Suffix value of the header */\n suffixMatch?: string;\n /** Regex value of the header */\n regexMatch?: string;\n}\n\n/** Policy that defines tcp request retry conditions */\nexport interface TcpRetryPolicy {\n /** Maximum number of attempts to connect to the tcp service */\n maxConnectAttempts?: number;\n}\n\n/** Policy that defines circuit breaker conditions */\nexport interface CircuitBreakerPolicy {\n /** Number of consecutive errors before the circuit breaker opens */\n consecutiveErrors?: number;\n /** The time interval, in seconds, between endpoint checks. This can result in opening the circuit breaker if the check fails as well as closing the circuit breaker if the check succeeds. Defaults to 10s. */\n intervalInSeconds?: number;\n /** Maximum percentage of hosts that will be ejected after failure threshold has been met */\n maxEjectionPercent?: number;\n}\n\n/** Defines parameters for http connection pooling */\nexport interface HttpConnectionPool {\n /** Maximum number of pending http1 requests allowed */\n http1MaxPendingRequests?: number;\n /** Maximum number of http2 requests allowed */\n http2MaxRequests?: number;\n}\n\n/** Defines parameters for tcp connection pooling */\nexport interface TcpConnectionPool {\n /** Maximum number of tcp connections allowed */\n maxConnections?: number;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** App Service error response. */\nexport interface DefaultErrorResponse {\n /**\n * Error model.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: DefaultErrorResponseError;\n}\n\n/** Error model. */\nexport interface DefaultErrorResponseError {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /** Details or the error */\n details?: DefaultErrorResponseErrorDetailsItem[];\n /**\n * More information to debug error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innererror?: string;\n}\n\n/** Detailed errors. */\nexport interface DefaultErrorResponseErrorDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Collection of AppResiliency policies */\nexport interface AppResiliencyCollection {\n /** Collection of resources. */\n value: AppResiliency[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** AuthConfig collection ARM resource. */\nexport interface AuthConfigCollection {\n /** Collection of resources. */\n value: AuthConfig[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */\nexport interface AuthPlatform {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n}\n\n/** The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization. */\nexport interface GlobalValidation {\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?: UnauthenticatedClientActionV2;\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n redirectToProvider?: string;\n /** The paths for which unauthenticated flow would not be redirected to the login page. */\n excludedPaths?: string[];\n}\n\n/** The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. */\nexport interface IdentityProviders {\n /** The configuration settings of the Azure Active directory provider. */\n azureActiveDirectory?: AzureActiveDirectory;\n /** The configuration settings of the Facebook provider. */\n facebook?: Facebook;\n /** The configuration settings of the GitHub provider. */\n gitHub?: GitHub;\n /** The configuration settings of the Google provider. */\n google?: Google;\n /** The configuration settings of the Twitter provider. */\n twitter?: Twitter;\n /** The configuration settings of the Apple provider. */\n apple?: Apple;\n /** The configuration settings of the Azure Static Web Apps provider. */\n azureStaticWebApps?: AzureStaticWebApps;\n /**\n * The map of the name of the alias of each custom Open ID Connect provider to the\n * configuration settings of the custom Open ID Connect provider.\n */\n customOpenIdConnectProviders?: {\n [propertyName: string]: CustomOpenIdConnectProvider;\n };\n}\n\n/** The configuration settings of the Azure Active directory provider. */\nexport interface AzureActiveDirectory {\n /** <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Active Directory app registration. */\n registration?: AzureActiveDirectoryRegistration;\n /** The configuration settings of the Azure Active Directory login flow. */\n login?: AzureActiveDirectoryLogin;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AzureActiveDirectoryValidation;\n /**\n * Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.\n * This is an internal flag primarily intended to support the Azure Management Portal. Users should not\n * read or write to this property.\n */\n isAutoProvisioned?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory app registration. */\nexport interface AzureActiveDirectoryRegistration {\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n openIdIssuer?: string;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateSubjectAlternativeName?: string;\n /**\n * An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateIssuer?: string;\n}\n\n/** The configuration settings of the Azure Active Directory login flow. */\nexport interface AzureActiveDirectoryLogin {\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n loginParameters?: string[];\n /** <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. */\n disableWWWAuthenticate?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory token validation flow. */\nexport interface AzureActiveDirectoryValidation {\n /** The configuration settings of the checks that should be made while validating the JWT Claims. */\n jwtClaimChecks?: JwtClaimChecks;\n /** The list of audiences that can make successful authentication/authorization requests. */\n allowedAudiences?: string[];\n /** The configuration settings of the default authorization policy. */\n defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;\n}\n\n/** The configuration settings of the checks that should be made while validating the JWT Claims. */\nexport interface JwtClaimChecks {\n /** The list of the allowed groups. */\n allowedGroups?: string[];\n /** The list of the allowed client applications. */\n allowedClientApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory default authorization policy. */\nexport interface DefaultAuthorizationPolicy {\n /** The configuration settings of the Azure Active Directory allowed principals. */\n allowedPrincipals?: AllowedPrincipals;\n /** The configuration settings of the Azure Active Directory allowed applications. */\n allowedApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory allowed principals. */\nexport interface AllowedPrincipals {\n /** The list of the allowed groups. */\n groups?: string[];\n /** The list of the allowed identities. */\n identities?: string[];\n}\n\n/** The configuration settings of the Facebook provider. */\nexport interface Facebook {\n /** <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Facebook provider. */\n registration?: AppRegistration;\n /** The version of the Facebook api to be used while logging in. */\n graphApiVersion?: string;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have app ids and app secrets */\nexport interface AppRegistration {\n /** The App ID of the app used for login. */\n appId?: string;\n /** The app setting name that contains the app secret. */\n appSecretSettingName?: string;\n}\n\n/** The configuration settings of the login flow, including the scopes that should be requested. */\nexport interface LoginScopes {\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the GitHub provider. */\nexport interface GitHub {\n /** <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the GitHub provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have client ids and client secrets */\nexport interface ClientRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Google provider. */\nexport interface Google {\n /** <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Google provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Allowed Audiences validation flow. */\nexport interface AllowedAudiencesValidation {\n /** The configuration settings of the allowed list of audiences from which to validate the JWT token. */\n allowedAudiences?: string[];\n}\n\n/** The configuration settings of the Twitter provider. */\nexport interface Twitter {\n /** <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Twitter provider. */\n registration?: TwitterRegistration;\n}\n\n/** The configuration settings of the app registration for the Twitter provider. */\nexport interface TwitterRegistration {\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n consumerKey?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n consumerSecretSettingName?: string;\n}\n\n/** The configuration settings of the Apple provider. */\nexport interface Apple {\n /** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Apple registration. */\n registration?: AppleRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the registration for the Apple provider */\nexport interface AppleRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Azure Static Web Apps provider. */\nexport interface AzureStaticWebApps {\n /** <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Static Web Apps registration. */\n registration?: AzureStaticWebAppsRegistration;\n}\n\n/** The configuration settings of the registration for the Azure Static Web Apps provider */\nexport interface AzureStaticWebAppsRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n}\n\n/** The configuration settings of the custom Open ID Connect provider. */\nexport interface CustomOpenIdConnectProvider {\n /** <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the custom Open ID Connect provider. */\n registration?: OpenIdConnectRegistration;\n /** The configuration settings of the login flow of the custom Open ID Connect provider. */\n login?: OpenIdConnectLogin;\n}\n\n/** The configuration settings of the app registration for the custom Open ID Connect provider. */\nexport interface OpenIdConnectRegistration {\n /** The client id of the custom Open ID Connect provider. */\n clientId?: string;\n /** The authentication credentials of the custom Open ID Connect provider. */\n clientCredential?: OpenIdConnectClientCredential;\n /** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\n openIdConnectConfiguration?: OpenIdConnectConfig;\n}\n\n/** The authentication client credentials of the custom Open ID Connect provider. */\nexport interface OpenIdConnectClientCredential {\n /** The method that should be used to authenticate the user. */\n method?: \"ClientSecretPost\";\n /** The app setting that contains the client secret for the custom Open ID Connect provider. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\nexport interface OpenIdConnectConfig {\n /** The endpoint to be used to make an authorization request. */\n authorizationEndpoint?: string;\n /** The endpoint to be used to request a token. */\n tokenEndpoint?: string;\n /** The endpoint that issues the token. */\n issuer?: string;\n /** The endpoint that provides the keys necessary to validate the token. */\n certificationUri?: string;\n /** The endpoint that contains all the configuration endpoints for the provider. */\n wellKnownOpenIdConfiguration?: string;\n}\n\n/** The configuration settings of the login flow of the custom Open ID Connect provider. */\nexport interface OpenIdConnectLogin {\n /** The name of the claim that contains the users name. */\n nameClaimType?: string;\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */\nexport interface Login {\n /** The routes that specify the endpoints used for login and logout requests. */\n routes?: LoginRoutes;\n /** The configuration settings of the token store. */\n tokenStore?: TokenStore;\n /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */\n preserveUrlFragmentsForLogins?: boolean;\n /**\n * 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.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: string[];\n /** The configuration settings of the session cookie's expiration. */\n cookieExpiration?: CookieExpiration;\n /** The configuration settings of the nonce used in the login flow. */\n nonce?: Nonce;\n}\n\n/** The routes that specify the endpoints used for login and logout requests. */\nexport interface LoginRoutes {\n /** The endpoint at which a logout request should be made. */\n logoutEndpoint?: string;\n}\n\n/** The configuration settings of the token store. */\nexport interface TokenStore {\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n enabled?: boolean;\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /** The configuration settings of the storage of the tokens if blob storage is used. */\n azureBlobStorage?: BlobStorageTokenStore;\n}\n\n/** The configuration settings of the storage of the tokens if blob storage is used. */\nexport interface BlobStorageTokenStore {\n /** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. Should not be used along with blobContainerUri. */\n sasUrlSettingName?: string;\n /** The URI of the blob storage containing the tokens. Should not be used along with sasUrlSettingName. */\n blobContainerUri?: string;\n /** The Client ID of a User-Assigned Managed Identity. Should not be used along with managedIdentityResourceId. */\n clientId?: string;\n /** The Resource ID of a User-Assigned Managed Identity. Should not be used along with clientId. */\n managedIdentityResourceId?: string;\n}\n\n/** The configuration settings of the session cookie's expiration. */\nexport interface CookieExpiration {\n /** The convention used when determining the session cookie's expiration. */\n convention?: CookieExpirationConvention;\n /** The time after the request is made when the session cookie should expire. */\n timeToExpiration?: string;\n}\n\n/** The configuration settings of the nonce used in the login flow. */\nexport interface Nonce {\n /** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */\n validateNonce?: boolean;\n /** The time after the request is made when the nonce should expire. */\n nonceExpirationInterval?: string;\n}\n\n/** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */\nexport interface HttpSettings {\n /** <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. */\n requireHttps?: boolean;\n /** The configuration settings of the paths HTTP requests. */\n routes?: HttpSettingsRoutes;\n /** The configuration settings of a forward proxy used to make the requests. */\n forwardProxy?: ForwardProxy;\n}\n\n/** The configuration settings of the paths HTTP requests. */\nexport interface HttpSettingsRoutes {\n /** The prefix that should precede all the authentication/authorization paths. */\n apiPrefix?: string;\n}\n\n/** The configuration settings of a forward proxy used to make the requests. */\nexport interface ForwardProxy {\n /** The convention used to determine the url of the request made. */\n convention?: ForwardProxyConvention;\n /** The name of the header containing the host of the request. */\n customHostHeaderName?: string;\n /** The name of the header containing the scheme of the request. */\n customProtoHeaderName?: string;\n}\n\n/** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */\nexport interface EncryptionSettings {\n /** The secret name which is referenced for EncryptionKey. */\n containerAppAuthEncryptionSecretName?: string;\n /** The secret name which is referenced for SigningKey. */\n containerAppAuthSigningSecretName?: string;\n}\n\n/** Collection of available workload profiles in the location. */\nexport interface AvailableWorkloadProfilesCollection {\n /** Collection of workload profiles. */\n value: AvailableWorkloadProfile[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Revision resource specific properties */\nexport interface AvailableWorkloadProfileProperties {\n /** Used to categorize workload profiles. */\n category?: string;\n /** indicates whether the profile is default for the location. */\n applicability?: Applicability;\n /** Number of cores in CPU. */\n cores?: number;\n /** Memory in GiB. */\n memoryGiB?: number;\n /** Number of GPUs. */\n gpus?: number;\n /** The everyday name of the workload profile. */\n displayName?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Collection of billing meters. */\nexport interface BillingMeterCollection {\n /** Collection of billing meters. */\n value: BillingMeter[];\n}\n\n/** Billing meter. */\nexport interface BillingMeter {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Region for the billing meter. */\n location?: string;\n /** Revision resource specific properties */\n properties?: BillingMeterProperties;\n}\n\n/** Revision resource specific properties */\nexport interface BillingMeterProperties {\n /** Used to categorize billing meters. */\n category?: string;\n /** Billing meter type. */\n meterType?: string;\n /** The everyday name of the billing meter. */\n displayName?: string;\n}\n\n/** The response of a BuilderResource list operation. */\nexport interface BuilderCollection {\n /** The BuilderResource items on this page */\n value: BuilderResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Model representing a mapping from a container registry to the identity used to connect to it. */\nexport interface ContainerRegistry {\n /** Login server of the container registry. */\n containerRegistryServer: string;\n /** Resource ID of the managed identity. */\n identityResourceId: string;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** 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. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The type used for update operations of the BuilderResource. */\nexport interface BuilderResourceUpdate {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Resource ID of the container apps environment that the builder is associated with. */\n environmentId?: string;\n}\n\n/** The response of a BuildResource list operation. */\nexport interface BuildCollection {\n /** The BuildResource items on this page */\n value: BuildResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Container registry that the final image will be uploaded to. */\nexport interface ContainerRegistryWithCustomImage {\n /** Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it. */\n server: string;\n /** Full name that the final image should be uploaded as, including both image name and tag. */\n image?: string;\n}\n\n/** Configuration of the build. */\nexport interface BuildConfiguration {\n /** Base OS used to build and run the app. */\n baseOs?: string;\n /** Platform to be used to build and run the app. */\n platform?: string;\n /** Platform version to be used to build and run the app. */\n platformVersion?: string;\n /** List of environment variables to be passed to the build, secrets should not be used in environment variable. */\n environmentVariables?: EnvironmentVariable[];\n /** List of steps to perform before the build. */\n preBuildSteps?: PreBuildStep[];\n}\n\n/** Model representing an environment variable. */\nexport interface EnvironmentVariable {\n /** Environment variable name. */\n name: string;\n /** Environment variable value. */\n value: string;\n}\n\n/** Model representing a pre-build step. */\nexport interface PreBuildStep {\n /** Description of the pre-build step. */\n description?: string;\n /** List of custom commands to run. */\n scripts?: string[];\n /** Http get request to send before the build. */\n httpGet?: HttpGet;\n}\n\n/** Model representing a http get request. */\nexport interface HttpGet {\n /** URL to make HTTP GET request against. */\n url: string;\n /** Name of the file that the request should be saved to. */\n fileName?: string;\n /** List of headers to send with the request. */\n headers?: string[];\n}\n\n/** Build Auth Token. */\nexport interface BuildToken {\n /**\n * Authentication token.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly token?: string;\n /**\n * Token expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expires?: Date;\n}\n\n/** Collection of connectedEnvironments */\nexport interface ConnectedEnvironmentCollection {\n /** Collection of resources. */\n value?: ConnectedEnvironment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The complex type of the extended location. */\nexport interface ExtendedLocation {\n /** The name of the extended location. */\n name?: string;\n /** The type of the extended location. */\n type?: ExtendedLocationTypes;\n}\n\n/** Configuration properties for apps environment custom domain */\nexport interface CustomDomainConfiguration {\n /**\n * Id used to verify domain name ownership\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationId?: string;\n /** Dns suffix for the environment domain */\n dnsSuffix?: string;\n /** Certificate stored in Azure Key Vault. */\n certificateKeyVaultProperties?: CertificateKeyVaultProperties;\n /** PFX or PEM blob */\n certificateValue?: Uint8Array;\n /** Certificate password */\n certificatePassword?: string;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n}\n\n/** Properties for a certificate stored in a Key Vault. */\nexport interface CertificateKeyVaultProperties {\n /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */\n identity?: string;\n /** URL pointing to the Azure Key Vault secret that holds the certificate. */\n keyVaultUrl?: string;\n}\n\n/** List of key value pairs that describe the resource. This will overwrite the existing tags. */\nexport interface ResourceTags {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** Collection of Certificates. */\nexport interface CertificateCollection {\n /** Collection of resources. */\n value: Certificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Certificate resource specific properties */\nexport interface CertificateProperties {\n /**\n * Provisioning state of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CertificateProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /** Properties for a certificate stored in a Key Vault. */\n certificateKeyVaultProperties?: CertificateKeyVaultProperties;\n /** Certificate password. */\n password?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /**\n * Subject alternative names the certificate applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectAlternativeNames?: string[];\n /** PFX or PEM blob */\n value?: Uint8Array;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n /** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */\n certificateType?: CertificateType;\n}\n\n/** A certificate to update */\nexport interface CertificatePatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Collection of Dapr Components for Environments */\nexport interface ConnectedEnvironmentDaprComponentsCollection {\n /** Collection of Dapr component resources. */\n value: ConnectedEnvironmentDaprComponent[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Dapr Component resource specific properties */\nexport interface DaprComponentProperties {\n /** Component type */\n componentType?: string;\n /** Component version */\n version?: string;\n /** Boolean describing if the component errors are ignores */\n ignoreErrors?: boolean;\n /** Initialization timeout */\n initTimeout?: string;\n /** Collection of secrets used by a Dapr component */\n secrets?: Secret[];\n /** Name of a Dapr component to retrieve component secrets from */\n secretStoreComponent?: string;\n /** Component metadata */\n metadata?: DaprMetadata[];\n /** Names of container apps that can use this Dapr component */\n scopes?: string[];\n /** List of container app services that are bound to the Dapr component */\n serviceComponentBind?: DaprComponentServiceBinding[];\n}\n\n/** Secret definition. */\nexport interface Secret {\n /** Secret Name. */\n name?: string;\n /** Secret Value. */\n value?: string;\n /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */\n identity?: string;\n /** Azure Key Vault URL pointing to the secret referenced by the container app. */\n keyVaultUrl?: string;\n}\n\n/** Dapr component metadata. */\nexport interface DaprMetadata {\n /** Metadata property name. */\n name?: string;\n /** Metadata property value. */\n value?: string;\n /** Name of the Dapr Component secret from which to pull the metadata property value. */\n secretRef?: string;\n}\n\n/** Configuration to bind a Dapr Component to a dev ContainerApp Service */\nexport interface DaprComponentServiceBinding {\n /** Name of the service bind */\n name?: string;\n /** Resource id of the target service */\n serviceId?: string;\n /** Service bind metadata */\n metadata?: DaprServiceBindMetadata;\n}\n\n/** Dapr component metadata. */\nexport interface DaprServiceBindMetadata {\n /** Service bind metadata property name. */\n name?: string;\n /** Service bind metadata property value. */\n value?: string;\n}\n\n/** Dapr component Secrets Collection for ListSecrets Action. */\nexport interface DaprSecretsCollection {\n /** Collection of secrets used by a Dapr component */\n value: DaprSecret[];\n}\n\n/** Dapr component Secret for ListSecrets Action */\nexport interface DaprSecret {\n /**\n * Secret Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Secret Value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Collection of Storage for Environments */\nexport interface ConnectedEnvironmentStoragesCollection {\n /** Collection of storage resources. */\n value: ConnectedEnvironmentStorage[];\n}\n\n/** Storage properties */\nexport interface ConnectedEnvironmentStorageProperties {\n /**\n * Provisioning state of the storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ConnectedEnvironmentStorageProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /** Azure file properties */\n azureFile?: AzureFileProperties;\n /** SMB storage properties */\n smb?: SmbStorage;\n}\n\n/** Azure File Properties. */\nexport interface AzureFileProperties {\n /** Storage account name for azure file. */\n accountName?: string;\n /** Storage account key for azure file. */\n accountKey?: string;\n /** Storage account key stored as an Azure Key Vault secret. */\n accountKeyVaultProperties?: SecretKeyVaultProperties;\n /** Access mode for storage */\n accessMode?: AccessMode;\n /** Azure file share name. */\n shareName?: string;\n}\n\n/** Properties for a secret stored in a Key Vault. */\nexport interface SecretKeyVaultProperties {\n /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */\n identity?: string;\n /** URL pointing to the Azure Key Vault secret. */\n keyVaultUrl?: string;\n}\n\n/** SMB storage properties */\nexport interface SmbStorage {\n /** The host name or IP address of the SMB server. */\n host?: string;\n /** The path to the SMB shared folder. */\n shareName?: string;\n /** The user to log on to the SMB server. */\n username?: string;\n /** The domain name for the user. */\n domain?: string;\n /** The password for the user. */\n password?: string;\n /** Access mode for storage */\n accessMode?: AccessMode;\n}\n\n/** Container App collection ARM resource. */\nexport interface ContainerAppCollection {\n /** Collection of resources. */\n value: ContainerApp[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container App auto patch configuration. */\nexport interface ContainerAppPropertiesPatchingConfiguration {\n /** Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching. */\n patchingMode?: PatchingMode;\n}\n\n/** Non versioned Container App configuration properties that define the mutable settings of a Container app */\nexport interface Configuration {\n /** Collection of secrets used by a Container app */\n secrets?: Secret[];\n /**\n * ActiveRevisionsMode controls how active revisions are handled for the Container app:\n * <list><item>Single: Only one revision can be active at a time. Traffic weights cannot be used. This is the default.</item><item>Multiple: Multiple revisions can be active, including optional traffic weights and labels.</item><item>Labels: Only revisions with labels are active. Traffic weights can be applied to labels.</item></list>\n */\n activeRevisionsMode?: ActiveRevisionsMode;\n /** Required in labels revisions mode. Label to apply to newly created revision. */\n targetLabel?: string;\n /** Ingress configurations. */\n ingress?: Ingress;\n /** Collection of private container registry credentials for containers used by the Container app */\n registries?: RegistryCredentials[];\n /** Dapr configuration for the Container App. */\n dapr?: Dapr;\n /** App runtime configuration for the Container App. */\n runtime?: Runtime;\n /** Optional. Max inactive revisions a Container App can have. */\n maxInactiveRevisions?: number;\n /** Optional. The percent of the total number of replicas that must be brought up before revision transition occurs. Defaults to 100 when none is given. Value must be greater than 0 and less than or equal to 100. */\n revisionTransitionThreshold?: number;\n /** Container App to be a dev Container App Service */\n service?: Service;\n /** 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. */\n identitySettings?: IdentitySettings[];\n}\n\n/** Container App Ingress configuration. */\nexport interface Ingress {\n /**\n * Hostname.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /** Bool indicating if app exposes an external http endpoint */\n external?: boolean;\n /** Target Port in containers for traffic from ingress */\n targetPort?: number;\n /** Exposed Port in containers for TCP traffic from ingress */\n exposedPort?: number;\n /** Ingress transport protocol */\n transport?: IngressTransportMethod;\n /** Traffic weights for app's revisions */\n traffic?: TrafficWeight[];\n /** custom domain bindings for Container Apps' hostnames. */\n customDomains?: CustomDomain[];\n /** Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections */\n allowInsecure?: boolean;\n /** Rules to restrict incoming IP address. */\n ipSecurityRestrictions?: IpSecurityRestrictionRule[];\n /** Sticky Sessions for Single Revision Mode */\n stickySessions?: IngressStickySessions;\n /** 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. */\n clientCertificateMode?: IngressClientCertificateMode;\n /** CORS policy for container app */\n corsPolicy?: CorsPolicy;\n /** Settings to expose additional ports on container app */\n additionalPortMappings?: IngressPortMapping[];\n /** Whether an http app listens on http or https */\n targetPortHttpScheme?: IngressTargetPortHttpScheme;\n}\n\n/** Traffic weight assigned to a revision */\nexport interface TrafficWeight {\n /** Name of a revision */\n revisionName?: string;\n /** Traffic weight assigned to a revision */\n weight?: number;\n /** Indicates that the traffic weight belongs to a latest stable revision */\n latestRevision?: boolean;\n /** Associates a traffic label with a revision */\n label?: string;\n}\n\n/** Custom Domain of a Container App */\nexport interface CustomDomain {\n /** Hostname. */\n name: string;\n /** Custom Domain binding type. */\n bindingType?: BindingType;\n /** Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment. */\n certificateId?: string;\n}\n\n/** Rule to restrict incoming IP address. */\nexport interface IpSecurityRestrictionRule {\n /** Name for the IP restriction rule. */\n name: string;\n /** Describe the IP restriction rule that is being sent to the container-app. This is an optional field. */\n description?: string;\n /** CIDR notation to match incoming IP address */\n ipAddressRange: string;\n /** Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny */\n action: Action;\n}\n\n/** Sticky Sessions for Single Revision Mode */\nexport interface IngressStickySessions {\n /** Sticky Session Affinity */\n affinity?: Affinity;\n}\n\n/** Cross-Origin-Resource-Sharing policy */\nexport interface CorsPolicy {\n /** Specifies the content for the access-control-allow-origins header */\n allowedOrigins: string[];\n /** Specifies the content for the access-control-allow-methods header */\n allowedMethods?: string[];\n /** Specifies the content for the access-control-allow-headers header */\n allowedHeaders?: string[];\n /** Specifies the content for the access-control-expose-headers header */\n exposeHeaders?: string[];\n /** Specifies the content for the access-control-max-age header */\n maxAge?: number;\n /** Specifies whether the resource allows credentials */\n allowCredentials?: boolean;\n}\n\n/** Port mappings of container app ingress */\nexport interface IngressPortMapping {\n /** Specifies whether the app port is accessible outside of the environment */\n external: boolean;\n /** Specifies the port user's container listens on */\n targetPort: number;\n /** Specifies the exposed port for the target port. If not specified, it defaults to target port */\n exposedPort?: number;\n}\n\n/** Container App Private Registry */\nexport interface RegistryCredentials {\n /** Container Registry Server */\n server?: string;\n /** Container Registry Username */\n username?: string;\n /** The name of the Secret that contains the registry login password */\n passwordSecretRef?: string;\n /** 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' */\n identity?: string;\n}\n\n/** Container App Dapr configuration. */\nexport interface Dapr {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http */\n appProtocol?: AppProtocol;\n /** Tells Dapr which port your application is listening on */\n appPort?: number;\n /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */\n httpReadBufferSize?: number;\n /** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */\n httpMaxRequestSize?: number;\n /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */\n logLevel?: LogLevel;\n /** Enables API logging for the Dapr sidecar */\n enableApiLogging?: boolean;\n /** Dapr application health check configuration */\n appHealth?: DaprAppHealth;\n /** Maximum number of concurrent requests, events handled by the Dapr sidecar */\n maxConcurrency?: number;\n}\n\n/** Dapr application health check configuration */\nexport interface DaprAppHealth {\n /** Boolean indicating if the health probe is enabled */\n enabled?: boolean;\n /** Path for the health probe */\n path?: string;\n /** Interval for the health probe in seconds */\n probeIntervalSeconds?: number;\n /** Timeout for the health probe in milliseconds */\n probeTimeoutMilliseconds?: number;\n /** Threshold for the health probe */\n threshold?: number;\n}\n\n/** Container App Runtime configuration. */\nexport interface Runtime {\n /** Java app configuration */\n java?: RuntimeJava;\n /** .NET app configuration */\n dotnet?: RuntimeDotnet;\n}\n\n/** Java app configuration */\nexport interface RuntimeJava {\n /** Enable jmx core metrics for the java app */\n enableMetrics?: boolean;\n /** Diagnostic capabilities achieved by java agent */\n javaAgent?: RuntimeJavaAgent;\n}\n\n/** Diagnostic capabilities achieved by java agent */\nexport interface RuntimeJavaAgent {\n /** Enable java agent injection for the java app. */\n enabled?: boolean;\n /** Capabilities on the java logging scenario. */\n logging?: RuntimeJavaAgentLogging;\n}\n\n/** Capabilities on the java logging scenario. */\nexport interface RuntimeJavaAgentLogging {\n /** Settings of the logger for the java app. */\n loggerSettings?: LoggerSetting[];\n}\n\n/** Logger settings for java workloads. */\nexport interface LoggerSetting {\n /** Logger name. */\n logger: string;\n /** The specified logger's log level. */\n level: Level;\n}\n\n/** .NET app configuration */\nexport interface RuntimeDotnet {\n /** Auto configure the ASP.NET Core Data Protection feature */\n autoConfigureDataProtection?: boolean;\n}\n\n/** Container App to be a dev service */\nexport interface Service {\n /** Dev ContainerApp service type */\n type: string;\n}\n\n/** Optional settings for a Managed Identity that is assigned to the Container App. */\nexport interface IdentitySettings {\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity: string;\n /** Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. */\n lifecycle?: IdentitySettingsLifeCycle;\n}\n\n/**\n * Container App versioned application definition.\n * Defines the desired state of an immutable revision.\n * Any changes to this section Will result in a new revision being created\n */\nexport interface Template {\n /** User friendly suffix that is appended to the revision name */\n revisionSuffix?: string;\n /** 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. */\n terminationGracePeriodSeconds?: number;\n /** List of specialized containers that run before app containers. */\n initContainers?: InitContainer[];\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** Scaling properties for the Container App. */\n scale?: Scale;\n /** List of volume definitions for the Container App. */\n volumes?: Volume[];\n /** List of container app services bound to the app */\n serviceBinds?: ServiceBind[];\n}\n\n/** Container App base container definition. */\nexport interface BaseContainer {\n /** Container image tag. */\n image?: string;\n /** The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image. */\n imageType?: ImageType;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n /** Container volume mounts. */\n volumeMounts?: VolumeMount[];\n}\n\n/** Container App container environment variable. */\nexport interface EnvironmentVar {\n /** Environment variable name. */\n name?: string;\n /** Non-secret environment variable value. */\n value?: string;\n /** Name of the Container App secret from which to pull the environment variable value. */\n secretRef?: string;\n}\n\n/** Container App container resource requirements. */\nexport interface ContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n /**\n * Ephemeral Storage, e.g. \"1Gi\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ephemeralStorage?: string;\n /** Required GPU in cores for GPU based app, e.g. 1.0 */\n gpu?: number;\n}\n\n/** Volume mount for the Container App. */\nexport interface VolumeMount {\n /** This must match the Name of a Volume. */\n volumeName?: string;\n /** Path within the container at which the volume should be mounted.Must not contain ':'. */\n mountPath?: string;\n /** Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root). */\n subPath?: string;\n}\n\n/** Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. */\nexport interface ContainerAppProbe {\n /** Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10. */\n failureThreshold?: number;\n /** HTTPGet specifies the http request to perform. */\n httpGet?: ContainerAppProbeHttpGet;\n /** Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60. */\n initialDelaySeconds?: number;\n /** How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240. */\n periodSeconds?: number;\n /** 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. */\n successThreshold?: number;\n /** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */\n tcpSocket?: ContainerAppProbeTcpSocket;\n /** 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) */\n terminationGracePeriodSeconds?: number;\n /** Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240. */\n timeoutSeconds?: number;\n /** The type of probe. */\n type?: Type;\n}\n\n/** HTTPGet specifies the http request to perform. */\nexport interface ContainerAppProbeHttpGet {\n /** Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead. */\n host?: string;\n /** Custom headers to set in the request. HTTP allows repeated headers. */\n httpHeaders?: ContainerAppProbeHttpGetHttpHeadersItem[];\n /** Path to access on the HTTP server. */\n path?: string;\n /** 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. */\n port: number;\n /** Scheme to use for connecting to the host. Defaults to HTTP. */\n scheme?: Scheme;\n}\n\n/** HTTPHeader describes a custom header to be used in HTTP probes */\nexport interface ContainerAppProbeHttpGetHttpHeadersItem {\n /** The header field name */\n name: string;\n /** The header field value */\n value: string;\n}\n\n/** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */\nexport interface ContainerAppProbeTcpSocket {\n /** Optional: Host name to connect to, defaults to the pod IP. */\n host?: string;\n /** 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. */\n port: number;\n}\n\n/** Container App scaling configurations. */\nexport interface Scale {\n /** Optional. Minimum number of container replicas. */\n minReplicas?: number;\n /** Optional. Maximum number of container replicas. Defaults to 10 if not set. */\n maxReplicas?: number;\n /** Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set. */\n cooldownPeriod?: number;\n /** Optional. KEDA Polling Interval. Defaults to 30 seconds if not set. */\n pollingInterval?: number;\n /** Scaling rules. */\n rules?: ScaleRule[];\n}\n\n/** Container App container scaling rule. */\nexport interface ScaleRule {\n /** Scale Rule Name */\n name?: string;\n /** Azure Queue based scaling. */\n azureQueue?: QueueScaleRule;\n /** Custom scale rule. */\n custom?: CustomScaleRule;\n /** HTTP requests based scaling. */\n http?: HttpScaleRule;\n /** Tcp requests based scaling. */\n tcp?: TcpScaleRule;\n}\n\n/** Container App container Azure Queue based scaling rule. */\nexport interface QueueScaleRule {\n /** Storage account name. required if using managed identity to authenticate */\n accountName?: string;\n /** Queue name. */\n queueName?: string;\n /** Queue length. */\n queueLength?: number;\n /** Authentication secrets for the queue scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Auth Secrets for Scale Rule */\nexport interface ScaleRuleAuth {\n /** Name of the secret from which to pull the auth params. */\n secretRef?: string;\n /** Trigger Parameter that uses the secret */\n triggerParameter?: string;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface CustomScaleRule {\n /**\n * Type of the custom scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe custom scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Container App container Http scaling rule. */\nexport interface HttpScaleRule {\n /** Metadata properties to describe http scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Container App container Tcp scaling rule. */\nexport interface TcpScaleRule {\n /** Metadata properties to describe tcp scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the tcp scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** Volume definitions for the Container App. */\nexport interface Volume {\n /** Volume name. */\n name?: string;\n /** Storage type for the volume. If not provided, use EmptyDir. */\n storageType?: StorageType;\n /** Name of storage resource. No need to provide for EmptyDir and Secret. */\n storageName?: string;\n /** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */\n secrets?: SecretVolumeItem[];\n /** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */\n mountOptions?: string;\n}\n\n/** Secret to be added to volume. */\nexport interface SecretVolumeItem {\n /** Name of the Container App secret from which to pull the secret value. */\n secretRef?: string;\n /** Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef. */\n path?: string;\n}\n\n/** Configuration to bind a ContainerApp to a dev ContainerApp Service */\nexport interface ServiceBind {\n /** Resource id of the target service */\n serviceId?: string;\n /** Name of the service bind */\n name?: string;\n /** Type of the client to be used to connect to the service */\n clientType?: string;\n /** Customized keys for customizing injected values to the app */\n customizedKeys?: { [propertyName: string]: string };\n}\n\n/** Custom domain analysis. */\nexport interface CustomHostnameAnalysisResult {\n /**\n * Host name that was analyzed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /**\n * <code>true</code> if hostname is already verified; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHostnameAlreadyVerified?: boolean;\n /**\n * DNS verification test result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationTest?: DnsVerificationTestResult;\n /**\n * Raw failure information if DNS verification fails.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationFailureInfo?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo;\n /**\n * <code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasConflictOnManagedEnvironment?: boolean;\n /**\n * <code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflictWithEnvironmentCustomDomain?: boolean;\n /**\n * Name of the conflicting Container App on the Managed Environment if it's within the same subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflictingContainerAppResourceId?: string;\n /** CName records visible for this hostname. */\n cNameRecords?: string[];\n /** TXT records visible for this hostname. */\n txtRecords?: string[];\n /** A records visible for this hostname. */\n aRecords?: string[];\n /** Alternate CName records visible for this hostname. */\n alternateCNameRecords?: string[];\n /** Alternate TXT records visible for this hostname. */\n alternateTxtRecords?: string[];\n}\n\n/** Raw failure information if DNS verification fails. */\nexport interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /** Details or the error */\n details?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem[];\n}\n\n/** Detailed errors. */\nexport interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Container App Secrets Collection ARM resource. */\nexport interface SecretsCollection {\n /** Collection of resources. */\n value: ContainerAppSecret[];\n}\n\n/** Container App Secret. */\nexport interface ContainerAppSecret {\n /**\n * Secret Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Secret Value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identity?: string;\n /**\n * Azure Key Vault URL pointing to the secret referenced by the container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultUrl?: string;\n}\n\n/** The response of a Container Apps Build Resource list operation. */\nexport interface ContainerAppsBuildCollection {\n /** The Container Apps Build Resource items on this page */\n value: ContainerAppsBuildResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Configuration of the build. */\nexport interface ContainerAppsBuildConfiguration {\n /**\n * Base OS used to build and run the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly baseOs?: string;\n /**\n * Platform to be used to build and run the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly platform?: string;\n /**\n * Platform version to be used to build and run the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly platformVersion?: string;\n /**\n * List of environment variables to be passed to the build, secrets should not be used in environment variable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly environmentVariables?: EnvironmentVariable[];\n /**\n * List of steps to perform before the build.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preBuildSteps?: PreBuildStep[];\n}\n\n/** Container App Label History collection ARM resource. */\nexport interface LabelHistoryCollection {\n /** Collection of resources. */\n value: LabelHistory[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container App Label History resource specific properties */\nexport interface LabelHistoryProperties {\n /**\n * List of label history records.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly records?: LabelHistoryRecordItem[];\n}\n\n/** Container App Label History Item resource specific properties */\nexport interface LabelHistoryRecordItem {\n /**\n * Container App revision name that label was applied to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly revision?: string;\n /**\n * Timestamp describing when the label was applied to the revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly start?: Date;\n /**\n * Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stop?: Date;\n /**\n * Status of the label history record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: Status;\n}\n\n/** Container App patch collection */\nexport interface PatchCollection {\n /** Collection of patch resources. */\n value: ContainerAppsPatchResource[];\n /** the link to the next page of items */\n nextLink?: string;\n}\n\n/** Top level properties that describes current states of the patch resource */\nexport interface PatchProperties {\n /** The Azure resource id of the target environment for the patch. */\n targetEnvironmentId?: string;\n /** The Azure resource id of the target container app for the patch. */\n targetContainerAppId?: string;\n /** The Azure resource id of the target revision for the patch. */\n targetRevisionId?: string;\n /**\n * The status of the patch operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly patchApplyStatus?: PatchApplyStatus;\n /**\n * The UTC timestamp that describes when the patch object was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * The UTC timestamp that describes when the patch object was last updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedAt?: Date;\n /**\n * Detailed info describes the patch operation for the target container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly patchDetails?: PatchDetails[];\n}\n\n/** The detailed info of patch operation performing when applying a patch. */\nexport interface PatchDetails {\n /**\n * The name of the target container for the patch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetContainerName: string;\n /**\n * The name of the target image for the patch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetImage: string;\n /**\n * The UTC timestamp that describes the latest detection was done.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastDetectionTime: Date;\n /**\n * The status of the patch detection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly detectionStatus: DetectionStatus;\n /**\n * The name of the new image created by the patch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly newImageName?: string;\n /**\n * New layer update details in the target image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly newLayer?: PatchDetailsNewLayer;\n /**\n * The old layer details in the target image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly oldLayer?: PatchDetailsOldLayer;\n /**\n * The type for the patch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly patchType?: PatchType;\n}\n\n/** New layer update details in the target image. */\nexport interface PatchDetailsNewLayer {\n /** The details of the new layer for the target image. */\n name?: string;\n /** The framework and its version in the new run image for the target image. */\n frameworkAndVersion?: string;\n /** The OS name and its version in the new run image for the target image. */\n osAndVersion?: string;\n}\n\n/** The old layer details in the target image. */\nexport interface PatchDetailsOldLayer {\n /** The details of the old layer for the target image. */\n name?: string;\n /** The framework and its version in the old run image for the target image. */\n frameworkAndVersion?: string;\n /** The OS name and its version in the old run image for the target image. */\n osAndVersion?: string;\n}\n\n/** The configuration for patcher to skip a patch or not. */\nexport interface PatchSkipConfig {\n /** The flag to indicate whether to skip the patch or not. */\n skip?: boolean;\n}\n\n/** Container App Revisions collection ARM resource. */\nexport interface RevisionCollection {\n /** Collection of resources. */\n value: Revision[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container object under Container App Revision Replica. */\nexport interface ReplicaContainer {\n /** The Name of the Container */\n name?: string;\n /** The Id of the Container */\n containerId?: string;\n /** The container ready status */\n ready?: boolean;\n /** The container start status */\n started?: boolean;\n /** The container restart count */\n restartCount?: number;\n /**\n * Current running state of the container\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: ContainerAppContainerRunningState;\n /**\n * The details of container current running state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStateDetails?: string;\n /**\n * Log Stream endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStreamEndpoint?: string;\n /**\n * Container exec endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly execEndpoint?: string;\n /**\n * Container debug endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly debugEndpoint?: string;\n}\n\n/** Container App Revision Replicas collection ARM resource. */\nexport interface ReplicaCollection {\n /** Collection of resources. */\n value: Replica[];\n}\n\n/** Diagnostics data collection for a resource. */\nexport interface DiagnosticsCollection {\n /** Collection of diagnostic data. */\n value: Diagnostics[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Diagnostics resource specific properties */\nexport interface DiagnosticsProperties {\n /** Metadata of the diagnostics response. */\n metadata?: DiagnosticsDefinition;\n /** Set of data collections associated with the response. */\n dataset?: DiagnosticsDataApiResponse[];\n /** Status of the diagnostics response. */\n status?: DiagnosticsStatus;\n /** List of data providers' metadata. */\n dataProviderMetadata?: DiagnosticDataProviderMetadata;\n}\n\n/** Metadata of the diagnostics response */\nexport interface DiagnosticsDefinition {\n /**\n * Unique detector name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Display Name of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Details of the diagnostics info\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /**\n * Category of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /** List of support topics */\n supportTopicList?: DiagnosticSupportTopic[];\n /** List of analysis types */\n analysisTypes?: string[];\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Authors' names of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly score?: number;\n}\n\n/** Support topic information */\nexport interface DiagnosticSupportTopic {\n /**\n * Unique topic identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * PES identifier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pesId?: string;\n}\n\n/** Diagnostics data returned from a detector */\nexport interface DiagnosticsDataApiResponse {\n /** Table response */\n table?: DiagnosticDataTableResponseObject;\n /** Details of the table response */\n renderingProperties?: DiagnosticRendering;\n}\n\n/** Diagnostics data table */\nexport interface DiagnosticDataTableResponseObject {\n /** Table name */\n tableName?: string;\n /** Columns in the table */\n columns?: DiagnosticDataTableResponseColumn[];\n /** Rows in the table */\n rows?: Record<string, unknown>[];\n}\n\n/** Diagnostics data column */\nexport interface DiagnosticDataTableResponseColumn {\n /** Column name */\n columnName?: string;\n /** Data type of the column */\n dataType?: string;\n /** Column type */\n columnType?: string;\n}\n\n/** Rendering details of a diagnostics table */\nexport interface DiagnosticRendering {\n /** Rendering type */\n type?: number;\n /** Title of the table */\n title?: string;\n /** Description of the table */\n description?: string;\n /** Flag if the table should be rendered */\n isVisible?: boolean;\n}\n\n/** Rendering details of a diagnostics table */\nexport interface DiagnosticsStatus {\n /** Diagnostic message */\n message?: string;\n /** Status */\n statusId?: number;\n}\n\n/** Details of a diagnostics data provider */\nexport interface DiagnosticDataProviderMetadata {\n /** Name of data provider */\n providerName?: string;\n /** Collection of properties */\n propertyBag?: DiagnosticDataProviderMetadataPropertyBagItem[];\n}\n\n/** Property details */\nexport interface DiagnosticDataProviderMetadataPropertyBagItem {\n /** Property name */\n name?: string;\n /** Property value */\n value?: string;\n}\n\n/** Configuration properties for apps environment to join a Virtual Network */\nexport interface VnetConfiguration {\n /** 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 */\n internal?: boolean;\n /** Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges. */\n infrastructureSubnetId?: string;\n /** CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges. */\n dockerBridgeCidr?: string;\n /** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges. */\n platformReservedCidr?: string;\n /** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server. */\n platformReservedDnsIP?: string;\n}\n\n/** Configuration of application logs */\nexport interface AppLogsConfiguration {\n /** Logs destination, can be 'log-analytics', 'azure-monitor' or 'none' */\n destination?: string;\n /** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */\n logAnalyticsConfiguration?: LogAnalyticsConfiguration;\n}\n\n/** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */\nexport interface LogAnalyticsConfiguration {\n /** Log analytics customer id */\n customerId?: string;\n /** Log analytics customer key */\n sharedKey?: string;\n /** Boolean indicating whether to parse json string log into dynamic json columns */\n dynamicJsonColumns?: boolean;\n}\n\n/** Configuration of Application Insights */\nexport interface AppInsightsConfiguration {\n /** Application Insights connection string */\n connectionString?: string;\n}\n\n/** Configuration of Open Telemetry */\nexport interface OpenTelemetryConfiguration {\n /** Open telemetry destinations configuration */\n destinationsConfiguration?: DestinationsConfiguration;\n /** Open telemetry trace configuration */\n tracesConfiguration?: TracesConfiguration;\n /** Open telemetry logs configuration */\n logsConfiguration?: LogsConfiguration;\n /** Open telemetry metrics configuration */\n metricsConfiguration?: MetricsConfiguration;\n}\n\n/** Configuration of Open Telemetry destinations */\nexport interface DestinationsConfiguration {\n /** Open telemetry datadog destination configuration */\n dataDogConfiguration?: DataDogConfiguration;\n /** Open telemetry otlp configurations */\n otlpConfigurations?: OtlpConfiguration[];\n}\n\n/** Configuration of datadog */\nexport interface DataDogConfiguration {\n /** The data dog site */\n site?: string;\n /** The data dog api key */\n key?: string;\n}\n\n/** Configuration of otlp */\nexport interface OtlpConfiguration {\n /** The name of otlp configuration */\n name?: string;\n /** The endpoint of otlp configuration */\n endpoint?: string;\n /** Boolean indicating if otlp configuration is insecure */\n insecure?: boolean;\n /** Headers of otlp configurations */\n headers?: Header[];\n}\n\n/** Header of otlp configuration */\nexport interface Header {\n /** The key of otlp configuration header */\n key?: string;\n /** The value of otlp configuration header */\n value?: string;\n}\n\n/** Configuration of Open Telemetry traces */\nexport interface TracesConfiguration {\n /** Boolean indicating if including dapr traces */\n includeDapr?: boolean;\n /** Open telemetry traces destinations */\n destinations?: string[];\n}\n\n/** Configuration of Open Telemetry logs */\nexport interface LogsConfiguration {\n /** Open telemetry logs destinations */\n destinations?: string[];\n}\n\n/** Configuration of Open Telemetry metrics */\nexport interface MetricsConfiguration {\n /** Boolean indicating if including keda metrics */\n includeKeda?: boolean;\n /** Open telemetry metrics destinations */\n destinations?: string[];\n}\n\n/** Workload profile to scope container app execution. */\nexport interface WorkloadProfile {\n /** Workload profile type for the workloads to run on. */\n name: string;\n /** Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles. */\n enableFips?: boolean;\n /** Workload profile type for the workloads to run on. */\n workloadProfileType: string;\n /** The minimum capacity. */\n minimumCount?: number;\n /** The maximum capacity. */\n maximumCount?: number;\n}\n\n/** Configuration properties Keda component */\nexport interface KedaConfiguration {\n /**\n * The version of Keda\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Configuration properties Dapr component */\nexport interface DaprConfiguration {\n /**\n * The version of Dapr\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Peer authentication settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerAuthentication {\n /** Mutual TLS authentication settings for the Managed Environment */\n mtls?: Mtls;\n}\n\n/** Configuration properties for mutual TLS authentication */\nexport interface Mtls {\n /** Boolean indicating whether the mutual TLS authentication is enabled */\n enabled?: boolean;\n}\n\n/** Peer traffic settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerTrafficConfiguration {\n /** Peer traffic encryption settings for the Managed Environment */\n encryption?: ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption;\n}\n\n/** Peer traffic encryption settings for the Managed Environment */\nexport interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption {\n /** Boolean indicating whether the peer traffic encryption is enabled */\n enabled?: boolean;\n}\n\n/** Settings for the ingress component, including workload profile, scaling, and connection handling. */\nexport interface IngressConfiguration {\n /** Name of the workload profile used by the ingress component. Required. */\n workloadProfileName?: string;\n /** Scaling configuration for the ingress component. Required. */\n scale?: IngressConfigurationScale;\n /** Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds. */\n terminationGracePeriodSeconds?: number;\n /** Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100. */\n headerCountLimit?: number;\n /** Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes. */\n requestIdleTimeout?: number;\n}\n\n/** Scaling configuration for the ingress component. Required. */\nexport interface IngressConfigurationScale {\n /** Minimum number of ingress replicas. Must be at least 2. Required. */\n minReplicas?: number;\n /** Maximum number of ingress replicas. Must be greater than or equal to minReplicas. */\n maxReplicas?: number;\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Configuration properties for disk encryption */\nexport interface DiskEncryptionConfiguration {\n /** The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment. */\n keyVaultConfiguration?: DiskEncryptionConfigurationKeyVaultConfiguration;\n}\n\n/** The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment. */\nexport interface DiskEncryptionConfigurationKeyVaultConfiguration {\n /** Key URL pointing to a key in KeyVault. Version segment of the Url is required. */\n keyUrl?: string;\n /** Configuration properties for the authentication to the Key Vault */\n auth?: DiskEncryptionConfigurationKeyVaultConfigurationAuth;\n}\n\n/** Configuration properties for the authentication to the Key Vault */\nexport interface DiskEncryptionConfigurationKeyVaultConfigurationAuth {\n /** Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get. */\n identity?: string;\n}\n\n/** Non versioned Container Apps Job configuration properties */\nexport interface JobConfiguration {\n /** Collection of secrets used by a Container Apps Job */\n secrets?: Secret[];\n /** Trigger type of the job */\n triggerType: TriggerType;\n /** Maximum number of seconds a replica is allowed to run. */\n replicaTimeout: number;\n /** Maximum number of retries before failing the job. */\n replicaRetryLimit?: number;\n /** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */\n manualTriggerConfig?: JobConfigurationManualTriggerConfig;\n /** Cron formatted repeating trigger schedule (\"* * * * *\") for cronjobs. Properties completions and parallelism would be set to 1 by default */\n scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;\n /** Trigger configuration of an event driven job. */\n eventTriggerConfig?: JobConfigurationEventTriggerConfig;\n /** Collection of private container registry credentials used by a Container apps job */\n registries?: RegistryCredentials[];\n /** 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. */\n identitySettings?: IdentitySettings[];\n}\n\n/** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */\nexport interface JobConfigurationManualTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n}\n\n/** Cron formatted repeating trigger schedule (\"* * * * *\") for cronjobs. Properties completions and parallelism would be set to 1 by default */\nexport interface JobConfigurationScheduleTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Cron formatted repeating schedule (\"* * * * *\") of a Cron Job. */\n cronExpression: string;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n}\n\n/** Trigger configuration of an event driven job. */\nexport interface JobConfigurationEventTriggerConfig {\n /** Minimum number of successful replica completions before overall job completion. */\n replicaCompletionCount?: number;\n /** Number of parallel replicas of a job that can run at a given time. */\n parallelism?: number;\n /** Scaling configurations for event driven jobs. */\n scale?: JobScale;\n}\n\n/** Scaling configurations for event driven jobs. */\nexport interface JobScale {\n /** Interval to check each event source in seconds. Defaults to 30s */\n pollingInterval?: number;\n /** Minimum number of job executions that are created for a trigger, default 0 */\n minExecutions?: number;\n /** Maximum number of job executions that are created for a trigger, default 100. */\n maxExecutions?: number;\n /** Scaling rules. */\n rules?: JobScaleRule[];\n}\n\n/** Scaling rule. */\nexport interface JobScaleRule {\n /** Scale Rule Name */\n name?: string;\n /**\n * Type of the scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe the scale rule. */\n metadata?: Record<string, unknown>;\n /** Authentication secrets for the scale rule. */\n auth?: ScaleRuleAuth[];\n /** The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity. */\n identity?: string;\n}\n\n/** 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 */\nexport interface JobTemplate {\n /** List of specialized containers that run before app containers. */\n initContainers?: InitContainer[];\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** List of volume definitions for the Container App. */\n volumes?: Volume[];\n}\n\n/** .NET Components ARM resource. */\nexport interface DotNetComponentsCollection {\n /** Collection of resources. */\n value: DotNetComponent[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Configuration properties for a .NET Component */\nexport interface DotNetComponentConfigurationProperty {\n /** The name of the property */\n propertyName?: string;\n /** The value of the property */\n value?: string;\n}\n\n/** Configuration to bind a .NET Component to another .NET Component */\nexport interface DotNetComponentServiceBind {\n /** Name of the service bind */\n name?: string;\n /** Resource id of the target service */\n serviceId?: string;\n}\n\n/** Available operations of the service */\nexport interface AvailableOperations {\n /** Collection of available operation details */\n value?: OperationDetail[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Operation detail payload */\nexport interface OperationDetail {\n /** Name of the operation */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display of the operation */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n}\n\n/** Operation display payload */\nexport interface OperationDisplay {\n /** Resource provider of the operation */\n provider?: string;\n /** Resource of the operation */\n resource?: string;\n /** Localized friendly name for the operation */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** Java Components ARM resource. */\nexport interface JavaComponentsCollection {\n /** Collection of resources. */\n value: JavaComponent[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Java Component common properties. */\nexport interface JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType:\n | \"SpringCloudGateway\"\n | \"SpringBootAdmin\"\n | \"Nacos\"\n | \"SpringCloudEureka\"\n | \"SpringCloudConfig\";\n /**\n * Provisioning state of the Java Component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: JavaComponentProvisioningState;\n /** List of Java Components configuration properties */\n configurations?: JavaComponentConfigurationProperty[];\n /** Java component scaling configurations */\n scale?: JavaComponentPropertiesScale;\n /** List of Java Components that are bound to the Java component */\n serviceBinds?: JavaComponentServiceBind[];\n}\n\n/** Configuration properties for a Java Component */\nexport interface JavaComponentConfigurationProperty {\n /** The name of the property */\n propertyName?: string;\n /** The value of the property */\n value?: string;\n}\n\n/** Java component scaling configurations */\nexport interface JavaComponentPropertiesScale {\n /** Optional. Minimum number of Java component replicas. Defaults to 1 if not set */\n minReplicas?: number;\n /** Optional. Maximum number of Java component replicas */\n maxReplicas?: number;\n}\n\n/** Configuration to bind a Java Component to another Java Component */\nexport interface JavaComponentServiceBind {\n /** Name of the service bind */\n name?: string;\n /** Resource id of the target service */\n serviceId?: string;\n}\n\n/** Container Apps Jobs collection ARM resource. */\nexport interface JobsCollection {\n /** Collection of resources. */\n value: Job[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container Apps Job resource specific properties. */\nexport interface JobPatchProperties {\n /** The complex type of the extended location. */\n extendedLocation?: ExtendedLocation;\n /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n properties?: JobPatchPropertiesProperties;\n}\n\nexport interface JobPatchPropertiesProperties {\n /** Resource ID of environment. */\n environmentId?: string;\n /** Container Apps Job configuration properties. */\n configuration?: JobConfiguration;\n /** Container Apps job definition. */\n template?: JobTemplate;\n /** Outbound IP Addresses of a container apps job. */\n outboundIpAddresses?: string[];\n /** The endpoint of the eventstream of the container apps job. */\n eventStreamEndpoint?: string;\n}\n\n/** Job's execution template, containing container configuration for a job's execution */\nexport interface JobExecutionTemplate {\n /** List of container definitions for the Container Apps Job. */\n containers?: JobExecutionContainer[];\n /** List of specialized containers that run before job containers. */\n initContainers?: JobExecutionContainer[];\n}\n\n/** Container Apps Jobs execution container definition. */\nexport interface JobExecutionContainer {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n}\n\n/** Container App's Job execution name. */\nexport interface JobExecutionBase {\n /** Job execution name. */\n name?: string;\n /** Job execution Id. */\n id?: string;\n}\n\n/** Container App executions collection ARM resource. */\nexport interface ContainerAppJobExecutions {\n /** Collection of resources. */\n value: JobExecution[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container Apps Job execution. */\nexport interface JobExecution {\n /** Job execution Name. */\n name?: string;\n /** Job execution Id. */\n id?: string;\n /** Job execution type */\n type?: string;\n /**\n * Current running State of the job\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: JobExecutionRunningState;\n /** Job execution start time. */\n startTime?: Date;\n /** Job execution end time. */\n endTime?: Date;\n /** Job's execution container. */\n template?: JobExecutionTemplate;\n /** Detailed status of the job execution. */\n detailedStatus?: ExecutionStatus;\n}\n\n/** Container Apps Job execution status. */\nexport interface ExecutionStatus {\n /** Replicas in the execution. */\n replicas?: ReplicaExecutionStatus[];\n}\n\n/** Container Apps Job execution replica status. */\nexport interface ReplicaExecutionStatus {\n /** Replica Name. */\n name?: string;\n /** Containers in the execution replica */\n containers?: ContainerExecutionStatus[];\n}\n\n/** Container Apps Job execution container status. Contains status code and reason */\nexport interface ContainerExecutionStatus {\n /** Container Name. */\n name?: string;\n /** Exit code */\n code?: number;\n /** Additional information for the container status */\n additionalInformation?: string;\n /** Status of the container */\n status?: string;\n}\n\n/** Container Apps Job Secrets Collection ARM resource. */\nexport interface JobSecretsCollection {\n /** Collection of resources. */\n value: Secret[];\n}\n\n/** Collection of workflow information elements. */\nexport interface WorkflowEnvelopeCollection {\n /** Collection of resources. */\n value: WorkflowEnvelope[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Workflow properties definition. */\nexport interface WorkflowEnvelope {\n /**\n * The resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The resource kind. */\n kind?: string;\n /** The resource location. */\n location?: string;\n /** Additional workflow properties. */\n properties?: WorkflowEnvelopeProperties;\n}\n\n/** Additional workflow properties. */\nexport interface WorkflowEnvelopeProperties {\n /** Gets or sets the files. */\n files?: Record<string, unknown>;\n /** Gets or sets the state of the workflow. */\n flowState?: WorkflowState;\n /** Gets or sets workflow health. */\n health?: WorkflowHealth;\n}\n\n/** Represents the workflow health. */\nexport interface WorkflowHealth {\n /** Gets or sets the workflow health state. */\n state: WorkflowHealthState;\n /** Gets or sets the workflow error. */\n error?: ErrorEntity;\n}\n\n/** Body of the error response returned from the API. */\nexport interface ErrorEntity {\n /** Type of error. */\n extendedCode?: string;\n /** Message template. */\n messageTemplate?: string;\n /** Parameters for the template. */\n parameters?: string[];\n /** Inner errors. */\n innerErrors?: ErrorEntity[];\n /** Error Details. */\n details?: ErrorEntity[];\n /** The error target. */\n target?: string;\n /** Basic error code. */\n code?: string;\n /** Any details of the error. */\n message?: string;\n}\n\n/** The workflow filter. */\nexport interface WorkflowArtifacts {\n /** Application settings of the workflow. */\n appSettings?: Record<string, unknown>;\n /** Files of the app. */\n files?: Record<string, unknown>;\n /** Files of the app to delete. */\n filesToDelete?: string[];\n}\n\n/** Collection of Environments */\nexport interface ManagedEnvironmentsCollection {\n /** Collection of resources. */\n value: ManagedEnvironment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Certificate resource specific properties */\nexport interface ManagedCertificateProperties {\n /**\n * Provisioning state of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CertificateProvisioningState;\n /** Subject name of the certificate. */\n subjectName?: string;\n /**\n * Any error occurred during the certificate provision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: string;\n /** Selected type of domain control validation for managed certificates. */\n domainControlValidation?: ManagedCertificateDomainControlValidation;\n /**\n * A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationToken?: string;\n}\n\n/** A managed certificate to update */\nexport interface ManagedCertificatePatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Collection of Managed Certificates. */\nexport interface ManagedCertificateCollection {\n /** Collection of resources. */\n value: ManagedCertificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of workloadProfileStates */\nexport interface WorkloadProfileStatesCollection {\n /** Collection of resources. */\n value: WorkloadProfileStates[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Workload Profile resource specific properties. */\nexport interface WorkloadProfileStatesProperties {\n /** Minimum count of instances. */\n minimumCount?: number;\n /** Maximum count of nodes. */\n maximumCount?: number;\n /** Current count of nodes. */\n currentCount?: number;\n}\n\n/** List of private endpoint connection associated with the specified resource */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Dapr Component Resiliency Policies ARM resource. */\nexport interface DaprComponentResiliencyPoliciesCollection {\n /** Collection of resources. */\n value: DaprComponentResiliencyPolicy[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Dapr Component Resiliency Policy Configuration. */\nexport interface DaprComponentResiliencyPolicyConfiguration {\n /** The optional HTTP retry policy configuration */\n httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;\n /** The optional timeout policy configuration */\n timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;\n /** The optional circuit breaker policy configuration */\n circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;\n}\n\n/** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */\nexport interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {\n /** The optional maximum number of retries */\n maxRetries?: number;\n /** The optional retry backoff configuration */\n retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;\n}\n\n/** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */\nexport interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {\n /** The optional initial delay in milliseconds before an operation is retried */\n initialDelayInMilliseconds?: number;\n /** The optional maximum time interval in milliseconds between retry attempts */\n maxIntervalInMilliseconds?: number;\n}\n\n/** Dapr Component Resiliency Policy Timeout Policy Configuration. */\nexport interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {\n /** The optional response timeout in seconds */\n responseTimeoutInSeconds?: number;\n}\n\n/** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */\nexport interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {\n /** The number of consecutive errors before the circuit is opened. */\n consecutiveErrors?: number;\n /** The interval in seconds until a retry attempt is made after the circuit is opened. */\n timeoutInSeconds?: number;\n /** The optional interval in seconds after which the error count resets to 0. An interval of 0 will never reset. If not specified, the timeoutInSeconds value will be used. */\n intervalInSeconds?: number;\n}\n\n/** Dapr Components ARM resource. */\nexport interface DaprComponentsCollection {\n /** Collection of resources. */\n value: DaprComponent[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Dapr Subscriptions ARM resource. */\nexport interface DaprSubscriptionsCollection {\n /** Collection of resources. */\n value: DaprSubscription[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Dapr PubSub Event Subscription Routes configuration. */\nexport interface DaprSubscriptionRoutes {\n /** The list of Dapr PubSub Event Subscription Route Rules. */\n rules?: DaprSubscriptionRouteRule[];\n /** The default path to deliver events that do not match any of the rules. */\n default?: string;\n}\n\n/** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */\nexport interface DaprSubscriptionRouteRule {\n /** The optional CEL expression used to match the event. If the match is not specified, then the route is considered the default. The rules are tested in the order specified, so they should be define from most-to-least specific. The default route should appear last in the list. */\n match?: string;\n /** The path for events that match this rule */\n path?: string;\n}\n\n/** Dapr PubSub Bulk Subscription Options. */\nexport interface DaprSubscriptionBulkSubscribeOptions {\n /** Enable bulk subscription */\n enabled?: boolean;\n /** Maximum number of messages to deliver in a bulk message. */\n maxMessagesCount?: number;\n /** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */\n maxAwaitDurationMs?: number;\n}\n\n/** Http Route Config properties */\nexport interface HttpRouteConfigProperties {\n /**\n * The provisioning state of the Http Route Config in cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: HttpRouteProvisioningState;\n /**\n * List of errors when trying to reconcile http routes\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningErrors?: HttpRouteProvisioningErrors[];\n /**\n * FQDN of the route resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /** Custom domain bindings for http Routes' hostnames. */\n customDomains?: CustomDomain[];\n /** Routing Rules for http route resource. */\n rules?: HttpRouteRule[];\n}\n\n/** List of provisioning errors for a http route config object */\nexport interface HttpRouteProvisioningErrors {\n /**\n * Timestamp error occured at\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timestamp?: Date;\n /**\n * Description or error message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Http Route rule. */\nexport interface HttpRouteRule {\n /** Targets- container apps, revisions, labels */\n targets?: HttpRouteTarget[];\n /** Routing configuration that will allow matches on specific paths/headers. */\n routes?: HttpRoute[];\n /** Description of rule. Optional. */\n description?: string;\n}\n\n/** Targets - Container App Names, Revision Names, Labels. */\nexport interface HttpRouteTarget {\n /** Container App Name to route requests to */\n containerApp: string;\n /** Revision to route requests to */\n revision?: string;\n /** Label/Revision to route requests to */\n label?: string;\n /** Weighted routing */\n weight?: number;\n}\n\n/** Http Routes configuration, including paths to match on and whether or not rewrites are to be done. */\nexport interface HttpRoute {\n /** Conditions route will match on */\n match?: HttpRouteMatch;\n /** Once route is matched, what is the desired action */\n action?: HttpRouteAction;\n}\n\n/** Criteria to match on */\nexport interface HttpRouteMatch {\n /** match on all prefix's. Not exact */\n prefix?: string;\n /** match on exact path */\n path?: string;\n /** match on all prefix's. Not exact */\n pathSeparatedPrefix?: string;\n /** path case sensitive, default is true */\n caseSensitive?: boolean;\n}\n\n/** Action to perform once matching of routes is done */\nexport interface HttpRouteAction {\n /** Rewrite prefix, default is no rewrites */\n prefixRewrite?: string;\n}\n\n/** Collection of Advanced Ingress Routing Config resources. */\nexport interface HttpRouteConfigCollection {\n /** Collection of resources. */\n value: HttpRouteConfig[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response of list maintenance configuration resources. */\nexport interface MaintenanceConfigurationCollection {\n /** Results of the list maintenance configuration resources. */\n value?: MaintenanceConfigurationResource[];\n /**\n * Link for next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Maintenance schedule entry for a managed environment. */\nexport interface ScheduledEntry {\n /** Day of the week when a managed environment can be patched. */\n weekDay: WeekDay;\n /** Start hour after which managed environment maintenance can start from 0 to 23 hour. */\n startHourUtc: number;\n /** Length of maintenance window range from 8 to 24 hours. */\n durationHours: number;\n}\n\n/** Collection of Storage for Environments */\nexport interface ManagedEnvironmentStoragesCollection {\n /** Collection of storage resources. */\n value: ManagedEnvironmentStorage[];\n}\n\n/** Storage properties */\nexport interface ManagedEnvironmentStorageProperties {\n /** Azure file properties */\n azureFile?: AzureFileProperties;\n /** NFS Azure file properties */\n nfsAzureFile?: NfsAzureFileProperties;\n}\n\n/** NFS Azure File Properties. */\nexport interface NfsAzureFileProperties {\n /** Server for NFS azure file. */\n server?: string;\n /** Access mode for storage */\n accessMode?: AccessMode;\n /** NFS Azure file share name. */\n shareName?: string;\n}\n\n/** Session pool collection Azure resource. */\nexport interface SessionPoolCollection {\n /** Collection of resources. */\n value: SessionPool[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Scale configuration. */\nexport interface ScaleConfiguration {\n /** The maximum count of sessions at the same time. */\n maxConcurrentSessions?: number;\n /** The minimum count of ready session instances. */\n readySessionInstances?: number;\n}\n\n/** Secret definition. */\nexport interface SessionPoolSecret {\n /** Secret Name. */\n name?: string;\n /** Secret Value. */\n value?: string;\n}\n\n/** Dynamic pool configuration. */\nexport interface DynamicPoolConfiguration {\n /** The lifecycle configuration of a session in the dynamic session pool */\n lifecycleConfiguration?: LifecycleConfiguration;\n}\n\n/** The lifecycle configuration properties of a session in the dynamic session pool */\nexport interface LifecycleConfiguration {\n /** The lifecycle type of the session pool. */\n lifecycleType?: LifecycleType;\n /** The cooldown period of a session in seconds when the lifecycle type is 'Timed'. */\n cooldownPeriodInSeconds?: number;\n /** The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'. */\n maxAlivePeriodInSeconds?: number;\n}\n\n/** Custom container configuration. */\nexport interface CustomContainerTemplate {\n /** Private container registry credentials for containers used by the sessions of the session pool. */\n registryCredentials?: SessionRegistryCredentials;\n /** List of container definitions for the sessions of the session pool. */\n containers?: SessionContainer[];\n /** Session pool ingress configuration. */\n ingress?: SessionIngress;\n}\n\n/** Session pool private registry credentials. */\nexport interface SessionRegistryCredentials {\n /** Container registry server. */\n server?: string;\n /** Container registry username. */\n username?: string;\n /** The name of the secret that contains the registry login password */\n passwordSecretRef?: string;\n /** 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' */\n identity?: string;\n}\n\n/** Container definitions for the sessions of the session pool. */\nexport interface SessionContainer {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: SessionContainerResources;\n /** List of probes for the container. */\n probes?: SessionProbe[];\n}\n\n/** Container resource requirements for sessions of the session pool. */\nexport interface SessionContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n}\n\n/** Session probe configuration. */\nexport interface SessionProbe {\n /** Denotes the type of probe. Can be Liveness or Startup, Readiness probe is not supported in sessions. Type must be unique for each probe within the context of a list of probes (SessionProbes). */\n type?: SessionProbeType;\n /** HTTPGet specifies the http request to perform. */\n httpGet?: SessionProbeHttpGet;\n /** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */\n tcpSocket?: SessionProbeTcpSocket;\n /** Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10. */\n failureThreshold?: number;\n /** Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60. */\n initialDelaySeconds?: number;\n /** How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240. */\n periodSeconds?: number;\n /** 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. */\n successThreshold?: number;\n /** 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) */\n terminationGracePeriodSeconds?: number;\n /** Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240. */\n timeoutSeconds?: number;\n}\n\n/** HTTPGet specifies the http request to perform. */\nexport interface SessionProbeHttpGet {\n /** Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead. */\n host?: string;\n /** Custom headers to set in the request. HTTP allows repeated headers. */\n httpHeaders?: SessionProbeHttpGetHttpHeadersItem[];\n /** Path to access on the HTTP server. */\n path?: string;\n /** 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. */\n port: number;\n /** Scheme to use for connecting to the host. Defaults to HTTP. */\n scheme?: Scheme;\n}\n\n/** HTTPHeader describes a custom header to be used in HTTP probes */\nexport interface SessionProbeHttpGetHttpHeadersItem {\n /** The header field name */\n name: string;\n /** The header field value */\n value: string;\n}\n\n/** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */\nexport interface SessionProbeTcpSocket {\n /** Optional: Host name to connect to, defaults to the pod IP. */\n host?: string;\n /** 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. */\n port: number;\n}\n\n/** Session pool ingress configuration. */\nexport interface SessionIngress {\n /** Target port in containers for traffic from ingress */\n targetPort?: number;\n}\n\n/** Session network configuration. */\nexport interface SessionNetworkConfiguration {\n /** Network status for the sessions. */\n status?: SessionNetworkStatus;\n}\n\n/** Optional settings for a Managed Identity that is assigned to the Session pool. */\nexport interface ManagedIdentitySetting {\n /** The resource ID of a user-assigned managed identity that is assigned to the Session Pool, or 'system' for system-assigned identity. */\n identity: string;\n /** Use to select the lifecycle stages of a Session Pool during which the Managed Identity should be available. */\n lifecycle?: IdentitySettingsLifeCycle;\n}\n\n/** Container App session pool updatable properties. */\nexport interface SessionPoolUpdatableProperties {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** The scale configuration of the session pool. */\n scaleConfiguration?: ScaleConfiguration;\n /** The secrets of the session pool. */\n secrets?: SessionPoolSecret[];\n /** The pool configuration if the poolManagementType is dynamic. */\n dynamicPoolConfiguration?: DynamicPoolConfiguration;\n /** The custom container configuration if the containerType is CustomContainer. */\n customContainerTemplate?: CustomContainerTemplate;\n /** The network configuration of the sessions in the session pool. */\n sessionNetworkConfiguration?: SessionNetworkConfiguration;\n}\n\n/** SourceControl collection ARM resource. */\nexport interface SourceControlCollection {\n /** Collection of resources. */\n value: SourceControl[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Configuration properties that define the mutable settings of a Container App SourceControl */\nexport interface GithubActionConfiguration {\n /** Registry configurations. */\n registryInfo?: RegistryInfo;\n /** AzureCredentials configurations. */\n azureCredentials?: AzureCredentials;\n /** Context path */\n contextPath?: string;\n /** Dockerfile path */\n dockerfilePath?: string;\n /** One time Github PAT to configure github environment */\n githubPersonalAccessToken?: string;\n /** Image name */\n image?: string;\n /** Code or Image */\n publishType?: string;\n /** Operation system */\n os?: string;\n /** Runtime stack */\n runtimeStack?: string;\n /** Runtime version */\n runtimeVersion?: string;\n /** List of environment variables to be passed to the build. */\n buildEnvironmentVariables?: EnvironmentVariable[];\n}\n\n/** Container App registry information. */\nexport interface RegistryInfo {\n /** registry server Url. */\n registryUrl?: string;\n /** registry username. */\n registryUserName?: string;\n /** registry secret. */\n registryPassword?: string;\n}\n\n/** Container App credentials. */\nexport interface AzureCredentials {\n /** Client Id. */\n clientId?: string;\n /** Client Secret. */\n clientSecret?: string;\n /** Tenant Id. */\n tenantId?: string;\n /** Kind of auth github does for deploying the template */\n kind?: string;\n /** Subscription Id. */\n subscriptionId?: string;\n}\n\nexport interface ListUsagesResult {\n /** The list of compute resource usages. */\n value?: Usage[];\n /** 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. */\n nextLink?: string;\n}\n\n/** Describes Compute Resource Usage. */\nexport interface Usage {\n /** An enum describing the unit of usage measurement. */\n unit: \"Count\";\n /** The current usage of the resource. */\n currentValue: number;\n /** The maximum permitted usage of the resource. */\n limit: number;\n /** The name of the type of usage. */\n name: UsageName;\n}\n\n/** The Usage Names. */\nexport interface UsageName {\n /** The name of the resource. */\n value?: string;\n /** The localized name of the resource. */\n localizedValue?: string;\n}\n\n/** Spring Cloud Gateway route definition */\nexport interface ScgRoute {\n /** Id of the route */\n id: string;\n /** Uri of the route */\n uri: string;\n /** Predicates of the route */\n predicates?: string[];\n /** Filters of the route */\n filters?: string[];\n /** Order of the route */\n order?: number;\n}\n\n/** Container App Ingress configuration. */\nexport interface JavaComponentIngress {\n /**\n * Hostname of the Java Component endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n}\n\n/** Container App executions names list. */\nexport interface JobExecutionNamesCollection {\n /** Collection of resources. */\n value: JobExecutionBase[];\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The group ids for the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** Connected environment patch properties */\nexport interface ConnectedEnvironmentPatchResource extends ResourceTags {}\n\n/** Dapr component properties */\nexport interface ConnectedEnvironmentDaprComponentProperties extends DaprComponentProperties {\n /**\n * Provisioning state of the Connected Environment Dapr Component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ConnectedEnvironmentDaprComponentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n}\n\n/** Container App init container definition */\nexport interface InitContainer extends BaseContainer {}\n\n/** Container App container definition */\nexport interface Container extends BaseContainer {\n /** List of probes for the container. */\n probes?: ContainerAppProbe[];\n}\n\n/** Spring Cloud Gateway properties. */\nexport interface SpringCloudGatewayComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringCloudGateway\";\n /** Java Component Ingress configurations. */\n ingress?: JavaComponentIngress;\n /** Gateway route definition */\n springCloudGatewayRoutes?: ScgRoute[];\n}\n\n/** Spring Boot Admin properties. */\nexport interface SpringBootAdminComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringBootAdmin\";\n /** Java Component Ingress configurations. */\n ingress?: JavaComponentIngress;\n}\n\n/** Nacos properties. */\nexport interface NacosComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"Nacos\";\n /** Java Component Ingress configurations. */\n ingress?: JavaComponentIngress;\n}\n\n/** Spring Cloud Eureka properties. */\nexport interface SpringCloudEurekaComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringCloudEureka\";\n /** Java Component Ingress configurations. */\n ingress?: JavaComponentIngress;\n}\n\n/** Spring Cloud Config properties. */\nexport interface SpringCloudConfigComponent extends JavaComponentProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n componentType: \"SpringCloudConfig\";\n}\n\n/** Configuration to setup App Resiliency */\nexport interface AppResiliency extends ProxyResource {\n /** Policy to set request timeouts */\n timeoutPolicy?: TimeoutPolicy;\n /** Policy that defines http request retry conditions */\n httpRetryPolicy?: HttpRetryPolicy;\n /** Policy that defines tcp request retry conditions */\n tcpRetryPolicy?: TcpRetryPolicy;\n /** Policy that defines circuit breaker conditions */\n circuitBreakerPolicy?: CircuitBreakerPolicy;\n /** Defines parameters for http connection pooling */\n httpConnectionPool?: HttpConnectionPool;\n /** Defines parameters for tcp connection pooling */\n tcpConnectionPool?: TcpConnectionPool;\n}\n\n/** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */\nexport interface AuthConfig extends ProxyResource {\n /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */\n platform?: AuthPlatform;\n /** The configuration settings that determines the validation flow of users using Service Authentication/Authorization. */\n globalValidation?: GlobalValidation;\n /** The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. */\n identityProviders?: IdentityProviders;\n /** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */\n login?: Login;\n /** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */\n httpSettings?: HttpSettings;\n /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */\n encryptionSettings?: EncryptionSettings;\n}\n\n/** A workload profile with specific hardware configure to run container apps. */\nexport interface AvailableWorkloadProfile extends ProxyResource {\n /** Region of the workload profile. */\n location?: string;\n /** Revision resource specific properties */\n properties?: AvailableWorkloadProfileProperties;\n}\n\n/** Information pertaining to an individual build. */\nexport interface BuildResource extends ProxyResource {\n /**\n * Build provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: BuildProvisioningState;\n /**\n * Status of the build once it has been provisioned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly buildStatus?: BuildStatus;\n /** Container registry that the final image will be uploaded to. */\n destinationContainerRegistry?: ContainerRegistryWithCustomImage;\n /** Configuration of the build. */\n configuration?: BuildConfiguration;\n /**\n * Endpoint to which the source code should be uploaded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uploadEndpoint?: string;\n /**\n * Endpoint from which the build logs can be streamed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStreamEndpoint?: string;\n /**\n * Endpoint to use to retrieve an authentication token for log streaming and uploading source code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tokenEndpoint?: string;\n}\n\n/** Dapr Component. */\nexport interface ConnectedEnvironmentDaprComponent extends ProxyResource {\n /** Component type */\n componentType?: string;\n /** Component version */\n version?: string;\n /** Boolean describing if the component errors are ignores */\n ignoreErrors?: boolean;\n /** Initialization timeout */\n initTimeout?: string;\n /** Collection of secrets used by a Dapr component */\n secrets?: Secret[];\n /** Name of a Dapr component to retrieve component secrets from */\n secretStoreComponent?: string;\n /** Component metadata */\n metadata?: DaprMetadata[];\n /** Names of container apps that can use this Dapr component */\n scopes?: string[];\n /** List of container app services that are bound to the Dapr component */\n serviceComponentBind?: DaprComponentServiceBinding[];\n /**\n * Provisioning state of the Connected Environment Dapr Component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ConnectedEnvironmentDaprComponentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n}\n\n/** Storage resource for connectedEnvironment. */\nexport interface ConnectedEnvironmentStorage extends ProxyResource {\n /** Storage properties */\n properties?: ConnectedEnvironmentStorageProperties;\n}\n\n/** Information pertaining to an individual build. */\nexport interface ContainerAppsBuildResource extends ProxyResource {\n /**\n * Build provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: BuildProvisioningState;\n /**\n * Status of the build once it has been provisioned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly buildStatus?: BuildStatus;\n /**\n * Container registry that the final image will be uploaded to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly destinationContainerRegistry?: ContainerRegistryWithCustomImage;\n /**\n * Configuration of the build.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configuration?: ContainerAppsBuildConfiguration;\n /**\n * Endpoint from which the build logs can be streamed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStreamEndpoint?: string;\n}\n\n/** Container App Label History. */\nexport interface LabelHistory extends ProxyResource {\n /** Container App Label History resource specific properties */\n properties?: LabelHistoryProperties;\n}\n\n/** Container App Patch */\nexport interface ContainerAppsPatchResource extends ProxyResource {\n /**\n * Properties that describes current states of the patch resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: PatchProperties;\n}\n\n/** Container App Revision. */\nexport interface Revision extends ProxyResource {\n /**\n * Timestamp describing when the revision was created\n * by controller\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Timestamp describing when the revision was last active. Only meaningful when revision is inactive\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastActiveTime?: Date;\n /**\n * Fully qualified domain name of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * Container App Revision Template with all possible settings and the\n * defaults if user did not provide them. The defaults are populated\n * as they were at the creation time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly template?: Template;\n /**\n * Boolean describing if the Revision is Active\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly active?: boolean;\n /**\n * Number of pods currently running for this revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicas?: number;\n /**\n * Traffic weight assigned to this revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trafficWeight?: number;\n /**\n * List of labels assigned to this revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly labels?: string[];\n /**\n * Optional Field - Platform Error Message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningError?: string;\n /**\n * Current health State of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthState?: RevisionHealthState;\n /**\n * Current provisioning State of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RevisionProvisioningState;\n /**\n * Current running state of the revision\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: RevisionRunningState;\n}\n\n/** Container App Revision Replica. */\nexport interface Replica extends ProxyResource {\n /**\n * Timestamp describing when the pod was created by controller\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Current running state of the replica\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: ContainerAppReplicaRunningState;\n /**\n * The details of replica current running state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStateDetails?: string;\n /** The containers collection under a replica. */\n containers?: ReplicaContainer[];\n /** The init containers collection under a replica. */\n initContainers?: ReplicaContainer[];\n}\n\n/** Diagnostics data for a resource. */\nexport interface Diagnostics extends ProxyResource {\n /** Diagnostics resource specific properties */\n properties?: DiagnosticsProperties;\n}\n\n/** .NET Component. */\nexport interface DotNetComponent extends ProxyResource {\n /** Type of the .NET Component. */\n componentType?: DotNetComponentType;\n /**\n * Provisioning state of the .NET Component.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DotNetComponentProvisioningState;\n /** List of .NET Components configuration properties */\n configurations?: DotNetComponentConfigurationProperty[];\n /** List of .NET Components that are bound to the .NET component */\n serviceBinds?: DotNetComponentServiceBind[];\n}\n\n/** Java Component. */\nexport interface JavaComponent extends ProxyResource {\n /** Java Component resource specific properties */\n properties?: JavaComponentPropertiesUnion;\n}\n\n/** A logic app extension resource */\nexport interface LogicApp extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: Record<string, unknown>;\n}\n\n/** Collection of all the workload Profile States for a Managed Environment.. */\nexport interface WorkloadProfileStates extends ProxyResource {\n /** Workload Profile resource specific properties. */\n properties?: WorkloadProfileStatesProperties;\n}\n\n/** Dapr Component Resiliency Policy. */\nexport interface DaprComponentResiliencyPolicy extends ProxyResource {\n /** The optional inbound component resiliency policy configuration */\n inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;\n /** The optional outbound component resiliency policy configuration */\n outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;\n}\n\n/** Dapr Component. */\nexport interface DaprComponent extends ProxyResource {\n /** Component type */\n componentType?: string;\n /** Component version */\n version?: string;\n /** Boolean describing if the component errors are ignores */\n ignoreErrors?: boolean;\n /** Initialization timeout */\n initTimeout?: string;\n /** Collection of secrets used by a Dapr component */\n secrets?: Secret[];\n /** Name of a Dapr component to retrieve component secrets from */\n secretStoreComponent?: string;\n /** Component metadata */\n metadata?: DaprMetadata[];\n /** Names of container apps that can use this Dapr component */\n scopes?: string[];\n /** List of container app services that are bound to the Dapr component */\n serviceComponentBind?: DaprComponentServiceBinding[];\n}\n\n/** Dapr PubSub Event Subscription. */\nexport interface DaprSubscription extends ProxyResource {\n /** Dapr PubSub component name */\n pubsubName?: string;\n /** Topic name */\n topic?: string;\n /** Deadletter topic name */\n deadLetterTopic?: string;\n /** Subscription routes */\n routes?: DaprSubscriptionRoutes;\n /** Application scopes to restrict the subscription to specific apps. */\n scopes?: string[];\n /** Subscription metadata */\n metadata?: { [propertyName: string]: string };\n /** Bulk subscription options */\n bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;\n}\n\n/** Advanced Ingress routing for path/header based routing for a Container App Environment */\nexport interface HttpRouteConfig extends ProxyResource {\n /** Http Route Config properties */\n properties?: HttpRouteConfigProperties;\n}\n\n/** Information about the Maintenance Configuration resource. */\nexport interface MaintenanceConfigurationResource extends ProxyResource {\n /** List of maintenance schedules for a managed environment. */\n scheduledEntries?: ScheduledEntry[];\n}\n\n/** Storage resource for managedEnvironment. */\nexport interface ManagedEnvironmentStorage extends ProxyResource {\n /** Storage properties */\n properties?: ManagedEnvironmentStorageProperties;\n}\n\n/** Container App SourceControl. */\nexport interface SourceControl extends ProxyResource {\n /**\n * Current provisioning State of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationState?: SourceControlOperationState;\n /** The repo url which will be integrated to ContainerApp. */\n repoUrl?: string;\n /** The branch which will trigger the auto deployment */\n branch?: string;\n /**\n * Container App Revision Template with all possible settings and the\n * defaults if user did not provide them. The defaults are populated\n * as they were at the creation time\n */\n githubActionConfiguration?: GithubActionConfiguration;\n}\n\n/** Information about the SourceToCloud builder resource. */\nexport interface BuilderResource extends TrackedResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of a builder resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: BuilderProvisioningState;\n /** Resource ID of the container apps environment that the builder is associated with. */\n environmentId?: string;\n /** List of mappings of container registries and the managed identity used to connect to it. */\n containerRegistries?: ContainerRegistry[];\n}\n\n/** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */\nexport interface ConnectedEnvironment extends TrackedResource {\n /** The complex type of the extended location. */\n extendedLocation?: ExtendedLocation;\n /**\n * Provisioning state of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ConnectedEnvironmentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /** Static IP of the connectedEnvironment */\n staticIp?: string;\n /** Application Insights connection string used by Dapr to export Service to Service communication telemetry */\n daprAIConnectionString?: string;\n /** Custom domain configuration for the environment */\n customDomainConfiguration?: CustomDomainConfiguration;\n}\n\n/** Certificate used for Custom Domain bindings of Container Apps in a Managed Environment */\nexport interface Certificate extends TrackedResource {\n /** Certificate resource specific properties */\n properties?: CertificateProperties;\n}\n\n/** Container App. */\nexport interface ContainerApp extends TrackedResource {\n /** The complex type of the extended location. */\n extendedLocation?: ExtendedLocation;\n /** managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** 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. */\n managedBy?: string;\n /** Metadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value. */\n kind?: Kind;\n /**\n * Provisioning state of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ContainerAppProvisioningState;\n /**\n * Running status of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningStatus?: ContainerAppRunningStatus;\n /**\n * Any errors that occurred during deployment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /** Deprecated. Resource ID of the Container App's environment. */\n managedEnvironmentId?: string;\n /** Resource ID of environment. */\n environmentId?: string;\n /** Workload profile name to pin for container app execution. */\n workloadProfileName?: string;\n /** Container App auto patch configuration. */\n patchingConfiguration?: ContainerAppPropertiesPatchingConfiguration;\n /**\n * Name of the latest revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestRevisionName?: string;\n /**\n * Name of the latest ready revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestReadyRevisionName?: string;\n /**\n * Fully Qualified Domain Name of the latest revision of the Container App.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestRevisionFqdn?: string;\n /**\n * Id used to verify domain name ownership\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationId?: string;\n /** Non versioned Container App configuration properties. */\n configuration?: Configuration;\n /** Container App versioned application definition. */\n template?: Template;\n /**\n * Outbound IP Addresses for container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string[];\n /**\n * The endpoint of the eventstream of the container app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n}\n\n/** Container App Auth Token. */\nexport interface ContainerAppAuthToken extends TrackedResource {\n /**\n * Auth token value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly token?: string;\n /**\n * Token expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expires?: Date;\n}\n\n/** An environment for hosting container apps */\nexport interface ManagedEnvironment extends TrackedResource {\n /** Kind of the Environment. */\n kind?: string;\n /** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of the Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EnvironmentProvisioningState;\n /** Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry */\n daprAIInstrumentationKey?: string;\n /** Application Insights connection string used by Dapr to export Service to Service communication telemetry */\n daprAIConnectionString?: string;\n /** Vnet configuration for the environment */\n vnetConfiguration?: VnetConfiguration;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /**\n * Private Link Default Domain Name for the environment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkDefaultDomain?: string;\n /**\n * Static IP of the Environment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly staticIp?: string;\n /** Cluster configuration which enables the log daemon to export app logs to configured destination */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Environment level Application Insights configuration */\n appInsightsConfiguration?: AppInsightsConfiguration;\n /** Environment Open Telemetry configuration */\n openTelemetryConfiguration?: OpenTelemetryConfiguration;\n /** Whether or not this Managed Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** The list of availability zones to use for managed environment */\n availabilityZones?: string[];\n /** Custom domain configuration for the environment */\n customDomainConfiguration?: CustomDomainConfiguration;\n /**\n * The endpoint of the eventstream of the Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n /** Workload profiles configured for the Managed Environment. */\n workloadProfiles?: WorkloadProfile[];\n /** The configuration of Keda component. */\n kedaConfiguration?: KedaConfiguration;\n /** The configuration of Dapr component. */\n daprConfiguration?: DaprConfiguration;\n /** 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. */\n infrastructureResourceGroup?: string;\n /** Peer authentication settings for the Managed Environment */\n peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;\n /** Peer traffic settings for the Managed Environment */\n peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;\n /** Ingress configuration for the Managed Environment. */\n ingressConfiguration?: IngressConfiguration;\n /**\n * Private endpoint connections to the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Disk encryption configuration for the Managed Environment. */\n diskEncryptionConfiguration?: DiskEncryptionConfiguration;\n}\n\n/** Container App Job */\nexport interface Job extends TrackedResource {\n /** The complex type of the extended location. */\n extendedLocation?: ExtendedLocation;\n /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /**\n * Provisioning state of the Container Apps Job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: JobProvisioningState;\n /**\n * Current running state of the job\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runningState?: JobRunningState;\n /** Resource ID of environment. */\n environmentId?: string;\n /** Workload profile name to pin for container apps job execution. */\n workloadProfileName?: string;\n /** Container Apps Job configuration properties. */\n configuration?: JobConfiguration;\n /** Container Apps job definition. */\n template?: JobTemplate;\n /**\n * Outbound IP Addresses of a container apps job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string[];\n /**\n * The endpoint of the eventstream of the container apps job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventStreamEndpoint?: string;\n}\n\n/** Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment */\nexport interface ManagedCertificate extends TrackedResource {\n /** Certificate resource specific properties */\n properties?: ManagedCertificateProperties;\n}\n\n/** Environment Auth Token. */\nexport interface EnvironmentAuthToken extends TrackedResource {\n /**\n * Auth token value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly token?: string;\n /**\n * Token expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expires?: Date;\n}\n\n/** Container App session pool. */\nexport interface SessionPool extends TrackedResource {\n /** Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. */\n identity?: ManagedServiceIdentity;\n /** Resource ID of the session pool's environment. */\n environmentId?: string;\n /** The container type of the sessions. */\n containerType?: ContainerType;\n /** The pool management type of the session pool. */\n poolManagementType?: PoolManagementType;\n /**\n * The number of nodes the session pool is using.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeCount?: number;\n /** The scale configuration of the session pool. */\n scaleConfiguration?: ScaleConfiguration;\n /** The secrets of the session pool. */\n secrets?: SessionPoolSecret[];\n /** The pool configuration if the poolManagementType is dynamic. */\n dynamicPoolConfiguration?: DynamicPoolConfiguration;\n /** The custom container configuration if the containerType is CustomContainer. */\n customContainerTemplate?: CustomContainerTemplate;\n /** The network configuration of the sessions in the session pool. */\n sessionNetworkConfiguration?: SessionNetworkConfiguration;\n /**\n * The endpoint to manage the pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly poolManagementEndpoint?: string;\n /**\n * Provisioning state of the session pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: SessionPoolProvisioningState;\n /** Optional settings for a Managed Identity that is assigned to the Session pool. */\n managedIdentitySettings?: ManagedIdentitySetting[];\n}\n\n/** Defines headers for Builders_createOrUpdate operation. */\nexport interface BuildersCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Builders_update operation. */\nexport interface BuildersUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Builders_delete operation. */\nexport interface BuildersDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Builds_createOrUpdate operation. */\nexport interface BuildsCreateOrUpdateHeaders {\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Builds_delete operation. */\nexport interface BuildsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ConnectedEnvironments_delete operation. */\nexport interface ConnectedEnvironmentsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ConnectedEnvironmentsCertificates_delete operation. */\nexport interface ConnectedEnvironmentsCertificatesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ConnectedEnvironmentsCertificates_update operation. */\nexport interface ConnectedEnvironmentsCertificatesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for ConnectedEnvironmentsDaprComponents_delete operation. */\nexport interface ConnectedEnvironmentsDaprComponentsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ConnectedEnvironmentsStorages_delete operation. */\nexport interface ConnectedEnvironmentsStoragesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_delete operation. */\nexport interface ContainerAppsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_update operation. */\nexport interface ContainerAppsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_start operation. */\nexport interface ContainerAppsStartHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerApps_stop operation. */\nexport interface ContainerAppsStopHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsBuilds_delete operation. */\nexport interface ContainerAppsBuildsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsPatches_delete operation. */\nexport interface ContainerAppsPatchesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsPatches_skipConfigure operation. */\nexport interface ContainerAppsPatchesSkipConfigureHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsPatches_apply operation. */\nexport interface ContainerAppsPatchesApplyHeaders {\n azureAsyncOperation?: string;\n location?: string;\n}\n\n/** Defines headers for Jobs_delete operation. */\nexport interface JobsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_update operation. */\nexport interface JobsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_start operation. */\nexport interface JobsStartHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_stopExecution operation. */\nexport interface JobsStopExecutionHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_stopMultipleExecutions operation. */\nexport interface JobsStopMultipleExecutionsHeaders {\n location?: string;\n}\n\n/** Defines headers for Jobs_resume operation. */\nexport interface JobsResumeHeaders {\n azureAsyncOperation?: string;\n location?: string;\n}\n\n/** Defines headers for Jobs_suspend operation. */\nexport interface JobsSuspendHeaders {\n azureAsyncOperation?: string;\n location?: string;\n}\n\n/** Defines headers for DotNetComponents_update operation. */\nexport interface DotNetComponentsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DotNetComponents_delete operation. */\nexport interface DotNetComponentsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for JavaComponents_update operation. */\nexport interface JavaComponentsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for JavaComponents_delete operation. */\nexport interface JavaComponentsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ManagedEnvironmentPrivateEndpointConnections_delete operation. */\nexport interface ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsSessionPools_update operation. */\nexport interface ContainerAppsSessionPoolsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for ContainerAppsSessionPools_delete operation. */\nexport interface ContainerAppsSessionPoolsDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Applicability} that the service accepts. */\nexport enum KnownApplicability {\n /** LocationDefault */\n LocationDefault = \"LocationDefault\",\n /** Custom */\n Custom = \"Custom\",\n}\n\n/**\n * Defines values for Applicability. \\\n * {@link KnownApplicability} can be used interchangeably with Applicability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LocationDefault** \\\n * **Custom**\n */\nexport type Applicability = string;\n\n/** Known values of {@link BuilderProvisioningState} that the service accepts. */\nexport enum KnownBuilderProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for BuilderProvisioningState. \\\n * {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting**\n */\nexport type BuilderProvisioningState = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link BuildProvisioningState} that the service accepts. */\nexport enum KnownBuildProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for BuildProvisioningState. \\\n * {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting**\n */\nexport type BuildProvisioningState = string;\n\n/** Known values of {@link BuildStatus} that the service accepts. */\nexport enum KnownBuildStatus {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for BuildStatus. \\\n * {@link KnownBuildStatus} can be used interchangeably with BuildStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **InProgress** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type BuildStatus = string;\n\n/** Known values of {@link ExtendedLocationTypes} that the service accepts. */\nexport enum KnownExtendedLocationTypes {\n /** CustomLocation */\n CustomLocation = \"CustomLocation\",\n}\n\n/**\n * Defines values for ExtendedLocationTypes. \\\n * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomLocation**\n */\nexport type ExtendedLocationTypes = string;\n\n/** Known values of {@link ConnectedEnvironmentProvisioningState} that the service accepts. */\nexport enum KnownConnectedEnvironmentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** InitializationInProgress */\n InitializationInProgress = \"InitializationInProgress\",\n /** InfrastructureSetupInProgress */\n InfrastructureSetupInProgress = \"InfrastructureSetupInProgress\",\n /** InfrastructureSetupComplete */\n InfrastructureSetupComplete = \"InfrastructureSetupComplete\",\n /** ScheduledForDelete */\n ScheduledForDelete = \"ScheduledForDelete\",\n}\n\n/**\n * Defines values for ConnectedEnvironmentProvisioningState. \\\n * {@link KnownConnectedEnvironmentProvisioningState} can be used interchangeably with ConnectedEnvironmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Waiting** \\\n * **InitializationInProgress** \\\n * **InfrastructureSetupInProgress** \\\n * **InfrastructureSetupComplete** \\\n * **ScheduledForDelete**\n */\nexport type ConnectedEnvironmentProvisioningState = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link CertificateProvisioningState} that the service accepts. */\nexport enum KnownCertificateProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n /** Pending */\n Pending = \"Pending\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for CertificateProvisioningState. \\\n * {@link KnownCertificateProvisioningState} can be used interchangeably with CertificateProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **DeleteFailed** \\\n * **Pending** \\\n * **Deleting**\n */\nexport type CertificateProvisioningState = string;\n\n/** Known values of {@link CertificateType} that the service accepts. */\nexport enum KnownCertificateType {\n /** ServerSSLCertificate */\n ServerSSLCertificate = \"ServerSSLCertificate\",\n /** ImagePullTrustedCA */\n ImagePullTrustedCA = \"ImagePullTrustedCA\",\n}\n\n/**\n * Defines values for CertificateType. \\\n * {@link KnownCertificateType} can be used interchangeably with CertificateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServerSSLCertificate** \\\n * **ImagePullTrustedCA**\n */\nexport type CertificateType = string;\n\n/** Known values of {@link ConnectedEnvironmentDaprComponentProvisioningState} that the service accepts. */\nexport enum KnownConnectedEnvironmentDaprComponentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ConnectedEnvironmentDaprComponentProvisioningState. \\\n * {@link KnownConnectedEnvironmentDaprComponentProvisioningState} can be used interchangeably with ConnectedEnvironmentDaprComponentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **InProgress** \\\n * **Deleting**\n */\nexport type ConnectedEnvironmentDaprComponentProvisioningState = string;\n\n/** Known values of {@link ConnectedEnvironmentStorageProvisioningState} that the service accepts. */\nexport enum KnownConnectedEnvironmentStorageProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ConnectedEnvironmentStorageProvisioningState. \\\n * {@link KnownConnectedEnvironmentStorageProvisioningState} can be used interchangeably with ConnectedEnvironmentStorageProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **InProgress** \\\n * **Deleting**\n */\nexport type ConnectedEnvironmentStorageProvisioningState = string;\n\n/** Known values of {@link AccessMode} that the service accepts. */\nexport enum KnownAccessMode {\n /** ReadOnly */\n ReadOnly = \"ReadOnly\",\n /** ReadWrite */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Defines values for AccessMode. \\\n * {@link KnownAccessMode} can be used interchangeably with AccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadOnly** \\\n * **ReadWrite**\n */\nexport type AccessMode = string;\n\n/** Known values of {@link Kind} that the service accepts. */\nexport enum KnownKind {\n /** Workflowapp */\n Workflowapp = \"workflowapp\",\n}\n\n/**\n * Defines values for Kind. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **workflowapp**\n */\nexport type Kind = string;\n\n/** Known values of {@link ContainerAppProvisioningState} that the service accepts. */\nexport enum KnownContainerAppProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for ContainerAppProvisioningState. \\\n * {@link KnownContainerAppProvisioningState} can be used interchangeably with ContainerAppProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type ContainerAppProvisioningState = string;\n\n/** Known values of {@link ContainerAppRunningStatus} that the service accepts. */\nexport enum KnownContainerAppRunningStatus {\n /** Container App is transitioning between Stopped and Running states. */\n Progressing = \"Progressing\",\n /** Container App is in Running state. */\n Running = \"Running\",\n /** Container App is in Stopped state. */\n Stopped = \"Stopped\",\n /** Container App Job is in Suspended state. */\n Suspended = \"Suspended\",\n /** Container App Job is in Ready state. */\n Ready = \"Ready\",\n}\n\n/**\n * Defines values for ContainerAppRunningStatus. \\\n * {@link KnownContainerAppRunningStatus} can be used interchangeably with ContainerAppRunningStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Progressing**: Container App is transitioning between Stopped and Running states. \\\n * **Running**: Container App is in Running state. \\\n * **Stopped**: Container App is in Stopped state. \\\n * **Suspended**: Container App Job is in Suspended state. \\\n * **Ready**: Container App Job is in Ready state.\n */\nexport type ContainerAppRunningStatus = string;\n\n/** Known values of {@link PatchingMode} that the service accepts. */\nexport enum KnownPatchingMode {\n /** Automatic */\n Automatic = \"Automatic\",\n /** Manual */\n Manual = \"Manual\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PatchingMode. \\\n * {@link KnownPatchingMode} can be used interchangeably with PatchingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic** \\\n * **Manual** \\\n * **Disabled**\n */\nexport type PatchingMode = string;\n\n/** Known values of {@link ActiveRevisionsMode} that the service accepts. */\nexport enum KnownActiveRevisionsMode {\n /** Multiple */\n Multiple = \"Multiple\",\n /** Single */\n Single = \"Single\",\n /** Labels */\n Labels = \"Labels\",\n}\n\n/**\n * Defines values for ActiveRevisionsMode. \\\n * {@link KnownActiveRevisionsMode} can be used interchangeably with ActiveRevisionsMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Multiple** \\\n * **Single** \\\n * **Labels**\n */\nexport type ActiveRevisionsMode = string;\n\n/** Known values of {@link IngressTransportMethod} that the service accepts. */\nexport enum KnownIngressTransportMethod {\n /** Auto */\n Auto = \"auto\",\n /** Http */\n Http = \"http\",\n /** Http2 */\n Http2 = \"http2\",\n /** Tcp */\n Tcp = \"tcp\",\n}\n\n/**\n * Defines values for IngressTransportMethod. \\\n * {@link KnownIngressTransportMethod} can be used interchangeably with IngressTransportMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **auto** \\\n * **http** \\\n * **http2** \\\n * **tcp**\n */\nexport type IngressTransportMethod = string;\n\n/** Known values of {@link BindingType} that the service accepts. */\nexport enum KnownBindingType {\n /** Disabled */\n Disabled = \"Disabled\",\n /** SniEnabled */\n SniEnabled = \"SniEnabled\",\n /** Auto */\n Auto = \"Auto\",\n}\n\n/**\n * Defines values for BindingType. \\\n * {@link KnownBindingType} can be used interchangeably with BindingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **SniEnabled** \\\n * **Auto**\n */\nexport type BindingType = string;\n\n/** Known values of {@link Action} that the service accepts. */\nexport enum KnownAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Defines values for Action. \\\n * {@link KnownAction} can be used interchangeably with Action,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type Action = string;\n\n/** Known values of {@link Affinity} that the service accepts. */\nexport enum KnownAffinity {\n /** Sticky */\n Sticky = \"sticky\",\n /** None */\n None = \"none\",\n}\n\n/**\n * Defines values for Affinity. \\\n * {@link KnownAffinity} can be used interchangeably with Affinity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **sticky** \\\n * **none**\n */\nexport type Affinity = string;\n\n/** Known values of {@link IngressClientCertificateMode} that the service accepts. */\nexport enum KnownIngressClientCertificateMode {\n /** Ignore */\n Ignore = \"ignore\",\n /** Accept */\n Accept = \"accept\",\n /** Require */\n Require = \"require\",\n}\n\n/**\n * Defines values for IngressClientCertificateMode. \\\n * {@link KnownIngressClientCertificateMode} can be used interchangeably with IngressClientCertificateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ignore** \\\n * **accept** \\\n * **require**\n */\nexport type IngressClientCertificateMode = string;\n\n/** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */\nexport enum KnownIngressTargetPortHttpScheme {\n /** Http */\n Http = \"http\",\n /** Https */\n Https = \"https\",\n}\n\n/**\n * Defines values for IngressTargetPortHttpScheme. \\\n * {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http** \\\n * **https**\n */\nexport type IngressTargetPortHttpScheme = string;\n\n/** Known values of {@link AppProtocol} that the service accepts. */\nexport enum KnownAppProtocol {\n /** Http */\n Http = \"http\",\n /** Grpc */\n Grpc = \"grpc\",\n}\n\n/**\n * Defines values for AppProtocol. \\\n * {@link KnownAppProtocol} can be used interchangeably with AppProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http** \\\n * **grpc**\n */\nexport type AppProtocol = string;\n\n/** Known values of {@link LogLevel} that the service accepts. */\nexport enum KnownLogLevel {\n /** Info */\n Info = \"info\",\n /** Debug */\n Debug = \"debug\",\n /** Warn */\n Warn = \"warn\",\n /** Error */\n Error = \"error\",\n}\n\n/**\n * Defines values for LogLevel. \\\n * {@link KnownLogLevel} can be used interchangeably with LogLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **info** \\\n * **debug** \\\n * **warn** \\\n * **error**\n */\nexport type LogLevel = string;\n\n/** Known values of {@link Level} that the service accepts. */\nexport enum KnownLevel {\n /** Off */\n Off = \"off\",\n /** Error */\n Error = \"error\",\n /** Info */\n Info = \"info\",\n /** Debug */\n Debug = \"debug\",\n /** Trace */\n Trace = \"trace\",\n /** Warn */\n Warn = \"warn\",\n}\n\n/**\n * Defines values for Level. \\\n * {@link KnownLevel} can be used interchangeably with Level,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **off** \\\n * **error** \\\n * **info** \\\n * **debug** \\\n * **trace** \\\n * **warn**\n */\nexport type Level = string;\n\n/** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */\nexport enum KnownIdentitySettingsLifeCycle {\n /** Init */\n Init = \"Init\",\n /** Main */\n Main = \"Main\",\n /** None */\n None = \"None\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for IdentitySettingsLifeCycle. \\\n * {@link KnownIdentitySettingsLifeCycle} can be used interchangeably with IdentitySettingsLifeCycle,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Init** \\\n * **Main** \\\n * **None** \\\n * **All**\n */\nexport type IdentitySettingsLifeCycle = string;\n\n/** Known values of {@link ImageType} that the service accepts. */\nexport enum KnownImageType {\n /** CloudBuild */\n CloudBuild = \"CloudBuild\",\n /** ContainerImage */\n ContainerImage = \"ContainerImage\",\n}\n\n/**\n * Defines values for ImageType. \\\n * {@link KnownImageType} can be used interchangeably with ImageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CloudBuild** \\\n * **ContainerImage**\n */\nexport type ImageType = string;\n\n/** Known values of {@link Scheme} that the service accepts. */\nexport enum KnownScheme {\n /** Http */\n Http = \"HTTP\",\n /** Https */\n Https = \"HTTPS\",\n}\n\n/**\n * Defines values for Scheme. \\\n * {@link KnownScheme} can be used interchangeably with Scheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HTTP** \\\n * **HTTPS**\n */\nexport type Scheme = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Liveness */\n Liveness = \"Liveness\",\n /** Readiness */\n Readiness = \"Readiness\",\n /** Startup */\n Startup = \"Startup\",\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Liveness** \\\n * **Readiness** \\\n * **Startup**\n */\nexport type Type = string;\n\n/** Known values of {@link StorageType} that the service accepts. */\nexport enum KnownStorageType {\n /** AzureFile */\n AzureFile = \"AzureFile\",\n /** EmptyDir */\n EmptyDir = \"EmptyDir\",\n /** Secret */\n Secret = \"Secret\",\n /** NfsAzureFile */\n NfsAzureFile = \"NfsAzureFile\",\n /** Smb */\n Smb = \"Smb\",\n}\n\n/**\n * Defines values for StorageType. \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureFile** \\\n * **EmptyDir** \\\n * **Secret** \\\n * **NfsAzureFile** \\\n * **Smb**\n */\nexport type StorageType = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Starting */\n Starting = \"Starting\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Starting**\n */\nexport type Status = string;\n\n/** Known values of {@link PatchApplyStatus} that the service accepts. */\nexport enum KnownPatchApplyStatus {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** RebaseInProgress */\n RebaseInProgress = \"RebaseInProgress\",\n /** CreatingRevision */\n CreatingRevision = \"CreatingRevision\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** RebaseFailed */\n RebaseFailed = \"RebaseFailed\",\n /** RevisionCreationFailed */\n RevisionCreationFailed = \"RevisionCreationFailed\",\n /** ImagePushPullFailed */\n ImagePushPullFailed = \"ImagePushPullFailed\",\n /** ManuallySkipped */\n ManuallySkipped = \"ManuallySkipped\",\n}\n\n/**\n * Defines values for PatchApplyStatus. \\\n * {@link KnownPatchApplyStatus} can be used interchangeably with PatchApplyStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **RebaseInProgress** \\\n * **CreatingRevision** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **RebaseFailed** \\\n * **RevisionCreationFailed** \\\n * **ImagePushPullFailed** \\\n * **ManuallySkipped**\n */\nexport type PatchApplyStatus = string;\n\n/** Known values of {@link DetectionStatus} that the service accepts. */\nexport enum KnownDetectionStatus {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** RegistryLoginFailed */\n RegistryLoginFailed = \"RegistryLoginFailed\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for DetectionStatus. \\\n * {@link KnownDetectionStatus} can be used interchangeably with DetectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **RegistryLoginFailed** \\\n * **Failed**\n */\nexport type DetectionStatus = string;\n\n/** Known values of {@link PatchType} that the service accepts. */\nexport enum KnownPatchType {\n /** FrameworkSecurity */\n FrameworkSecurity = \"FrameworkSecurity\",\n /** OSSecurity */\n OSSecurity = \"OSSecurity\",\n /** FrameworkAndOSSecurity */\n FrameworkAndOSSecurity = \"FrameworkAndOSSecurity\",\n /** Other */\n Other = \"Other\",\n}\n\n/**\n * Defines values for PatchType. \\\n * {@link KnownPatchType} can be used interchangeably with PatchType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FrameworkSecurity** \\\n * **OSSecurity** \\\n * **FrameworkAndOSSecurity** \\\n * **Other**\n */\nexport type PatchType = string;\n\n/** Known values of {@link RevisionHealthState} that the service accepts. */\nexport enum KnownRevisionHealthState {\n /** Healthy */\n Healthy = \"Healthy\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for RevisionHealthState. \\\n * {@link KnownRevisionHealthState} can be used interchangeably with RevisionHealthState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy** \\\n * **Unhealthy** \\\n * **None**\n */\nexport type RevisionHealthState = string;\n\n/** Known values of {@link RevisionProvisioningState} that the service accepts. */\nexport enum KnownRevisionProvisioningState {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Provisioned */\n Provisioned = \"Provisioned\",\n /** Failed */\n Failed = \"Failed\",\n /** Deprovisioning */\n Deprovisioning = \"Deprovisioning\",\n /** Deprovisioned */\n Deprovisioned = \"Deprovisioned\",\n}\n\n/**\n * Defines values for RevisionProvisioningState. \\\n * {@link KnownRevisionProvisioningState} can be used interchangeably with RevisionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Provisioned** \\\n * **Failed** \\\n * **Deprovisioning** \\\n * **Deprovisioned**\n */\nexport type RevisionProvisioningState = string;\n\n/** Known values of {@link RevisionRunningState} that the service accepts. */\nexport enum KnownRevisionRunningState {\n /** Running */\n Running = \"Running\",\n /** Processing */\n Processing = \"Processing\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Failed */\n Failed = \"Failed\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for RevisionRunningState. \\\n * {@link KnownRevisionRunningState} can be used interchangeably with RevisionRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Processing** \\\n * **Stopped** \\\n * **Degraded** \\\n * **Failed** \\\n * **Unknown**\n */\nexport type RevisionRunningState = string;\n\n/** Known values of {@link ContainerAppReplicaRunningState} that the service accepts. */\nexport enum KnownContainerAppReplicaRunningState {\n /** Running */\n Running = \"Running\",\n /** NotRunning */\n NotRunning = \"NotRunning\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for ContainerAppReplicaRunningState. \\\n * {@link KnownContainerAppReplicaRunningState} can be used interchangeably with ContainerAppReplicaRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **NotRunning** \\\n * **Unknown**\n */\nexport type ContainerAppReplicaRunningState = string;\n\n/** Known values of {@link ContainerAppContainerRunningState} that the service accepts. */\nexport enum KnownContainerAppContainerRunningState {\n /** Running */\n Running = \"Running\",\n /** Terminated */\n Terminated = \"Terminated\",\n /** Waiting */\n Waiting = \"Waiting\",\n}\n\n/**\n * Defines values for ContainerAppContainerRunningState. \\\n * {@link KnownContainerAppContainerRunningState} can be used interchangeably with ContainerAppContainerRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Terminated** \\\n * **Waiting**\n */\nexport type ContainerAppContainerRunningState = string;\n\n/** Known values of {@link EnvironmentProvisioningState} that the service accepts. */\nexport enum KnownEnvironmentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** InitializationInProgress */\n InitializationInProgress = \"InitializationInProgress\",\n /** InfrastructureSetupInProgress */\n InfrastructureSetupInProgress = \"InfrastructureSetupInProgress\",\n /** InfrastructureSetupComplete */\n InfrastructureSetupComplete = \"InfrastructureSetupComplete\",\n /** ScheduledForDelete */\n ScheduledForDelete = \"ScheduledForDelete\",\n /** UpgradeRequested */\n UpgradeRequested = \"UpgradeRequested\",\n /** UpgradeFailed */\n UpgradeFailed = \"UpgradeFailed\",\n}\n\n/**\n * Defines values for EnvironmentProvisioningState. \\\n * {@link KnownEnvironmentProvisioningState} can be used interchangeably with EnvironmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Waiting** \\\n * **InitializationInProgress** \\\n * **InfrastructureSetupInProgress** \\\n * **InfrastructureSetupComplete** \\\n * **ScheduledForDelete** \\\n * **UpgradeRequested** \\\n * **UpgradeFailed**\n */\nexport type EnvironmentProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Pending */\n Pending = \"Pending\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Waiting** \\\n * **Updating** \\\n * **Deleting** \\\n * **Pending**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link JobProvisioningState} that the service accepts. */\nexport enum KnownJobProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for JobProvisioningState. \\\n * {@link KnownJobProvisioningState} can be used interchangeably with JobProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type JobProvisioningState = string;\n\n/** Known values of {@link JobRunningState} that the service accepts. */\nexport enum KnownJobRunningState {\n /** Ready */\n Ready = \"Ready\",\n /** Progressing */\n Progressing = \"Progressing\",\n /** Suspended */\n Suspended = \"Suspended\",\n}\n\n/**\n * Defines values for JobRunningState. \\\n * {@link KnownJobRunningState} can be used interchangeably with JobRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ready** \\\n * **Progressing** \\\n * **Suspended**\n */\nexport type JobRunningState = string;\n\n/** Known values of {@link TriggerType} that the service accepts. */\nexport enum KnownTriggerType {\n /** Schedule */\n Schedule = \"Schedule\",\n /** Event */\n Event = \"Event\",\n /** Manual */\n Manual = \"Manual\",\n}\n\n/**\n * Defines values for TriggerType. \\\n * {@link KnownTriggerType} can be used interchangeably with TriggerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Schedule** \\\n * **Event** \\\n * **Manual**\n */\nexport type TriggerType = string;\n\n/** Known values of {@link DotNetComponentType} that the service accepts. */\nexport enum KnownDotNetComponentType {\n /** AspireDashboard */\n AspireDashboard = \"AspireDashboard\",\n}\n\n/**\n * Defines values for DotNetComponentType. \\\n * {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AspireDashboard**\n */\nexport type DotNetComponentType = string;\n\n/** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */\nexport enum KnownDotNetComponentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for DotNetComponentProvisioningState. \\\n * {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting** \\\n * **InProgress**\n */\nexport type DotNetComponentProvisioningState = string;\n\n/** Known values of {@link JavaComponentType} that the service accepts. */\nexport enum KnownJavaComponentType {\n /** SpringBootAdmin */\n SpringBootAdmin = \"SpringBootAdmin\",\n /** SpringCloudEureka */\n SpringCloudEureka = \"SpringCloudEureka\",\n /** SpringCloudConfig */\n SpringCloudConfig = \"SpringCloudConfig\",\n /** SpringCloudGateway */\n SpringCloudGateway = \"SpringCloudGateway\",\n /** Nacos */\n Nacos = \"Nacos\",\n}\n\n/**\n * Defines values for JavaComponentType. \\\n * {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SpringBootAdmin** \\\n * **SpringCloudEureka** \\\n * **SpringCloudConfig** \\\n * **SpringCloudGateway** \\\n * **Nacos**\n */\nexport type JavaComponentType = string;\n\n/** Known values of {@link JavaComponentProvisioningState} that the service accepts. */\nexport enum KnownJavaComponentProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for JavaComponentProvisioningState. \\\n * {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting** \\\n * **InProgress**\n */\nexport type JavaComponentProvisioningState = string;\n\n/** Known values of {@link JobExecutionRunningState} that the service accepts. */\nexport enum KnownJobExecutionRunningState {\n /** Running */\n Running = \"Running\",\n /** Processing */\n Processing = \"Processing\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Degraded */\n Degraded = \"Degraded\",\n /** Failed */\n Failed = \"Failed\",\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for JobExecutionRunningState. \\\n * {@link KnownJobExecutionRunningState} can be used interchangeably with JobExecutionRunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Processing** \\\n * **Stopped** \\\n * **Degraded** \\\n * **Failed** \\\n * **Unknown** \\\n * **Succeeded**\n */\nexport type JobExecutionRunningState = string;\n\n/** Known values of {@link WorkflowState} that the service accepts. */\nexport enum KnownWorkflowState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Completed */\n Completed = \"Completed\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Suspended */\n Suspended = \"Suspended\",\n}\n\n/**\n * Defines values for WorkflowState. \\\n * {@link KnownWorkflowState} can be used interchangeably with WorkflowState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Completed** \\\n * **Enabled** \\\n * **Disabled** \\\n * **Deleted** \\\n * **Suspended**\n */\nexport type WorkflowState = string;\n\n/** Known values of {@link LogicAppsProxyMethod} that the service accepts. */\nexport enum KnownLogicAppsProxyMethod {\n /** GET */\n GET = \"GET\",\n /** Post */\n Post = \"POST\",\n}\n\n/**\n * Defines values for LogicAppsProxyMethod. \\\n * {@link KnownLogicAppsProxyMethod} can be used interchangeably with LogicAppsProxyMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GET** \\\n * **POST**\n */\nexport type LogicAppsProxyMethod = string;\n\n/** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */\nexport enum KnownManagedCertificateDomainControlValidation {\n /** Cname */\n Cname = \"CNAME\",\n /** Http */\n Http = \"HTTP\",\n /** TXT */\n TXT = \"TXT\",\n}\n\n/**\n * Defines values for ManagedCertificateDomainControlValidation. \\\n * {@link KnownManagedCertificateDomainControlValidation} can be used interchangeably with ManagedCertificateDomainControlValidation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CNAME** \\\n * **HTTP** \\\n * **TXT**\n */\nexport type ManagedCertificateDomainControlValidation = string;\n\n/** Known values of {@link HttpRouteProvisioningState} that the service accepts. */\nexport enum KnownHttpRouteProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Pending */\n Pending = \"Pending\",\n}\n\n/**\n * Defines values for HttpRouteProvisioningState. \\\n * {@link KnownHttpRouteProvisioningState} can be used interchangeably with HttpRouteProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Waiting** \\\n * **Updating** \\\n * **Deleting** \\\n * **Pending**\n */\nexport type HttpRouteProvisioningState = string;\n\n/** Known values of {@link ContainerType} that the service accepts. */\nexport enum KnownContainerType {\n /** CustomContainer */\n CustomContainer = \"CustomContainer\",\n /** PythonLTS */\n PythonLTS = \"PythonLTS\",\n}\n\n/**\n * Defines values for ContainerType. \\\n * {@link KnownContainerType} can be used interchangeably with ContainerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomContainer** \\\n * **PythonLTS**\n */\nexport type ContainerType = string;\n\n/** Known values of {@link PoolManagementType} that the service accepts. */\nexport enum KnownPoolManagementType {\n /** Manual */\n Manual = \"Manual\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n}\n\n/**\n * Defines values for PoolManagementType. \\\n * {@link KnownPoolManagementType} can be used interchangeably with PoolManagementType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual** \\\n * **Dynamic**\n */\nexport type PoolManagementType = string;\n\n/** Known values of {@link LifecycleType} that the service accepts. */\nexport enum KnownLifecycleType {\n /** Timed */\n Timed = \"Timed\",\n /** OnContainerExit */\n OnContainerExit = \"OnContainerExit\",\n}\n\n/**\n * Defines values for LifecycleType. \\\n * {@link KnownLifecycleType} can be used interchangeably with LifecycleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Timed** \\\n * **OnContainerExit**\n */\nexport type LifecycleType = string;\n\n/** Known values of {@link SessionProbeType} that the service accepts. */\nexport enum KnownSessionProbeType {\n /** Liveness */\n Liveness = \"Liveness\",\n /** Startup */\n Startup = \"Startup\",\n}\n\n/**\n * Defines values for SessionProbeType. \\\n * {@link KnownSessionProbeType} can be used interchangeably with SessionProbeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Liveness** \\\n * **Startup**\n */\nexport type SessionProbeType = string;\n\n/** Known values of {@link SessionNetworkStatus} that the service accepts. */\nexport enum KnownSessionNetworkStatus {\n /** EgressEnabled */\n EgressEnabled = \"EgressEnabled\",\n /** EgressDisabled */\n EgressDisabled = \"EgressDisabled\",\n}\n\n/**\n * Defines values for SessionNetworkStatus. \\\n * {@link KnownSessionNetworkStatus} can be used interchangeably with SessionNetworkStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EgressEnabled** \\\n * **EgressDisabled**\n */\nexport type SessionNetworkStatus = string;\n\n/** Known values of {@link SessionPoolProvisioningState} that the service accepts. */\nexport enum KnownSessionPoolProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for SessionPoolProvisioningState. \\\n * {@link KnownSessionPoolProvisioningState} can be used interchangeably with SessionPoolProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type SessionPoolProvisioningState = string;\n\n/** Known values of {@link SourceControlOperationState} that the service accepts. */\nexport enum KnownSourceControlOperationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for SourceControlOperationState. \\\n * {@link KnownSourceControlOperationState} can be used interchangeably with SourceControlOperationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type SourceControlOperationState = string;\n/** Defines values for UnauthenticatedClientActionV2. */\nexport type UnauthenticatedClientActionV2 =\n | \"RedirectToLoginPage\"\n | \"AllowAnonymous\"\n | \"Return401\"\n | \"Return403\";\n/** Defines values for CookieExpirationConvention. */\nexport type CookieExpirationConvention = \"FixedTime\" | \"IdentityProviderDerived\";\n/** Defines values for ForwardProxyConvention. */\nexport type ForwardProxyConvention = \"NoProxy\" | \"Standard\" | \"Custom\";\n/** Defines values for DnsVerificationTestResult. */\nexport type DnsVerificationTestResult = \"Passed\" | \"Failed\" | \"Skipped\";\n/** Defines values for WorkflowHealthState. */\nexport type WorkflowHealthState = \"NotSpecified\" | \"Healthy\" | \"Unhealthy\" | \"Unknown\";\n/** Defines values for WeekDay. */\nexport type WeekDay =\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\"\n | \"Sunday\";\n\n/** Optional parameters. */\nexport interface AppResiliencyCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AppResiliencyCreateOrUpdateResponse = AppResiliency;\n\n/** Optional parameters. */\nexport interface AppResiliencyUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AppResiliencyUpdateResponse = AppResiliency;\n\n/** Optional parameters. */\nexport interface AppResiliencyDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppResiliencyGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AppResiliencyGetResponse = AppResiliency;\n\n/** Optional parameters. */\nexport interface AppResiliencyListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AppResiliencyListResponse = AppResiliencyCollection;\n\n/** Optional parameters. */\nexport interface AppResiliencyListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AppResiliencyListNextResponse = AppResiliencyCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsListByContainerAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerApp operation. */\nexport type ContainerAppsAuthConfigsListByContainerAppResponse = AuthConfigCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsAuthConfigsGetResponse = AuthConfig;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerAppNext operation. */\nexport type ContainerAppsAuthConfigsListByContainerAppNextResponse = AuthConfigCollection;\n\n/** Optional parameters. */\nexport interface AvailableWorkloadProfilesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;\n\n/** Optional parameters. */\nexport interface AvailableWorkloadProfilesGetNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNext operation. */\nexport type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;\n\n/** Optional parameters. */\nexport interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BillingMetersGetResponse = BillingMeterCollection;\n\n/** Optional parameters. */\nexport interface BuildersListBySubscriptionOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type BuildersListBySubscriptionResponse = BuilderCollection;\n\n/** Optional parameters. */\nexport interface BuildersListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type BuildersListByResourceGroupResponse = BuilderCollection;\n\n/** Optional parameters. */\nexport interface BuildersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BuildersGetResponse = BuilderResource;\n\n/** Optional parameters. */\nexport interface BuildersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type BuildersCreateOrUpdateResponse = BuilderResource;\n\n/** Optional parameters. */\nexport interface BuildersUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type BuildersUpdateResponse = BuilderResource;\n\n/** Optional parameters. */\nexport interface BuildersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type BuildersDeleteResponse = BuildersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface BuildersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type BuildersListBySubscriptionNextResponse = BuilderCollection;\n\n/** Optional parameters. */\nexport interface BuildersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type BuildersListByResourceGroupNextResponse = BuilderCollection;\n\n/** Optional parameters. */\nexport interface BuildsByBuilderResourceListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type BuildsByBuilderResourceListResponse = BuildCollection;\n\n/** Optional parameters. */\nexport interface BuildsByBuilderResourceListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type BuildsByBuilderResourceListNextResponse = BuildCollection;\n\n/** Optional parameters. */\nexport interface BuildsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BuildsGetResponse = BuildResource;\n\n/** Optional parameters. */\nexport interface BuildsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type BuildsCreateOrUpdateResponse = BuildResource;\n\n/** Optional parameters. */\nexport interface BuildsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type BuildsDeleteResponse = BuildsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface BuildAuthTokenListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type BuildAuthTokenListResponse = BuildToken;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ConnectedEnvironmentsListBySubscriptionResponse = ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ConnectedEnvironmentsListByResourceGroupResponse = ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsGetResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsCreateOrUpdateResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Configuration details of the connectedEnvironment. */\n environmentEnvelope?: ConnectedEnvironmentPatchResource;\n}\n\n/** Contains response data for the update operation. */\nexport type ConnectedEnvironmentsUpdateResponse = ConnectedEnvironment;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type ConnectedEnvironmentsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ConnectedEnvironmentsListBySubscriptionNextResponse = ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ConnectedEnvironmentsListByResourceGroupNextResponse = ConnectedEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsCertificatesListResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsCertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Certificate to be created or updated */\n certificateEnvelope?: Certificate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ConnectedEnvironmentsCertificatesDeleteResponse =\n ConnectedEnvironmentsCertificatesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ConnectedEnvironmentsCertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsCertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedEnvironmentsCertificatesListNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsDaprComponentsListResponse =\n ConnectedEnvironmentDaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsDaprComponentsGetResponse = ConnectedEnvironmentDaprComponent;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse =\n ConnectedEnvironmentDaprComponent;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ConnectedEnvironmentsDaprComponentsDeleteResponse =\n ConnectedEnvironmentsDaprComponentsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type ConnectedEnvironmentsDaprComponentsListSecretsResponse = DaprSecretsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectedEnvironmentsDaprComponentsListNextResponse =\n ConnectedEnvironmentDaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectedEnvironmentsStoragesListResponse = ConnectedEnvironmentStoragesCollection;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectedEnvironmentsStoragesGetResponse = ConnectedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectedEnvironmentsStoragesCreateOrUpdateResponse = ConnectedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ConnectedEnvironmentsStoragesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ConnectedEnvironmentsStoragesDeleteResponse =\n ConnectedEnvironmentsStoragesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ContainerAppsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ContainerAppsListBySubscriptionResponse = ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ContainerAppsListByResourceGroupResponse = ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsGetResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsCreateOrUpdateResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ContainerAppsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ContainerAppsUpdateResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsListCustomHostNameAnalysisOptionalParams\n extends coreClient.OperationOptions {\n /** Custom hostname. */\n customHostname?: string;\n}\n\n/** Contains response data for the listCustomHostNameAnalysis operation. */\nexport type ContainerAppsListCustomHostNameAnalysisResponse = CustomHostnameAnalysisResult;\n\n/** Optional parameters. */\nexport interface ContainerAppsListSecretsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type ContainerAppsListSecretsResponse = SecretsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsGetAuthTokenOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthToken operation. */\nexport type ContainerAppsGetAuthTokenResponse = ContainerAppAuthToken;\n\n/** Optional parameters. */\nexport interface ContainerAppsStartOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type ContainerAppsStartResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsStopOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stop operation. */\nexport type ContainerAppsStopResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ContainerAppsListBySubscriptionNextResponse = ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsBuildsByContainerAppListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ContainerAppsBuildsByContainerAppListResponse = ContainerAppsBuildCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsBuildsByContainerAppListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ContainerAppsBuildsByContainerAppListNextResponse = ContainerAppsBuildCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsBuildsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsBuildsGetResponse = ContainerAppsBuildResource;\n\n/** Optional parameters. */\nexport interface ContainerAppsBuildsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ContainerAppsBuildsDeleteResponse = ContainerAppsBuildsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ContainerAppsLabelHistoryListLabelHistoryOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listLabelHistory operation. */\nexport type ContainerAppsLabelHistoryListLabelHistoryResponse = LabelHistoryCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsLabelHistoryGetLabelHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLabelHistory operation. */\nexport type ContainerAppsLabelHistoryGetLabelHistoryResponse = LabelHistory;\n\n/** Optional parameters. */\nexport interface ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsLabelHistoryListLabelHistoryNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listLabelHistoryNext operation. */\nexport type ContainerAppsLabelHistoryListLabelHistoryNextResponse = LabelHistoryCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsPatchesListByContainerAppOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. For example, $filter=properties/patchApplyStatus eq 'Succeeded' */\n filter?: string;\n}\n\n/** Contains response data for the listByContainerApp operation. */\nexport type ContainerAppsPatchesListByContainerAppResponse = PatchCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsPatchesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsPatchesGetResponse = ContainerAppsPatchResource;\n\n/** Optional parameters. */\nexport interface ContainerAppsPatchesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ContainerAppsPatchesDeleteResponse = ContainerAppsPatchesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ContainerAppsPatchesSkipConfigureOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the skipConfigure operation. */\nexport type ContainerAppsPatchesSkipConfigureResponse = ContainerAppsPatchesSkipConfigureHeaders;\n\n/** Optional parameters. */\nexport interface ContainerAppsPatchesApplyOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the apply operation. */\nexport type ContainerAppsPatchesApplyResponse = ContainerAppsPatchResource;\n\n/** Optional parameters. */\nexport interface ContainerAppsPatchesListByContainerAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerAppNext operation. */\nexport type ContainerAppsPatchesListByContainerAppNextResponse = PatchCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsListRevisionsOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listRevisions operation. */\nexport type ContainerAppsRevisionsListRevisionsResponse = RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsGetRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRevision operation. */\nexport type ContainerAppsRevisionsGetRevisionResponse = Revision;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsActivateRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsDeactivateRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsRestartRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionsListRevisionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRevisionsNext operation. */\nexport type ContainerAppsRevisionsListRevisionsNextResponse = RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionReplicasGetReplicaOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getReplica operation. */\nexport type ContainerAppsRevisionReplicasGetReplicaResponse = Replica;\n\n/** Optional parameters. */\nexport interface ContainerAppsRevisionReplicasListReplicasOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listReplicas operation. */\nexport type ContainerAppsRevisionReplicasListReplicasResponse = ReplicaCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type ContainerAppsDiagnosticsListDetectorsResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListRevisionsOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listRevisions operation. */\nexport type ContainerAppsDiagnosticsListRevisionsResponse = RevisionCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetRevisionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRevision operation. */\nexport type ContainerAppsDiagnosticsGetRevisionResponse = Revision;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsGetRootOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRoot operation. */\nexport type ContainerAppsDiagnosticsGetRootResponse = ContainerApp;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectorsNext operation. */\nexport type ContainerAppsDiagnosticsListDetectorsNextResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRevisionsNext operation. */\nexport type ContainerAppsDiagnosticsListRevisionsNextResponse = RevisionCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type ManagedEnvironmentDiagnosticsListDetectorsResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type ManagedEnvironmentDiagnosticsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRoot operation. */\nexport type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface JobsListDetectorsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type JobsListDetectorsResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface JobsGetDetectorOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type JobsGetDetectorResponse = Diagnostics;\n\n/** Optional parameters. */\nexport interface JobsProxyGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the proxyGet operation. */\nexport type JobsProxyGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsListBySubscriptionOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type JobsListBySubscriptionResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type JobsListByResourceGroupResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JobsGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JobsCreateOrUpdateResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type JobsUpdateResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsStartOptionalParams extends coreClient.OperationOptions {\n /** Properties used to start a job execution. */\n template?: JobExecutionTemplate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type JobsStartResponse = JobExecutionBase;\n\n/** Optional parameters. */\nexport interface JobsStopExecutionOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface JobsStopMultipleExecutionsOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stopMultipleExecutions operation. */\nexport type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobsListSecretsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type JobsListSecretsResponse = JobSecretsCollection;\n\n/** Optional parameters. */\nexport interface JobsResumeOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resume operation. */\nexport type JobsResumeResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsSuspendOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the suspend operation. */\nexport type JobsSuspendResponse = Job;\n\n/** Optional parameters. */\nexport interface JobsListDetectorsNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectorsNext operation. */\nexport type JobsListDetectorsNextResponse = DiagnosticsCollection;\n\n/** Optional parameters. */\nexport interface JobsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type JobsListBySubscriptionNextResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface JobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type JobsListByResourceGroupNextResponse = JobsCollection;\n\n/** Optional parameters. */\nexport interface DotNetComponentsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DotNetComponentsListResponse = DotNetComponentsCollection;\n\n/** Optional parameters. */\nexport interface DotNetComponentsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DotNetComponentsGetResponse = DotNetComponent;\n\n/** Optional parameters. */\nexport interface DotNetComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;\n\n/** Optional parameters. */\nexport interface DotNetComponentsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DotNetComponentsUpdateResponse = DotNetComponent;\n\n/** Optional parameters. */\nexport interface DotNetComponentsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DotNetComponentsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DotNetComponentsListNextResponse = DotNetComponentsCollection;\n\n/** Optional parameters. */\nexport interface FunctionsExtensionInvokeFunctionsHostOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the invokeFunctionsHost operation. */\nexport type FunctionsExtensionInvokeFunctionsHostResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = AvailableOperations;\n\n/** Optional parameters. */\nexport interface JavaComponentsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type JavaComponentsListResponse = JavaComponentsCollection;\n\n/** Optional parameters. */\nexport interface JavaComponentsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JavaComponentsGetResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JavaComponentsCreateOrUpdateResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type JavaComponentsUpdateResponse = JavaComponent;\n\n/** Optional parameters. */\nexport interface JavaComponentsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface JavaComponentsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JavaComponentsListNextResponse = JavaComponentsCollection;\n\n/** Optional parameters. */\nexport interface JobsExecutionsListOptionalParams extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type JobsExecutionsListResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobsExecutionsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JobsExecutionsListNextResponse = ContainerAppJobExecutions;\n\n/** Optional parameters. */\nexport interface JobExecutionOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the jobExecution operation. */\nexport type JobExecutionResponse = JobExecution;\n\n/** Optional parameters. */\nexport interface GetCustomDomainVerificationIdOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCustomDomainVerificationId operation. */\nexport type GetCustomDomainVerificationIdResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface LogicAppsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LogicAppsGetResponse = LogicApp;\n\n/** Optional parameters. */\nexport interface LogicAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LogicAppsCreateOrUpdateResponse = LogicApp;\n\n/** Optional parameters. */\nexport interface LogicAppsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface LogicAppsListWorkflowsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflows operation. */\nexport type LogicAppsListWorkflowsResponse = WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface LogicAppsGetWorkflowOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWorkflow operation. */\nexport type LogicAppsGetWorkflowResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface LogicAppsDeployWorkflowArtifactsOptionalParams\n extends coreClient.OperationOptions {\n /** Application settings and files of the workflow. */\n workflowArtifacts?: WorkflowArtifacts;\n}\n\n/** Optional parameters. */\nexport interface LogicAppsListWorkflowsConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflowsConnections operation. */\nexport type LogicAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface LogicAppsInvokeOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the invoke operation. */\nexport type LogicAppsInvokeResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface LogicAppsListWorkflowsNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflowsNext operation. */\nexport type LogicAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagedEnvironmentsListBySubscriptionResponse = ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedEnvironmentsListByResourceGroupResponse = ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedEnvironmentsGetResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedEnvironmentsCreateOrUpdateResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ManagedEnvironmentsUpdateResponse = ManagedEnvironment;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsGetAuthTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthToken operation. */\nexport type ManagedEnvironmentsGetAuthTokenResponse = EnvironmentAuthToken;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkloadProfileStates operation. */\nexport type ManagedEnvironmentsListWorkloadProfileStatesResponse = WorkloadProfileStatesCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ManagedEnvironmentsListBySubscriptionNextResponse = ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedEnvironmentsListByResourceGroupNextResponse = ManagedEnvironmentsCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkloadProfileStatesNext operation. */\nexport type ManagedEnvironmentsListWorkloadProfileStatesNextResponse =\n WorkloadProfileStatesCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CertificatesListResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Certificate to be created or updated */\n certificateEnvelope?: Certificate;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CertificatesCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CertificatesUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CertificatesListNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedCertificatesGetResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Managed Certificate to be created or updated */\n managedCertificateEnvelope?: ManagedCertificate;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedCertificatesCreateOrUpdateResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagedCertificatesUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ManagedCertificatesUpdateResponse = ManagedCertificate;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedCertificatesListResponse = ManagedCertificateCollection;\n\n/** Optional parameters. */\nexport interface ManagedCertificatesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedCertificatesListNextResponse = ManagedCertificateCollection;\n\n/** Optional parameters. */\nexport interface NamespacesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedEnvironmentPrivateEndpointConnectionsListResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedEnvironmentPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse =\n ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentPrivateEndpointConnectionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedEnvironmentPrivateEndpointConnectionsListNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentPrivateLinkResourcesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedEnvironmentPrivateLinkResourcesListResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentPrivateLinkResourcesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedEnvironmentPrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface DaprComponentResiliencyPoliciesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DaprComponentResiliencyPoliciesListResponse = DaprComponentResiliencyPoliciesCollection;\n\n/** Optional parameters. */\nexport interface DaprComponentResiliencyPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DaprComponentResiliencyPoliciesGetResponse = DaprComponentResiliencyPolicy;\n\n/** Optional parameters. */\nexport interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DaprComponentResiliencyPoliciesCreateOrUpdateResponse = DaprComponentResiliencyPolicy;\n\n/** Optional parameters. */\nexport interface DaprComponentResiliencyPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DaprComponentResiliencyPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DaprComponentResiliencyPoliciesListNextResponse =\n DaprComponentResiliencyPoliciesCollection;\n\n/** Optional parameters. */\nexport interface DaprComponentsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DaprComponentsListResponse = DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface DaprComponentsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DaprComponentsGetResponse = DaprComponent;\n\n/** Optional parameters. */\nexport interface DaprComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DaprComponentsCreateOrUpdateResponse = DaprComponent;\n\n/** Optional parameters. */\nexport interface DaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DaprComponentsListSecretsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSecrets operation. */\nexport type DaprComponentsListSecretsResponse = DaprSecretsCollection;\n\n/** Optional parameters. */\nexport interface DaprComponentsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DaprComponentsListNextResponse = DaprComponentsCollection;\n\n/** Optional parameters. */\nexport interface DaprSubscriptionsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;\n\n/** Optional parameters. */\nexport interface DaprSubscriptionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DaprSubscriptionsGetResponse = DaprSubscription;\n\n/** Optional parameters. */\nexport interface DaprSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;\n\n/** Optional parameters. */\nexport interface DaprSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DaprSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;\n\n/** Optional parameters. */\nexport interface HttpRouteConfigGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HttpRouteConfigGetResponse = HttpRouteConfig;\n\n/** Optional parameters. */\nexport interface HttpRouteConfigCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Http Route config to be created or updated */\n httpRouteConfigEnvelope?: HttpRouteConfig;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type HttpRouteConfigCreateOrUpdateResponse = HttpRouteConfig;\n\n/** Optional parameters. */\nexport interface HttpRouteConfigUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type HttpRouteConfigUpdateResponse = HttpRouteConfig;\n\n/** Optional parameters. */\nexport interface HttpRouteConfigDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HttpRouteConfigListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type HttpRouteConfigListResponse = HttpRouteConfigCollection;\n\n/** Optional parameters. */\nexport interface HttpRouteConfigListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type HttpRouteConfigListNextResponse = HttpRouteConfigCollection;\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MaintenanceConfigurationsListResponse = MaintenanceConfigurationCollection;\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type MaintenanceConfigurationsCreateOrUpdateResponse = MaintenanceConfigurationResource;\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MaintenanceConfigurationsGetResponse = MaintenanceConfigurationResource;\n\n/** Optional parameters. */\nexport interface MaintenanceConfigurationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MaintenanceConfigurationsListNextResponse = MaintenanceConfigurationCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedEnvironmentsStoragesListResponse = ManagedEnvironmentStoragesCollection;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedEnvironmentsStoragesGetResponse = ManagedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagedEnvironmentsStoragesCreateOrUpdateResponse = ManagedEnvironmentStorage;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentsStoragesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ContainerAppsSessionPoolsListBySubscriptionResponse = SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ContainerAppsSessionPoolsListByResourceGroupResponse = SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsSessionPoolsGetResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ContainerAppsSessionPoolsUpdateResponse = SessionPool;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ContainerAppsSessionPoolsDeleteResponse = ContainerAppsSessionPoolsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ContainerAppsSessionPoolsListBySubscriptionNextResponse = SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ContainerAppsSessionPoolsListByResourceGroupNextResponse = SessionPoolCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsListByContainerAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerApp operation. */\nexport type ContainerAppsSourceControlsListByContainerAppResponse = SourceControlCollection;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ContainerAppsSourceControlsGetResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Github personal access token used for SourceControl. */\n xMsGithubAuxiliary?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Github personal access token used for SourceControl. */\n xMsGithubAuxiliary?: string;\n /** Ignore Workflow Deletion Failure. */\n ignoreWorkflowDeletionFailure?: boolean;\n /** Delete workflow. */\n deleteWorkflow?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByContainerAppNext operation. */\nexport type ContainerAppsSourceControlsListByContainerAppNextResponse = SourceControlCollection;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface UsagesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsagesListNextResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentUsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedEnvironmentUsagesListResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ManagedEnvironmentUsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface ContainerAppsAPIClientOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|