@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,3476 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-appcontainers"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export type AccessMode = string;
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export type Action = string;
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export type ActiveRevisionsMode = string;
|
|
21
|
-
|
|
22
|
-
// @public
|
|
23
|
-
export type Affinity = string;
|
|
24
|
-
|
|
25
|
-
// @public
|
|
26
|
-
export interface AllowedAudiencesValidation {
|
|
27
|
-
allowedAudiences?: string[];
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// @public
|
|
31
|
-
export interface AllowedPrincipals {
|
|
32
|
-
groups?: string[];
|
|
33
|
-
identities?: string[];
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export interface Apple {
|
|
38
|
-
enabled?: boolean;
|
|
39
|
-
login?: LoginScopes;
|
|
40
|
-
registration?: AppleRegistration;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// @public
|
|
44
|
-
export interface AppleRegistration {
|
|
45
|
-
clientId?: string;
|
|
46
|
-
clientSecretSettingName?: string;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
// @public
|
|
50
|
-
export type Applicability = string;
|
|
51
|
-
|
|
52
|
-
// @public
|
|
53
|
-
export interface AppLogsConfiguration {
|
|
54
|
-
destination?: string;
|
|
55
|
-
logAnalyticsConfiguration?: LogAnalyticsConfiguration;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
// @public
|
|
59
|
-
export type AppProtocol = string;
|
|
60
|
-
|
|
61
|
-
// @public
|
|
62
|
-
export interface AppRegistration {
|
|
63
|
-
appId?: string;
|
|
64
|
-
appSecretSettingName?: string;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
// @public
|
|
68
|
-
export interface AuthConfig extends ProxyResource {
|
|
69
|
-
encryptionSettings?: EncryptionSettings;
|
|
70
|
-
globalValidation?: GlobalValidation;
|
|
71
|
-
httpSettings?: HttpSettings;
|
|
72
|
-
identityProviders?: IdentityProviders;
|
|
73
|
-
login?: Login;
|
|
74
|
-
platform?: AuthPlatform;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// @public
|
|
78
|
-
export interface AuthConfigCollection {
|
|
79
|
-
readonly nextLink?: string;
|
|
80
|
-
value: AuthConfig[];
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
// @public
|
|
84
|
-
export interface AuthPlatform {
|
|
85
|
-
enabled?: boolean;
|
|
86
|
-
runtimeVersion?: string;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// @public
|
|
90
|
-
export interface AvailableOperations {
|
|
91
|
-
nextLink?: string;
|
|
92
|
-
value?: OperationDetail[];
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// @public
|
|
96
|
-
export interface AvailableWorkloadProfile extends ProxyResource {
|
|
97
|
-
location?: string;
|
|
98
|
-
properties?: AvailableWorkloadProfileProperties;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
// @public
|
|
102
|
-
export interface AvailableWorkloadProfileProperties {
|
|
103
|
-
applicability?: Applicability;
|
|
104
|
-
category?: string;
|
|
105
|
-
cores?: number;
|
|
106
|
-
displayName?: string;
|
|
107
|
-
gpus?: number;
|
|
108
|
-
memoryGiB?: number;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
// @public
|
|
112
|
-
export interface AvailableWorkloadProfiles {
|
|
113
|
-
list(location: string, options?: AvailableWorkloadProfilesGetOptionalParams): PagedAsyncIterableIterator<AvailableWorkloadProfile>;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
// @public
|
|
117
|
-
export interface AvailableWorkloadProfilesCollection {
|
|
118
|
-
readonly nextLink?: string;
|
|
119
|
-
value: AvailableWorkloadProfile[];
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
// @public
|
|
123
|
-
export interface AvailableWorkloadProfilesGetNextOptionalParams extends coreClient.OperationOptions {
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// @public
|
|
127
|
-
export type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
|
|
128
|
-
|
|
129
|
-
// @public
|
|
130
|
-
export interface AvailableWorkloadProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
// @public
|
|
134
|
-
export type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
|
|
135
|
-
|
|
136
|
-
// @public
|
|
137
|
-
export interface AzureActiveDirectory {
|
|
138
|
-
enabled?: boolean;
|
|
139
|
-
isAutoProvisioned?: boolean;
|
|
140
|
-
login?: AzureActiveDirectoryLogin;
|
|
141
|
-
registration?: AzureActiveDirectoryRegistration;
|
|
142
|
-
validation?: AzureActiveDirectoryValidation;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// @public
|
|
146
|
-
export interface AzureActiveDirectoryLogin {
|
|
147
|
-
disableWWWAuthenticate?: boolean;
|
|
148
|
-
loginParameters?: string[];
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
// @public
|
|
152
|
-
export interface AzureActiveDirectoryRegistration {
|
|
153
|
-
clientId?: string;
|
|
154
|
-
clientSecretCertificateIssuer?: string;
|
|
155
|
-
clientSecretCertificateSubjectAlternativeName?: string;
|
|
156
|
-
clientSecretCertificateThumbprint?: string;
|
|
157
|
-
clientSecretSettingName?: string;
|
|
158
|
-
openIdIssuer?: string;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
// @public
|
|
162
|
-
export interface AzureActiveDirectoryValidation {
|
|
163
|
-
allowedAudiences?: string[];
|
|
164
|
-
defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;
|
|
165
|
-
jwtClaimChecks?: JwtClaimChecks;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
// @public
|
|
169
|
-
export interface AzureCredentials {
|
|
170
|
-
clientId?: string;
|
|
171
|
-
clientSecret?: string;
|
|
172
|
-
kind?: string;
|
|
173
|
-
subscriptionId?: string;
|
|
174
|
-
tenantId?: string;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
// @public
|
|
178
|
-
export interface AzureFileProperties {
|
|
179
|
-
accessMode?: AccessMode;
|
|
180
|
-
accountKey?: string;
|
|
181
|
-
accountName?: string;
|
|
182
|
-
shareName?: string;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
// @public
|
|
186
|
-
export interface AzureStaticWebApps {
|
|
187
|
-
enabled?: boolean;
|
|
188
|
-
registration?: AzureStaticWebAppsRegistration;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
// @public
|
|
192
|
-
export interface AzureStaticWebAppsRegistration {
|
|
193
|
-
clientId?: string;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
// @public
|
|
197
|
-
export interface BaseContainer {
|
|
198
|
-
args?: string[];
|
|
199
|
-
command?: string[];
|
|
200
|
-
env?: EnvironmentVar[];
|
|
201
|
-
image?: string;
|
|
202
|
-
name?: string;
|
|
203
|
-
resources?: ContainerResources;
|
|
204
|
-
volumeMounts?: VolumeMount[];
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
// @public
|
|
208
|
-
export interface BillingMeter extends ProxyResource {
|
|
209
|
-
location?: string;
|
|
210
|
-
properties?: BillingMeterProperties;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
// @public
|
|
214
|
-
export interface BillingMeterCollection {
|
|
215
|
-
value: BillingMeter[];
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
// @public
|
|
219
|
-
export interface BillingMeterProperties {
|
|
220
|
-
category?: string;
|
|
221
|
-
displayName?: string;
|
|
222
|
-
meterType?: string;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
// @public
|
|
226
|
-
export interface BillingMeters {
|
|
227
|
-
get(location: string, options?: BillingMetersGetOptionalParams): Promise<BillingMetersGetResponse>;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
// @public
|
|
231
|
-
export interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
// @public
|
|
235
|
-
export type BillingMetersGetResponse = BillingMeterCollection;
|
|
236
|
-
|
|
237
|
-
// @public
|
|
238
|
-
export type BindingType = string;
|
|
239
|
-
|
|
240
|
-
// @public
|
|
241
|
-
export interface BlobStorageTokenStore {
|
|
242
|
-
sasUrlSettingName: string;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
// @public
|
|
246
|
-
export interface Certificate extends TrackedResource {
|
|
247
|
-
properties?: CertificateProperties;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
// @public
|
|
251
|
-
export interface CertificateCollection {
|
|
252
|
-
readonly nextLink?: string;
|
|
253
|
-
value: Certificate[];
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// @public
|
|
257
|
-
export interface CertificateKeyVaultProperties {
|
|
258
|
-
identity?: string;
|
|
259
|
-
keyVaultUrl?: string;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export interface CertificatePatch {
|
|
264
|
-
tags?: {
|
|
265
|
-
[propertyName: string]: string;
|
|
266
|
-
};
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
// @public
|
|
270
|
-
export interface CertificateProperties {
|
|
271
|
-
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
272
|
-
readonly expirationDate?: Date;
|
|
273
|
-
readonly issueDate?: Date;
|
|
274
|
-
readonly issuer?: string;
|
|
275
|
-
password?: string;
|
|
276
|
-
readonly provisioningState?: CertificateProvisioningState;
|
|
277
|
-
readonly publicKeyHash?: string;
|
|
278
|
-
readonly subjectAlternativeNames?: string[];
|
|
279
|
-
readonly subjectName?: string;
|
|
280
|
-
readonly thumbprint?: string;
|
|
281
|
-
readonly valid?: boolean;
|
|
282
|
-
value?: Uint8Array;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
// @public
|
|
286
|
-
export type CertificateProvisioningState = string;
|
|
287
|
-
|
|
288
|
-
// @public
|
|
289
|
-
export interface Certificates {
|
|
290
|
-
createOrUpdate(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams): Promise<CertificatesCreateOrUpdateResponse>;
|
|
291
|
-
delete(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<void>;
|
|
292
|
-
get(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesGetOptionalParams): Promise<CertificatesGetResponse>;
|
|
293
|
-
list(resourceGroupName: string, environmentName: string, options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
294
|
-
update(resourceGroupName: string, environmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: CertificatesUpdateOptionalParams): Promise<CertificatesUpdateResponse>;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
// @public
|
|
298
|
-
export interface CertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
299
|
-
certificateEnvelope?: Certificate;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
// @public
|
|
303
|
-
export type CertificatesCreateOrUpdateResponse = Certificate;
|
|
304
|
-
|
|
305
|
-
// @public
|
|
306
|
-
export interface CertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
// @public
|
|
310
|
-
export interface CertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
// @public
|
|
314
|
-
export type CertificatesGetResponse = Certificate;
|
|
315
|
-
|
|
316
|
-
// @public
|
|
317
|
-
export interface CertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
// @public
|
|
321
|
-
export type CertificatesListNextResponse = CertificateCollection;
|
|
322
|
-
|
|
323
|
-
// @public
|
|
324
|
-
export interface CertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
// @public
|
|
328
|
-
export type CertificatesListResponse = CertificateCollection;
|
|
329
|
-
|
|
330
|
-
// @public
|
|
331
|
-
export interface CertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
// @public
|
|
335
|
-
export type CertificatesUpdateResponse = Certificate;
|
|
336
|
-
|
|
337
|
-
// @public
|
|
338
|
-
export type CheckNameAvailabilityReason = string;
|
|
339
|
-
|
|
340
|
-
// @public
|
|
341
|
-
export interface CheckNameAvailabilityRequest {
|
|
342
|
-
name?: string;
|
|
343
|
-
type?: string;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
// @public
|
|
347
|
-
export interface CheckNameAvailabilityResponse {
|
|
348
|
-
message?: string;
|
|
349
|
-
nameAvailable?: boolean;
|
|
350
|
-
reason?: CheckNameAvailabilityReason;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// @public
|
|
354
|
-
export interface ClientRegistration {
|
|
355
|
-
clientId?: string;
|
|
356
|
-
clientSecretSettingName?: string;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// @public
|
|
360
|
-
export interface Configuration {
|
|
361
|
-
activeRevisionsMode?: ActiveRevisionsMode;
|
|
362
|
-
dapr?: Dapr;
|
|
363
|
-
identitySettings?: IdentitySettings[];
|
|
364
|
-
ingress?: Ingress;
|
|
365
|
-
maxInactiveRevisions?: number;
|
|
366
|
-
registries?: RegistryCredentials[];
|
|
367
|
-
runtime?: Runtime;
|
|
368
|
-
secrets?: Secret[];
|
|
369
|
-
service?: Service;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
// @public
|
|
373
|
-
export interface ConnectedEnvironment extends TrackedResource {
|
|
374
|
-
customDomainConfiguration?: CustomDomainConfiguration;
|
|
375
|
-
daprAIConnectionString?: string;
|
|
376
|
-
readonly defaultDomain?: string;
|
|
377
|
-
readonly deploymentErrors?: string;
|
|
378
|
-
extendedLocation?: ExtendedLocation;
|
|
379
|
-
readonly provisioningState?: ConnectedEnvironmentProvisioningState;
|
|
380
|
-
staticIp?: string;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
// @public
|
|
384
|
-
export interface ConnectedEnvironmentCollection {
|
|
385
|
-
readonly nextLink?: string;
|
|
386
|
-
value?: ConnectedEnvironment[];
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
// @public
|
|
390
|
-
export type ConnectedEnvironmentProvisioningState = string;
|
|
391
|
-
|
|
392
|
-
// @public
|
|
393
|
-
export interface ConnectedEnvironments {
|
|
394
|
-
beginCreateOrUpdate(resourceGroupName: string, connectedEnvironmentName: string, environmentEnvelope: ConnectedEnvironment, options?: ConnectedEnvironmentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedEnvironmentsCreateOrUpdateResponse>, ConnectedEnvironmentsCreateOrUpdateResponse>>;
|
|
395
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, connectedEnvironmentName: string, environmentEnvelope: ConnectedEnvironment, options?: ConnectedEnvironmentsCreateOrUpdateOptionalParams): Promise<ConnectedEnvironmentsCreateOrUpdateResponse>;
|
|
396
|
-
beginDelete(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
397
|
-
beginDeleteAndWait(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsDeleteOptionalParams): Promise<void>;
|
|
398
|
-
checkNameAvailability(resourceGroupName: string, connectedEnvironmentName: string, checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: ConnectedEnvironmentsCheckNameAvailabilityOptionalParams): Promise<ConnectedEnvironmentsCheckNameAvailabilityResponse>;
|
|
399
|
-
get(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsGetOptionalParams): Promise<ConnectedEnvironmentsGetResponse>;
|
|
400
|
-
listByResourceGroup(resourceGroupName: string, options?: ConnectedEnvironmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConnectedEnvironment>;
|
|
401
|
-
listBySubscription(options?: ConnectedEnvironmentsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConnectedEnvironment>;
|
|
402
|
-
update(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsUpdateOptionalParams): Promise<ConnectedEnvironmentsUpdateResponse>;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
// @public
|
|
406
|
-
export interface ConnectedEnvironmentsCertificates {
|
|
407
|
-
createOrUpdate(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, options?: ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams): Promise<ConnectedEnvironmentsCertificatesCreateOrUpdateResponse>;
|
|
408
|
-
delete(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, options?: ConnectedEnvironmentsCertificatesDeleteOptionalParams): Promise<void>;
|
|
409
|
-
get(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, options?: ConnectedEnvironmentsCertificatesGetOptionalParams): Promise<ConnectedEnvironmentsCertificatesGetResponse>;
|
|
410
|
-
list(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsCertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
411
|
-
update(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: ConnectedEnvironmentsCertificatesUpdateOptionalParams): Promise<ConnectedEnvironmentsCertificatesUpdateResponse>;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
// @public
|
|
415
|
-
export interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
416
|
-
certificateEnvelope?: Certificate;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
// @public
|
|
420
|
-
export type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse = Certificate;
|
|
421
|
-
|
|
422
|
-
// @public
|
|
423
|
-
export interface ConnectedEnvironmentsCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
// @public
|
|
427
|
-
export interface ConnectedEnvironmentsCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
// @public
|
|
431
|
-
export type ConnectedEnvironmentsCertificatesGetResponse = Certificate;
|
|
432
|
-
|
|
433
|
-
// @public
|
|
434
|
-
export interface ConnectedEnvironmentsCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
// @public
|
|
438
|
-
export type ConnectedEnvironmentsCertificatesListNextResponse = CertificateCollection;
|
|
439
|
-
|
|
440
|
-
// @public
|
|
441
|
-
export interface ConnectedEnvironmentsCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
// @public
|
|
445
|
-
export type ConnectedEnvironmentsCertificatesListResponse = CertificateCollection;
|
|
446
|
-
|
|
447
|
-
// @public
|
|
448
|
-
export interface ConnectedEnvironmentsCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
// @public
|
|
452
|
-
export type ConnectedEnvironmentsCertificatesUpdateResponse = Certificate;
|
|
453
|
-
|
|
454
|
-
// @public
|
|
455
|
-
export interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
// @public
|
|
459
|
-
export type ConnectedEnvironmentsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
460
|
-
|
|
461
|
-
// @public
|
|
462
|
-
export interface ConnectedEnvironmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
463
|
-
resumeFrom?: string;
|
|
464
|
-
updateIntervalInMs?: number;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
// @public
|
|
468
|
-
export type ConnectedEnvironmentsCreateOrUpdateResponse = ConnectedEnvironment;
|
|
469
|
-
|
|
470
|
-
// @public
|
|
471
|
-
export interface ConnectedEnvironmentsDaprComponents {
|
|
472
|
-
createOrUpdate(resourceGroupName: string, connectedEnvironmentName: string, componentName: string, daprComponentEnvelope: DaprComponent, options?: ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams): Promise<ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse>;
|
|
473
|
-
delete(resourceGroupName: string, connectedEnvironmentName: string, componentName: string, options?: ConnectedEnvironmentsDaprComponentsDeleteOptionalParams): Promise<void>;
|
|
474
|
-
get(resourceGroupName: string, connectedEnvironmentName: string, componentName: string, options?: ConnectedEnvironmentsDaprComponentsGetOptionalParams): Promise<ConnectedEnvironmentsDaprComponentsGetResponse>;
|
|
475
|
-
list(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsDaprComponentsListOptionalParams): PagedAsyncIterableIterator<DaprComponent>;
|
|
476
|
-
listSecrets(resourceGroupName: string, connectedEnvironmentName: string, componentName: string, options?: ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams): Promise<ConnectedEnvironmentsDaprComponentsListSecretsResponse>;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
// @public
|
|
480
|
-
export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
// @public
|
|
484
|
-
export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse = DaprComponent;
|
|
485
|
-
|
|
486
|
-
// @public
|
|
487
|
-
export interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
// @public
|
|
491
|
-
export interface ConnectedEnvironmentsDaprComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
// @public
|
|
495
|
-
export type ConnectedEnvironmentsDaprComponentsGetResponse = DaprComponent;
|
|
496
|
-
|
|
497
|
-
// @public
|
|
498
|
-
export interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
// @public
|
|
502
|
-
export type ConnectedEnvironmentsDaprComponentsListNextResponse = DaprComponentsCollection;
|
|
503
|
-
|
|
504
|
-
// @public
|
|
505
|
-
export interface ConnectedEnvironmentsDaprComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
// @public
|
|
509
|
-
export type ConnectedEnvironmentsDaprComponentsListResponse = DaprComponentsCollection;
|
|
510
|
-
|
|
511
|
-
// @public
|
|
512
|
-
export interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
// @public
|
|
516
|
-
export type ConnectedEnvironmentsDaprComponentsListSecretsResponse = DaprSecretsCollection;
|
|
517
|
-
|
|
518
|
-
// @public
|
|
519
|
-
export interface ConnectedEnvironmentsDeleteHeaders {
|
|
520
|
-
// (undocumented)
|
|
521
|
-
location?: string;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
// @public
|
|
525
|
-
export interface ConnectedEnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
526
|
-
resumeFrom?: string;
|
|
527
|
-
updateIntervalInMs?: number;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
// @public
|
|
531
|
-
export interface ConnectedEnvironmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
// @public
|
|
535
|
-
export type ConnectedEnvironmentsGetResponse = ConnectedEnvironment;
|
|
536
|
-
|
|
537
|
-
// @public
|
|
538
|
-
export interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
// @public
|
|
542
|
-
export type ConnectedEnvironmentsListByResourceGroupNextResponse = ConnectedEnvironmentCollection;
|
|
543
|
-
|
|
544
|
-
// @public
|
|
545
|
-
export interface ConnectedEnvironmentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
// @public
|
|
549
|
-
export type ConnectedEnvironmentsListByResourceGroupResponse = ConnectedEnvironmentCollection;
|
|
550
|
-
|
|
551
|
-
// @public
|
|
552
|
-
export interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
// @public
|
|
556
|
-
export type ConnectedEnvironmentsListBySubscriptionNextResponse = ConnectedEnvironmentCollection;
|
|
557
|
-
|
|
558
|
-
// @public
|
|
559
|
-
export interface ConnectedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
// @public
|
|
563
|
-
export type ConnectedEnvironmentsListBySubscriptionResponse = ConnectedEnvironmentCollection;
|
|
564
|
-
|
|
565
|
-
// @public
|
|
566
|
-
export interface ConnectedEnvironmentsStorages {
|
|
567
|
-
createOrUpdate(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, storageEnvelope: ConnectedEnvironmentStorage, options?: ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams): Promise<ConnectedEnvironmentsStoragesCreateOrUpdateResponse>;
|
|
568
|
-
delete(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesDeleteOptionalParams): Promise<void>;
|
|
569
|
-
get(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesGetOptionalParams): Promise<ConnectedEnvironmentsStoragesGetResponse>;
|
|
570
|
-
list(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsStoragesListOptionalParams): Promise<ConnectedEnvironmentsStoragesListResponse>;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
// @public
|
|
574
|
-
export interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
// @public
|
|
578
|
-
export type ConnectedEnvironmentsStoragesCreateOrUpdateResponse = ConnectedEnvironmentStorage;
|
|
579
|
-
|
|
580
|
-
// @public
|
|
581
|
-
export interface ConnectedEnvironmentsStoragesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
// @public
|
|
585
|
-
export interface ConnectedEnvironmentsStoragesGetOptionalParams extends coreClient.OperationOptions {
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
// @public
|
|
589
|
-
export type ConnectedEnvironmentsStoragesGetResponse = ConnectedEnvironmentStorage;
|
|
590
|
-
|
|
591
|
-
// @public
|
|
592
|
-
export interface ConnectedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
// @public
|
|
596
|
-
export type ConnectedEnvironmentsStoragesListResponse = ConnectedEnvironmentStoragesCollection;
|
|
597
|
-
|
|
598
|
-
// @public
|
|
599
|
-
export interface ConnectedEnvironmentStorage extends ProxyResource {
|
|
600
|
-
properties?: ConnectedEnvironmentStorageProperties;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
// @public
|
|
604
|
-
export interface ConnectedEnvironmentStorageProperties {
|
|
605
|
-
azureFile?: AzureFileProperties;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
// @public
|
|
609
|
-
export interface ConnectedEnvironmentStoragesCollection {
|
|
610
|
-
value: ConnectedEnvironmentStorage[];
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
// @public
|
|
614
|
-
export interface ConnectedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
// @public
|
|
618
|
-
export type ConnectedEnvironmentsUpdateResponse = ConnectedEnvironment;
|
|
619
|
-
|
|
620
|
-
// @public
|
|
621
|
-
export interface Container extends BaseContainer {
|
|
622
|
-
probes?: ContainerAppProbe[];
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
// @public
|
|
626
|
-
export interface ContainerApp extends TrackedResource {
|
|
627
|
-
configuration?: Configuration;
|
|
628
|
-
readonly customDomainVerificationId?: string;
|
|
629
|
-
environmentId?: string;
|
|
630
|
-
readonly eventStreamEndpoint?: string;
|
|
631
|
-
extendedLocation?: ExtendedLocation;
|
|
632
|
-
identity?: ManagedServiceIdentity;
|
|
633
|
-
readonly latestReadyRevisionName?: string;
|
|
634
|
-
readonly latestRevisionFqdn?: string;
|
|
635
|
-
readonly latestRevisionName?: string;
|
|
636
|
-
managedBy?: string;
|
|
637
|
-
managedEnvironmentId?: string;
|
|
638
|
-
readonly outboundIpAddresses?: string[];
|
|
639
|
-
readonly provisioningState?: ContainerAppProvisioningState;
|
|
640
|
-
readonly runningStatus?: ContainerAppRunningStatus;
|
|
641
|
-
template?: Template;
|
|
642
|
-
workloadProfileName?: string;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
// @public
|
|
646
|
-
export interface ContainerAppAuthToken extends TrackedResource {
|
|
647
|
-
readonly expires?: Date;
|
|
648
|
-
readonly token?: string;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
// @public
|
|
652
|
-
export interface ContainerAppCollection {
|
|
653
|
-
readonly nextLink?: string;
|
|
654
|
-
value: ContainerApp[];
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
// @public
|
|
658
|
-
export type ContainerAppContainerRunningState = string;
|
|
659
|
-
|
|
660
|
-
// @public
|
|
661
|
-
export interface ContainerAppJobExecutions {
|
|
662
|
-
readonly nextLink?: string;
|
|
663
|
-
value: JobExecution[];
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
// @public
|
|
667
|
-
export interface ContainerAppProbe {
|
|
668
|
-
failureThreshold?: number;
|
|
669
|
-
httpGet?: ContainerAppProbeHttpGet;
|
|
670
|
-
initialDelaySeconds?: number;
|
|
671
|
-
periodSeconds?: number;
|
|
672
|
-
successThreshold?: number;
|
|
673
|
-
tcpSocket?: ContainerAppProbeTcpSocket;
|
|
674
|
-
terminationGracePeriodSeconds?: number;
|
|
675
|
-
timeoutSeconds?: number;
|
|
676
|
-
type?: Type;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
// @public
|
|
680
|
-
export interface ContainerAppProbeHttpGet {
|
|
681
|
-
host?: string;
|
|
682
|
-
httpHeaders?: ContainerAppProbeHttpGetHttpHeadersItem[];
|
|
683
|
-
path?: string;
|
|
684
|
-
port: number;
|
|
685
|
-
scheme?: Scheme;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
// @public
|
|
689
|
-
export interface ContainerAppProbeHttpGetHttpHeadersItem {
|
|
690
|
-
name: string;
|
|
691
|
-
value: string;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
// @public
|
|
695
|
-
export interface ContainerAppProbeTcpSocket {
|
|
696
|
-
host?: string;
|
|
697
|
-
port: number;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
// @public
|
|
701
|
-
export type ContainerAppProvisioningState = string;
|
|
702
|
-
|
|
703
|
-
// @public
|
|
704
|
-
export type ContainerAppReplicaRunningState = string;
|
|
705
|
-
|
|
706
|
-
// @public
|
|
707
|
-
export type ContainerAppRunningStatus = string;
|
|
708
|
-
|
|
709
|
-
// @public
|
|
710
|
-
export interface ContainerApps {
|
|
711
|
-
beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsCreateOrUpdateResponse>, ContainerAppsCreateOrUpdateResponse>>;
|
|
712
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsCreateOrUpdateOptionalParams): Promise<ContainerAppsCreateOrUpdateResponse>;
|
|
713
|
-
beginDelete(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
714
|
-
beginDeleteAndWait(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDeleteOptionalParams): Promise<void>;
|
|
715
|
-
beginStart(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStartOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsStartResponse>, ContainerAppsStartResponse>>;
|
|
716
|
-
beginStartAndWait(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStartOptionalParams): Promise<ContainerAppsStartResponse>;
|
|
717
|
-
beginStop(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStopOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsStopResponse>, ContainerAppsStopResponse>>;
|
|
718
|
-
beginStopAndWait(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStopOptionalParams): Promise<ContainerAppsStopResponse>;
|
|
719
|
-
beginUpdate(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsUpdateResponse>, ContainerAppsUpdateResponse>>;
|
|
720
|
-
beginUpdateAndWait(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsUpdateOptionalParams): Promise<ContainerAppsUpdateResponse>;
|
|
721
|
-
get(resourceGroupName: string, containerAppName: string, options?: ContainerAppsGetOptionalParams): Promise<ContainerAppsGetResponse>;
|
|
722
|
-
getAuthToken(resourceGroupName: string, containerAppName: string, options?: ContainerAppsGetAuthTokenOptionalParams): Promise<ContainerAppsGetAuthTokenResponse>;
|
|
723
|
-
listByResourceGroup(resourceGroupName: string, options?: ContainerAppsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ContainerApp>;
|
|
724
|
-
listBySubscription(options?: ContainerAppsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ContainerApp>;
|
|
725
|
-
listCustomHostNameAnalysis(resourceGroupName: string, containerAppName: string, options?: ContainerAppsListCustomHostNameAnalysisOptionalParams): Promise<ContainerAppsListCustomHostNameAnalysisResponse>;
|
|
726
|
-
listSecrets(resourceGroupName: string, containerAppName: string, options?: ContainerAppsListSecretsOptionalParams): Promise<ContainerAppsListSecretsResponse>;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
// @public (undocumented)
|
|
730
|
-
export class ContainerAppsAPIClient extends coreClient.ServiceClient {
|
|
731
|
-
// (undocumented)
|
|
732
|
-
$host: string;
|
|
733
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerAppsAPIClientOptionalParams);
|
|
734
|
-
// (undocumented)
|
|
735
|
-
apiVersion: string;
|
|
736
|
-
// (undocumented)
|
|
737
|
-
availableWorkloadProfiles: AvailableWorkloadProfiles;
|
|
738
|
-
// (undocumented)
|
|
739
|
-
billingMeters: BillingMeters;
|
|
740
|
-
// (undocumented)
|
|
741
|
-
certificates: Certificates;
|
|
742
|
-
// (undocumented)
|
|
743
|
-
connectedEnvironments: ConnectedEnvironments;
|
|
744
|
-
// (undocumented)
|
|
745
|
-
connectedEnvironmentsCertificates: ConnectedEnvironmentsCertificates;
|
|
746
|
-
// (undocumented)
|
|
747
|
-
connectedEnvironmentsDaprComponents: ConnectedEnvironmentsDaprComponents;
|
|
748
|
-
// (undocumented)
|
|
749
|
-
connectedEnvironmentsStorages: ConnectedEnvironmentsStorages;
|
|
750
|
-
// (undocumented)
|
|
751
|
-
containerApps: ContainerApps;
|
|
752
|
-
// (undocumented)
|
|
753
|
-
containerAppsAuthConfigs: ContainerAppsAuthConfigs;
|
|
754
|
-
// (undocumented)
|
|
755
|
-
containerAppsDiagnostics: ContainerAppsDiagnostics;
|
|
756
|
-
// (undocumented)
|
|
757
|
-
containerAppsRevisionReplicas: ContainerAppsRevisionReplicas;
|
|
758
|
-
// (undocumented)
|
|
759
|
-
containerAppsRevisions: ContainerAppsRevisions;
|
|
760
|
-
// (undocumented)
|
|
761
|
-
containerAppsSessionPools: ContainerAppsSessionPools;
|
|
762
|
-
// (undocumented)
|
|
763
|
-
containerAppsSourceControls: ContainerAppsSourceControls;
|
|
764
|
-
// (undocumented)
|
|
765
|
-
daprComponents: DaprComponents;
|
|
766
|
-
getCustomDomainVerificationId(options?: GetCustomDomainVerificationIdOptionalParams): Promise<GetCustomDomainVerificationIdResponse>;
|
|
767
|
-
// (undocumented)
|
|
768
|
-
javaComponents: JavaComponents;
|
|
769
|
-
jobExecution(resourceGroupName: string, jobName: string, jobExecutionName: string, options?: JobExecutionOptionalParams): Promise<JobExecutionResponse>;
|
|
770
|
-
// (undocumented)
|
|
771
|
-
jobs: Jobs;
|
|
772
|
-
// (undocumented)
|
|
773
|
-
jobsExecutions: JobsExecutions;
|
|
774
|
-
// (undocumented)
|
|
775
|
-
managedCertificates: ManagedCertificates;
|
|
776
|
-
// (undocumented)
|
|
777
|
-
managedEnvironmentDiagnostics: ManagedEnvironmentDiagnostics;
|
|
778
|
-
// (undocumented)
|
|
779
|
-
managedEnvironments: ManagedEnvironments;
|
|
780
|
-
// (undocumented)
|
|
781
|
-
managedEnvironmentsDiagnostics: ManagedEnvironmentsDiagnostics;
|
|
782
|
-
// (undocumented)
|
|
783
|
-
managedEnvironmentsStorages: ManagedEnvironmentsStorages;
|
|
784
|
-
// (undocumented)
|
|
785
|
-
managedEnvironmentUsages: ManagedEnvironmentUsages;
|
|
786
|
-
// (undocumented)
|
|
787
|
-
namespaces: Namespaces;
|
|
788
|
-
// (undocumented)
|
|
789
|
-
operations: Operations;
|
|
790
|
-
// (undocumented)
|
|
791
|
-
subscriptionId: string;
|
|
792
|
-
// (undocumented)
|
|
793
|
-
usages: Usages;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
// @public
|
|
797
|
-
export interface ContainerAppsAPIClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
798
|
-
$host?: string;
|
|
799
|
-
apiVersion?: string;
|
|
800
|
-
endpoint?: string;
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
// @public
|
|
804
|
-
export interface ContainerAppsAuthConfigs {
|
|
805
|
-
createOrUpdate(resourceGroupName: string, containerAppName: string, authConfigName: string, authConfigEnvelope: AuthConfig, options?: ContainerAppsAuthConfigsCreateOrUpdateOptionalParams): Promise<ContainerAppsAuthConfigsCreateOrUpdateResponse>;
|
|
806
|
-
delete(resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsDeleteOptionalParams): Promise<void>;
|
|
807
|
-
get(resourceGroupName: string, containerAppName: string, authConfigName: string, options?: ContainerAppsAuthConfigsGetOptionalParams): Promise<ContainerAppsAuthConfigsGetResponse>;
|
|
808
|
-
listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsAuthConfigsListByContainerAppOptionalParams): PagedAsyncIterableIterator<AuthConfig>;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
// @public
|
|
812
|
-
export interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
// @public
|
|
816
|
-
export type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;
|
|
817
|
-
|
|
818
|
-
// @public
|
|
819
|
-
export interface ContainerAppsAuthConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
// @public
|
|
823
|
-
export interface ContainerAppsAuthConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
// @public
|
|
827
|
-
export type ContainerAppsAuthConfigsGetResponse = AuthConfig;
|
|
828
|
-
|
|
829
|
-
// @public
|
|
830
|
-
export interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
// @public
|
|
834
|
-
export type ContainerAppsAuthConfigsListByContainerAppNextResponse = AuthConfigCollection;
|
|
835
|
-
|
|
836
|
-
// @public
|
|
837
|
-
export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
// @public
|
|
841
|
-
export type ContainerAppsAuthConfigsListByContainerAppResponse = AuthConfigCollection;
|
|
842
|
-
|
|
843
|
-
// @public
|
|
844
|
-
export interface ContainerAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
845
|
-
resumeFrom?: string;
|
|
846
|
-
updateIntervalInMs?: number;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
// @public
|
|
850
|
-
export type ContainerAppsCreateOrUpdateResponse = ContainerApp;
|
|
851
|
-
|
|
852
|
-
// @public
|
|
853
|
-
export interface ContainerAppsDeleteHeaders {
|
|
854
|
-
// (undocumented)
|
|
855
|
-
location?: string;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
// @public
|
|
859
|
-
export interface ContainerAppsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
860
|
-
resumeFrom?: string;
|
|
861
|
-
updateIntervalInMs?: number;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
// @public
|
|
865
|
-
export interface ContainerAppsDiagnostics {
|
|
866
|
-
getDetector(resourceGroupName: string, containerAppName: string, detectorName: string, options?: ContainerAppsDiagnosticsGetDetectorOptionalParams): Promise<ContainerAppsDiagnosticsGetDetectorResponse>;
|
|
867
|
-
getRevision(resourceGroupName: string, containerAppName: string, revisionName: string, options?: ContainerAppsDiagnosticsGetRevisionOptionalParams): Promise<ContainerAppsDiagnosticsGetRevisionResponse>;
|
|
868
|
-
getRoot(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsGetRootOptionalParams): Promise<ContainerAppsDiagnosticsGetRootResponse>;
|
|
869
|
-
listDetectors(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsListDetectorsOptionalParams): PagedAsyncIterableIterator<Diagnostics>;
|
|
870
|
-
listRevisions(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDiagnosticsListRevisionsOptionalParams): PagedAsyncIterableIterator<Revision>;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
// @public
|
|
874
|
-
export interface ContainerAppsDiagnosticsGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
// @public
|
|
878
|
-
export type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;
|
|
879
|
-
|
|
880
|
-
// @public
|
|
881
|
-
export interface ContainerAppsDiagnosticsGetRevisionOptionalParams extends coreClient.OperationOptions {
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
// @public
|
|
885
|
-
export type ContainerAppsDiagnosticsGetRevisionResponse = Revision;
|
|
886
|
-
|
|
887
|
-
// @public
|
|
888
|
-
export interface ContainerAppsDiagnosticsGetRootOptionalParams extends coreClient.OperationOptions {
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
// @public
|
|
892
|
-
export type ContainerAppsDiagnosticsGetRootResponse = ContainerApp;
|
|
893
|
-
|
|
894
|
-
// @public
|
|
895
|
-
export interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams extends coreClient.OperationOptions {
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
// @public
|
|
899
|
-
export type ContainerAppsDiagnosticsListDetectorsNextResponse = DiagnosticsCollection;
|
|
900
|
-
|
|
901
|
-
// @public
|
|
902
|
-
export interface ContainerAppsDiagnosticsListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
// @public
|
|
906
|
-
export type ContainerAppsDiagnosticsListDetectorsResponse = DiagnosticsCollection;
|
|
907
|
-
|
|
908
|
-
// @public
|
|
909
|
-
export interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams extends coreClient.OperationOptions {
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
// @public
|
|
913
|
-
export type ContainerAppsDiagnosticsListRevisionsNextResponse = RevisionCollection;
|
|
914
|
-
|
|
915
|
-
// @public
|
|
916
|
-
export interface ContainerAppsDiagnosticsListRevisionsOptionalParams extends coreClient.OperationOptions {
|
|
917
|
-
filter?: string;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
// @public
|
|
921
|
-
export type ContainerAppsDiagnosticsListRevisionsResponse = RevisionCollection;
|
|
922
|
-
|
|
923
|
-
// @public
|
|
924
|
-
export interface ContainerAppSecret {
|
|
925
|
-
readonly identity?: string;
|
|
926
|
-
readonly keyVaultUrl?: string;
|
|
927
|
-
readonly name?: string;
|
|
928
|
-
readonly value?: string;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
// @public
|
|
932
|
-
export interface ContainerAppsGetAuthTokenOptionalParams extends coreClient.OperationOptions {
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
// @public
|
|
936
|
-
export type ContainerAppsGetAuthTokenResponse = ContainerAppAuthToken;
|
|
937
|
-
|
|
938
|
-
// @public
|
|
939
|
-
export interface ContainerAppsGetOptionalParams extends coreClient.OperationOptions {
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
// @public
|
|
943
|
-
export type ContainerAppsGetResponse = ContainerApp;
|
|
944
|
-
|
|
945
|
-
// @public
|
|
946
|
-
export interface ContainerAppsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
// @public
|
|
950
|
-
export type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;
|
|
951
|
-
|
|
952
|
-
// @public
|
|
953
|
-
export interface ContainerAppsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
// @public
|
|
957
|
-
export type ContainerAppsListByResourceGroupResponse = ContainerAppCollection;
|
|
958
|
-
|
|
959
|
-
// @public
|
|
960
|
-
export interface ContainerAppsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
// @public
|
|
964
|
-
export type ContainerAppsListBySubscriptionNextResponse = ContainerAppCollection;
|
|
965
|
-
|
|
966
|
-
// @public
|
|
967
|
-
export interface ContainerAppsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
// @public
|
|
971
|
-
export type ContainerAppsListBySubscriptionResponse = ContainerAppCollection;
|
|
972
|
-
|
|
973
|
-
// @public
|
|
974
|
-
export interface ContainerAppsListCustomHostNameAnalysisOptionalParams extends coreClient.OperationOptions {
|
|
975
|
-
customHostname?: string;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
// @public
|
|
979
|
-
export type ContainerAppsListCustomHostNameAnalysisResponse = CustomHostnameAnalysisResult;
|
|
980
|
-
|
|
981
|
-
// @public
|
|
982
|
-
export interface ContainerAppsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
// @public
|
|
986
|
-
export type ContainerAppsListSecretsResponse = SecretsCollection;
|
|
987
|
-
|
|
988
|
-
// @public
|
|
989
|
-
export interface ContainerAppsRevisionReplicas {
|
|
990
|
-
getReplica(resourceGroupName: string, containerAppName: string, revisionName: string, replicaName: string, options?: ContainerAppsRevisionReplicasGetReplicaOptionalParams): Promise<ContainerAppsRevisionReplicasGetReplicaResponse>;
|
|
991
|
-
listReplicas(resourceGroupName: string, containerAppName: string, revisionName: string, options?: ContainerAppsRevisionReplicasListReplicasOptionalParams): Promise<ContainerAppsRevisionReplicasListReplicasResponse>;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
// @public
|
|
995
|
-
export interface ContainerAppsRevisionReplicasGetReplicaOptionalParams extends coreClient.OperationOptions {
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
// @public
|
|
999
|
-
export type ContainerAppsRevisionReplicasGetReplicaResponse = Replica;
|
|
1000
|
-
|
|
1001
|
-
// @public
|
|
1002
|
-
export interface ContainerAppsRevisionReplicasListReplicasOptionalParams extends coreClient.OperationOptions {
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
// @public
|
|
1006
|
-
export type ContainerAppsRevisionReplicasListReplicasResponse = ReplicaCollection;
|
|
1007
|
-
|
|
1008
|
-
// @public
|
|
1009
|
-
export interface ContainerAppsRevisions {
|
|
1010
|
-
activateRevision(resourceGroupName: string, containerAppName: string, revisionName: string, options?: ContainerAppsRevisionsActivateRevisionOptionalParams): Promise<void>;
|
|
1011
|
-
deactivateRevision(resourceGroupName: string, containerAppName: string, revisionName: string, options?: ContainerAppsRevisionsDeactivateRevisionOptionalParams): Promise<void>;
|
|
1012
|
-
getRevision(resourceGroupName: string, containerAppName: string, revisionName: string, options?: ContainerAppsRevisionsGetRevisionOptionalParams): Promise<ContainerAppsRevisionsGetRevisionResponse>;
|
|
1013
|
-
listRevisions(resourceGroupName: string, containerAppName: string, options?: ContainerAppsRevisionsListRevisionsOptionalParams): PagedAsyncIterableIterator<Revision>;
|
|
1014
|
-
restartRevision(resourceGroupName: string, containerAppName: string, revisionName: string, options?: ContainerAppsRevisionsRestartRevisionOptionalParams): Promise<void>;
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
// @public
|
|
1018
|
-
export interface ContainerAppsRevisionsActivateRevisionOptionalParams extends coreClient.OperationOptions {
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
// @public
|
|
1022
|
-
export interface ContainerAppsRevisionsDeactivateRevisionOptionalParams extends coreClient.OperationOptions {
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
// @public
|
|
1026
|
-
export interface ContainerAppsRevisionsGetRevisionOptionalParams extends coreClient.OperationOptions {
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
// @public
|
|
1030
|
-
export type ContainerAppsRevisionsGetRevisionResponse = Revision;
|
|
1031
|
-
|
|
1032
|
-
// @public
|
|
1033
|
-
export interface ContainerAppsRevisionsListRevisionsNextOptionalParams extends coreClient.OperationOptions {
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
// @public
|
|
1037
|
-
export type ContainerAppsRevisionsListRevisionsNextResponse = RevisionCollection;
|
|
1038
|
-
|
|
1039
|
-
// @public
|
|
1040
|
-
export interface ContainerAppsRevisionsListRevisionsOptionalParams extends coreClient.OperationOptions {
|
|
1041
|
-
filter?: string;
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
// @public
|
|
1045
|
-
export type ContainerAppsRevisionsListRevisionsResponse = RevisionCollection;
|
|
1046
|
-
|
|
1047
|
-
// @public
|
|
1048
|
-
export interface ContainerAppsRevisionsRestartRevisionOptionalParams extends coreClient.OperationOptions {
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
// @public
|
|
1052
|
-
export interface ContainerAppsSessionPools {
|
|
1053
|
-
beginCreateOrUpdate(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsCreateOrUpdateResponse>, ContainerAppsSessionPoolsCreateOrUpdateResponse>>;
|
|
1054
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams): Promise<ContainerAppsSessionPoolsCreateOrUpdateResponse>;
|
|
1055
|
-
beginDelete(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsDeleteResponse>, ContainerAppsSessionPoolsDeleteResponse>>;
|
|
1056
|
-
beginDeleteAndWait(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<ContainerAppsSessionPoolsDeleteResponse>;
|
|
1057
|
-
beginUpdate(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsUpdateResponse>, ContainerAppsSessionPoolsUpdateResponse>>;
|
|
1058
|
-
beginUpdateAndWait(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams): Promise<ContainerAppsSessionPoolsUpdateResponse>;
|
|
1059
|
-
get(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsGetOptionalParams): Promise<ContainerAppsSessionPoolsGetResponse>;
|
|
1060
|
-
listByResourceGroup(resourceGroupName: string, options?: ContainerAppsSessionPoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SessionPool>;
|
|
1061
|
-
listBySubscription(options?: ContainerAppsSessionPoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SessionPool>;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
// @public
|
|
1065
|
-
export interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1066
|
-
resumeFrom?: string;
|
|
1067
|
-
updateIntervalInMs?: number;
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
// @public
|
|
1071
|
-
export type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;
|
|
1072
|
-
|
|
1073
|
-
// @public
|
|
1074
|
-
export interface ContainerAppsSessionPoolsDeleteHeaders {
|
|
1075
|
-
// (undocumented)
|
|
1076
|
-
location?: string;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
// @public
|
|
1080
|
-
export interface ContainerAppsSessionPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1081
|
-
resumeFrom?: string;
|
|
1082
|
-
updateIntervalInMs?: number;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
// @public
|
|
1086
|
-
export type ContainerAppsSessionPoolsDeleteResponse = ContainerAppsSessionPoolsDeleteHeaders;
|
|
1087
|
-
|
|
1088
|
-
// @public
|
|
1089
|
-
export interface ContainerAppsSessionPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
// @public
|
|
1093
|
-
export type ContainerAppsSessionPoolsGetResponse = SessionPool;
|
|
1094
|
-
|
|
1095
|
-
// @public
|
|
1096
|
-
export interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
// @public
|
|
1100
|
-
export type ContainerAppsSessionPoolsListByResourceGroupNextResponse = SessionPoolCollection;
|
|
1101
|
-
|
|
1102
|
-
// @public
|
|
1103
|
-
export interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
// @public
|
|
1107
|
-
export type ContainerAppsSessionPoolsListByResourceGroupResponse = SessionPoolCollection;
|
|
1108
|
-
|
|
1109
|
-
// @public
|
|
1110
|
-
export interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
// @public
|
|
1114
|
-
export type ContainerAppsSessionPoolsListBySubscriptionNextResponse = SessionPoolCollection;
|
|
1115
|
-
|
|
1116
|
-
// @public
|
|
1117
|
-
export interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
// @public
|
|
1121
|
-
export type ContainerAppsSessionPoolsListBySubscriptionResponse = SessionPoolCollection;
|
|
1122
|
-
|
|
1123
|
-
// @public
|
|
1124
|
-
export interface ContainerAppsSessionPoolsUpdateHeaders {
|
|
1125
|
-
// (undocumented)
|
|
1126
|
-
location?: string;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
// @public
|
|
1130
|
-
export interface ContainerAppsSessionPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1131
|
-
resumeFrom?: string;
|
|
1132
|
-
updateIntervalInMs?: number;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
// @public
|
|
1136
|
-
export type ContainerAppsSessionPoolsUpdateResponse = SessionPool;
|
|
1137
|
-
|
|
1138
|
-
// @public
|
|
1139
|
-
export interface ContainerAppsSourceControls {
|
|
1140
|
-
beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSourceControlsCreateOrUpdateResponse>, ContainerAppsSourceControlsCreateOrUpdateResponse>>;
|
|
1141
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<ContainerAppsSourceControlsCreateOrUpdateResponse>;
|
|
1142
|
-
beginDelete(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1143
|
-
beginDeleteAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<void>;
|
|
1144
|
-
get(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams): Promise<ContainerAppsSourceControlsGetResponse>;
|
|
1145
|
-
listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsSourceControlsListByContainerAppOptionalParams): PagedAsyncIterableIterator<SourceControl>;
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
// @public
|
|
1149
|
-
export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1150
|
-
resumeFrom?: string;
|
|
1151
|
-
updateIntervalInMs?: number;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
// @public
|
|
1155
|
-
export type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;
|
|
1156
|
-
|
|
1157
|
-
// @public
|
|
1158
|
-
export interface ContainerAppsSourceControlsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1159
|
-
resumeFrom?: string;
|
|
1160
|
-
updateIntervalInMs?: number;
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
// @public
|
|
1164
|
-
export interface ContainerAppsSourceControlsGetOptionalParams extends coreClient.OperationOptions {
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
// @public
|
|
1168
|
-
export type ContainerAppsSourceControlsGetResponse = SourceControl;
|
|
1169
|
-
|
|
1170
|
-
// @public
|
|
1171
|
-
export interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
// @public
|
|
1175
|
-
export type ContainerAppsSourceControlsListByContainerAppNextResponse = SourceControlCollection;
|
|
1176
|
-
|
|
1177
|
-
// @public
|
|
1178
|
-
export interface ContainerAppsSourceControlsListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
// @public
|
|
1182
|
-
export type ContainerAppsSourceControlsListByContainerAppResponse = SourceControlCollection;
|
|
1183
|
-
|
|
1184
|
-
// @public
|
|
1185
|
-
export interface ContainerAppsStartHeaders {
|
|
1186
|
-
// (undocumented)
|
|
1187
|
-
location?: string;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
// @public
|
|
1191
|
-
export interface ContainerAppsStartOptionalParams extends coreClient.OperationOptions {
|
|
1192
|
-
resumeFrom?: string;
|
|
1193
|
-
updateIntervalInMs?: number;
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
// @public
|
|
1197
|
-
export type ContainerAppsStartResponse = ContainerApp;
|
|
1198
|
-
|
|
1199
|
-
// @public
|
|
1200
|
-
export interface ContainerAppsStopHeaders {
|
|
1201
|
-
// (undocumented)
|
|
1202
|
-
location?: string;
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
// @public
|
|
1206
|
-
export interface ContainerAppsStopOptionalParams extends coreClient.OperationOptions {
|
|
1207
|
-
resumeFrom?: string;
|
|
1208
|
-
updateIntervalInMs?: number;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
// @public
|
|
1212
|
-
export type ContainerAppsStopResponse = ContainerApp;
|
|
1213
|
-
|
|
1214
|
-
// @public
|
|
1215
|
-
export interface ContainerAppsUpdateHeaders {
|
|
1216
|
-
// (undocumented)
|
|
1217
|
-
location?: string;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
// @public
|
|
1221
|
-
export interface ContainerAppsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1222
|
-
resumeFrom?: string;
|
|
1223
|
-
updateIntervalInMs?: number;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
// @public
|
|
1227
|
-
export type ContainerAppsUpdateResponse = ContainerApp;
|
|
1228
|
-
|
|
1229
|
-
// @public
|
|
1230
|
-
export interface ContainerResources {
|
|
1231
|
-
cpu?: number;
|
|
1232
|
-
readonly ephemeralStorage?: string;
|
|
1233
|
-
memory?: string;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
// @public
|
|
1237
|
-
export type ContainerType = string;
|
|
1238
|
-
|
|
1239
|
-
// @public
|
|
1240
|
-
export interface CookieExpiration {
|
|
1241
|
-
convention?: CookieExpirationConvention;
|
|
1242
|
-
timeToExpiration?: string;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
// @public
|
|
1246
|
-
export type CookieExpirationConvention = "FixedTime" | "IdentityProviderDerived";
|
|
1247
|
-
|
|
1248
|
-
// @public
|
|
1249
|
-
export interface CorsPolicy {
|
|
1250
|
-
allowCredentials?: boolean;
|
|
1251
|
-
allowedHeaders?: string[];
|
|
1252
|
-
allowedMethods?: string[];
|
|
1253
|
-
allowedOrigins: string[];
|
|
1254
|
-
exposeHeaders?: string[];
|
|
1255
|
-
maxAge?: number;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
// @public
|
|
1259
|
-
export type CreatedByType = string;
|
|
1260
|
-
|
|
1261
|
-
// @public
|
|
1262
|
-
export interface CustomContainerTemplate {
|
|
1263
|
-
containers?: SessionContainer[];
|
|
1264
|
-
ingress?: SessionIngress;
|
|
1265
|
-
registryCredentials?: SessionRegistryCredentials;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
// @public
|
|
1269
|
-
export interface CustomDomain {
|
|
1270
|
-
bindingType?: BindingType;
|
|
1271
|
-
certificateId?: string;
|
|
1272
|
-
name: string;
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
// @public
|
|
1276
|
-
export interface CustomDomainConfiguration {
|
|
1277
|
-
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
1278
|
-
certificatePassword?: string;
|
|
1279
|
-
certificateValue?: Uint8Array;
|
|
1280
|
-
readonly customDomainVerificationId?: string;
|
|
1281
|
-
dnsSuffix?: string;
|
|
1282
|
-
readonly expirationDate?: Date;
|
|
1283
|
-
readonly subjectName?: string;
|
|
1284
|
-
readonly thumbprint?: string;
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
// @public
|
|
1288
|
-
export interface CustomHostnameAnalysisResult {
|
|
1289
|
-
alternateCNameRecords?: string[];
|
|
1290
|
-
alternateTxtRecords?: string[];
|
|
1291
|
-
aRecords?: string[];
|
|
1292
|
-
cNameRecords?: string[];
|
|
1293
|
-
readonly conflictingContainerAppResourceId?: string;
|
|
1294
|
-
readonly conflictWithEnvironmentCustomDomain?: boolean;
|
|
1295
|
-
readonly customDomainVerificationFailureInfo?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo;
|
|
1296
|
-
readonly customDomainVerificationTest?: DnsVerificationTestResult;
|
|
1297
|
-
readonly hasConflictOnManagedEnvironment?: boolean;
|
|
1298
|
-
readonly hostName?: string;
|
|
1299
|
-
readonly isHostnameAlreadyVerified?: boolean;
|
|
1300
|
-
txtRecords?: string[];
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
// @public
|
|
1304
|
-
export interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo {
|
|
1305
|
-
readonly code?: string;
|
|
1306
|
-
details?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem[];
|
|
1307
|
-
readonly message?: string;
|
|
1308
|
-
readonly target?: string;
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
// @public
|
|
1312
|
-
export interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem {
|
|
1313
|
-
readonly code?: string;
|
|
1314
|
-
readonly message?: string;
|
|
1315
|
-
readonly target?: string;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
// @public
|
|
1319
|
-
export interface CustomOpenIdConnectProvider {
|
|
1320
|
-
enabled?: boolean;
|
|
1321
|
-
login?: OpenIdConnectLogin;
|
|
1322
|
-
registration?: OpenIdConnectRegistration;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
// @public
|
|
1326
|
-
export interface CustomScaleRule {
|
|
1327
|
-
auth?: ScaleRuleAuth[];
|
|
1328
|
-
identity?: string;
|
|
1329
|
-
metadata?: {
|
|
1330
|
-
[propertyName: string]: string;
|
|
1331
|
-
};
|
|
1332
|
-
type?: string;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
// @public
|
|
1336
|
-
export interface Dapr {
|
|
1337
|
-
appId?: string;
|
|
1338
|
-
appPort?: number;
|
|
1339
|
-
appProtocol?: AppProtocol;
|
|
1340
|
-
enableApiLogging?: boolean;
|
|
1341
|
-
enabled?: boolean;
|
|
1342
|
-
httpMaxRequestSize?: number;
|
|
1343
|
-
httpReadBufferSize?: number;
|
|
1344
|
-
logLevel?: LogLevel;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
// @public
|
|
1348
|
-
export interface DaprComponent extends ProxyResource {
|
|
1349
|
-
componentType?: string;
|
|
1350
|
-
ignoreErrors?: boolean;
|
|
1351
|
-
initTimeout?: string;
|
|
1352
|
-
metadata?: DaprMetadata[];
|
|
1353
|
-
scopes?: string[];
|
|
1354
|
-
secrets?: Secret[];
|
|
1355
|
-
secretStoreComponent?: string;
|
|
1356
|
-
version?: string;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
// @public
|
|
1360
|
-
export interface DaprComponents {
|
|
1361
|
-
createOrUpdate(resourceGroupName: string, environmentName: string, componentName: string, daprComponentEnvelope: DaprComponent, options?: DaprComponentsCreateOrUpdateOptionalParams): Promise<DaprComponentsCreateOrUpdateResponse>;
|
|
1362
|
-
delete(resourceGroupName: string, environmentName: string, componentName: string, options?: DaprComponentsDeleteOptionalParams): Promise<void>;
|
|
1363
|
-
get(resourceGroupName: string, environmentName: string, componentName: string, options?: DaprComponentsGetOptionalParams): Promise<DaprComponentsGetResponse>;
|
|
1364
|
-
list(resourceGroupName: string, environmentName: string, options?: DaprComponentsListOptionalParams): PagedAsyncIterableIterator<DaprComponent>;
|
|
1365
|
-
listSecrets(resourceGroupName: string, environmentName: string, componentName: string, options?: DaprComponentsListSecretsOptionalParams): Promise<DaprComponentsListSecretsResponse>;
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
// @public
|
|
1369
|
-
export interface DaprComponentsCollection {
|
|
1370
|
-
readonly nextLink?: string;
|
|
1371
|
-
value: DaprComponent[];
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
// @public
|
|
1375
|
-
export interface DaprComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
// @public
|
|
1379
|
-
export type DaprComponentsCreateOrUpdateResponse = DaprComponent;
|
|
1380
|
-
|
|
1381
|
-
// @public
|
|
1382
|
-
export interface DaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
// @public
|
|
1386
|
-
export interface DaprComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
// @public
|
|
1390
|
-
export type DaprComponentsGetResponse = DaprComponent;
|
|
1391
|
-
|
|
1392
|
-
// @public
|
|
1393
|
-
export interface DaprComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
// @public
|
|
1397
|
-
export type DaprComponentsListNextResponse = DaprComponentsCollection;
|
|
1398
|
-
|
|
1399
|
-
// @public
|
|
1400
|
-
export interface DaprComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
// @public
|
|
1404
|
-
export type DaprComponentsListResponse = DaprComponentsCollection;
|
|
1405
|
-
|
|
1406
|
-
// @public
|
|
1407
|
-
export interface DaprComponentsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
// @public
|
|
1411
|
-
export type DaprComponentsListSecretsResponse = DaprSecretsCollection;
|
|
1412
|
-
|
|
1413
|
-
// @public
|
|
1414
|
-
export interface DaprConfiguration {
|
|
1415
|
-
readonly version?: string;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
// @public
|
|
1419
|
-
export interface DaprMetadata {
|
|
1420
|
-
name?: string;
|
|
1421
|
-
secretRef?: string;
|
|
1422
|
-
value?: string;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
|
-
// @public
|
|
1426
|
-
export interface DaprSecret {
|
|
1427
|
-
readonly name?: string;
|
|
1428
|
-
readonly value?: string;
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
// @public
|
|
1432
|
-
export interface DaprSecretsCollection {
|
|
1433
|
-
value: DaprSecret[];
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
// @public
|
|
1437
|
-
export interface DefaultAuthorizationPolicy {
|
|
1438
|
-
allowedApplications?: string[];
|
|
1439
|
-
allowedPrincipals?: AllowedPrincipals;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
// @public
|
|
1443
|
-
export interface DefaultErrorResponse {
|
|
1444
|
-
readonly error?: DefaultErrorResponseError;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
// @public
|
|
1448
|
-
export interface DefaultErrorResponseError {
|
|
1449
|
-
readonly code?: string;
|
|
1450
|
-
details?: DefaultErrorResponseErrorDetailsItem[];
|
|
1451
|
-
readonly innererror?: string;
|
|
1452
|
-
readonly message?: string;
|
|
1453
|
-
readonly target?: string;
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
// @public
|
|
1457
|
-
export interface DefaultErrorResponseErrorDetailsItem {
|
|
1458
|
-
readonly code?: string;
|
|
1459
|
-
readonly message?: string;
|
|
1460
|
-
readonly target?: string;
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
// @public
|
|
1464
|
-
export interface DiagnosticDataProviderMetadata {
|
|
1465
|
-
propertyBag?: DiagnosticDataProviderMetadataPropertyBagItem[];
|
|
1466
|
-
providerName?: string;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
// @public
|
|
1470
|
-
export interface DiagnosticDataProviderMetadataPropertyBagItem {
|
|
1471
|
-
name?: string;
|
|
1472
|
-
value?: string;
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
// @public
|
|
1476
|
-
export interface DiagnosticDataTableResponseColumn {
|
|
1477
|
-
columnName?: string;
|
|
1478
|
-
columnType?: string;
|
|
1479
|
-
dataType?: string;
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
// @public
|
|
1483
|
-
export interface DiagnosticDataTableResponseObject {
|
|
1484
|
-
columns?: DiagnosticDataTableResponseColumn[];
|
|
1485
|
-
rows?: Record<string, unknown>[];
|
|
1486
|
-
tableName?: string;
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
// @public
|
|
1490
|
-
export interface DiagnosticRendering {
|
|
1491
|
-
description?: string;
|
|
1492
|
-
isVisible?: boolean;
|
|
1493
|
-
title?: string;
|
|
1494
|
-
type?: number;
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
// @public
|
|
1498
|
-
export interface Diagnostics extends ProxyResource {
|
|
1499
|
-
properties?: DiagnosticsProperties;
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
// @public
|
|
1503
|
-
export interface DiagnosticsCollection {
|
|
1504
|
-
readonly nextLink?: string;
|
|
1505
|
-
value: Diagnostics[];
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
// @public
|
|
1509
|
-
export interface DiagnosticsDataApiResponse {
|
|
1510
|
-
renderingProperties?: DiagnosticRendering;
|
|
1511
|
-
table?: DiagnosticDataTableResponseObject;
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
// @public
|
|
1515
|
-
export interface DiagnosticsDefinition {
|
|
1516
|
-
analysisTypes?: string[];
|
|
1517
|
-
readonly author?: string;
|
|
1518
|
-
readonly category?: string;
|
|
1519
|
-
readonly description?: string;
|
|
1520
|
-
readonly id?: string;
|
|
1521
|
-
readonly name?: string;
|
|
1522
|
-
readonly score?: number;
|
|
1523
|
-
supportTopicList?: DiagnosticSupportTopic[];
|
|
1524
|
-
readonly type?: string;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
// @public
|
|
1528
|
-
export interface DiagnosticsProperties {
|
|
1529
|
-
dataProviderMetadata?: DiagnosticDataProviderMetadata;
|
|
1530
|
-
dataset?: DiagnosticsDataApiResponse[];
|
|
1531
|
-
metadata?: DiagnosticsDefinition;
|
|
1532
|
-
status?: DiagnosticsStatus;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
// @public
|
|
1536
|
-
export interface DiagnosticsStatus {
|
|
1537
|
-
message?: string;
|
|
1538
|
-
statusId?: number;
|
|
1539
|
-
}
|
|
1540
|
-
|
|
1541
|
-
// @public
|
|
1542
|
-
export interface DiagnosticSupportTopic {
|
|
1543
|
-
readonly id?: string;
|
|
1544
|
-
readonly pesId?: string;
|
|
1545
|
-
}
|
|
1546
|
-
|
|
1547
|
-
// @public
|
|
1548
|
-
export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
1549
|
-
|
|
1550
|
-
// @public
|
|
1551
|
-
export interface DynamicPoolConfiguration {
|
|
1552
|
-
lifecycleConfiguration?: LifecycleConfiguration;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
// @public
|
|
1556
|
-
export interface EncryptionSettings {
|
|
1557
|
-
containerAppAuthEncryptionSecretName?: string;
|
|
1558
|
-
containerAppAuthSigningSecretName?: string;
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
// @public
|
|
1562
|
-
export interface EnvironmentAuthToken extends TrackedResource {
|
|
1563
|
-
readonly expires?: Date;
|
|
1564
|
-
readonly token?: string;
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
// @public
|
|
1568
|
-
export type EnvironmentProvisioningState = string;
|
|
1569
|
-
|
|
1570
|
-
// @public
|
|
1571
|
-
export interface EnvironmentVar {
|
|
1572
|
-
name?: string;
|
|
1573
|
-
secretRef?: string;
|
|
1574
|
-
value?: string;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
// @public
|
|
1578
|
-
export interface ErrorAdditionalInfo {
|
|
1579
|
-
readonly info?: Record<string, unknown>;
|
|
1580
|
-
readonly type?: string;
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
// @public
|
|
1584
|
-
export interface ErrorDetail {
|
|
1585
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1586
|
-
readonly code?: string;
|
|
1587
|
-
readonly details?: ErrorDetail[];
|
|
1588
|
-
readonly message?: string;
|
|
1589
|
-
readonly target?: string;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
// @public
|
|
1593
|
-
export interface ErrorResponse {
|
|
1594
|
-
error?: ErrorDetail;
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
// @public
|
|
1598
|
-
export interface ExtendedLocation {
|
|
1599
|
-
name?: string;
|
|
1600
|
-
type?: ExtendedLocationTypes;
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
// @public
|
|
1604
|
-
export type ExtendedLocationTypes = string;
|
|
1605
|
-
|
|
1606
|
-
// @public
|
|
1607
|
-
export interface Facebook {
|
|
1608
|
-
enabled?: boolean;
|
|
1609
|
-
graphApiVersion?: string;
|
|
1610
|
-
login?: LoginScopes;
|
|
1611
|
-
registration?: AppRegistration;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
// @public
|
|
1615
|
-
export interface ForwardProxy {
|
|
1616
|
-
convention?: ForwardProxyConvention;
|
|
1617
|
-
customHostHeaderName?: string;
|
|
1618
|
-
customProtoHeaderName?: string;
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
// @public
|
|
1622
|
-
export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
|
|
1623
|
-
|
|
1624
|
-
// @public
|
|
1625
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
1626
|
-
|
|
1627
|
-
// @public
|
|
1628
|
-
export interface GetCustomDomainVerificationIdOptionalParams extends coreClient.OperationOptions {
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
// @public
|
|
1632
|
-
export type GetCustomDomainVerificationIdResponse = {
|
|
1633
|
-
body: string;
|
|
1634
|
-
};
|
|
1635
|
-
|
|
1636
|
-
// @public
|
|
1637
|
-
export interface GitHub {
|
|
1638
|
-
enabled?: boolean;
|
|
1639
|
-
login?: LoginScopes;
|
|
1640
|
-
registration?: ClientRegistration;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
// @public
|
|
1644
|
-
export interface GithubActionConfiguration {
|
|
1645
|
-
azureCredentials?: AzureCredentials;
|
|
1646
|
-
contextPath?: string;
|
|
1647
|
-
githubPersonalAccessToken?: string;
|
|
1648
|
-
image?: string;
|
|
1649
|
-
os?: string;
|
|
1650
|
-
publishType?: string;
|
|
1651
|
-
registryInfo?: RegistryInfo;
|
|
1652
|
-
runtimeStack?: string;
|
|
1653
|
-
runtimeVersion?: string;
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
|
-
// @public
|
|
1657
|
-
export interface GlobalValidation {
|
|
1658
|
-
excludedPaths?: string[];
|
|
1659
|
-
redirectToProvider?: string;
|
|
1660
|
-
unauthenticatedClientAction?: UnauthenticatedClientActionV2;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
// @public
|
|
1664
|
-
export interface Google {
|
|
1665
|
-
enabled?: boolean;
|
|
1666
|
-
login?: LoginScopes;
|
|
1667
|
-
registration?: ClientRegistration;
|
|
1668
|
-
validation?: AllowedAudiencesValidation;
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
// @public
|
|
1672
|
-
export interface HttpScaleRule {
|
|
1673
|
-
auth?: ScaleRuleAuth[];
|
|
1674
|
-
identity?: string;
|
|
1675
|
-
metadata?: {
|
|
1676
|
-
[propertyName: string]: string;
|
|
1677
|
-
};
|
|
1678
|
-
}
|
|
1679
|
-
|
|
1680
|
-
// @public
|
|
1681
|
-
export interface HttpSettings {
|
|
1682
|
-
forwardProxy?: ForwardProxy;
|
|
1683
|
-
requireHttps?: boolean;
|
|
1684
|
-
routes?: HttpSettingsRoutes;
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
// @public
|
|
1688
|
-
export interface HttpSettingsRoutes {
|
|
1689
|
-
apiPrefix?: string;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
// @public
|
|
1693
|
-
export interface IdentityProviders {
|
|
1694
|
-
apple?: Apple;
|
|
1695
|
-
azureActiveDirectory?: AzureActiveDirectory;
|
|
1696
|
-
azureStaticWebApps?: AzureStaticWebApps;
|
|
1697
|
-
customOpenIdConnectProviders?: {
|
|
1698
|
-
[propertyName: string]: CustomOpenIdConnectProvider;
|
|
1699
|
-
};
|
|
1700
|
-
facebook?: Facebook;
|
|
1701
|
-
gitHub?: GitHub;
|
|
1702
|
-
google?: Google;
|
|
1703
|
-
twitter?: Twitter;
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
|
-
// @public
|
|
1707
|
-
export interface IdentitySettings {
|
|
1708
|
-
identity: string;
|
|
1709
|
-
lifecycle?: IdentitySettingsLifeCycle;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
// @public
|
|
1713
|
-
export type IdentitySettingsLifeCycle = string;
|
|
1714
|
-
|
|
1715
|
-
// @public
|
|
1716
|
-
export interface Ingress {
|
|
1717
|
-
additionalPortMappings?: IngressPortMapping[];
|
|
1718
|
-
allowInsecure?: boolean;
|
|
1719
|
-
clientCertificateMode?: IngressClientCertificateMode;
|
|
1720
|
-
corsPolicy?: CorsPolicy;
|
|
1721
|
-
customDomains?: CustomDomain[];
|
|
1722
|
-
exposedPort?: number;
|
|
1723
|
-
external?: boolean;
|
|
1724
|
-
readonly fqdn?: string;
|
|
1725
|
-
ipSecurityRestrictions?: IpSecurityRestrictionRule[];
|
|
1726
|
-
stickySessions?: IngressStickySessions;
|
|
1727
|
-
targetPort?: number;
|
|
1728
|
-
traffic?: TrafficWeight[];
|
|
1729
|
-
transport?: IngressTransportMethod;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
// @public
|
|
1733
|
-
export type IngressClientCertificateMode = string;
|
|
1734
|
-
|
|
1735
|
-
// @public
|
|
1736
|
-
export interface IngressPortMapping {
|
|
1737
|
-
exposedPort?: number;
|
|
1738
|
-
external: boolean;
|
|
1739
|
-
targetPort: number;
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
// @public
|
|
1743
|
-
export interface IngressStickySessions {
|
|
1744
|
-
affinity?: Affinity;
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
// @public
|
|
1748
|
-
export type IngressTransportMethod = string;
|
|
1749
|
-
|
|
1750
|
-
// @public
|
|
1751
|
-
export interface InitContainer extends BaseContainer {
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
// @public
|
|
1755
|
-
export interface IpSecurityRestrictionRule {
|
|
1756
|
-
action: Action;
|
|
1757
|
-
description?: string;
|
|
1758
|
-
ipAddressRange: string;
|
|
1759
|
-
name: string;
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
// @public
|
|
1763
|
-
export interface JavaComponent extends ProxyResource {
|
|
1764
|
-
properties?: JavaComponentPropertiesUnion;
|
|
1765
|
-
}
|
|
1766
|
-
|
|
1767
|
-
// @public
|
|
1768
|
-
export interface JavaComponentConfigurationProperty {
|
|
1769
|
-
propertyName?: string;
|
|
1770
|
-
value?: string;
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
// @public
|
|
1774
|
-
export interface JavaComponentIngress {
|
|
1775
|
-
readonly fqdn?: string;
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
// @public
|
|
1779
|
-
export interface JavaComponentProperties {
|
|
1780
|
-
componentType: "SpringBootAdmin" | "SpringCloudEureka" | "SpringCloudConfig";
|
|
1781
|
-
configurations?: JavaComponentConfigurationProperty[];
|
|
1782
|
-
readonly provisioningState?: JavaComponentProvisioningState;
|
|
1783
|
-
scale?: JavaComponentPropertiesScale;
|
|
1784
|
-
serviceBinds?: JavaComponentServiceBind[];
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
// @public
|
|
1788
|
-
export interface JavaComponentPropertiesScale {
|
|
1789
|
-
maxReplicas?: number;
|
|
1790
|
-
minReplicas?: number;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
// @public (undocumented)
|
|
1794
|
-
export type JavaComponentPropertiesUnion = JavaComponentProperties | SpringBootAdminComponent | SpringCloudEurekaComponent | SpringCloudConfigComponent;
|
|
1795
|
-
|
|
1796
|
-
// @public
|
|
1797
|
-
export type JavaComponentProvisioningState = string;
|
|
1798
|
-
|
|
1799
|
-
// @public
|
|
1800
|
-
export interface JavaComponents {
|
|
1801
|
-
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsCreateOrUpdateResponse>, JavaComponentsCreateOrUpdateResponse>>;
|
|
1802
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<JavaComponentsCreateOrUpdateResponse>;
|
|
1803
|
-
beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsDeleteResponse>, JavaComponentsDeleteResponse>>;
|
|
1804
|
-
beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<JavaComponentsDeleteResponse>;
|
|
1805
|
-
beginUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsUpdateResponse>, JavaComponentsUpdateResponse>>;
|
|
1806
|
-
beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<JavaComponentsUpdateResponse>;
|
|
1807
|
-
get(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsGetOptionalParams): Promise<JavaComponentsGetResponse>;
|
|
1808
|
-
list(resourceGroupName: string, environmentName: string, options?: JavaComponentsListOptionalParams): PagedAsyncIterableIterator<JavaComponent>;
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
// @public
|
|
1812
|
-
export interface JavaComponentsCollection {
|
|
1813
|
-
readonly nextLink?: string;
|
|
1814
|
-
value: JavaComponent[];
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
// @public
|
|
1818
|
-
export interface JavaComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1819
|
-
resumeFrom?: string;
|
|
1820
|
-
updateIntervalInMs?: number;
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
// @public
|
|
1824
|
-
export type JavaComponentsCreateOrUpdateResponse = JavaComponent;
|
|
1825
|
-
|
|
1826
|
-
// @public
|
|
1827
|
-
export interface JavaComponentsDeleteHeaders {
|
|
1828
|
-
// (undocumented)
|
|
1829
|
-
location?: string;
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
|
-
// @public
|
|
1833
|
-
export interface JavaComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1834
|
-
resumeFrom?: string;
|
|
1835
|
-
updateIntervalInMs?: number;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
// @public
|
|
1839
|
-
export type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
|
|
1840
|
-
|
|
1841
|
-
// @public
|
|
1842
|
-
export interface JavaComponentServiceBind {
|
|
1843
|
-
name?: string;
|
|
1844
|
-
serviceId?: string;
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
// @public
|
|
1848
|
-
export interface JavaComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
// @public
|
|
1852
|
-
export type JavaComponentsGetResponse = JavaComponent;
|
|
1853
|
-
|
|
1854
|
-
// @public
|
|
1855
|
-
export interface JavaComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
// @public
|
|
1859
|
-
export type JavaComponentsListNextResponse = JavaComponentsCollection;
|
|
1860
|
-
|
|
1861
|
-
// @public
|
|
1862
|
-
export interface JavaComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
// @public
|
|
1866
|
-
export type JavaComponentsListResponse = JavaComponentsCollection;
|
|
1867
|
-
|
|
1868
|
-
// @public
|
|
1869
|
-
export interface JavaComponentsUpdateHeaders {
|
|
1870
|
-
// (undocumented)
|
|
1871
|
-
location?: string;
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
// @public
|
|
1875
|
-
export interface JavaComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1876
|
-
resumeFrom?: string;
|
|
1877
|
-
updateIntervalInMs?: number;
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
// @public
|
|
1881
|
-
export type JavaComponentsUpdateResponse = JavaComponent;
|
|
1882
|
-
|
|
1883
|
-
// @public
|
|
1884
|
-
export type JavaComponentType = string;
|
|
1885
|
-
|
|
1886
|
-
// @public
|
|
1887
|
-
export interface Job extends TrackedResource {
|
|
1888
|
-
configuration?: JobConfiguration;
|
|
1889
|
-
environmentId?: string;
|
|
1890
|
-
readonly eventStreamEndpoint?: string;
|
|
1891
|
-
identity?: ManagedServiceIdentity;
|
|
1892
|
-
readonly outboundIpAddresses?: string[];
|
|
1893
|
-
readonly provisioningState?: JobProvisioningState;
|
|
1894
|
-
template?: JobTemplate;
|
|
1895
|
-
workloadProfileName?: string;
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
// @public
|
|
1899
|
-
export interface JobConfiguration {
|
|
1900
|
-
eventTriggerConfig?: JobConfigurationEventTriggerConfig;
|
|
1901
|
-
identitySettings?: IdentitySettings[];
|
|
1902
|
-
manualTriggerConfig?: JobConfigurationManualTriggerConfig;
|
|
1903
|
-
registries?: RegistryCredentials[];
|
|
1904
|
-
replicaRetryLimit?: number;
|
|
1905
|
-
replicaTimeout: number;
|
|
1906
|
-
scheduleTriggerConfig?: JobConfigurationScheduleTriggerConfig;
|
|
1907
|
-
secrets?: Secret[];
|
|
1908
|
-
triggerType: TriggerType;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
// @public
|
|
1912
|
-
export interface JobConfigurationEventTriggerConfig {
|
|
1913
|
-
parallelism?: number;
|
|
1914
|
-
replicaCompletionCount?: number;
|
|
1915
|
-
scale?: JobScale;
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
// @public
|
|
1919
|
-
export interface JobConfigurationManualTriggerConfig {
|
|
1920
|
-
parallelism?: number;
|
|
1921
|
-
replicaCompletionCount?: number;
|
|
1922
|
-
}
|
|
1923
|
-
|
|
1924
|
-
// @public
|
|
1925
|
-
export interface JobConfigurationScheduleTriggerConfig {
|
|
1926
|
-
cronExpression: string;
|
|
1927
|
-
parallelism?: number;
|
|
1928
|
-
replicaCompletionCount?: number;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
// @public
|
|
1932
|
-
export interface JobExecution {
|
|
1933
|
-
endTime?: Date;
|
|
1934
|
-
id?: string;
|
|
1935
|
-
name?: string;
|
|
1936
|
-
startTime?: Date;
|
|
1937
|
-
readonly status?: JobExecutionRunningState;
|
|
1938
|
-
template?: JobExecutionTemplate;
|
|
1939
|
-
type?: string;
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
|
-
// @public
|
|
1943
|
-
export interface JobExecutionBase {
|
|
1944
|
-
id?: string;
|
|
1945
|
-
name?: string;
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
// @public
|
|
1949
|
-
export interface JobExecutionContainer {
|
|
1950
|
-
args?: string[];
|
|
1951
|
-
command?: string[];
|
|
1952
|
-
env?: EnvironmentVar[];
|
|
1953
|
-
image?: string;
|
|
1954
|
-
name?: string;
|
|
1955
|
-
resources?: ContainerResources;
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
// @public
|
|
1959
|
-
export interface JobExecutionNamesCollection {
|
|
1960
|
-
value: JobExecutionBase[];
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
// @public
|
|
1964
|
-
export interface JobExecutionOptionalParams extends coreClient.OperationOptions {
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
// @public
|
|
1968
|
-
export type JobExecutionResponse = JobExecution;
|
|
1969
|
-
|
|
1970
|
-
// @public
|
|
1971
|
-
export type JobExecutionRunningState = string;
|
|
1972
|
-
|
|
1973
|
-
// @public
|
|
1974
|
-
export interface JobExecutionTemplate {
|
|
1975
|
-
containers?: JobExecutionContainer[];
|
|
1976
|
-
initContainers?: JobExecutionContainer[];
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
// @public
|
|
1980
|
-
export interface JobPatchProperties {
|
|
1981
|
-
identity?: ManagedServiceIdentity;
|
|
1982
|
-
// (undocumented)
|
|
1983
|
-
properties?: JobPatchPropertiesProperties;
|
|
1984
|
-
tags?: {
|
|
1985
|
-
[propertyName: string]: string;
|
|
1986
|
-
};
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
// @public (undocumented)
|
|
1990
|
-
export interface JobPatchPropertiesProperties {
|
|
1991
|
-
configuration?: JobConfiguration;
|
|
1992
|
-
environmentId?: string;
|
|
1993
|
-
eventStreamEndpoint?: string;
|
|
1994
|
-
outboundIpAddresses?: string[];
|
|
1995
|
-
template?: JobTemplate;
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
// @public
|
|
1999
|
-
export type JobProvisioningState = string;
|
|
2000
|
-
|
|
2001
|
-
// @public
|
|
2002
|
-
export interface Jobs {
|
|
2003
|
-
beginCreateOrUpdate(resourceGroupName: string, jobName: string, jobEnvelope: Job, options?: JobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JobsCreateOrUpdateResponse>, JobsCreateOrUpdateResponse>>;
|
|
2004
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, jobName: string, jobEnvelope: Job, options?: JobsCreateOrUpdateOptionalParams): Promise<JobsCreateOrUpdateResponse>;
|
|
2005
|
-
beginDelete(resourceGroupName: string, jobName: string, options?: JobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2006
|
-
beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: JobsDeleteOptionalParams): Promise<void>;
|
|
2007
|
-
beginStart(resourceGroupName: string, jobName: string, options?: JobsStartOptionalParams): Promise<SimplePollerLike<OperationState<JobsStartResponse>, JobsStartResponse>>;
|
|
2008
|
-
beginStartAndWait(resourceGroupName: string, jobName: string, options?: JobsStartOptionalParams): Promise<JobsStartResponse>;
|
|
2009
|
-
beginStopExecution(resourceGroupName: string, jobName: string, jobExecutionName: string, options?: JobsStopExecutionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2010
|
-
beginStopExecutionAndWait(resourceGroupName: string, jobName: string, jobExecutionName: string, options?: JobsStopExecutionOptionalParams): Promise<void>;
|
|
2011
|
-
beginStopMultipleExecutions(resourceGroupName: string, jobName: string, options?: JobsStopMultipleExecutionsOptionalParams): Promise<SimplePollerLike<OperationState<JobsStopMultipleExecutionsResponse>, JobsStopMultipleExecutionsResponse>>;
|
|
2012
|
-
beginStopMultipleExecutionsAndWait(resourceGroupName: string, jobName: string, options?: JobsStopMultipleExecutionsOptionalParams): Promise<JobsStopMultipleExecutionsResponse>;
|
|
2013
|
-
beginUpdate(resourceGroupName: string, jobName: string, jobEnvelope: JobPatchProperties, options?: JobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JobsUpdateResponse>, JobsUpdateResponse>>;
|
|
2014
|
-
beginUpdateAndWait(resourceGroupName: string, jobName: string, jobEnvelope: JobPatchProperties, options?: JobsUpdateOptionalParams): Promise<JobsUpdateResponse>;
|
|
2015
|
-
get(resourceGroupName: string, jobName: string, options?: JobsGetOptionalParams): Promise<JobsGetResponse>;
|
|
2016
|
-
getDetector(resourceGroupName: string, jobName: string, detectorName: string, options?: JobsGetDetectorOptionalParams): Promise<JobsGetDetectorResponse>;
|
|
2017
|
-
listByResourceGroup(resourceGroupName: string, options?: JobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Job>;
|
|
2018
|
-
listBySubscription(options?: JobsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Job>;
|
|
2019
|
-
listDetectors(resourceGroupName: string, jobName: string, options?: JobsListDetectorsOptionalParams): PagedAsyncIterableIterator<Diagnostics>;
|
|
2020
|
-
listSecrets(resourceGroupName: string, jobName: string, options?: JobsListSecretsOptionalParams): Promise<JobsListSecretsResponse>;
|
|
2021
|
-
proxyGet(resourceGroupName: string, jobName: string, apiName: string, options?: JobsProxyGetOptionalParams): Promise<JobsProxyGetResponse>;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
// @public
|
|
2025
|
-
export interface JobScale {
|
|
2026
|
-
maxExecutions?: number;
|
|
2027
|
-
minExecutions?: number;
|
|
2028
|
-
pollingInterval?: number;
|
|
2029
|
-
rules?: JobScaleRule[];
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
|
-
// @public
|
|
2033
|
-
export interface JobScaleRule {
|
|
2034
|
-
auth?: ScaleRuleAuth[];
|
|
2035
|
-
identity?: string;
|
|
2036
|
-
metadata?: Record<string, unknown>;
|
|
2037
|
-
name?: string;
|
|
2038
|
-
type?: string;
|
|
2039
|
-
}
|
|
2040
|
-
|
|
2041
|
-
// @public
|
|
2042
|
-
export interface JobsCollection {
|
|
2043
|
-
readonly nextLink?: string;
|
|
2044
|
-
value: Job[];
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
// @public
|
|
2048
|
-
export interface JobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2049
|
-
resumeFrom?: string;
|
|
2050
|
-
updateIntervalInMs?: number;
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
// @public
|
|
2054
|
-
export type JobsCreateOrUpdateResponse = Job;
|
|
2055
|
-
|
|
2056
|
-
// @public
|
|
2057
|
-
export interface JobsDeleteHeaders {
|
|
2058
|
-
// (undocumented)
|
|
2059
|
-
location?: string;
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
// @public
|
|
2063
|
-
export interface JobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2064
|
-
resumeFrom?: string;
|
|
2065
|
-
updateIntervalInMs?: number;
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
// @public
|
|
2069
|
-
export interface JobSecretsCollection {
|
|
2070
|
-
value: Secret[];
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
// @public
|
|
2074
|
-
export interface JobsExecutions {
|
|
2075
|
-
list(resourceGroupName: string, jobName: string, options?: JobsExecutionsListOptionalParams): PagedAsyncIterableIterator<JobExecution>;
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
// @public
|
|
2079
|
-
export interface JobsExecutionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
|
-
// @public
|
|
2083
|
-
export type JobsExecutionsListNextResponse = ContainerAppJobExecutions;
|
|
2084
|
-
|
|
2085
|
-
// @public
|
|
2086
|
-
export interface JobsExecutionsListOptionalParams extends coreClient.OperationOptions {
|
|
2087
|
-
filter?: string;
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
// @public
|
|
2091
|
-
export type JobsExecutionsListResponse = ContainerAppJobExecutions;
|
|
2092
|
-
|
|
2093
|
-
// @public
|
|
2094
|
-
export interface JobsGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
// @public
|
|
2098
|
-
export type JobsGetDetectorResponse = Diagnostics;
|
|
2099
|
-
|
|
2100
|
-
// @public
|
|
2101
|
-
export interface JobsGetOptionalParams extends coreClient.OperationOptions {
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
// @public
|
|
2105
|
-
export type JobsGetResponse = Job;
|
|
2106
|
-
|
|
2107
|
-
// @public
|
|
2108
|
-
export interface JobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
// @public
|
|
2112
|
-
export type JobsListByResourceGroupNextResponse = JobsCollection;
|
|
2113
|
-
|
|
2114
|
-
// @public
|
|
2115
|
-
export interface JobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
|
-
// @public
|
|
2119
|
-
export type JobsListByResourceGroupResponse = JobsCollection;
|
|
2120
|
-
|
|
2121
|
-
// @public
|
|
2122
|
-
export interface JobsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
// @public
|
|
2126
|
-
export type JobsListBySubscriptionNextResponse = JobsCollection;
|
|
2127
|
-
|
|
2128
|
-
// @public
|
|
2129
|
-
export interface JobsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
// @public
|
|
2133
|
-
export type JobsListBySubscriptionResponse = JobsCollection;
|
|
2134
|
-
|
|
2135
|
-
// @public
|
|
2136
|
-
export interface JobsListDetectorsNextOptionalParams extends coreClient.OperationOptions {
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
// @public
|
|
2140
|
-
export type JobsListDetectorsNextResponse = DiagnosticsCollection;
|
|
2141
|
-
|
|
2142
|
-
// @public
|
|
2143
|
-
export interface JobsListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
|
-
// @public
|
|
2147
|
-
export type JobsListDetectorsResponse = DiagnosticsCollection;
|
|
2148
|
-
|
|
2149
|
-
// @public
|
|
2150
|
-
export interface JobsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
|
-
// @public
|
|
2154
|
-
export type JobsListSecretsResponse = JobSecretsCollection;
|
|
2155
|
-
|
|
2156
|
-
// @public
|
|
2157
|
-
export interface JobsProxyGetOptionalParams extends coreClient.OperationOptions {
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
// @public
|
|
2161
|
-
export type JobsProxyGetResponse = Job;
|
|
2162
|
-
|
|
2163
|
-
// @public
|
|
2164
|
-
export interface JobsStartHeaders {
|
|
2165
|
-
// (undocumented)
|
|
2166
|
-
location?: string;
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
// @public
|
|
2170
|
-
export interface JobsStartOptionalParams extends coreClient.OperationOptions {
|
|
2171
|
-
resumeFrom?: string;
|
|
2172
|
-
template?: JobExecutionTemplate;
|
|
2173
|
-
updateIntervalInMs?: number;
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2176
|
-
// @public
|
|
2177
|
-
export type JobsStartResponse = JobExecutionBase;
|
|
2178
|
-
|
|
2179
|
-
// @public
|
|
2180
|
-
export interface JobsStopExecutionHeaders {
|
|
2181
|
-
// (undocumented)
|
|
2182
|
-
location?: string;
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
// @public
|
|
2186
|
-
export interface JobsStopExecutionOptionalParams extends coreClient.OperationOptions {
|
|
2187
|
-
resumeFrom?: string;
|
|
2188
|
-
updateIntervalInMs?: number;
|
|
2189
|
-
}
|
|
2190
|
-
|
|
2191
|
-
// @public
|
|
2192
|
-
export interface JobsStopMultipleExecutionsHeaders {
|
|
2193
|
-
// (undocumented)
|
|
2194
|
-
location?: string;
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
// @public
|
|
2198
|
-
export interface JobsStopMultipleExecutionsOptionalParams extends coreClient.OperationOptions {
|
|
2199
|
-
resumeFrom?: string;
|
|
2200
|
-
updateIntervalInMs?: number;
|
|
2201
|
-
}
|
|
2202
|
-
|
|
2203
|
-
// @public
|
|
2204
|
-
export type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;
|
|
2205
|
-
|
|
2206
|
-
// @public
|
|
2207
|
-
export interface JobsUpdateHeaders {
|
|
2208
|
-
// (undocumented)
|
|
2209
|
-
location?: string;
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
// @public
|
|
2213
|
-
export interface JobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2214
|
-
resumeFrom?: string;
|
|
2215
|
-
updateIntervalInMs?: number;
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
|
-
// @public
|
|
2219
|
-
export type JobsUpdateResponse = Job;
|
|
2220
|
-
|
|
2221
|
-
// @public
|
|
2222
|
-
export interface JobTemplate {
|
|
2223
|
-
containers?: Container[];
|
|
2224
|
-
initContainers?: InitContainer[];
|
|
2225
|
-
volumes?: Volume[];
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
|
-
// @public
|
|
2229
|
-
export interface JwtClaimChecks {
|
|
2230
|
-
allowedClientApplications?: string[];
|
|
2231
|
-
allowedGroups?: string[];
|
|
2232
|
-
}
|
|
2233
|
-
|
|
2234
|
-
// @public
|
|
2235
|
-
export interface KedaConfiguration {
|
|
2236
|
-
readonly version?: string;
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
|
-
// @public
|
|
2240
|
-
export enum KnownAccessMode {
|
|
2241
|
-
ReadOnly = "ReadOnly",
|
|
2242
|
-
ReadWrite = "ReadWrite"
|
|
2243
|
-
}
|
|
2244
|
-
|
|
2245
|
-
// @public
|
|
2246
|
-
export enum KnownAction {
|
|
2247
|
-
Allow = "Allow",
|
|
2248
|
-
Deny = "Deny"
|
|
2249
|
-
}
|
|
2250
|
-
|
|
2251
|
-
// @public
|
|
2252
|
-
export enum KnownActiveRevisionsMode {
|
|
2253
|
-
Multiple = "Multiple",
|
|
2254
|
-
Single = "Single"
|
|
2255
|
-
}
|
|
2256
|
-
|
|
2257
|
-
// @public
|
|
2258
|
-
export enum KnownAffinity {
|
|
2259
|
-
None = "none",
|
|
2260
|
-
Sticky = "sticky"
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
// @public
|
|
2264
|
-
export enum KnownApplicability {
|
|
2265
|
-
Custom = "Custom",
|
|
2266
|
-
LocationDefault = "LocationDefault"
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
// @public
|
|
2270
|
-
export enum KnownAppProtocol {
|
|
2271
|
-
Grpc = "grpc",
|
|
2272
|
-
Http = "http"
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
// @public
|
|
2276
|
-
export enum KnownBindingType {
|
|
2277
|
-
Disabled = "Disabled",
|
|
2278
|
-
SniEnabled = "SniEnabled"
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
// @public
|
|
2282
|
-
export enum KnownCertificateProvisioningState {
|
|
2283
|
-
Canceled = "Canceled",
|
|
2284
|
-
DeleteFailed = "DeleteFailed",
|
|
2285
|
-
Failed = "Failed",
|
|
2286
|
-
Pending = "Pending",
|
|
2287
|
-
Succeeded = "Succeeded"
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
// @public
|
|
2291
|
-
export enum KnownCheckNameAvailabilityReason {
|
|
2292
|
-
AlreadyExists = "AlreadyExists",
|
|
2293
|
-
Invalid = "Invalid"
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
// @public
|
|
2297
|
-
export enum KnownConnectedEnvironmentProvisioningState {
|
|
2298
|
-
Canceled = "Canceled",
|
|
2299
|
-
Failed = "Failed",
|
|
2300
|
-
InfrastructureSetupComplete = "InfrastructureSetupComplete",
|
|
2301
|
-
InfrastructureSetupInProgress = "InfrastructureSetupInProgress",
|
|
2302
|
-
InitializationInProgress = "InitializationInProgress",
|
|
2303
|
-
ScheduledForDelete = "ScheduledForDelete",
|
|
2304
|
-
Succeeded = "Succeeded",
|
|
2305
|
-
Waiting = "Waiting"
|
|
2306
|
-
}
|
|
2307
|
-
|
|
2308
|
-
// @public
|
|
2309
|
-
export enum KnownContainerAppContainerRunningState {
|
|
2310
|
-
Running = "Running",
|
|
2311
|
-
Terminated = "Terminated",
|
|
2312
|
-
Waiting = "Waiting"
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
|
-
// @public
|
|
2316
|
-
export enum KnownContainerAppProvisioningState {
|
|
2317
|
-
Canceled = "Canceled",
|
|
2318
|
-
Deleting = "Deleting",
|
|
2319
|
-
Failed = "Failed",
|
|
2320
|
-
InProgress = "InProgress",
|
|
2321
|
-
Succeeded = "Succeeded"
|
|
2322
|
-
}
|
|
2323
|
-
|
|
2324
|
-
// @public
|
|
2325
|
-
export enum KnownContainerAppReplicaRunningState {
|
|
2326
|
-
NotRunning = "NotRunning",
|
|
2327
|
-
Running = "Running",
|
|
2328
|
-
Unknown = "Unknown"
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
// @public
|
|
2332
|
-
export enum KnownContainerAppRunningStatus {
|
|
2333
|
-
Progressing = "Progressing",
|
|
2334
|
-
Ready = "Ready",
|
|
2335
|
-
Running = "Running",
|
|
2336
|
-
Stopped = "Stopped",
|
|
2337
|
-
Suspended = "Suspended"
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
// @public
|
|
2341
|
-
export enum KnownContainerType {
|
|
2342
|
-
CustomContainer = "CustomContainer",
|
|
2343
|
-
PythonLTS = "PythonLTS"
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
|
-
// @public
|
|
2347
|
-
export enum KnownCreatedByType {
|
|
2348
|
-
Application = "Application",
|
|
2349
|
-
Key = "Key",
|
|
2350
|
-
ManagedIdentity = "ManagedIdentity",
|
|
2351
|
-
User = "User"
|
|
2352
|
-
}
|
|
2353
|
-
|
|
2354
|
-
// @public
|
|
2355
|
-
export enum KnownEnvironmentProvisioningState {
|
|
2356
|
-
Canceled = "Canceled",
|
|
2357
|
-
Failed = "Failed",
|
|
2358
|
-
InfrastructureSetupComplete = "InfrastructureSetupComplete",
|
|
2359
|
-
InfrastructureSetupInProgress = "InfrastructureSetupInProgress",
|
|
2360
|
-
InitializationInProgress = "InitializationInProgress",
|
|
2361
|
-
ScheduledForDelete = "ScheduledForDelete",
|
|
2362
|
-
Succeeded = "Succeeded",
|
|
2363
|
-
UpgradeFailed = "UpgradeFailed",
|
|
2364
|
-
UpgradeRequested = "UpgradeRequested",
|
|
2365
|
-
Waiting = "Waiting"
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
|
-
// @public
|
|
2369
|
-
export enum KnownExtendedLocationTypes {
|
|
2370
|
-
CustomLocation = "CustomLocation"
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
// @public
|
|
2374
|
-
export enum KnownIdentitySettingsLifeCycle {
|
|
2375
|
-
All = "All",
|
|
2376
|
-
Init = "Init",
|
|
2377
|
-
Main = "Main",
|
|
2378
|
-
None = "None"
|
|
2379
|
-
}
|
|
2380
|
-
|
|
2381
|
-
// @public
|
|
2382
|
-
export enum KnownIngressClientCertificateMode {
|
|
2383
|
-
Accept = "accept",
|
|
2384
|
-
Ignore = "ignore",
|
|
2385
|
-
Require = "require"
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
|
-
// @public
|
|
2389
|
-
export enum KnownIngressTransportMethod {
|
|
2390
|
-
Auto = "auto",
|
|
2391
|
-
Http = "http",
|
|
2392
|
-
Http2 = "http2",
|
|
2393
|
-
Tcp = "tcp"
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
|
-
// @public
|
|
2397
|
-
export enum KnownJavaComponentProvisioningState {
|
|
2398
|
-
Canceled = "Canceled",
|
|
2399
|
-
Deleting = "Deleting",
|
|
2400
|
-
Failed = "Failed",
|
|
2401
|
-
InProgress = "InProgress",
|
|
2402
|
-
Succeeded = "Succeeded"
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
// @public
|
|
2406
|
-
export enum KnownJavaComponentType {
|
|
2407
|
-
SpringBootAdmin = "SpringBootAdmin",
|
|
2408
|
-
SpringCloudConfig = "SpringCloudConfig",
|
|
2409
|
-
SpringCloudEureka = "SpringCloudEureka"
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
|
-
// @public
|
|
2413
|
-
export enum KnownJobExecutionRunningState {
|
|
2414
|
-
Degraded = "Degraded",
|
|
2415
|
-
Failed = "Failed",
|
|
2416
|
-
Processing = "Processing",
|
|
2417
|
-
Running = "Running",
|
|
2418
|
-
Stopped = "Stopped",
|
|
2419
|
-
Succeeded = "Succeeded",
|
|
2420
|
-
Unknown = "Unknown"
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
// @public
|
|
2424
|
-
export enum KnownJobProvisioningState {
|
|
2425
|
-
Canceled = "Canceled",
|
|
2426
|
-
Deleting = "Deleting",
|
|
2427
|
-
Failed = "Failed",
|
|
2428
|
-
InProgress = "InProgress",
|
|
2429
|
-
Succeeded = "Succeeded"
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
// @public
|
|
2433
|
-
export enum KnownLifecycleType {
|
|
2434
|
-
OnContainerExit = "OnContainerExit",
|
|
2435
|
-
Timed = "Timed"
|
|
2436
|
-
}
|
|
2437
|
-
|
|
2438
|
-
// @public
|
|
2439
|
-
export enum KnownLogLevel {
|
|
2440
|
-
Debug = "debug",
|
|
2441
|
-
Error = "error",
|
|
2442
|
-
Info = "info",
|
|
2443
|
-
Warn = "warn"
|
|
2444
|
-
}
|
|
2445
|
-
|
|
2446
|
-
// @public
|
|
2447
|
-
export enum KnownManagedCertificateDomainControlValidation {
|
|
2448
|
-
Cname = "CNAME",
|
|
2449
|
-
Http = "HTTP",
|
|
2450
|
-
TXT = "TXT"
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
|
-
// @public
|
|
2454
|
-
export enum KnownManagedServiceIdentityType {
|
|
2455
|
-
None = "None",
|
|
2456
|
-
SystemAssigned = "SystemAssigned",
|
|
2457
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
2458
|
-
UserAssigned = "UserAssigned"
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
// @public
|
|
2462
|
-
export enum KnownPoolManagementType {
|
|
2463
|
-
Dynamic = "Dynamic",
|
|
2464
|
-
Manual = "Manual"
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
// @public
|
|
2468
|
-
export enum KnownRevisionHealthState {
|
|
2469
|
-
Healthy = "Healthy",
|
|
2470
|
-
None = "None",
|
|
2471
|
-
Unhealthy = "Unhealthy"
|
|
2472
|
-
}
|
|
2473
|
-
|
|
2474
|
-
// @public
|
|
2475
|
-
export enum KnownRevisionProvisioningState {
|
|
2476
|
-
Deprovisioned = "Deprovisioned",
|
|
2477
|
-
Deprovisioning = "Deprovisioning",
|
|
2478
|
-
Failed = "Failed",
|
|
2479
|
-
Provisioned = "Provisioned",
|
|
2480
|
-
Provisioning = "Provisioning"
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
// @public
|
|
2484
|
-
export enum KnownRevisionRunningState {
|
|
2485
|
-
Degraded = "Degraded",
|
|
2486
|
-
Failed = "Failed",
|
|
2487
|
-
Processing = "Processing",
|
|
2488
|
-
Running = "Running",
|
|
2489
|
-
Stopped = "Stopped",
|
|
2490
|
-
Unknown = "Unknown"
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
// @public
|
|
2494
|
-
export enum KnownScheme {
|
|
2495
|
-
Http = "HTTP",
|
|
2496
|
-
Https = "HTTPS"
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
|
-
// @public
|
|
2500
|
-
export enum KnownSessionNetworkStatus {
|
|
2501
|
-
EgressDisabled = "EgressDisabled",
|
|
2502
|
-
EgressEnabled = "EgressEnabled"
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
// @public
|
|
2506
|
-
export enum KnownSessionPoolProvisioningState {
|
|
2507
|
-
Canceled = "Canceled",
|
|
2508
|
-
Deleting = "Deleting",
|
|
2509
|
-
Failed = "Failed",
|
|
2510
|
-
InProgress = "InProgress",
|
|
2511
|
-
Succeeded = "Succeeded"
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
|
-
// @public
|
|
2515
|
-
export enum KnownSourceControlOperationState {
|
|
2516
|
-
Canceled = "Canceled",
|
|
2517
|
-
Failed = "Failed",
|
|
2518
|
-
InProgress = "InProgress",
|
|
2519
|
-
Succeeded = "Succeeded"
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
// @public
|
|
2523
|
-
export enum KnownStorageType {
|
|
2524
|
-
AzureFile = "AzureFile",
|
|
2525
|
-
EmptyDir = "EmptyDir",
|
|
2526
|
-
NfsAzureFile = "NfsAzureFile",
|
|
2527
|
-
Secret = "Secret"
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
// @public
|
|
2531
|
-
export enum KnownTriggerType {
|
|
2532
|
-
Event = "Event",
|
|
2533
|
-
Manual = "Manual",
|
|
2534
|
-
Schedule = "Schedule"
|
|
2535
|
-
}
|
|
2536
|
-
|
|
2537
|
-
// @public
|
|
2538
|
-
export enum KnownType {
|
|
2539
|
-
Liveness = "Liveness",
|
|
2540
|
-
Readiness = "Readiness",
|
|
2541
|
-
Startup = "Startup"
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
|
-
// @public
|
|
2545
|
-
export interface LifecycleConfiguration {
|
|
2546
|
-
cooldownPeriodInSeconds?: number;
|
|
2547
|
-
lifecycleType?: LifecycleType;
|
|
2548
|
-
maxAlivePeriodInSeconds?: number;
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
// @public
|
|
2552
|
-
export type LifecycleType = string;
|
|
2553
|
-
|
|
2554
|
-
// @public (undocumented)
|
|
2555
|
-
export interface ListUsagesResult {
|
|
2556
|
-
nextLink?: string;
|
|
2557
|
-
value?: Usage[];
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
// @public
|
|
2561
|
-
export interface LogAnalyticsConfiguration {
|
|
2562
|
-
customerId?: string;
|
|
2563
|
-
sharedKey?: string;
|
|
2564
|
-
}
|
|
2565
|
-
|
|
2566
|
-
// @public
|
|
2567
|
-
export interface Login {
|
|
2568
|
-
allowedExternalRedirectUrls?: string[];
|
|
2569
|
-
cookieExpiration?: CookieExpiration;
|
|
2570
|
-
nonce?: Nonce;
|
|
2571
|
-
preserveUrlFragmentsForLogins?: boolean;
|
|
2572
|
-
routes?: LoginRoutes;
|
|
2573
|
-
tokenStore?: TokenStore;
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
|
-
// @public
|
|
2577
|
-
export interface LoginRoutes {
|
|
2578
|
-
logoutEndpoint?: string;
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
// @public
|
|
2582
|
-
export interface LoginScopes {
|
|
2583
|
-
scopes?: string[];
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
// @public
|
|
2587
|
-
export type LogLevel = string;
|
|
2588
|
-
|
|
2589
|
-
// @public
|
|
2590
|
-
export interface ManagedCertificate extends TrackedResource {
|
|
2591
|
-
properties?: ManagedCertificateProperties;
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2594
|
-
// @public
|
|
2595
|
-
export interface ManagedCertificateCollection {
|
|
2596
|
-
readonly nextLink?: string;
|
|
2597
|
-
value: ManagedCertificate[];
|
|
2598
|
-
}
|
|
2599
|
-
|
|
2600
|
-
// @public
|
|
2601
|
-
export type ManagedCertificateDomainControlValidation = string;
|
|
2602
|
-
|
|
2603
|
-
// @public
|
|
2604
|
-
export interface ManagedCertificatePatch {
|
|
2605
|
-
tags?: {
|
|
2606
|
-
[propertyName: string]: string;
|
|
2607
|
-
};
|
|
2608
|
-
}
|
|
2609
|
-
|
|
2610
|
-
// @public
|
|
2611
|
-
export interface ManagedCertificateProperties {
|
|
2612
|
-
domainControlValidation?: ManagedCertificateDomainControlValidation;
|
|
2613
|
-
readonly error?: string;
|
|
2614
|
-
readonly provisioningState?: CertificateProvisioningState;
|
|
2615
|
-
subjectName?: string;
|
|
2616
|
-
readonly validationToken?: string;
|
|
2617
|
-
}
|
|
2618
|
-
|
|
2619
|
-
// @public
|
|
2620
|
-
export interface ManagedCertificates {
|
|
2621
|
-
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCertificatesCreateOrUpdateResponse>, ManagedCertificatesCreateOrUpdateResponse>>;
|
|
2622
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesCreateOrUpdateOptionalParams): Promise<ManagedCertificatesCreateOrUpdateResponse>;
|
|
2623
|
-
delete(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesDeleteOptionalParams): Promise<void>;
|
|
2624
|
-
get(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesGetOptionalParams): Promise<ManagedCertificatesGetResponse>;
|
|
2625
|
-
list(resourceGroupName: string, environmentName: string, options?: ManagedCertificatesListOptionalParams): PagedAsyncIterableIterator<ManagedCertificate>;
|
|
2626
|
-
update(resourceGroupName: string, environmentName: string, managedCertificateName: string, managedCertificateEnvelope: ManagedCertificatePatch, options?: ManagedCertificatesUpdateOptionalParams): Promise<ManagedCertificatesUpdateResponse>;
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
// @public
|
|
2630
|
-
export interface ManagedCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2631
|
-
managedCertificateEnvelope?: ManagedCertificate;
|
|
2632
|
-
resumeFrom?: string;
|
|
2633
|
-
updateIntervalInMs?: number;
|
|
2634
|
-
}
|
|
2635
|
-
|
|
2636
|
-
// @public
|
|
2637
|
-
export type ManagedCertificatesCreateOrUpdateResponse = ManagedCertificate;
|
|
2638
|
-
|
|
2639
|
-
// @public
|
|
2640
|
-
export interface ManagedCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
// @public
|
|
2644
|
-
export interface ManagedCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
// @public
|
|
2648
|
-
export type ManagedCertificatesGetResponse = ManagedCertificate;
|
|
2649
|
-
|
|
2650
|
-
// @public
|
|
2651
|
-
export interface ManagedCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2654
|
-
// @public
|
|
2655
|
-
export type ManagedCertificatesListNextResponse = ManagedCertificateCollection;
|
|
2656
|
-
|
|
2657
|
-
// @public
|
|
2658
|
-
export interface ManagedCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
|
-
// @public
|
|
2662
|
-
export type ManagedCertificatesListResponse = ManagedCertificateCollection;
|
|
2663
|
-
|
|
2664
|
-
// @public
|
|
2665
|
-
export interface ManagedCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
// @public
|
|
2669
|
-
export type ManagedCertificatesUpdateResponse = ManagedCertificate;
|
|
2670
|
-
|
|
2671
|
-
// @public
|
|
2672
|
-
export interface ManagedEnvironment extends TrackedResource {
|
|
2673
|
-
appLogsConfiguration?: AppLogsConfiguration;
|
|
2674
|
-
customDomainConfiguration?: CustomDomainConfiguration;
|
|
2675
|
-
daprAIConnectionString?: string;
|
|
2676
|
-
daprAIInstrumentationKey?: string;
|
|
2677
|
-
daprConfiguration?: DaprConfiguration;
|
|
2678
|
-
readonly defaultDomain?: string;
|
|
2679
|
-
readonly deploymentErrors?: string;
|
|
2680
|
-
readonly eventStreamEndpoint?: string;
|
|
2681
|
-
identity?: ManagedServiceIdentity;
|
|
2682
|
-
infrastructureResourceGroup?: string;
|
|
2683
|
-
kedaConfiguration?: KedaConfiguration;
|
|
2684
|
-
kind?: string;
|
|
2685
|
-
peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
|
|
2686
|
-
peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;
|
|
2687
|
-
readonly provisioningState?: EnvironmentProvisioningState;
|
|
2688
|
-
readonly staticIp?: string;
|
|
2689
|
-
vnetConfiguration?: VnetConfiguration;
|
|
2690
|
-
workloadProfiles?: WorkloadProfile[];
|
|
2691
|
-
zoneRedundant?: boolean;
|
|
2692
|
-
}
|
|
2693
|
-
|
|
2694
|
-
// @public
|
|
2695
|
-
export interface ManagedEnvironmentDiagnostics {
|
|
2696
|
-
getDetector(resourceGroupName: string, environmentName: string, detectorName: string, options?: ManagedEnvironmentDiagnosticsGetDetectorOptionalParams): Promise<ManagedEnvironmentDiagnosticsGetDetectorResponse>;
|
|
2697
|
-
listDetectors(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentDiagnosticsListDetectorsOptionalParams): Promise<ManagedEnvironmentDiagnosticsListDetectorsResponse>;
|
|
2698
|
-
}
|
|
2699
|
-
|
|
2700
|
-
// @public
|
|
2701
|
-
export interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
|
-
// @public
|
|
2705
|
-
export type ManagedEnvironmentDiagnosticsGetDetectorResponse = Diagnostics;
|
|
2706
|
-
|
|
2707
|
-
// @public
|
|
2708
|
-
export interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
// @public
|
|
2712
|
-
export type ManagedEnvironmentDiagnosticsListDetectorsResponse = DiagnosticsCollection;
|
|
2713
|
-
|
|
2714
|
-
// @public
|
|
2715
|
-
export interface ManagedEnvironmentPropertiesPeerAuthentication {
|
|
2716
|
-
mtls?: Mtls;
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
// @public
|
|
2720
|
-
export interface ManagedEnvironmentPropertiesPeerTrafficConfiguration {
|
|
2721
|
-
encryption?: ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption;
|
|
2722
|
-
}
|
|
2723
|
-
|
|
2724
|
-
// @public
|
|
2725
|
-
export interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption {
|
|
2726
|
-
enabled?: boolean;
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
// @public
|
|
2730
|
-
export interface ManagedEnvironments {
|
|
2731
|
-
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, environmentEnvelope: ManagedEnvironment, options?: ManagedEnvironmentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentsCreateOrUpdateResponse>, ManagedEnvironmentsCreateOrUpdateResponse>>;
|
|
2732
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, environmentEnvelope: ManagedEnvironment, options?: ManagedEnvironmentsCreateOrUpdateOptionalParams): Promise<ManagedEnvironmentsCreateOrUpdateResponse>;
|
|
2733
|
-
beginDelete(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2734
|
-
beginDeleteAndWait(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentsDeleteOptionalParams): Promise<void>;
|
|
2735
|
-
beginUpdate(resourceGroupName: string, environmentName: string, environmentEnvelope: ManagedEnvironment, options?: ManagedEnvironmentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentsUpdateResponse>, ManagedEnvironmentsUpdateResponse>>;
|
|
2736
|
-
beginUpdateAndWait(resourceGroupName: string, environmentName: string, environmentEnvelope: ManagedEnvironment, options?: ManagedEnvironmentsUpdateOptionalParams): Promise<ManagedEnvironmentsUpdateResponse>;
|
|
2737
|
-
get(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentsGetOptionalParams): Promise<ManagedEnvironmentsGetResponse>;
|
|
2738
|
-
getAuthToken(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentsGetAuthTokenOptionalParams): Promise<ManagedEnvironmentsGetAuthTokenResponse>;
|
|
2739
|
-
listByResourceGroup(resourceGroupName: string, options?: ManagedEnvironmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedEnvironment>;
|
|
2740
|
-
listBySubscription(options?: ManagedEnvironmentsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ManagedEnvironment>;
|
|
2741
|
-
listWorkloadProfileStates(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentsListWorkloadProfileStatesOptionalParams): PagedAsyncIterableIterator<WorkloadProfileStates>;
|
|
2742
|
-
}
|
|
2743
|
-
|
|
2744
|
-
// @public
|
|
2745
|
-
export interface ManagedEnvironmentsCollection {
|
|
2746
|
-
readonly nextLink?: string;
|
|
2747
|
-
value: ManagedEnvironment[];
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
|
-
// @public
|
|
2751
|
-
export interface ManagedEnvironmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2752
|
-
resumeFrom?: string;
|
|
2753
|
-
updateIntervalInMs?: number;
|
|
2754
|
-
}
|
|
2755
|
-
|
|
2756
|
-
// @public
|
|
2757
|
-
export type ManagedEnvironmentsCreateOrUpdateResponse = ManagedEnvironment;
|
|
2758
|
-
|
|
2759
|
-
// @public
|
|
2760
|
-
export interface ManagedEnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2761
|
-
resumeFrom?: string;
|
|
2762
|
-
updateIntervalInMs?: number;
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
|
-
// @public
|
|
2766
|
-
export interface ManagedEnvironmentsDiagnostics {
|
|
2767
|
-
getRoot(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentsDiagnosticsGetRootOptionalParams): Promise<ManagedEnvironmentsDiagnosticsGetRootResponse>;
|
|
2768
|
-
}
|
|
2769
|
-
|
|
2770
|
-
// @public
|
|
2771
|
-
export interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams extends coreClient.OperationOptions {
|
|
2772
|
-
}
|
|
2773
|
-
|
|
2774
|
-
// @public
|
|
2775
|
-
export type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;
|
|
2776
|
-
|
|
2777
|
-
// @public
|
|
2778
|
-
export interface ManagedEnvironmentsGetAuthTokenOptionalParams extends coreClient.OperationOptions {
|
|
2779
|
-
}
|
|
2780
|
-
|
|
2781
|
-
// @public
|
|
2782
|
-
export type ManagedEnvironmentsGetAuthTokenResponse = EnvironmentAuthToken;
|
|
2783
|
-
|
|
2784
|
-
// @public
|
|
2785
|
-
export interface ManagedEnvironmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
2786
|
-
}
|
|
2787
|
-
|
|
2788
|
-
// @public
|
|
2789
|
-
export type ManagedEnvironmentsGetResponse = ManagedEnvironment;
|
|
2790
|
-
|
|
2791
|
-
// @public
|
|
2792
|
-
export interface ManagedEnvironmentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
// @public
|
|
2796
|
-
export type ManagedEnvironmentsListByResourceGroupNextResponse = ManagedEnvironmentsCollection;
|
|
2797
|
-
|
|
2798
|
-
// @public
|
|
2799
|
-
export interface ManagedEnvironmentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2800
|
-
}
|
|
2801
|
-
|
|
2802
|
-
// @public
|
|
2803
|
-
export type ManagedEnvironmentsListByResourceGroupResponse = ManagedEnvironmentsCollection;
|
|
2804
|
-
|
|
2805
|
-
// @public
|
|
2806
|
-
export interface ManagedEnvironmentsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2807
|
-
}
|
|
2808
|
-
|
|
2809
|
-
// @public
|
|
2810
|
-
export type ManagedEnvironmentsListBySubscriptionNextResponse = ManagedEnvironmentsCollection;
|
|
2811
|
-
|
|
2812
|
-
// @public
|
|
2813
|
-
export interface ManagedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2814
|
-
}
|
|
2815
|
-
|
|
2816
|
-
// @public
|
|
2817
|
-
export type ManagedEnvironmentsListBySubscriptionResponse = ManagedEnvironmentsCollection;
|
|
2818
|
-
|
|
2819
|
-
// @public
|
|
2820
|
-
export interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams extends coreClient.OperationOptions {
|
|
2821
|
-
}
|
|
2822
|
-
|
|
2823
|
-
// @public
|
|
2824
|
-
export type ManagedEnvironmentsListWorkloadProfileStatesNextResponse = WorkloadProfileStatesCollection;
|
|
2825
|
-
|
|
2826
|
-
// @public
|
|
2827
|
-
export interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams extends coreClient.OperationOptions {
|
|
2828
|
-
}
|
|
2829
|
-
|
|
2830
|
-
// @public
|
|
2831
|
-
export type ManagedEnvironmentsListWorkloadProfileStatesResponse = WorkloadProfileStatesCollection;
|
|
2832
|
-
|
|
2833
|
-
// @public
|
|
2834
|
-
export interface ManagedEnvironmentsStorages {
|
|
2835
|
-
createOrUpdate(resourceGroupName: string, environmentName: string, storageName: string, storageEnvelope: ManagedEnvironmentStorage, options?: ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams): Promise<ManagedEnvironmentsStoragesCreateOrUpdateResponse>;
|
|
2836
|
-
delete(resourceGroupName: string, environmentName: string, storageName: string, options?: ManagedEnvironmentsStoragesDeleteOptionalParams): Promise<void>;
|
|
2837
|
-
get(resourceGroupName: string, environmentName: string, storageName: string, options?: ManagedEnvironmentsStoragesGetOptionalParams): Promise<ManagedEnvironmentsStoragesGetResponse>;
|
|
2838
|
-
list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentsStoragesListOptionalParams): Promise<ManagedEnvironmentsStoragesListResponse>;
|
|
2839
|
-
}
|
|
2840
|
-
|
|
2841
|
-
// @public
|
|
2842
|
-
export interface ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2843
|
-
}
|
|
2844
|
-
|
|
2845
|
-
// @public
|
|
2846
|
-
export type ManagedEnvironmentsStoragesCreateOrUpdateResponse = ManagedEnvironmentStorage;
|
|
2847
|
-
|
|
2848
|
-
// @public
|
|
2849
|
-
export interface ManagedEnvironmentsStoragesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
// @public
|
|
2853
|
-
export interface ManagedEnvironmentsStoragesGetOptionalParams extends coreClient.OperationOptions {
|
|
2854
|
-
}
|
|
2855
|
-
|
|
2856
|
-
// @public
|
|
2857
|
-
export type ManagedEnvironmentsStoragesGetResponse = ManagedEnvironmentStorage;
|
|
2858
|
-
|
|
2859
|
-
// @public
|
|
2860
|
-
export interface ManagedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
|
|
2861
|
-
}
|
|
2862
|
-
|
|
2863
|
-
// @public
|
|
2864
|
-
export type ManagedEnvironmentsStoragesListResponse = ManagedEnvironmentStoragesCollection;
|
|
2865
|
-
|
|
2866
|
-
// @public
|
|
2867
|
-
export interface ManagedEnvironmentStorage extends ProxyResource {
|
|
2868
|
-
properties?: ManagedEnvironmentStorageProperties;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
// @public
|
|
2872
|
-
export interface ManagedEnvironmentStorageProperties {
|
|
2873
|
-
azureFile?: AzureFileProperties;
|
|
2874
|
-
nfsAzureFile?: NfsAzureFileProperties;
|
|
2875
|
-
}
|
|
2876
|
-
|
|
2877
|
-
// @public
|
|
2878
|
-
export interface ManagedEnvironmentStoragesCollection {
|
|
2879
|
-
value: ManagedEnvironmentStorage[];
|
|
2880
|
-
}
|
|
2881
|
-
|
|
2882
|
-
// @public
|
|
2883
|
-
export interface ManagedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2884
|
-
resumeFrom?: string;
|
|
2885
|
-
updateIntervalInMs?: number;
|
|
2886
|
-
}
|
|
2887
|
-
|
|
2888
|
-
// @public
|
|
2889
|
-
export type ManagedEnvironmentsUpdateResponse = ManagedEnvironment;
|
|
2890
|
-
|
|
2891
|
-
// @public
|
|
2892
|
-
export interface ManagedEnvironmentUsages {
|
|
2893
|
-
list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentUsagesListOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
2894
|
-
}
|
|
2895
|
-
|
|
2896
|
-
// @public
|
|
2897
|
-
export interface ManagedEnvironmentUsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2898
|
-
}
|
|
2899
|
-
|
|
2900
|
-
// @public
|
|
2901
|
-
export type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;
|
|
2902
|
-
|
|
2903
|
-
// @public
|
|
2904
|
-
export interface ManagedEnvironmentUsagesListOptionalParams extends coreClient.OperationOptions {
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
|
-
// @public
|
|
2908
|
-
export type ManagedEnvironmentUsagesListResponse = ListUsagesResult;
|
|
2909
|
-
|
|
2910
|
-
// @public
|
|
2911
|
-
export interface ManagedIdentitySetting {
|
|
2912
|
-
identity: string;
|
|
2913
|
-
lifecycle?: IdentitySettingsLifeCycle;
|
|
2914
|
-
}
|
|
2915
|
-
|
|
2916
|
-
// @public
|
|
2917
|
-
export interface ManagedServiceIdentity {
|
|
2918
|
-
readonly principalId?: string;
|
|
2919
|
-
readonly tenantId?: string;
|
|
2920
|
-
type: ManagedServiceIdentityType;
|
|
2921
|
-
userAssignedIdentities?: {
|
|
2922
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
2923
|
-
};
|
|
2924
|
-
}
|
|
2925
|
-
|
|
2926
|
-
// @public
|
|
2927
|
-
export type ManagedServiceIdentityType = string;
|
|
2928
|
-
|
|
2929
|
-
// @public
|
|
2930
|
-
export interface Mtls {
|
|
2931
|
-
enabled?: boolean;
|
|
2932
|
-
}
|
|
2933
|
-
|
|
2934
|
-
// @public
|
|
2935
|
-
export interface Namespaces {
|
|
2936
|
-
checkNameAvailability(resourceGroupName: string, environmentName: string, checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: NamespacesCheckNameAvailabilityOptionalParams): Promise<NamespacesCheckNameAvailabilityResponse>;
|
|
2937
|
-
}
|
|
2938
|
-
|
|
2939
|
-
// @public
|
|
2940
|
-
export interface NamespacesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
// @public
|
|
2944
|
-
export type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
2945
|
-
|
|
2946
|
-
// @public
|
|
2947
|
-
export interface NfsAzureFileProperties {
|
|
2948
|
-
accessMode?: AccessMode;
|
|
2949
|
-
server?: string;
|
|
2950
|
-
shareName?: string;
|
|
2951
|
-
}
|
|
2952
|
-
|
|
2953
|
-
// @public
|
|
2954
|
-
export interface Nonce {
|
|
2955
|
-
nonceExpirationInterval?: string;
|
|
2956
|
-
validateNonce?: boolean;
|
|
2957
|
-
}
|
|
2958
|
-
|
|
2959
|
-
// @public
|
|
2960
|
-
export interface OpenIdConnectClientCredential {
|
|
2961
|
-
clientSecretSettingName?: string;
|
|
2962
|
-
method?: "ClientSecretPost";
|
|
2963
|
-
}
|
|
2964
|
-
|
|
2965
|
-
// @public
|
|
2966
|
-
export interface OpenIdConnectConfig {
|
|
2967
|
-
authorizationEndpoint?: string;
|
|
2968
|
-
certificationUri?: string;
|
|
2969
|
-
issuer?: string;
|
|
2970
|
-
tokenEndpoint?: string;
|
|
2971
|
-
wellKnownOpenIdConfiguration?: string;
|
|
2972
|
-
}
|
|
2973
|
-
|
|
2974
|
-
// @public
|
|
2975
|
-
export interface OpenIdConnectLogin {
|
|
2976
|
-
nameClaimType?: string;
|
|
2977
|
-
scopes?: string[];
|
|
2978
|
-
}
|
|
2979
|
-
|
|
2980
|
-
// @public
|
|
2981
|
-
export interface OpenIdConnectRegistration {
|
|
2982
|
-
clientCredential?: OpenIdConnectClientCredential;
|
|
2983
|
-
clientId?: string;
|
|
2984
|
-
openIdConnectConfiguration?: OpenIdConnectConfig;
|
|
2985
|
-
}
|
|
2986
|
-
|
|
2987
|
-
// @public
|
|
2988
|
-
export interface OperationDetail {
|
|
2989
|
-
display?: OperationDisplay;
|
|
2990
|
-
isDataAction?: boolean;
|
|
2991
|
-
name?: string;
|
|
2992
|
-
origin?: string;
|
|
2993
|
-
}
|
|
2994
|
-
|
|
2995
|
-
// @public
|
|
2996
|
-
export interface OperationDisplay {
|
|
2997
|
-
description?: string;
|
|
2998
|
-
operation?: string;
|
|
2999
|
-
provider?: string;
|
|
3000
|
-
resource?: string;
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
|
-
// @public
|
|
3004
|
-
export interface Operations {
|
|
3005
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDetail>;
|
|
3006
|
-
}
|
|
3007
|
-
|
|
3008
|
-
// @public
|
|
3009
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3010
|
-
}
|
|
3011
|
-
|
|
3012
|
-
// @public
|
|
3013
|
-
export type OperationsListNextResponse = AvailableOperations;
|
|
3014
|
-
|
|
3015
|
-
// @public
|
|
3016
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3017
|
-
}
|
|
3018
|
-
|
|
3019
|
-
// @public
|
|
3020
|
-
export type OperationsListResponse = AvailableOperations;
|
|
3021
|
-
|
|
3022
|
-
// @public
|
|
3023
|
-
export type PoolManagementType = string;
|
|
3024
|
-
|
|
3025
|
-
// @public
|
|
3026
|
-
export interface ProxyResource extends Resource {
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
// @public
|
|
3030
|
-
export interface QueueScaleRule {
|
|
3031
|
-
accountName?: string;
|
|
3032
|
-
auth?: ScaleRuleAuth[];
|
|
3033
|
-
identity?: string;
|
|
3034
|
-
queueLength?: number;
|
|
3035
|
-
queueName?: string;
|
|
3036
|
-
}
|
|
3037
|
-
|
|
3038
|
-
// @public
|
|
3039
|
-
export interface RegistryCredentials {
|
|
3040
|
-
identity?: string;
|
|
3041
|
-
passwordSecretRef?: string;
|
|
3042
|
-
server?: string;
|
|
3043
|
-
username?: string;
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
// @public
|
|
3047
|
-
export interface RegistryInfo {
|
|
3048
|
-
registryPassword?: string;
|
|
3049
|
-
registryUrl?: string;
|
|
3050
|
-
registryUserName?: string;
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
|
-
// @public
|
|
3054
|
-
export interface Replica extends ProxyResource {
|
|
3055
|
-
containers?: ReplicaContainer[];
|
|
3056
|
-
readonly createdTime?: Date;
|
|
3057
|
-
initContainers?: ReplicaContainer[];
|
|
3058
|
-
readonly runningState?: ContainerAppReplicaRunningState;
|
|
3059
|
-
readonly runningStateDetails?: string;
|
|
3060
|
-
}
|
|
3061
|
-
|
|
3062
|
-
// @public
|
|
3063
|
-
export interface ReplicaCollection {
|
|
3064
|
-
value: Replica[];
|
|
3065
|
-
}
|
|
3066
|
-
|
|
3067
|
-
// @public
|
|
3068
|
-
export interface ReplicaContainer {
|
|
3069
|
-
containerId?: string;
|
|
3070
|
-
readonly execEndpoint?: string;
|
|
3071
|
-
readonly logStreamEndpoint?: string;
|
|
3072
|
-
name?: string;
|
|
3073
|
-
ready?: boolean;
|
|
3074
|
-
restartCount?: number;
|
|
3075
|
-
readonly runningState?: ContainerAppContainerRunningState;
|
|
3076
|
-
readonly runningStateDetails?: string;
|
|
3077
|
-
started?: boolean;
|
|
3078
|
-
}
|
|
3079
|
-
|
|
3080
|
-
// @public
|
|
3081
|
-
export interface Resource {
|
|
3082
|
-
readonly id?: string;
|
|
3083
|
-
readonly name?: string;
|
|
3084
|
-
readonly systemData?: SystemData;
|
|
3085
|
-
readonly type?: string;
|
|
3086
|
-
}
|
|
3087
|
-
|
|
3088
|
-
// @public
|
|
3089
|
-
export interface Revision extends ProxyResource {
|
|
3090
|
-
readonly active?: boolean;
|
|
3091
|
-
readonly createdTime?: Date;
|
|
3092
|
-
readonly fqdn?: string;
|
|
3093
|
-
readonly healthState?: RevisionHealthState;
|
|
3094
|
-
readonly lastActiveTime?: Date;
|
|
3095
|
-
readonly provisioningError?: string;
|
|
3096
|
-
readonly provisioningState?: RevisionProvisioningState;
|
|
3097
|
-
readonly replicas?: number;
|
|
3098
|
-
readonly runningState?: RevisionRunningState;
|
|
3099
|
-
readonly template?: Template;
|
|
3100
|
-
readonly trafficWeight?: number;
|
|
3101
|
-
}
|
|
3102
|
-
|
|
3103
|
-
// @public
|
|
3104
|
-
export interface RevisionCollection {
|
|
3105
|
-
readonly nextLink?: string;
|
|
3106
|
-
value: Revision[];
|
|
3107
|
-
}
|
|
3108
|
-
|
|
3109
|
-
// @public
|
|
3110
|
-
export type RevisionHealthState = string;
|
|
3111
|
-
|
|
3112
|
-
// @public
|
|
3113
|
-
export type RevisionProvisioningState = string;
|
|
3114
|
-
|
|
3115
|
-
// @public
|
|
3116
|
-
export type RevisionRunningState = string;
|
|
3117
|
-
|
|
3118
|
-
// @public
|
|
3119
|
-
export interface Runtime {
|
|
3120
|
-
java?: RuntimeJava;
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
|
-
// @public
|
|
3124
|
-
export interface RuntimeJava {
|
|
3125
|
-
enableMetrics?: boolean;
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
// @public
|
|
3129
|
-
export interface Scale {
|
|
3130
|
-
cooldownPeriod?: number;
|
|
3131
|
-
maxReplicas?: number;
|
|
3132
|
-
minReplicas?: number;
|
|
3133
|
-
pollingInterval?: number;
|
|
3134
|
-
rules?: ScaleRule[];
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
|
-
// @public
|
|
3138
|
-
export interface ScaleConfiguration {
|
|
3139
|
-
maxConcurrentSessions?: number;
|
|
3140
|
-
readySessionInstances?: number;
|
|
3141
|
-
}
|
|
3142
|
-
|
|
3143
|
-
// @public
|
|
3144
|
-
export interface ScaleRule {
|
|
3145
|
-
azureQueue?: QueueScaleRule;
|
|
3146
|
-
custom?: CustomScaleRule;
|
|
3147
|
-
http?: HttpScaleRule;
|
|
3148
|
-
name?: string;
|
|
3149
|
-
tcp?: TcpScaleRule;
|
|
3150
|
-
}
|
|
3151
|
-
|
|
3152
|
-
// @public
|
|
3153
|
-
export interface ScaleRuleAuth {
|
|
3154
|
-
secretRef?: string;
|
|
3155
|
-
triggerParameter?: string;
|
|
3156
|
-
}
|
|
3157
|
-
|
|
3158
|
-
// @public
|
|
3159
|
-
export type Scheme = string;
|
|
3160
|
-
|
|
3161
|
-
// @public
|
|
3162
|
-
export interface Secret {
|
|
3163
|
-
identity?: string;
|
|
3164
|
-
keyVaultUrl?: string;
|
|
3165
|
-
name?: string;
|
|
3166
|
-
value?: string;
|
|
3167
|
-
}
|
|
3168
|
-
|
|
3169
|
-
// @public
|
|
3170
|
-
export interface SecretsCollection {
|
|
3171
|
-
value: ContainerAppSecret[];
|
|
3172
|
-
}
|
|
3173
|
-
|
|
3174
|
-
// @public
|
|
3175
|
-
export interface SecretVolumeItem {
|
|
3176
|
-
path?: string;
|
|
3177
|
-
secretRef?: string;
|
|
3178
|
-
}
|
|
3179
|
-
|
|
3180
|
-
// @public
|
|
3181
|
-
export interface Service {
|
|
3182
|
-
type: string;
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
|
-
// @public
|
|
3186
|
-
export interface ServiceBind {
|
|
3187
|
-
name?: string;
|
|
3188
|
-
serviceId?: string;
|
|
3189
|
-
}
|
|
3190
|
-
|
|
3191
|
-
// @public
|
|
3192
|
-
export interface SessionContainer {
|
|
3193
|
-
args?: string[];
|
|
3194
|
-
command?: string[];
|
|
3195
|
-
env?: EnvironmentVar[];
|
|
3196
|
-
image?: string;
|
|
3197
|
-
name?: string;
|
|
3198
|
-
resources?: SessionContainerResources;
|
|
3199
|
-
}
|
|
3200
|
-
|
|
3201
|
-
// @public
|
|
3202
|
-
export interface SessionContainerResources {
|
|
3203
|
-
cpu?: number;
|
|
3204
|
-
memory?: string;
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
|
-
// @public
|
|
3208
|
-
export interface SessionIngress {
|
|
3209
|
-
targetPort?: number;
|
|
3210
|
-
}
|
|
3211
|
-
|
|
3212
|
-
// @public
|
|
3213
|
-
export interface SessionNetworkConfiguration {
|
|
3214
|
-
status?: SessionNetworkStatus;
|
|
3215
|
-
}
|
|
3216
|
-
|
|
3217
|
-
// @public
|
|
3218
|
-
export type SessionNetworkStatus = string;
|
|
3219
|
-
|
|
3220
|
-
// @public
|
|
3221
|
-
export interface SessionPool extends TrackedResource {
|
|
3222
|
-
containerType?: ContainerType;
|
|
3223
|
-
customContainerTemplate?: CustomContainerTemplate;
|
|
3224
|
-
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
3225
|
-
environmentId?: string;
|
|
3226
|
-
identity?: ManagedServiceIdentity;
|
|
3227
|
-
managedIdentitySettings?: ManagedIdentitySetting[];
|
|
3228
|
-
readonly nodeCount?: number;
|
|
3229
|
-
readonly poolManagementEndpoint?: string;
|
|
3230
|
-
poolManagementType?: PoolManagementType;
|
|
3231
|
-
readonly provisioningState?: SessionPoolProvisioningState;
|
|
3232
|
-
scaleConfiguration?: ScaleConfiguration;
|
|
3233
|
-
secrets?: SessionPoolSecret[];
|
|
3234
|
-
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
3235
|
-
}
|
|
3236
|
-
|
|
3237
|
-
// @public
|
|
3238
|
-
export interface SessionPoolCollection {
|
|
3239
|
-
readonly nextLink?: string;
|
|
3240
|
-
value: SessionPool[];
|
|
3241
|
-
}
|
|
3242
|
-
|
|
3243
|
-
// @public
|
|
3244
|
-
export type SessionPoolProvisioningState = string;
|
|
3245
|
-
|
|
3246
|
-
// @public
|
|
3247
|
-
export interface SessionPoolSecret {
|
|
3248
|
-
name?: string;
|
|
3249
|
-
value?: string;
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
// @public
|
|
3253
|
-
export interface SessionPoolUpdatableProperties {
|
|
3254
|
-
customContainerTemplate?: CustomContainerTemplate;
|
|
3255
|
-
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
3256
|
-
identity?: ManagedServiceIdentity;
|
|
3257
|
-
scaleConfiguration?: ScaleConfiguration;
|
|
3258
|
-
secrets?: SessionPoolSecret[];
|
|
3259
|
-
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
3260
|
-
tags?: {
|
|
3261
|
-
[propertyName: string]: string;
|
|
3262
|
-
};
|
|
3263
|
-
}
|
|
3264
|
-
|
|
3265
|
-
// @public
|
|
3266
|
-
export interface SessionRegistryCredentials {
|
|
3267
|
-
identity?: string;
|
|
3268
|
-
passwordSecretRef?: string;
|
|
3269
|
-
server?: string;
|
|
3270
|
-
username?: string;
|
|
3271
|
-
}
|
|
3272
|
-
|
|
3273
|
-
// @public
|
|
3274
|
-
export interface SourceControl extends ProxyResource {
|
|
3275
|
-
branch?: string;
|
|
3276
|
-
githubActionConfiguration?: GithubActionConfiguration;
|
|
3277
|
-
readonly operationState?: SourceControlOperationState;
|
|
3278
|
-
repoUrl?: string;
|
|
3279
|
-
}
|
|
3280
|
-
|
|
3281
|
-
// @public
|
|
3282
|
-
export interface SourceControlCollection {
|
|
3283
|
-
readonly nextLink?: string;
|
|
3284
|
-
value: SourceControl[];
|
|
3285
|
-
}
|
|
3286
|
-
|
|
3287
|
-
// @public
|
|
3288
|
-
export type SourceControlOperationState = string;
|
|
3289
|
-
|
|
3290
|
-
// @public
|
|
3291
|
-
export interface SpringBootAdminComponent extends JavaComponentProperties {
|
|
3292
|
-
componentType: "SpringBootAdmin";
|
|
3293
|
-
ingress?: JavaComponentIngress;
|
|
3294
|
-
}
|
|
3295
|
-
|
|
3296
|
-
// @public
|
|
3297
|
-
export interface SpringCloudConfigComponent extends JavaComponentProperties {
|
|
3298
|
-
componentType: "SpringCloudConfig";
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
// @public
|
|
3302
|
-
export interface SpringCloudEurekaComponent extends JavaComponentProperties {
|
|
3303
|
-
componentType: "SpringCloudEureka";
|
|
3304
|
-
ingress?: JavaComponentIngress;
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
|
-
// @public
|
|
3308
|
-
export type StorageType = string;
|
|
3309
|
-
|
|
3310
|
-
// @public
|
|
3311
|
-
export interface SystemData {
|
|
3312
|
-
createdAt?: Date;
|
|
3313
|
-
createdBy?: string;
|
|
3314
|
-
createdByType?: CreatedByType;
|
|
3315
|
-
lastModifiedAt?: Date;
|
|
3316
|
-
lastModifiedBy?: string;
|
|
3317
|
-
lastModifiedByType?: CreatedByType;
|
|
3318
|
-
}
|
|
3319
|
-
|
|
3320
|
-
// @public
|
|
3321
|
-
export interface TcpScaleRule {
|
|
3322
|
-
auth?: ScaleRuleAuth[];
|
|
3323
|
-
identity?: string;
|
|
3324
|
-
metadata?: {
|
|
3325
|
-
[propertyName: string]: string;
|
|
3326
|
-
};
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
|
-
// @public
|
|
3330
|
-
export interface Template {
|
|
3331
|
-
containers?: Container[];
|
|
3332
|
-
initContainers?: InitContainer[];
|
|
3333
|
-
revisionSuffix?: string;
|
|
3334
|
-
scale?: Scale;
|
|
3335
|
-
serviceBinds?: ServiceBind[];
|
|
3336
|
-
terminationGracePeriodSeconds?: number;
|
|
3337
|
-
volumes?: Volume[];
|
|
3338
|
-
}
|
|
3339
|
-
|
|
3340
|
-
// @public
|
|
3341
|
-
export interface TokenStore {
|
|
3342
|
-
azureBlobStorage?: BlobStorageTokenStore;
|
|
3343
|
-
enabled?: boolean;
|
|
3344
|
-
tokenRefreshExtensionHours?: number;
|
|
3345
|
-
}
|
|
3346
|
-
|
|
3347
|
-
// @public
|
|
3348
|
-
export interface TrackedResource extends Resource {
|
|
3349
|
-
location: string;
|
|
3350
|
-
tags?: {
|
|
3351
|
-
[propertyName: string]: string;
|
|
3352
|
-
};
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
|
-
// @public
|
|
3356
|
-
export interface TrafficWeight {
|
|
3357
|
-
label?: string;
|
|
3358
|
-
latestRevision?: boolean;
|
|
3359
|
-
revisionName?: string;
|
|
3360
|
-
weight?: number;
|
|
3361
|
-
}
|
|
3362
|
-
|
|
3363
|
-
// @public
|
|
3364
|
-
export type TriggerType = string;
|
|
3365
|
-
|
|
3366
|
-
// @public
|
|
3367
|
-
export interface Twitter {
|
|
3368
|
-
enabled?: boolean;
|
|
3369
|
-
registration?: TwitterRegistration;
|
|
3370
|
-
}
|
|
3371
|
-
|
|
3372
|
-
// @public
|
|
3373
|
-
export interface TwitterRegistration {
|
|
3374
|
-
consumerKey?: string;
|
|
3375
|
-
consumerSecretSettingName?: string;
|
|
3376
|
-
}
|
|
3377
|
-
|
|
3378
|
-
// @public
|
|
3379
|
-
export type Type = string;
|
|
3380
|
-
|
|
3381
|
-
// @public
|
|
3382
|
-
export type UnauthenticatedClientActionV2 = "RedirectToLoginPage" | "AllowAnonymous" | "Return401" | "Return403";
|
|
3383
|
-
|
|
3384
|
-
// @public
|
|
3385
|
-
export interface Usage {
|
|
3386
|
-
currentValue: number;
|
|
3387
|
-
limit: number;
|
|
3388
|
-
name: UsageName;
|
|
3389
|
-
unit: "Count";
|
|
3390
|
-
}
|
|
3391
|
-
|
|
3392
|
-
// @public
|
|
3393
|
-
export interface UsageName {
|
|
3394
|
-
localizedValue?: string;
|
|
3395
|
-
value?: string;
|
|
3396
|
-
}
|
|
3397
|
-
|
|
3398
|
-
// @public
|
|
3399
|
-
export interface Usages {
|
|
3400
|
-
list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
// @public
|
|
3404
|
-
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3405
|
-
}
|
|
3406
|
-
|
|
3407
|
-
// @public
|
|
3408
|
-
export type UsagesListNextResponse = ListUsagesResult;
|
|
3409
|
-
|
|
3410
|
-
// @public
|
|
3411
|
-
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
// @public
|
|
3415
|
-
export type UsagesListResponse = ListUsagesResult;
|
|
3416
|
-
|
|
3417
|
-
// @public
|
|
3418
|
-
export interface UserAssignedIdentity {
|
|
3419
|
-
readonly clientId?: string;
|
|
3420
|
-
readonly principalId?: string;
|
|
3421
|
-
}
|
|
3422
|
-
|
|
3423
|
-
// @public
|
|
3424
|
-
export interface VnetConfiguration {
|
|
3425
|
-
dockerBridgeCidr?: string;
|
|
3426
|
-
infrastructureSubnetId?: string;
|
|
3427
|
-
internal?: boolean;
|
|
3428
|
-
platformReservedCidr?: string;
|
|
3429
|
-
platformReservedDnsIP?: string;
|
|
3430
|
-
}
|
|
3431
|
-
|
|
3432
|
-
// @public
|
|
3433
|
-
export interface Volume {
|
|
3434
|
-
mountOptions?: string;
|
|
3435
|
-
name?: string;
|
|
3436
|
-
secrets?: SecretVolumeItem[];
|
|
3437
|
-
storageName?: string;
|
|
3438
|
-
storageType?: StorageType;
|
|
3439
|
-
}
|
|
3440
|
-
|
|
3441
|
-
// @public
|
|
3442
|
-
export interface VolumeMount {
|
|
3443
|
-
mountPath?: string;
|
|
3444
|
-
subPath?: string;
|
|
3445
|
-
volumeName?: string;
|
|
3446
|
-
}
|
|
3447
|
-
|
|
3448
|
-
// @public
|
|
3449
|
-
export interface WorkloadProfile {
|
|
3450
|
-
maximumCount?: number;
|
|
3451
|
-
minimumCount?: number;
|
|
3452
|
-
name: string;
|
|
3453
|
-
workloadProfileType: string;
|
|
3454
|
-
}
|
|
3455
|
-
|
|
3456
|
-
// @public
|
|
3457
|
-
export interface WorkloadProfileStates extends ProxyResource {
|
|
3458
|
-
properties?: WorkloadProfileStatesProperties;
|
|
3459
|
-
}
|
|
3460
|
-
|
|
3461
|
-
// @public
|
|
3462
|
-
export interface WorkloadProfileStatesCollection {
|
|
3463
|
-
readonly nextLink?: string;
|
|
3464
|
-
value: WorkloadProfileStates[];
|
|
3465
|
-
}
|
|
3466
|
-
|
|
3467
|
-
// @public
|
|
3468
|
-
export interface WorkloadProfileStatesProperties {
|
|
3469
|
-
currentCount?: number;
|
|
3470
|
-
maximumCount?: number;
|
|
3471
|
-
minimumCount?: number;
|
|
3472
|
-
}
|
|
3473
|
-
|
|
3474
|
-
// (No @packageDocumentation comment for this package)
|
|
3475
|
-
|
|
3476
|
-
```
|