@azure/arm-appcontainers 2.1.0 → 2.2.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/CHANGELOG.md +415 -0
- package/README.md +2 -2
- package/dist/index.js +16710 -7104
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js +71 -0
- package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js +40 -0
- package/dist-esm/samples-dev/appResiliencyDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyGetSample.js +40 -0
- package/dist-esm/samples-dev/appResiliencyGetSample.js.map +1 -0
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyListSample.js +55 -0
- package/dist-esm/samples-dev/appResiliencyListSample.js.map +1 -0
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js +46 -0
- package/dist-esm/samples-dev/appResiliencyUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +1 -1
- package/dist-esm/samples-dev/billingMetersGetSample.js +1 -1
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildAuthTokenListSample.js +40 -0
- package/dist-esm/samples-dev/buildAuthTokenListSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js +60 -0
- package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersDeleteSample.js +39 -0
- package/dist-esm/samples-dev/buildersDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersGetSample.js +39 -0
- package/dist-esm/samples-dev/buildersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/buildersListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js +53 -0
- package/dist-esm/samples-dev/buildersListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildersUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildersUpdateSample.js +42 -0
- package/dist-esm/samples-dev/buildersUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js +55 -0
- package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js.map +1 -0
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js +96 -0
- package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/buildsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/buildsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/buildsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/buildsGetSample.js +40 -0
- package/dist-esm/samples-dev/buildsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +35 -1
- package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/certificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/certificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/certificatesListSample.js +1 -1
- package/dist-esm/samples-dev/certificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +8 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js +55 -0
- package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js +40 -0
- package/dist-esm/samples-dev/containerAppsBuildsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +441 -17
- package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsGetSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsListSecretsSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js +40 -0
- package/dist-esm/samples-dev/containerAppsPatchesApplySample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js +40 -0
- package/dist-esm/samples-dev/containerAppsPatchesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js +55 -0
- package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js +41 -0
- package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js +66 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js +39 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js +39 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js +53 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js +62 -0
- package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +11 -2
- package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +1 -1
- package/dist-esm/samples-dev/containerAppsStartSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsStopSample.js +2 -2
- package/dist-esm/samples-dev/containerAppsUpdateSample.js +25 -7
- package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js +145 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js +41 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js +41 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js +56 -0
- package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js.map +1 -0
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +16 -2
- package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/daprComponentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsGetSample.js +2 -2
- package/dist-esm/samples-dev/daprComponentsListSample.js +1 -1
- package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +1 -1
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js +108 -0
- package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js +80 -0
- package/dist-esm/samples-dev/daprSubscriptionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js +55 -0
- package/dist-esm/samples-dev/daprSubscriptionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js +74 -0
- package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js +60 -0
- package/dist-esm/samples-dev/dotNetComponentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsListSample.js +90 -0
- package/dist-esm/samples-dev/dotNetComponentsListSample.js.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js +74 -0
- package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts +2 -0
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js +41 -0
- package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js.map +1 -0
- package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +1 -1
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js +92 -0
- package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/javaComponentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsGetSample.js +60 -0
- package/dist-esm/samples-dev/javaComponentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsListSample.js +90 -0
- package/dist-esm/samples-dev/javaComponentsListSample.js.map +1 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js +92 -0
- package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/jobExecutionSample.js +2 -2
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +106 -12
- package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/jobsExecutionsListSample.js +2 -2
- package/dist-esm/samples-dev/jobsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/jobsGetSample.js +2 -2
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/jobsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/jobsListSecretsSample.js +2 -2
- package/dist-esm/samples-dev/jobsProxyGetSample.js +2 -2
- package/dist-esm/samples-dev/jobsResumeSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobsResumeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobsResumeSample.js +39 -0
- package/dist-esm/samples-dev/jobsResumeSample.js.map +1 -0
- package/dist-esm/samples-dev/jobsStartSample.js +7 -7
- package/dist-esm/samples-dev/jobsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/jobsStopExecutionSample.js +2 -2
- package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +2 -2
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts +2 -0
- package/dist-esm/samples-dev/jobsSuspendSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/jobsSuspendSample.js +39 -0
- package/dist-esm/samples-dev/jobsSuspendSample.js.map +1 -0
- package/dist-esm/samples-dev/jobsUpdateSample.js +6 -6
- package/dist-esm/samples-dev/jobsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js +41 -0
- package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/logicAppsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js +111 -0
- package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsGetSample.js +40 -0
- package/dist-esm/samples-dev/logicAppsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js +41 -0
- package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsInvokeSample.js +40 -0
- package/dist-esm/samples-dev/logicAppsInvokeSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js +40 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js.map +1 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts +2 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js +56 -0
- package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesListSample.js +1 -1
- package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js +46 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js +40 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js +55 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js +55 -0
- package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js.map +1 -0
- package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +37 -3
- package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +30 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +23 -3
- package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +1 -1
- package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +1 -1
- package/dist-esm/src/containerAppsAPIClient.d.ts +19 -2
- package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
- package/dist-esm/src/containerAppsAPIClient.js +25 -4
- package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.d.ts +2600 -207
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +338 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +144 -8
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +5182 -1508
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +37 -4
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +312 -26
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/appResiliencyOperations.d.ts +72 -0
- package/dist-esm/src/operations/appResiliencyOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/appResiliencyOperations.js +286 -0
- package/dist-esm/src/operations/appResiliencyOperations.js.map +1 -0
- package/dist-esm/src/operations/buildAuthToken.d.ts +21 -0
- package/dist-esm/src/operations/buildAuthToken.d.ts.map +1 -0
- package/dist-esm/src/operations/buildAuthToken.js +55 -0
- package/dist-esm/src/operations/buildAuthToken.js.map +1 -0
- package/dist-esm/src/operations/builders.d.ts +107 -0
- package/dist-esm/src/operations/builders.d.ts.map +1 -0
- package/dist-esm/src/operations/builders.js +554 -0
- package/dist-esm/src/operations/builders.js.map +1 -0
- package/dist-esm/src/operations/builds.d.ts +56 -0
- package/dist-esm/src/operations/builds.d.ts.map +1 -0
- package/dist-esm/src/operations/builds.js +246 -0
- package/dist-esm/src/operations/builds.js.map +1 -0
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts +38 -0
- package/dist-esm/src/operations/buildsByBuilderResource.d.ts.map +1 -0
- package/dist-esm/src/operations/buildsByBuilderResource.js +150 -0
- package/dist-esm/src/operations/buildsByBuilderResource.js.map +1 -0
- package/dist-esm/src/operations/certificates.js +2 -2
- package/dist-esm/src/operations/certificates.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironments.js +2 -2
- package/dist-esm/src/operations/connectedEnvironments.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +2 -2
- package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js +1 -1
- package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +1 -1
- package/dist-esm/src/operations/containerApps.js +2 -2
- package/dist-esm/src/operations/containerApps.js.map +1 -1
- package/dist-esm/src/operations/containerAppsAuthConfigs.js +2 -2
- package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +1 -1
- package/dist-esm/src/operations/containerAppsBuilds.d.ts +38 -0
- package/dist-esm/src/operations/containerAppsBuilds.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsBuilds.js +147 -0
- package/dist-esm/src/operations/containerAppsBuilds.js.map +1 -0
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js +150 -0
- package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist-esm/src/operations/containerAppsDiagnostics.js +2 -2
- package/dist-esm/src/operations/containerAppsDiagnostics.js.map +1 -1
- package/dist-esm/src/operations/containerAppsPatches.d.ts +97 -0
- package/dist-esm/src/operations/containerAppsPatches.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsPatches.js +461 -0
- package/dist-esm/src/operations/containerAppsPatches.js.map +1 -0
- package/dist-esm/src/operations/containerAppsRevisions.js +1 -1
- package/dist-esm/src/operations/containerAppsRevisions.js.map +1 -1
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts +107 -0
- package/dist-esm/src/operations/containerAppsSessionPools.d.ts.map +1 -0
- package/dist-esm/src/operations/containerAppsSessionPools.js +564 -0
- package/dist-esm/src/operations/containerAppsSessionPools.js.map +1 -0
- package/dist-esm/src/operations/containerAppsSourceControls.js +12 -4
- package/dist-esm/src/operations/containerAppsSourceControls.js.map +1 -1
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts +70 -0
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js +270 -0
- package/dist-esm/src/operations/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist-esm/src/operations/daprComponents.js +1 -1
- package/dist-esm/src/operations/daprComponents.js.map +1 -1
- package/dist-esm/src/operations/daprSubscriptions.d.ts +63 -0
- package/dist-esm/src/operations/daprSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/daprSubscriptions.js +257 -0
- package/dist-esm/src/operations/daprSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/dotNetComponents.d.ts +99 -0
- package/dist-esm/src/operations/dotNetComponents.d.ts.map +1 -0
- package/dist-esm/src/operations/dotNetComponents.js +470 -0
- package/dist-esm/src/operations/dotNetComponents.js.map +1 -0
- package/dist-esm/src/operations/functionsExtension.d.ts +22 -0
- package/dist-esm/src/operations/functionsExtension.d.ts.map +1 -0
- package/dist-esm/src/operations/functionsExtension.js +63 -0
- package/dist-esm/src/operations/functionsExtension.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +17 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +17 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/javaComponents.d.ts +99 -0
- package/dist-esm/src/operations/javaComponents.d.ts.map +1 -0
- package/dist-esm/src/operations/javaComponents.js +470 -0
- package/dist-esm/src/operations/javaComponents.js.map +1 -0
- package/dist-esm/src/operations/jobs.d.ts +29 -1
- package/dist-esm/src/operations/jobs.d.ts.map +1 -1
- package/dist-esm/src/operations/jobs.js +175 -3
- package/dist-esm/src/operations/jobs.js.map +1 -1
- package/dist-esm/src/operations/logicApps.d.ts +101 -0
- package/dist-esm/src/operations/logicApps.d.ts.map +1 -0
- package/dist-esm/src/operations/logicApps.js +407 -0
- package/dist-esm/src/operations/logicApps.js.map +1 -0
- package/dist-esm/src/operations/managedCertificates.js +2 -2
- package/dist-esm/src/operations/managedCertificates.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js +385 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js +150 -0
- package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/managedEnvironmentUsages.js +2 -2
- package/dist-esm/src/operations/managedEnvironments.js +2 -2
- package/dist-esm/src/operations/managedEnvironments.js.map +1 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.js +1 -1
- package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +1 -1
- package/dist-esm/src/operations/namespaces.js +1 -1
- package/dist-esm/src/operations/namespaces.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js +9 -0
- package/dist-esm/src/operationsInterfaces/buildAuthToken.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/builders.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/builders.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/builders.js +9 -0
- package/dist-esm/src/operationsInterfaces/builders.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/builds.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/builds.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/builds.js +9 -0
- package/dist-esm/src/operationsInterfaces/builds.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js +9 -0
- package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsPatches.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js +9 -0
- package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/daprSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js +9 -0
- package/dist-esm/src/operationsInterfaces/dotNetComponents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/functionsExtension.js +9 -0
- package/dist-esm/src/operationsInterfaces/functionsExtension.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/javaComponents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/javaComponents.js +9 -0
- package/dist-esm/src/operationsInterfaces/javaComponents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +29 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/logicApps.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logicApps.js +9 -0
- package/dist-esm/src/operationsInterfaces/logicApps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
- package/dist-esm/test/appcontainers_examples.spec.js +2 -2
- package/dist-esm/test/appcontainers_examples.spec.js.map +1 -1
- package/package.json +7 -10
- package/review/arm-appcontainers.api.md +2118 -119
- package/src/containerAppsAPIClient.ts +75 -3
- package/src/lroImpl.ts +1 -1
- package/src/models/index.ts +3051 -268
- package/src/models/mappers.ts +6302 -2372
- package/src/models/parameters.ts +358 -25
- package/src/operations/appResiliencyOperations.ts +374 -0
- package/src/operations/buildAuthToken.ts +74 -0
- package/src/operations/builders.ts +728 -0
- package/src/operations/builds.ts +347 -0
- package/src/operations/buildsByBuilderResource.ts +193 -0
- package/src/operations/certificates.ts +2 -2
- package/src/operations/connectedEnvironments.ts +2 -2
- package/src/operations/connectedEnvironmentsCertificates.ts +2 -2
- package/src/operations/connectedEnvironmentsDaprComponents.ts +1 -1
- package/src/operations/connectedEnvironmentsStorages.ts +1 -1
- package/src/operations/containerApps.ts +2 -2
- package/src/operations/containerAppsAuthConfigs.ts +2 -2
- package/src/operations/containerAppsBuilds.ts +208 -0
- package/src/operations/containerAppsBuildsByContainerApp.ts +199 -0
- package/src/operations/containerAppsDiagnostics.ts +2 -2
- package/src/operations/containerAppsPatches.ts +648 -0
- package/src/operations/containerAppsRevisions.ts +1 -1
- package/src/operations/containerAppsSessionPools.ts +740 -0
- package/src/operations/containerAppsSourceControls.ts +12 -4
- package/src/operations/daprComponentResiliencyPolicies.ts +369 -0
- package/src/operations/daprComponents.ts +1 -1
- package/src/operations/daprSubscriptions.ts +337 -0
- package/src/operations/dotNetComponents.ts +655 -0
- package/src/operations/functionsExtension.ts +83 -0
- package/src/operations/index.ts +17 -0
- package/src/operations/javaComponents.ts +655 -0
- package/src/operations/jobs.ts +233 -3
- package/src/operations/logicApps.ts +549 -0
- package/src/operations/managedCertificates.ts +2 -2
- package/src/operations/managedEnvironmentPrivateEndpointConnections.ts +534 -0
- package/src/operations/managedEnvironmentPrivateLinkResources.ts +199 -0
- package/src/operations/managedEnvironmentUsages.ts +2 -2
- package/src/operations/managedEnvironments.ts +2 -2
- package/src/operations/managedEnvironmentsStorages.ts +1 -1
- package/src/operations/namespaces.ts +1 -1
- package/src/operationsInterfaces/appResiliencyOperations.ts +92 -0
- package/src/operationsInterfaces/buildAuthToken.ts +29 -0
- package/src/operationsInterfaces/builders.ts +145 -0
- package/src/operationsInterfaces/builds.ts +98 -0
- package/src/operationsInterfaces/buildsByBuilderResource.ts +29 -0
- package/src/operationsInterfaces/containerAppsBuilds.ts +63 -0
- package/src/operationsInterfaces/containerAppsBuildsByContainerApp.ts +29 -0
- package/src/operationsInterfaces/containerAppsPatches.ts +149 -0
- package/src/operationsInterfaces/containerAppsSessionPools.ts +145 -0
- package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +84 -0
- package/src/operationsInterfaces/daprSubscriptions.ts +75 -0
- package/src/operationsInterfaces/dotNetComponents.ts +152 -0
- package/src/operationsInterfaces/functionsExtension.ts +31 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/javaComponents.ts +152 -0
- package/src/operationsInterfaces/jobs.ts +52 -0
- package/src/operationsInterfaces/logicApps.ts +144 -0
- package/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.ts +120 -0
- package/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.ts +29 -0
- package/types/arm-appcontainers.d.ts +3769 -261
- package/types/tsdoc-metadata.json +1 -1
|
@@ -58,6 +58,12 @@ export declare interface AllowedPrincipals {
|
|
|
58
58
|
identities?: string[];
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
/** Configuration of Application Insights */
|
|
62
|
+
export declare interface AppInsightsConfiguration {
|
|
63
|
+
/** Application Insights connection string */
|
|
64
|
+
connectionString?: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
61
67
|
/** The configuration settings of the Apple provider. */
|
|
62
68
|
export declare interface Apple {
|
|
63
69
|
/** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
|
|
@@ -112,6 +118,117 @@ export declare interface AppRegistration {
|
|
|
112
118
|
appSecretSettingName?: string;
|
|
113
119
|
}
|
|
114
120
|
|
|
121
|
+
/** Configuration to setup App Resiliency */
|
|
122
|
+
export declare interface AppResiliency extends ProxyResource {
|
|
123
|
+
/** Policy to set request timeouts */
|
|
124
|
+
timeoutPolicy?: TimeoutPolicy;
|
|
125
|
+
/** Policy that defines http request retry conditions */
|
|
126
|
+
httpRetryPolicy?: HttpRetryPolicy;
|
|
127
|
+
/** Policy that defines tcp request retry conditions */
|
|
128
|
+
tcpRetryPolicy?: TcpRetryPolicy;
|
|
129
|
+
/** Policy that defines circuit breaker conditions */
|
|
130
|
+
circuitBreakerPolicy?: CircuitBreakerPolicy;
|
|
131
|
+
/** Defines parameters for http connection pooling */
|
|
132
|
+
httpConnectionPool?: HttpConnectionPool;
|
|
133
|
+
/** Defines parameters for tcp connection pooling */
|
|
134
|
+
tcpConnectionPool?: TcpConnectionPool;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/** Collection of AppResiliency policies */
|
|
138
|
+
export declare interface AppResiliencyCollection {
|
|
139
|
+
/** Collection of resources. */
|
|
140
|
+
value: AppResiliency[];
|
|
141
|
+
/**
|
|
142
|
+
* Link to next page of resources.
|
|
143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
144
|
+
*/
|
|
145
|
+
readonly nextLink?: string;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/** Optional parameters. */
|
|
149
|
+
export declare interface AppResiliencyCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
153
|
+
export declare type AppResiliencyCreateOrUpdateResponse = AppResiliency;
|
|
154
|
+
|
|
155
|
+
/** Optional parameters. */
|
|
156
|
+
export declare interface AppResiliencyDeleteOptionalParams extends coreClient.OperationOptions {
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/** Optional parameters. */
|
|
160
|
+
export declare interface AppResiliencyGetOptionalParams extends coreClient.OperationOptions {
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/** Contains response data for the get operation. */
|
|
164
|
+
export declare type AppResiliencyGetResponse = AppResiliency;
|
|
165
|
+
|
|
166
|
+
/** Optional parameters. */
|
|
167
|
+
export declare interface AppResiliencyListNextOptionalParams extends coreClient.OperationOptions {
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/** Contains response data for the listNext operation. */
|
|
171
|
+
export declare type AppResiliencyListNextResponse = AppResiliencyCollection;
|
|
172
|
+
|
|
173
|
+
/** Optional parameters. */
|
|
174
|
+
export declare interface AppResiliencyListOptionalParams extends coreClient.OperationOptions {
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/** Contains response data for the list operation. */
|
|
178
|
+
export declare type AppResiliencyListResponse = AppResiliencyCollection;
|
|
179
|
+
|
|
180
|
+
/** Interface representing a AppResiliencyOperations. */
|
|
181
|
+
export declare interface AppResiliencyOperations {
|
|
182
|
+
/**
|
|
183
|
+
* List container app resiliency policies.
|
|
184
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
185
|
+
* @param appName Name of the Container App.
|
|
186
|
+
* @param options The options parameters.
|
|
187
|
+
*/
|
|
188
|
+
list(resourceGroupName: string, appName: string, options?: AppResiliencyListOptionalParams): PagedAsyncIterableIterator<AppResiliency>;
|
|
189
|
+
/**
|
|
190
|
+
* Create or update container app resiliency policy.
|
|
191
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
192
|
+
* @param appName Name of the Container App.
|
|
193
|
+
* @param name Name of the resiliency policy.
|
|
194
|
+
* @param resiliencyEnvelope The resiliency policy to create or update.
|
|
195
|
+
* @param options The options parameters.
|
|
196
|
+
*/
|
|
197
|
+
createOrUpdate(resourceGroupName: string, appName: string, name: string, resiliencyEnvelope: AppResiliency, options?: AppResiliencyCreateOrUpdateOptionalParams): Promise<AppResiliencyCreateOrUpdateResponse>;
|
|
198
|
+
/**
|
|
199
|
+
* Update container app resiliency policy.
|
|
200
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
201
|
+
* @param appName Name of the Container App.
|
|
202
|
+
* @param name Name of the resiliency policy.
|
|
203
|
+
* @param resiliencyEnvelope The resiliency policy to update.
|
|
204
|
+
* @param options The options parameters.
|
|
205
|
+
*/
|
|
206
|
+
update(resourceGroupName: string, appName: string, name: string, resiliencyEnvelope: AppResiliency, options?: AppResiliencyUpdateOptionalParams): Promise<AppResiliencyUpdateResponse>;
|
|
207
|
+
/**
|
|
208
|
+
* Delete container app resiliency policy.
|
|
209
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
210
|
+
* @param appName Name of the Container App.
|
|
211
|
+
* @param name Name of the resiliency policy.
|
|
212
|
+
* @param options The options parameters.
|
|
213
|
+
*/
|
|
214
|
+
delete(resourceGroupName: string, appName: string, name: string, options?: AppResiliencyDeleteOptionalParams): Promise<void>;
|
|
215
|
+
/**
|
|
216
|
+
* Get container app resiliency policy.
|
|
217
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
218
|
+
* @param appName Name of the Container App.
|
|
219
|
+
* @param name Name of the resiliency policy.
|
|
220
|
+
* @param options The options parameters.
|
|
221
|
+
*/
|
|
222
|
+
get(resourceGroupName: string, appName: string, name: string, options?: AppResiliencyGetOptionalParams): Promise<AppResiliencyGetResponse>;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/** Optional parameters. */
|
|
226
|
+
export declare interface AppResiliencyUpdateOptionalParams extends coreClient.OperationOptions {
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/** Contains response data for the update operation. */
|
|
230
|
+
export declare type AppResiliencyUpdateResponse = AppResiliency;
|
|
231
|
+
|
|
115
232
|
/** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
|
|
116
233
|
export declare interface AuthConfig extends ProxyResource {
|
|
117
234
|
/** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
|
|
@@ -338,6 +455,8 @@ export declare interface AzureStaticWebAppsRegistration {
|
|
|
338
455
|
export declare interface BaseContainer {
|
|
339
456
|
/** Container image tag. */
|
|
340
457
|
image?: string;
|
|
458
|
+
/** The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image. */
|
|
459
|
+
imageType?: ImageType;
|
|
341
460
|
/** Custom container name. */
|
|
342
461
|
name?: string;
|
|
343
462
|
/** Container start command. */
|
|
@@ -353,7 +472,27 @@ export declare interface BaseContainer {
|
|
|
353
472
|
}
|
|
354
473
|
|
|
355
474
|
/** Billing meter. */
|
|
356
|
-
export declare interface BillingMeter
|
|
475
|
+
export declare interface BillingMeter {
|
|
476
|
+
/**
|
|
477
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
478
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
|
+
*/
|
|
480
|
+
readonly id?: string;
|
|
481
|
+
/**
|
|
482
|
+
* The name of the resource
|
|
483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
+
*/
|
|
485
|
+
readonly name?: string;
|
|
486
|
+
/**
|
|
487
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
488
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
|
+
*/
|
|
490
|
+
readonly type?: string;
|
|
491
|
+
/**
|
|
492
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
493
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
494
|
+
*/
|
|
495
|
+
readonly systemData?: SystemData;
|
|
357
496
|
/** Region for the billing meter. */
|
|
358
497
|
location?: string;
|
|
359
498
|
/** Revision resource specific properties */
|
|
@@ -409,195 +548,642 @@ export declare interface BlobStorageTokenStore {
|
|
|
409
548
|
sasUrlSettingName: string;
|
|
410
549
|
}
|
|
411
550
|
|
|
412
|
-
/**
|
|
413
|
-
export declare interface
|
|
414
|
-
/**
|
|
415
|
-
|
|
551
|
+
/** Interface representing a BuildAuthToken. */
|
|
552
|
+
export declare interface BuildAuthToken {
|
|
553
|
+
/**
|
|
554
|
+
* Gets the token used to connect to the endpoint where source code can be uploaded for a build.
|
|
555
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
556
|
+
* @param builderName The name of the builder.
|
|
557
|
+
* @param buildName The name of a build.
|
|
558
|
+
* @param options The options parameters.
|
|
559
|
+
*/
|
|
560
|
+
list(resourceGroupName: string, builderName: string, buildName: string, options?: BuildAuthTokenListOptionalParams): Promise<BuildAuthTokenListResponse>;
|
|
416
561
|
}
|
|
417
562
|
|
|
418
|
-
/**
|
|
419
|
-
export declare interface
|
|
420
|
-
|
|
421
|
-
|
|
563
|
+
/** Optional parameters. */
|
|
564
|
+
export declare interface BuildAuthTokenListOptionalParams extends coreClient.OperationOptions {
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
/** Contains response data for the list operation. */
|
|
568
|
+
export declare type BuildAuthTokenListResponse = BuildToken;
|
|
569
|
+
|
|
570
|
+
/** The response of a BuildResource list operation. */
|
|
571
|
+
export declare interface BuildCollection {
|
|
572
|
+
/** The BuildResource items on this page */
|
|
573
|
+
value: BuildResource[];
|
|
574
|
+
/** The link to the next page of items */
|
|
575
|
+
nextLink?: string;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
/** Configuration of the build. */
|
|
579
|
+
export declare interface BuildConfiguration {
|
|
580
|
+
/** Base OS used to build and run the app. */
|
|
581
|
+
baseOs?: string;
|
|
582
|
+
/** Platform to be used to build and run the app. */
|
|
583
|
+
platform?: string;
|
|
584
|
+
/** Platform version to be used to build and run the app. */
|
|
585
|
+
platformVersion?: string;
|
|
586
|
+
/** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
|
|
587
|
+
environmentVariables?: EnvironmentVariable[];
|
|
588
|
+
/** List of steps to perform before the build. */
|
|
589
|
+
preBuildSteps?: PreBuildStep[];
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
/** The response of a BuilderResource list operation. */
|
|
593
|
+
export declare interface BuilderCollection {
|
|
594
|
+
/** The BuilderResource items on this page */
|
|
595
|
+
value: BuilderResource[];
|
|
596
|
+
/** The link to the next page of items */
|
|
597
|
+
nextLink?: string;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
/**
|
|
601
|
+
* Defines values for BuilderProvisioningState. \
|
|
602
|
+
* {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
|
|
603
|
+
* this enum contains the known values that the service supports.
|
|
604
|
+
* ### Known values supported by the service
|
|
605
|
+
* **Succeeded** \
|
|
606
|
+
* **Failed** \
|
|
607
|
+
* **Canceled** \
|
|
608
|
+
* **Creating** \
|
|
609
|
+
* **Updating** \
|
|
610
|
+
* **Deleting**
|
|
611
|
+
*/
|
|
612
|
+
export declare type BuilderProvisioningState = string;
|
|
613
|
+
|
|
614
|
+
/** Information about the SourceToCloud builder resource. */
|
|
615
|
+
export declare interface BuilderResource extends TrackedResource {
|
|
616
|
+
/** The managed service identities assigned to this resource. */
|
|
617
|
+
identity?: ManagedServiceIdentity;
|
|
422
618
|
/**
|
|
423
|
-
*
|
|
619
|
+
* Provisioning state of a builder resource.
|
|
424
620
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
425
621
|
*/
|
|
426
|
-
readonly
|
|
622
|
+
readonly provisioningState?: BuilderProvisioningState;
|
|
623
|
+
/** Resource ID of the container apps environment that the builder is associated with. */
|
|
624
|
+
environmentId?: string;
|
|
625
|
+
/** List of mappings of container registries and the managed identity used to connect to it. */
|
|
626
|
+
containerRegistries?: ContainerRegistry[];
|
|
427
627
|
}
|
|
428
628
|
|
|
429
|
-
/**
|
|
430
|
-
export declare interface
|
|
431
|
-
/**
|
|
629
|
+
/** The type used for update operations of the BuilderResource. */
|
|
630
|
+
export declare interface BuilderResourceUpdate {
|
|
631
|
+
/** The managed service identities assigned to this resource. */
|
|
632
|
+
identity?: ManagedServiceIdentity;
|
|
633
|
+
/** Resource tags. */
|
|
432
634
|
tags?: {
|
|
433
635
|
[propertyName: string]: string;
|
|
434
636
|
};
|
|
637
|
+
/** Resource ID of the container apps environment that the builder is associated with. */
|
|
638
|
+
environmentId?: string;
|
|
435
639
|
}
|
|
436
640
|
|
|
437
|
-
/**
|
|
438
|
-
export declare interface
|
|
439
|
-
/**
|
|
440
|
-
* Provisioning state of the certificate.
|
|
441
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
442
|
-
*/
|
|
443
|
-
readonly provisioningState?: CertificateProvisioningState;
|
|
444
|
-
/** Certificate password. */
|
|
445
|
-
password?: string;
|
|
446
|
-
/**
|
|
447
|
-
* Subject name of the certificate.
|
|
448
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
449
|
-
*/
|
|
450
|
-
readonly subjectName?: string;
|
|
451
|
-
/**
|
|
452
|
-
* Subject alternative names the certificate applies to.
|
|
453
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
454
|
-
*/
|
|
455
|
-
readonly subjectAlternativeNames?: string[];
|
|
456
|
-
/** PFX or PEM blob */
|
|
457
|
-
value?: Uint8Array;
|
|
458
|
-
/**
|
|
459
|
-
* Certificate issuer.
|
|
460
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
461
|
-
*/
|
|
462
|
-
readonly issuer?: string;
|
|
463
|
-
/**
|
|
464
|
-
* Certificate issue Date.
|
|
465
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
-
*/
|
|
467
|
-
readonly issueDate?: Date;
|
|
641
|
+
/** Interface representing a Builders. */
|
|
642
|
+
export declare interface Builders {
|
|
468
643
|
/**
|
|
469
|
-
*
|
|
470
|
-
*
|
|
644
|
+
* List BuilderResource resources by subscription ID
|
|
645
|
+
* @param options The options parameters.
|
|
471
646
|
*/
|
|
472
|
-
|
|
647
|
+
listBySubscription(options?: BuildersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<BuilderResource>;
|
|
473
648
|
/**
|
|
474
|
-
*
|
|
475
|
-
*
|
|
649
|
+
* List BuilderResource resources by resource group
|
|
650
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
651
|
+
* @param options The options parameters.
|
|
476
652
|
*/
|
|
477
|
-
|
|
653
|
+
listByResourceGroup(resourceGroupName: string, options?: BuildersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<BuilderResource>;
|
|
478
654
|
/**
|
|
479
|
-
*
|
|
480
|
-
*
|
|
655
|
+
* Get a BuilderResource
|
|
656
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
657
|
+
* @param builderName The name of the builder.
|
|
658
|
+
* @param options The options parameters.
|
|
481
659
|
*/
|
|
482
|
-
|
|
660
|
+
get(resourceGroupName: string, builderName: string, options?: BuildersGetOptionalParams): Promise<BuildersGetResponse>;
|
|
483
661
|
/**
|
|
484
|
-
*
|
|
485
|
-
*
|
|
662
|
+
* Create or update a BuilderResource
|
|
663
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
664
|
+
* @param builderName The name of the builder.
|
|
665
|
+
* @param builderEnvelope Resource create parameters.
|
|
666
|
+
* @param options The options parameters.
|
|
486
667
|
*/
|
|
487
|
-
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
/**
|
|
491
|
-
* Defines values for CertificateProvisioningState. \
|
|
492
|
-
* {@link KnownCertificateProvisioningState} can be used interchangeably with CertificateProvisioningState,
|
|
493
|
-
* this enum contains the known values that the service supports.
|
|
494
|
-
* ### Known values supported by the service
|
|
495
|
-
* **Succeeded** \
|
|
496
|
-
* **Failed** \
|
|
497
|
-
* **Canceled** \
|
|
498
|
-
* **DeleteFailed** \
|
|
499
|
-
* **Pending**
|
|
500
|
-
*/
|
|
501
|
-
export declare type CertificateProvisioningState = string;
|
|
502
|
-
|
|
503
|
-
/** Interface representing a Certificates. */
|
|
504
|
-
export declare interface Certificates {
|
|
668
|
+
beginCreateOrUpdate(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResource, options?: BuildersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildersCreateOrUpdateResponse>, BuildersCreateOrUpdateResponse>>;
|
|
505
669
|
/**
|
|
506
|
-
*
|
|
670
|
+
* Create or update a BuilderResource
|
|
507
671
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
508
|
-
* @param
|
|
672
|
+
* @param builderName The name of the builder.
|
|
673
|
+
* @param builderEnvelope Resource create parameters.
|
|
509
674
|
* @param options The options parameters.
|
|
510
675
|
*/
|
|
511
|
-
|
|
676
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResource, options?: BuildersCreateOrUpdateOptionalParams): Promise<BuildersCreateOrUpdateResponse>;
|
|
512
677
|
/**
|
|
513
|
-
*
|
|
678
|
+
* Update a BuilderResource
|
|
514
679
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
515
|
-
* @param
|
|
516
|
-
* @param
|
|
680
|
+
* @param builderName The name of the builder.
|
|
681
|
+
* @param builderEnvelope The resource properties to be updated.
|
|
517
682
|
* @param options The options parameters.
|
|
518
683
|
*/
|
|
519
|
-
|
|
684
|
+
beginUpdate(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResourceUpdate, options?: BuildersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildersUpdateResponse>, BuildersUpdateResponse>>;
|
|
520
685
|
/**
|
|
521
|
-
*
|
|
686
|
+
* Update a BuilderResource
|
|
522
687
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
523
|
-
* @param
|
|
524
|
-
* @param
|
|
688
|
+
* @param builderName The name of the builder.
|
|
689
|
+
* @param builderEnvelope The resource properties to be updated.
|
|
525
690
|
* @param options The options parameters.
|
|
526
691
|
*/
|
|
527
|
-
|
|
692
|
+
beginUpdateAndWait(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResourceUpdate, options?: BuildersUpdateOptionalParams): Promise<BuildersUpdateResponse>;
|
|
528
693
|
/**
|
|
529
|
-
*
|
|
694
|
+
* Delete a BuilderResource
|
|
530
695
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
531
|
-
* @param
|
|
532
|
-
* @param certificateName Name of the Certificate.
|
|
696
|
+
* @param builderName The name of the builder.
|
|
533
697
|
* @param options The options parameters.
|
|
534
698
|
*/
|
|
535
|
-
|
|
699
|
+
beginDelete(resourceGroupName: string, builderName: string, options?: BuildersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BuildersDeleteResponse>, BuildersDeleteResponse>>;
|
|
536
700
|
/**
|
|
537
|
-
*
|
|
701
|
+
* Delete a BuilderResource
|
|
538
702
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
539
|
-
* @param
|
|
540
|
-
* @param certificateName Name of the Certificate.
|
|
541
|
-
* @param certificateEnvelope Properties of a certificate that need to be updated
|
|
703
|
+
* @param builderName The name of the builder.
|
|
542
704
|
* @param options The options parameters.
|
|
543
705
|
*/
|
|
544
|
-
|
|
706
|
+
beginDeleteAndWait(resourceGroupName: string, builderName: string, options?: BuildersDeleteOptionalParams): Promise<BuildersDeleteResponse>;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
/** Defines headers for Builders_createOrUpdate operation. */
|
|
710
|
+
export declare interface BuildersCreateOrUpdateHeaders {
|
|
711
|
+
azureAsyncOperation?: string;
|
|
545
712
|
}
|
|
546
713
|
|
|
547
714
|
/** Optional parameters. */
|
|
548
|
-
export declare interface
|
|
549
|
-
/**
|
|
550
|
-
|
|
715
|
+
export declare interface BuildersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
716
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
717
|
+
updateIntervalInMs?: number;
|
|
718
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
719
|
+
resumeFrom?: string;
|
|
551
720
|
}
|
|
552
721
|
|
|
553
722
|
/** Contains response data for the createOrUpdate operation. */
|
|
554
|
-
export declare type
|
|
723
|
+
export declare type BuildersCreateOrUpdateResponse = BuilderResource;
|
|
724
|
+
|
|
725
|
+
/** Defines headers for Builders_delete operation. */
|
|
726
|
+
export declare interface BuildersDeleteHeaders {
|
|
727
|
+
location?: string;
|
|
728
|
+
}
|
|
555
729
|
|
|
556
730
|
/** Optional parameters. */
|
|
557
|
-
export declare interface
|
|
731
|
+
export declare interface BuildersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
732
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
733
|
+
updateIntervalInMs?: number;
|
|
734
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
735
|
+
resumeFrom?: string;
|
|
558
736
|
}
|
|
559
737
|
|
|
738
|
+
/** Contains response data for the delete operation. */
|
|
739
|
+
export declare type BuildersDeleteResponse = BuildersDeleteHeaders;
|
|
740
|
+
|
|
560
741
|
/** Optional parameters. */
|
|
561
|
-
export declare interface
|
|
742
|
+
export declare interface BuildersGetOptionalParams extends coreClient.OperationOptions {
|
|
562
743
|
}
|
|
563
744
|
|
|
564
745
|
/** Contains response data for the get operation. */
|
|
565
|
-
export declare type
|
|
746
|
+
export declare type BuildersGetResponse = BuilderResource;
|
|
566
747
|
|
|
567
748
|
/** Optional parameters. */
|
|
568
|
-
export declare interface
|
|
749
|
+
export declare interface BuildersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
569
750
|
}
|
|
570
751
|
|
|
571
|
-
/** Contains response data for the
|
|
572
|
-
export declare type
|
|
752
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
753
|
+
export declare type BuildersListByResourceGroupNextResponse = BuilderCollection;
|
|
573
754
|
|
|
574
755
|
/** Optional parameters. */
|
|
575
|
-
export declare interface
|
|
756
|
+
export declare interface BuildersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
576
757
|
}
|
|
577
758
|
|
|
578
|
-
/** Contains response data for the
|
|
579
|
-
export declare type
|
|
759
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
760
|
+
export declare type BuildersListByResourceGroupResponse = BuilderCollection;
|
|
580
761
|
|
|
581
762
|
/** Optional parameters. */
|
|
582
|
-
export declare interface
|
|
763
|
+
export declare interface BuildersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
583
764
|
}
|
|
584
765
|
|
|
585
|
-
/** Contains response data for the
|
|
586
|
-
export declare type
|
|
766
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
767
|
+
export declare type BuildersListBySubscriptionNextResponse = BuilderCollection;
|
|
587
768
|
|
|
588
|
-
/**
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
* this enum contains the known values that the service supports.
|
|
592
|
-
* ### Known values supported by the service
|
|
593
|
-
* **Invalid** \
|
|
594
|
-
* **AlreadyExists**
|
|
595
|
-
*/
|
|
596
|
-
export declare type CheckNameAvailabilityReason = string;
|
|
769
|
+
/** Optional parameters. */
|
|
770
|
+
export declare interface BuildersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
771
|
+
}
|
|
597
772
|
|
|
598
|
-
/**
|
|
599
|
-
export declare
|
|
600
|
-
|
|
773
|
+
/** Contains response data for the listBySubscription operation. */
|
|
774
|
+
export declare type BuildersListBySubscriptionResponse = BuilderCollection;
|
|
775
|
+
|
|
776
|
+
/** Defines headers for Builders_update operation. */
|
|
777
|
+
export declare interface BuildersUpdateHeaders {
|
|
778
|
+
location?: string;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
/** Optional parameters. */
|
|
782
|
+
export declare interface BuildersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
783
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
784
|
+
updateIntervalInMs?: number;
|
|
785
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
786
|
+
resumeFrom?: string;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
/** Contains response data for the update operation. */
|
|
790
|
+
export declare type BuildersUpdateResponse = BuilderResource;
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* Defines values for BuildProvisioningState. \
|
|
794
|
+
* {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
|
|
795
|
+
* this enum contains the known values that the service supports.
|
|
796
|
+
* ### Known values supported by the service
|
|
797
|
+
* **Succeeded** \
|
|
798
|
+
* **Failed** \
|
|
799
|
+
* **Canceled** \
|
|
800
|
+
* **Creating** \
|
|
801
|
+
* **Updating** \
|
|
802
|
+
* **Deleting**
|
|
803
|
+
*/
|
|
804
|
+
export declare type BuildProvisioningState = string;
|
|
805
|
+
|
|
806
|
+
/** Information pertaining to an individual build. */
|
|
807
|
+
export declare interface BuildResource extends ProxyResource {
|
|
808
|
+
/**
|
|
809
|
+
* Build provisioning state.
|
|
810
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
811
|
+
*/
|
|
812
|
+
readonly provisioningState?: BuildProvisioningState;
|
|
813
|
+
/**
|
|
814
|
+
* Status of the build once it has been provisioned.
|
|
815
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
816
|
+
*/
|
|
817
|
+
readonly buildStatus?: BuildStatus;
|
|
818
|
+
/** Container registry that the final image will be uploaded to. */
|
|
819
|
+
destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
820
|
+
/** Configuration of the build. */
|
|
821
|
+
configuration?: BuildConfiguration;
|
|
822
|
+
/**
|
|
823
|
+
* Endpoint to which the source code should be uploaded.
|
|
824
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
825
|
+
*/
|
|
826
|
+
readonly uploadEndpoint?: string;
|
|
827
|
+
/**
|
|
828
|
+
* Endpoint from which the build logs can be streamed.
|
|
829
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
830
|
+
*/
|
|
831
|
+
readonly logStreamEndpoint?: string;
|
|
832
|
+
/**
|
|
833
|
+
* Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
|
|
834
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
835
|
+
*/
|
|
836
|
+
readonly tokenEndpoint?: string;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
/** Interface representing a Builds. */
|
|
840
|
+
export declare interface Builds {
|
|
841
|
+
/**
|
|
842
|
+
* Get a BuildResource
|
|
843
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
844
|
+
* @param builderName The name of the builder.
|
|
845
|
+
* @param buildName The name of a build.
|
|
846
|
+
* @param options The options parameters.
|
|
847
|
+
*/
|
|
848
|
+
get(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsGetOptionalParams): Promise<BuildsGetResponse>;
|
|
849
|
+
/**
|
|
850
|
+
* Create a BuildResource
|
|
851
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
852
|
+
* @param builderName The name of the builder.
|
|
853
|
+
* @param buildName The name of a build.
|
|
854
|
+
* @param buildEnvelope Resource create or update parameters.
|
|
855
|
+
* @param options The options parameters.
|
|
856
|
+
*/
|
|
857
|
+
beginCreateOrUpdate(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildsCreateOrUpdateResponse>, BuildsCreateOrUpdateResponse>>;
|
|
858
|
+
/**
|
|
859
|
+
* Create a BuildResource
|
|
860
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
861
|
+
* @param builderName The name of the builder.
|
|
862
|
+
* @param buildName The name of a build.
|
|
863
|
+
* @param buildEnvelope Resource create or update parameters.
|
|
864
|
+
* @param options The options parameters.
|
|
865
|
+
*/
|
|
866
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams): Promise<BuildsCreateOrUpdateResponse>;
|
|
867
|
+
/**
|
|
868
|
+
* Delete a BuildResource
|
|
869
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
870
|
+
* @param builderName The name of the builder.
|
|
871
|
+
* @param buildName The name of a build.
|
|
872
|
+
* @param options The options parameters.
|
|
873
|
+
*/
|
|
874
|
+
beginDelete(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BuildsDeleteResponse>, BuildsDeleteResponse>>;
|
|
875
|
+
/**
|
|
876
|
+
* Delete a BuildResource
|
|
877
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
878
|
+
* @param builderName The name of the builder.
|
|
879
|
+
* @param buildName The name of a build.
|
|
880
|
+
* @param options The options parameters.
|
|
881
|
+
*/
|
|
882
|
+
beginDeleteAndWait(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams): Promise<BuildsDeleteResponse>;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
/** Interface representing a BuildsByBuilderResource. */
|
|
886
|
+
export declare interface BuildsByBuilderResource {
|
|
887
|
+
/**
|
|
888
|
+
* List BuildResource resources by BuilderResource
|
|
889
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
890
|
+
* @param builderName The name of the builder.
|
|
891
|
+
* @param options The options parameters.
|
|
892
|
+
*/
|
|
893
|
+
list(resourceGroupName: string, builderName: string, options?: BuildsByBuilderResourceListOptionalParams): PagedAsyncIterableIterator<BuildResource>;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
/** Optional parameters. */
|
|
897
|
+
export declare interface BuildsByBuilderResourceListNextOptionalParams extends coreClient.OperationOptions {
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
/** Contains response data for the listNext operation. */
|
|
901
|
+
export declare type BuildsByBuilderResourceListNextResponse = BuildCollection;
|
|
902
|
+
|
|
903
|
+
/** Optional parameters. */
|
|
904
|
+
export declare interface BuildsByBuilderResourceListOptionalParams extends coreClient.OperationOptions {
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
/** Contains response data for the list operation. */
|
|
908
|
+
export declare type BuildsByBuilderResourceListResponse = BuildCollection;
|
|
909
|
+
|
|
910
|
+
/** Defines headers for Builds_createOrUpdate operation. */
|
|
911
|
+
export declare interface BuildsCreateOrUpdateHeaders {
|
|
912
|
+
azureAsyncOperation?: string;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
/** Optional parameters. */
|
|
916
|
+
export declare interface BuildsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
917
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
918
|
+
updateIntervalInMs?: number;
|
|
919
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
920
|
+
resumeFrom?: string;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
924
|
+
export declare type BuildsCreateOrUpdateResponse = BuildResource;
|
|
925
|
+
|
|
926
|
+
/** Defines headers for Builds_delete operation. */
|
|
927
|
+
export declare interface BuildsDeleteHeaders {
|
|
928
|
+
location?: string;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
/** Optional parameters. */
|
|
932
|
+
export declare interface BuildsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
933
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
934
|
+
updateIntervalInMs?: number;
|
|
935
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
936
|
+
resumeFrom?: string;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
/** Contains response data for the delete operation. */
|
|
940
|
+
export declare type BuildsDeleteResponse = BuildsDeleteHeaders;
|
|
941
|
+
|
|
942
|
+
/** Optional parameters. */
|
|
943
|
+
export declare interface BuildsGetOptionalParams extends coreClient.OperationOptions {
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
/** Contains response data for the get operation. */
|
|
947
|
+
export declare type BuildsGetResponse = BuildResource;
|
|
948
|
+
|
|
949
|
+
/**
|
|
950
|
+
* Defines values for BuildStatus. \
|
|
951
|
+
* {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
|
|
952
|
+
* this enum contains the known values that the service supports.
|
|
953
|
+
* ### Known values supported by the service
|
|
954
|
+
* **NotStarted** \
|
|
955
|
+
* **InProgress** \
|
|
956
|
+
* **Succeeded** \
|
|
957
|
+
* **Canceled** \
|
|
958
|
+
* **Failed**
|
|
959
|
+
*/
|
|
960
|
+
export declare type BuildStatus = string;
|
|
961
|
+
|
|
962
|
+
/** Build Auth Token. */
|
|
963
|
+
export declare interface BuildToken {
|
|
964
|
+
/**
|
|
965
|
+
* Authentication token.
|
|
966
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
967
|
+
*/
|
|
968
|
+
readonly token?: string;
|
|
969
|
+
/**
|
|
970
|
+
* Token expiration date.
|
|
971
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
972
|
+
*/
|
|
973
|
+
readonly expires?: Date;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/** Certificate used for Custom Domain bindings of Container Apps in a Managed Environment */
|
|
977
|
+
export declare interface Certificate extends TrackedResource {
|
|
978
|
+
/** Certificate resource specific properties */
|
|
979
|
+
properties?: CertificateProperties;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
/** Collection of Certificates. */
|
|
983
|
+
export declare interface CertificateCollection {
|
|
984
|
+
/** Collection of resources. */
|
|
985
|
+
value: Certificate[];
|
|
986
|
+
/**
|
|
987
|
+
* Link to next page of resources.
|
|
988
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
989
|
+
*/
|
|
990
|
+
readonly nextLink?: string;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
/** Properties for a certificate stored in a Key Vault. */
|
|
994
|
+
export declare interface CertificateKeyVaultProperties {
|
|
995
|
+
/** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
|
|
996
|
+
identity?: string;
|
|
997
|
+
/** URL pointing to the Azure Key Vault secret that holds the certificate. */
|
|
998
|
+
keyVaultUrl?: string;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
/** A certificate to update */
|
|
1002
|
+
export declare interface CertificatePatch {
|
|
1003
|
+
/** Application-specific metadata in the form of key-value pairs. */
|
|
1004
|
+
tags?: {
|
|
1005
|
+
[propertyName: string]: string;
|
|
1006
|
+
};
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
/** Certificate resource specific properties */
|
|
1010
|
+
export declare interface CertificateProperties {
|
|
1011
|
+
/**
|
|
1012
|
+
* Provisioning state of the certificate.
|
|
1013
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1014
|
+
*/
|
|
1015
|
+
readonly provisioningState?: CertificateProvisioningState;
|
|
1016
|
+
/** Properties for a certificate stored in a Key Vault. */
|
|
1017
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
1018
|
+
/** Certificate password. */
|
|
1019
|
+
password?: string;
|
|
1020
|
+
/**
|
|
1021
|
+
* Subject name of the certificate.
|
|
1022
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1023
|
+
*/
|
|
1024
|
+
readonly subjectName?: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* Subject alternative names the certificate applies to.
|
|
1027
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1028
|
+
*/
|
|
1029
|
+
readonly subjectAlternativeNames?: string[];
|
|
1030
|
+
/** PFX or PEM blob */
|
|
1031
|
+
value?: Uint8Array;
|
|
1032
|
+
/**
|
|
1033
|
+
* Certificate issuer.
|
|
1034
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1035
|
+
*/
|
|
1036
|
+
readonly issuer?: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* Certificate issue Date.
|
|
1039
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1040
|
+
*/
|
|
1041
|
+
readonly issueDate?: Date;
|
|
1042
|
+
/**
|
|
1043
|
+
* Certificate expiration date.
|
|
1044
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1045
|
+
*/
|
|
1046
|
+
readonly expirationDate?: Date;
|
|
1047
|
+
/**
|
|
1048
|
+
* Certificate thumbprint.
|
|
1049
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1050
|
+
*/
|
|
1051
|
+
readonly thumbprint?: string;
|
|
1052
|
+
/**
|
|
1053
|
+
* Is the certificate valid?.
|
|
1054
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1055
|
+
*/
|
|
1056
|
+
readonly valid?: boolean;
|
|
1057
|
+
/**
|
|
1058
|
+
* Public key hash.
|
|
1059
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1060
|
+
*/
|
|
1061
|
+
readonly publicKeyHash?: string;
|
|
1062
|
+
/** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
|
|
1063
|
+
certificateType?: CertificateType;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
/**
|
|
1067
|
+
* Defines values for CertificateProvisioningState. \
|
|
1068
|
+
* {@link KnownCertificateProvisioningState} can be used interchangeably with CertificateProvisioningState,
|
|
1069
|
+
* this enum contains the known values that the service supports.
|
|
1070
|
+
* ### Known values supported by the service
|
|
1071
|
+
* **Succeeded** \
|
|
1072
|
+
* **Failed** \
|
|
1073
|
+
* **Canceled** \
|
|
1074
|
+
* **DeleteFailed** \
|
|
1075
|
+
* **Pending**
|
|
1076
|
+
*/
|
|
1077
|
+
export declare type CertificateProvisioningState = string;
|
|
1078
|
+
|
|
1079
|
+
/** Interface representing a Certificates. */
|
|
1080
|
+
export declare interface Certificates {
|
|
1081
|
+
/**
|
|
1082
|
+
* Get the Certificates in a given managed environment.
|
|
1083
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1084
|
+
* @param environmentName Name of the Managed Environment.
|
|
1085
|
+
* @param options The options parameters.
|
|
1086
|
+
*/
|
|
1087
|
+
list(resourceGroupName: string, environmentName: string, options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
1088
|
+
/**
|
|
1089
|
+
* Get the specified Certificate.
|
|
1090
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1091
|
+
* @param environmentName Name of the Managed Environment.
|
|
1092
|
+
* @param certificateName Name of the Certificate.
|
|
1093
|
+
* @param options The options parameters.
|
|
1094
|
+
*/
|
|
1095
|
+
get(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesGetOptionalParams): Promise<CertificatesGetResponse>;
|
|
1096
|
+
/**
|
|
1097
|
+
* Create or Update a Certificate.
|
|
1098
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1099
|
+
* @param environmentName Name of the Managed Environment.
|
|
1100
|
+
* @param certificateName Name of the Certificate.
|
|
1101
|
+
* @param options The options parameters.
|
|
1102
|
+
*/
|
|
1103
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams): Promise<CertificatesCreateOrUpdateResponse>;
|
|
1104
|
+
/**
|
|
1105
|
+
* Deletes the specified Certificate.
|
|
1106
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1107
|
+
* @param environmentName Name of the Managed Environment.
|
|
1108
|
+
* @param certificateName Name of the Certificate.
|
|
1109
|
+
* @param options The options parameters.
|
|
1110
|
+
*/
|
|
1111
|
+
delete(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<void>;
|
|
1112
|
+
/**
|
|
1113
|
+
* Patches a certificate. Currently only patching of tags is supported
|
|
1114
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1115
|
+
* @param environmentName Name of the Managed Environment.
|
|
1116
|
+
* @param certificateName Name of the Certificate.
|
|
1117
|
+
* @param certificateEnvelope Properties of a certificate that need to be updated
|
|
1118
|
+
* @param options The options parameters.
|
|
1119
|
+
*/
|
|
1120
|
+
update(resourceGroupName: string, environmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: CertificatesUpdateOptionalParams): Promise<CertificatesUpdateResponse>;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
/** Optional parameters. */
|
|
1124
|
+
export declare interface CertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1125
|
+
/** Certificate to be created or updated */
|
|
1126
|
+
certificateEnvelope?: Certificate;
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1130
|
+
export declare type CertificatesCreateOrUpdateResponse = Certificate;
|
|
1131
|
+
|
|
1132
|
+
/** Optional parameters. */
|
|
1133
|
+
export declare interface CertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
/** Optional parameters. */
|
|
1137
|
+
export declare interface CertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
/** Contains response data for the get operation. */
|
|
1141
|
+
export declare type CertificatesGetResponse = Certificate;
|
|
1142
|
+
|
|
1143
|
+
/** Optional parameters. */
|
|
1144
|
+
export declare interface CertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
/** Contains response data for the listNext operation. */
|
|
1148
|
+
export declare type CertificatesListNextResponse = CertificateCollection;
|
|
1149
|
+
|
|
1150
|
+
/** Optional parameters. */
|
|
1151
|
+
export declare interface CertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
/** Contains response data for the list operation. */
|
|
1155
|
+
export declare type CertificatesListResponse = CertificateCollection;
|
|
1156
|
+
|
|
1157
|
+
/** Optional parameters. */
|
|
1158
|
+
export declare interface CertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
/** Contains response data for the update operation. */
|
|
1162
|
+
export declare type CertificatesUpdateResponse = Certificate;
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* Defines values for CertificateType. \
|
|
1166
|
+
* {@link KnownCertificateType} can be used interchangeably with CertificateType,
|
|
1167
|
+
* this enum contains the known values that the service supports.
|
|
1168
|
+
* ### Known values supported by the service
|
|
1169
|
+
* **ServerSSLCertificate** \
|
|
1170
|
+
* **ImagePullTrustedCA**
|
|
1171
|
+
*/
|
|
1172
|
+
export declare type CertificateType = string;
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* Defines values for CheckNameAvailabilityReason. \
|
|
1176
|
+
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
|
1177
|
+
* this enum contains the known values that the service supports.
|
|
1178
|
+
* ### Known values supported by the service
|
|
1179
|
+
* **Invalid** \
|
|
1180
|
+
* **AlreadyExists**
|
|
1181
|
+
*/
|
|
1182
|
+
export declare type CheckNameAvailabilityReason = string;
|
|
1183
|
+
|
|
1184
|
+
/** The check availability request body. */
|
|
1185
|
+
export declare interface CheckNameAvailabilityRequest {
|
|
1186
|
+
/** The name of the resource for which availability needs to be checked. */
|
|
601
1187
|
name?: string;
|
|
602
1188
|
/** The resource type. */
|
|
603
1189
|
type?: string;
|
|
@@ -613,6 +1199,16 @@ export declare interface CheckNameAvailabilityResponse {
|
|
|
613
1199
|
message?: string;
|
|
614
1200
|
}
|
|
615
1201
|
|
|
1202
|
+
/** Policy that defines circuit breaker conditions */
|
|
1203
|
+
export declare interface CircuitBreakerPolicy {
|
|
1204
|
+
/** Number of consecutive errors before the circuit breaker opens */
|
|
1205
|
+
consecutiveErrors?: number;
|
|
1206
|
+
/** The time interval, in seconds, between endpoint checks. This can result in opening the circuit breaker if the check fails as well as closing the circuit breaker if the check succeeds. Defaults to 10s. */
|
|
1207
|
+
intervalInSeconds?: number;
|
|
1208
|
+
/** Maximum percentage of hosts that will be ejected after failure threshold has been met */
|
|
1209
|
+
maxEjectionPercent?: number;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
616
1212
|
/** The configuration settings of the app registration for providers that have client ids and client secrets */
|
|
617
1213
|
export declare interface ClientRegistration {
|
|
618
1214
|
/** The Client ID of the app used for login. */
|
|
@@ -636,10 +1232,14 @@ export declare interface Configuration {
|
|
|
636
1232
|
registries?: RegistryCredentials[];
|
|
637
1233
|
/** Dapr configuration for the Container App. */
|
|
638
1234
|
dapr?: Dapr;
|
|
1235
|
+
/** App runtime configuration for the Container App. */
|
|
1236
|
+
runtime?: Runtime;
|
|
639
1237
|
/** Optional. Max inactive revisions a Container App can have. */
|
|
640
1238
|
maxInactiveRevisions?: number;
|
|
641
1239
|
/** Container App to be a dev Container App Service */
|
|
642
1240
|
service?: Service;
|
|
1241
|
+
/** Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used. */
|
|
1242
|
+
identitySettings?: IdentitySettings[];
|
|
643
1243
|
}
|
|
644
1244
|
|
|
645
1245
|
/** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
|
|
@@ -1068,6 +1668,8 @@ export declare interface ConnectedEnvironmentStorage extends ProxyResource {
|
|
|
1068
1668
|
export declare interface ConnectedEnvironmentStorageProperties {
|
|
1069
1669
|
/** Azure file properties */
|
|
1070
1670
|
azureFile?: AzureFileProperties;
|
|
1671
|
+
/** SMB storage properties */
|
|
1672
|
+
smb?: SmbStorage;
|
|
1071
1673
|
}
|
|
1072
1674
|
|
|
1073
1675
|
/** Collection of Storage for Environments */
|
|
@@ -1097,17 +1699,26 @@ export declare interface ContainerApp extends TrackedResource {
|
|
|
1097
1699
|
identity?: ManagedServiceIdentity;
|
|
1098
1700
|
/** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */
|
|
1099
1701
|
managedBy?: string;
|
|
1702
|
+
/** Metadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value. */
|
|
1703
|
+
kind?: Kind;
|
|
1100
1704
|
/**
|
|
1101
1705
|
* Provisioning state of the Container App.
|
|
1102
1706
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1103
1707
|
*/
|
|
1104
1708
|
readonly provisioningState?: ContainerAppProvisioningState;
|
|
1709
|
+
/**
|
|
1710
|
+
* Any errors that occurred during deployment
|
|
1711
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1712
|
+
*/
|
|
1713
|
+
readonly deploymentErrors?: string;
|
|
1105
1714
|
/** Deprecated. Resource ID of the Container App's environment. */
|
|
1106
1715
|
managedEnvironmentId?: string;
|
|
1107
1716
|
/** Resource ID of environment. */
|
|
1108
1717
|
environmentId?: string;
|
|
1109
1718
|
/** Workload profile name to pin for container app execution. */
|
|
1110
1719
|
workloadProfileName?: string;
|
|
1720
|
+
/** Container App auto patch configuration. */
|
|
1721
|
+
patchingConfiguration?: ContainerAppPropertiesPatchingConfiguration;
|
|
1111
1722
|
/**
|
|
1112
1723
|
* Name of the latest revision of the Container App.
|
|
1113
1724
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1243,6 +1854,12 @@ export declare interface ContainerAppProbeTcpSocket {
|
|
|
1243
1854
|
port: number;
|
|
1244
1855
|
}
|
|
1245
1856
|
|
|
1857
|
+
/** Container App auto patch configuration. */
|
|
1858
|
+
export declare interface ContainerAppPropertiesPatchingConfiguration {
|
|
1859
|
+
/** Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching. */
|
|
1860
|
+
patchingMode?: PatchingMode;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1246
1863
|
/**
|
|
1247
1864
|
* Defines values for ContainerAppProvisioningState. \
|
|
1248
1865
|
* {@link KnownContainerAppProvisioningState} can be used interchangeably with ContainerAppProvisioningState,
|
|
@@ -1391,7 +2008,7 @@ export declare class ContainerAppsAPIClient extends coreClient.ServiceClient {
|
|
|
1391
2008
|
/**
|
|
1392
2009
|
* Initializes a new instance of the ContainerAppsAPIClient class.
|
|
1393
2010
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1394
|
-
* @param subscriptionId The ID of the target subscription.
|
|
2011
|
+
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
1395
2012
|
* @param options The parameter options
|
|
1396
2013
|
*/
|
|
1397
2014
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerAppsAPIClientOptionalParams);
|
|
@@ -1410,28 +2027,45 @@ export declare class ContainerAppsAPIClient extends coreClient.ServiceClient {
|
|
|
1410
2027
|
* @param options The options parameters.
|
|
1411
2028
|
*/
|
|
1412
2029
|
getCustomDomainVerificationId(options?: GetCustomDomainVerificationIdOptionalParams): Promise<GetCustomDomainVerificationIdResponse>;
|
|
2030
|
+
appResiliencyOperations: AppResiliencyOperations;
|
|
1413
2031
|
containerAppsAuthConfigs: ContainerAppsAuthConfigs;
|
|
1414
2032
|
availableWorkloadProfiles: AvailableWorkloadProfiles;
|
|
1415
2033
|
billingMeters: BillingMeters;
|
|
2034
|
+
builders: Builders;
|
|
2035
|
+
buildsByBuilderResource: BuildsByBuilderResource;
|
|
2036
|
+
builds: Builds;
|
|
2037
|
+
buildAuthToken: BuildAuthToken;
|
|
1416
2038
|
connectedEnvironments: ConnectedEnvironments;
|
|
1417
2039
|
connectedEnvironmentsCertificates: ConnectedEnvironmentsCertificates;
|
|
1418
2040
|
connectedEnvironmentsDaprComponents: ConnectedEnvironmentsDaprComponents;
|
|
1419
2041
|
connectedEnvironmentsStorages: ConnectedEnvironmentsStorages;
|
|
1420
2042
|
containerApps: ContainerApps;
|
|
2043
|
+
containerAppsBuildsByContainerApp: ContainerAppsBuildsByContainerApp;
|
|
2044
|
+
containerAppsBuilds: ContainerAppsBuilds;
|
|
2045
|
+
containerAppsPatches: ContainerAppsPatches;
|
|
1421
2046
|
containerAppsRevisions: ContainerAppsRevisions;
|
|
1422
2047
|
containerAppsRevisionReplicas: ContainerAppsRevisionReplicas;
|
|
1423
2048
|
containerAppsDiagnostics: ContainerAppsDiagnostics;
|
|
1424
2049
|
managedEnvironmentDiagnostics: ManagedEnvironmentDiagnostics;
|
|
1425
2050
|
managedEnvironmentsDiagnostics: ManagedEnvironmentsDiagnostics;
|
|
1426
2051
|
jobs: Jobs;
|
|
2052
|
+
dotNetComponents: DotNetComponents;
|
|
2053
|
+
functionsExtension: FunctionsExtension;
|
|
1427
2054
|
operations: Operations;
|
|
2055
|
+
javaComponents: JavaComponents;
|
|
1428
2056
|
jobsExecutions: JobsExecutions;
|
|
2057
|
+
logicApps: LogicApps;
|
|
1429
2058
|
managedEnvironments: ManagedEnvironments;
|
|
1430
2059
|
certificates: Certificates;
|
|
1431
2060
|
managedCertificates: ManagedCertificates;
|
|
1432
2061
|
namespaces: Namespaces;
|
|
2062
|
+
managedEnvironmentPrivateEndpointConnections: ManagedEnvironmentPrivateEndpointConnections;
|
|
2063
|
+
managedEnvironmentPrivateLinkResources: ManagedEnvironmentPrivateLinkResources;
|
|
2064
|
+
daprComponentResiliencyPolicies: DaprComponentResiliencyPolicies;
|
|
1433
2065
|
daprComponents: DaprComponents;
|
|
2066
|
+
daprSubscriptions: DaprSubscriptions;
|
|
1434
2067
|
managedEnvironmentsStorages: ManagedEnvironmentsStorages;
|
|
2068
|
+
containerAppsSessionPools: ContainerAppsSessionPools;
|
|
1435
2069
|
containerAppsSourceControls: ContainerAppsSourceControls;
|
|
1436
2070
|
usages: Usages;
|
|
1437
2071
|
managedEnvironmentUsages: ManagedEnvironmentUsages;
|
|
@@ -1515,6 +2149,148 @@ export declare interface ContainerAppsAuthConfigsListByContainerAppOptionalParam
|
|
|
1515
2149
|
/** Contains response data for the listByContainerApp operation. */
|
|
1516
2150
|
export declare type ContainerAppsAuthConfigsListByContainerAppResponse = AuthConfigCollection;
|
|
1517
2151
|
|
|
2152
|
+
/** The response of a Container Apps Build Resource list operation. */
|
|
2153
|
+
export declare interface ContainerAppsBuildCollection {
|
|
2154
|
+
/** The Container Apps Build Resource items on this page */
|
|
2155
|
+
value: ContainerAppsBuildResource[];
|
|
2156
|
+
/** The link to the next page of items */
|
|
2157
|
+
nextLink?: string;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
/** Configuration of the build. */
|
|
2161
|
+
export declare interface ContainerAppsBuildConfiguration {
|
|
2162
|
+
/**
|
|
2163
|
+
* Base OS used to build and run the app.
|
|
2164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2165
|
+
*/
|
|
2166
|
+
readonly baseOs?: string;
|
|
2167
|
+
/**
|
|
2168
|
+
* Platform to be used to build and run the app.
|
|
2169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2170
|
+
*/
|
|
2171
|
+
readonly platform?: string;
|
|
2172
|
+
/**
|
|
2173
|
+
* Platform version to be used to build and run the app.
|
|
2174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2175
|
+
*/
|
|
2176
|
+
readonly platformVersion?: string;
|
|
2177
|
+
/**
|
|
2178
|
+
* List of environment variables to be passed to the build, secrets should not be used in environment variable.
|
|
2179
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2180
|
+
*/
|
|
2181
|
+
readonly environmentVariables?: EnvironmentVariable[];
|
|
2182
|
+
/**
|
|
2183
|
+
* List of steps to perform before the build.
|
|
2184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2185
|
+
*/
|
|
2186
|
+
readonly preBuildSteps?: PreBuildStep[];
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
/** Information pertaining to an individual build. */
|
|
2190
|
+
export declare interface ContainerAppsBuildResource extends ProxyResource {
|
|
2191
|
+
/**
|
|
2192
|
+
* Build provisioning state.
|
|
2193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2194
|
+
*/
|
|
2195
|
+
readonly provisioningState?: BuildProvisioningState;
|
|
2196
|
+
/**
|
|
2197
|
+
* Status of the build once it has been provisioned.
|
|
2198
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2199
|
+
*/
|
|
2200
|
+
readonly buildStatus?: BuildStatus;
|
|
2201
|
+
/**
|
|
2202
|
+
* Container registry that the final image will be uploaded to.
|
|
2203
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2204
|
+
*/
|
|
2205
|
+
readonly destinationContainerRegistry?: ContainerRegistryWithCustomImage;
|
|
2206
|
+
/**
|
|
2207
|
+
* Configuration of the build.
|
|
2208
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2209
|
+
*/
|
|
2210
|
+
readonly configuration?: ContainerAppsBuildConfiguration;
|
|
2211
|
+
/**
|
|
2212
|
+
* Endpoint from which the build logs can be streamed.
|
|
2213
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2214
|
+
*/
|
|
2215
|
+
readonly logStreamEndpoint?: string;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
/** Interface representing a ContainerAppsBuilds. */
|
|
2219
|
+
export declare interface ContainerAppsBuilds {
|
|
2220
|
+
/**
|
|
2221
|
+
* Get a Container Apps Build resource
|
|
2222
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2223
|
+
* @param containerAppName Name of the Container App the Build is associated.
|
|
2224
|
+
* @param buildName The name of a build.
|
|
2225
|
+
* @param options The options parameters.
|
|
2226
|
+
*/
|
|
2227
|
+
get(resourceGroupName: string, containerAppName: string, buildName: string, options?: ContainerAppsBuildsGetOptionalParams): Promise<ContainerAppsBuildsGetResponse>;
|
|
2228
|
+
/**
|
|
2229
|
+
* Delete a Container Apps Build resource
|
|
2230
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2231
|
+
* @param containerAppName Name of the Container App the Build is associated.
|
|
2232
|
+
* @param buildName The name of a build.
|
|
2233
|
+
* @param options The options parameters.
|
|
2234
|
+
*/
|
|
2235
|
+
beginDelete(resourceGroupName: string, containerAppName: string, buildName: string, options?: ContainerAppsBuildsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsBuildsDeleteResponse>, ContainerAppsBuildsDeleteResponse>>;
|
|
2236
|
+
/**
|
|
2237
|
+
* Delete a Container Apps Build resource
|
|
2238
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2239
|
+
* @param containerAppName Name of the Container App the Build is associated.
|
|
2240
|
+
* @param buildName The name of a build.
|
|
2241
|
+
* @param options The options parameters.
|
|
2242
|
+
*/
|
|
2243
|
+
beginDeleteAndWait(resourceGroupName: string, containerAppName: string, buildName: string, options?: ContainerAppsBuildsDeleteOptionalParams): Promise<ContainerAppsBuildsDeleteResponse>;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
/** Interface representing a ContainerAppsBuildsByContainerApp. */
|
|
2247
|
+
export declare interface ContainerAppsBuildsByContainerApp {
|
|
2248
|
+
/**
|
|
2249
|
+
* List Container Apps Build resources by Container App
|
|
2250
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2251
|
+
* @param containerAppName Name of the Container App the Build is associated.
|
|
2252
|
+
* @param options The options parameters.
|
|
2253
|
+
*/
|
|
2254
|
+
list(resourceGroupName: string, containerAppName: string, options?: ContainerAppsBuildsByContainerAppListOptionalParams): PagedAsyncIterableIterator<ContainerAppsBuildResource>;
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
/** Optional parameters. */
|
|
2258
|
+
export declare interface ContainerAppsBuildsByContainerAppListNextOptionalParams extends coreClient.OperationOptions {
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
/** Contains response data for the listNext operation. */
|
|
2262
|
+
export declare type ContainerAppsBuildsByContainerAppListNextResponse = ContainerAppsBuildCollection;
|
|
2263
|
+
|
|
2264
|
+
/** Optional parameters. */
|
|
2265
|
+
export declare interface ContainerAppsBuildsByContainerAppListOptionalParams extends coreClient.OperationOptions {
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
/** Contains response data for the list operation. */
|
|
2269
|
+
export declare type ContainerAppsBuildsByContainerAppListResponse = ContainerAppsBuildCollection;
|
|
2270
|
+
|
|
2271
|
+
/** Defines headers for ContainerAppsBuilds_delete operation. */
|
|
2272
|
+
export declare interface ContainerAppsBuildsDeleteHeaders {
|
|
2273
|
+
location?: string;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
/** Optional parameters. */
|
|
2277
|
+
export declare interface ContainerAppsBuildsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2278
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2279
|
+
updateIntervalInMs?: number;
|
|
2280
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2281
|
+
resumeFrom?: string;
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
/** Contains response data for the delete operation. */
|
|
2285
|
+
export declare type ContainerAppsBuildsDeleteResponse = ContainerAppsBuildsDeleteHeaders;
|
|
2286
|
+
|
|
2287
|
+
/** Optional parameters. */
|
|
2288
|
+
export declare interface ContainerAppsBuildsGetOptionalParams extends coreClient.OperationOptions {
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
/** Contains response data for the get operation. */
|
|
2292
|
+
export declare type ContainerAppsBuildsGetResponse = ContainerAppsBuildResource;
|
|
2293
|
+
|
|
1518
2294
|
/** Optional parameters. */
|
|
1519
2295
|
export declare interface ContainerAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1520
2296
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1680,38 +2456,188 @@ export declare type ContainerAppsListByResourceGroupNextResponse = ContainerAppC
|
|
|
1680
2456
|
export declare interface ContainerAppsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1681
2457
|
}
|
|
1682
2458
|
|
|
1683
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1684
|
-
export declare type ContainerAppsListByResourceGroupResponse = ContainerAppCollection;
|
|
2459
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2460
|
+
export declare type ContainerAppsListByResourceGroupResponse = ContainerAppCollection;
|
|
2461
|
+
|
|
2462
|
+
/** Optional parameters. */
|
|
2463
|
+
export declare interface ContainerAppsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2467
|
+
export declare type ContainerAppsListBySubscriptionNextResponse = ContainerAppCollection;
|
|
2468
|
+
|
|
2469
|
+
/** Optional parameters. */
|
|
2470
|
+
export declare interface ContainerAppsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2474
|
+
export declare type ContainerAppsListBySubscriptionResponse = ContainerAppCollection;
|
|
2475
|
+
|
|
2476
|
+
/** Optional parameters. */
|
|
2477
|
+
export declare interface ContainerAppsListCustomHostNameAnalysisOptionalParams extends coreClient.OperationOptions {
|
|
2478
|
+
/** Custom hostname. */
|
|
2479
|
+
customHostname?: string;
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
/** Contains response data for the listCustomHostNameAnalysis operation. */
|
|
2483
|
+
export declare type ContainerAppsListCustomHostNameAnalysisResponse = CustomHostnameAnalysisResult;
|
|
2484
|
+
|
|
2485
|
+
/** Optional parameters. */
|
|
2486
|
+
export declare interface ContainerAppsListSecretsOptionalParams extends coreClient.OperationOptions {
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
/** Contains response data for the listSecrets operation. */
|
|
2490
|
+
export declare type ContainerAppsListSecretsResponse = SecretsCollection;
|
|
2491
|
+
|
|
2492
|
+
/** Interface representing a ContainerAppsPatches. */
|
|
2493
|
+
export declare interface ContainerAppsPatches {
|
|
2494
|
+
/**
|
|
2495
|
+
* List Container Apps Patch resources by ContainerApp.
|
|
2496
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2497
|
+
* @param containerAppName Name of the Container App the Patch is associated.
|
|
2498
|
+
* @param options The options parameters.
|
|
2499
|
+
*/
|
|
2500
|
+
listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsPatchesListByContainerAppOptionalParams): PagedAsyncIterableIterator<ContainerAppsPatchResource>;
|
|
2501
|
+
/**
|
|
2502
|
+
* Get details for specific Container Apps Patch by patch name.
|
|
2503
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2504
|
+
* @param containerAppName Name of the Container App the Patch is associated.
|
|
2505
|
+
* @param patchName The name of the patch
|
|
2506
|
+
* @param options The options parameters.
|
|
2507
|
+
*/
|
|
2508
|
+
get(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesGetOptionalParams): Promise<ContainerAppsPatchesGetResponse>;
|
|
2509
|
+
/**
|
|
2510
|
+
* Delete specific Container Apps Patch by patch name.
|
|
2511
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2512
|
+
* @param containerAppName Name of the Container App the Patch is associated.
|
|
2513
|
+
* @param patchName The name of the patch
|
|
2514
|
+
* @param options The options parameters.
|
|
2515
|
+
*/
|
|
2516
|
+
beginDelete(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchesDeleteResponse>, ContainerAppsPatchesDeleteResponse>>;
|
|
2517
|
+
/**
|
|
2518
|
+
* Delete specific Container Apps Patch by patch name.
|
|
2519
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2520
|
+
* @param containerAppName Name of the Container App the Patch is associated.
|
|
2521
|
+
* @param patchName The name of the patch
|
|
2522
|
+
* @param options The options parameters.
|
|
2523
|
+
*/
|
|
2524
|
+
beginDeleteAndWait(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesDeleteOptionalParams): Promise<ContainerAppsPatchesDeleteResponse>;
|
|
2525
|
+
/**
|
|
2526
|
+
* Configure the Container Apps Patch skip option by patch name.
|
|
2527
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2528
|
+
* @param containerAppName Name of the Container App the Patch is associated.
|
|
2529
|
+
* @param patchName The name of the patch
|
|
2530
|
+
* @param patchSkipConfig Configure patcher to skip a patch or not.
|
|
2531
|
+
* @param options The options parameters.
|
|
2532
|
+
*/
|
|
2533
|
+
beginSkipConfigure(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchesSkipConfigureResponse>, ContainerAppsPatchesSkipConfigureResponse>>;
|
|
2534
|
+
/**
|
|
2535
|
+
* Configure the Container Apps Patch skip option by patch name.
|
|
2536
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2537
|
+
* @param containerAppName Name of the Container App the Patch is associated.
|
|
2538
|
+
* @param patchName The name of the patch
|
|
2539
|
+
* @param patchSkipConfig Configure patcher to skip a patch or not.
|
|
2540
|
+
* @param options The options parameters.
|
|
2541
|
+
*/
|
|
2542
|
+
beginSkipConfigureAndWait(resourceGroupName: string, containerAppName: string, patchName: string, patchSkipConfig: PatchSkipConfig, options?: ContainerAppsPatchesSkipConfigureOptionalParams): Promise<ContainerAppsPatchesSkipConfigureResponse>;
|
|
2543
|
+
/**
|
|
2544
|
+
* Apply a Container Apps Patch resource with patch name.
|
|
2545
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2546
|
+
* @param containerAppName Name of the Container App the Patch is associated.
|
|
2547
|
+
* @param patchName The name of the patch
|
|
2548
|
+
* @param options The options parameters.
|
|
2549
|
+
*/
|
|
2550
|
+
beginApply(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsPatchesApplyResponse>, ContainerAppsPatchesApplyResponse>>;
|
|
2551
|
+
/**
|
|
2552
|
+
* Apply a Container Apps Patch resource with patch name.
|
|
2553
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2554
|
+
* @param containerAppName Name of the Container App the Patch is associated.
|
|
2555
|
+
* @param patchName The name of the patch
|
|
2556
|
+
* @param options The options parameters.
|
|
2557
|
+
*/
|
|
2558
|
+
beginApplyAndWait(resourceGroupName: string, containerAppName: string, patchName: string, options?: ContainerAppsPatchesApplyOptionalParams): Promise<ContainerAppsPatchesApplyResponse>;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
/** Defines headers for ContainerAppsPatches_apply operation. */
|
|
2562
|
+
export declare interface ContainerAppsPatchesApplyHeaders {
|
|
2563
|
+
azureAsyncOperation?: string;
|
|
2564
|
+
location?: string;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
/** Optional parameters. */
|
|
2568
|
+
export declare interface ContainerAppsPatchesApplyOptionalParams extends coreClient.OperationOptions {
|
|
2569
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2570
|
+
updateIntervalInMs?: number;
|
|
2571
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2572
|
+
resumeFrom?: string;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
/** Contains response data for the apply operation. */
|
|
2576
|
+
export declare type ContainerAppsPatchesApplyResponse = ContainerAppsPatchResource;
|
|
2577
|
+
|
|
2578
|
+
/** Defines headers for ContainerAppsPatches_delete operation. */
|
|
2579
|
+
export declare interface ContainerAppsPatchesDeleteHeaders {
|
|
2580
|
+
location?: string;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
/** Optional parameters. */
|
|
2584
|
+
export declare interface ContainerAppsPatchesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2585
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2586
|
+
updateIntervalInMs?: number;
|
|
2587
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2588
|
+
resumeFrom?: string;
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
/** Contains response data for the delete operation. */
|
|
2592
|
+
export declare type ContainerAppsPatchesDeleteResponse = ContainerAppsPatchesDeleteHeaders;
|
|
1685
2593
|
|
|
1686
2594
|
/** Optional parameters. */
|
|
1687
|
-
export declare interface
|
|
2595
|
+
export declare interface ContainerAppsPatchesGetOptionalParams extends coreClient.OperationOptions {
|
|
1688
2596
|
}
|
|
1689
2597
|
|
|
1690
|
-
/** Contains response data for the
|
|
1691
|
-
export declare type
|
|
2598
|
+
/** Contains response data for the get operation. */
|
|
2599
|
+
export declare type ContainerAppsPatchesGetResponse = ContainerAppsPatchResource;
|
|
1692
2600
|
|
|
1693
2601
|
/** Optional parameters. */
|
|
1694
|
-
export declare interface
|
|
2602
|
+
export declare interface ContainerAppsPatchesListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
|
|
1695
2603
|
}
|
|
1696
2604
|
|
|
1697
|
-
/** Contains response data for the
|
|
1698
|
-
export declare type
|
|
2605
|
+
/** Contains response data for the listByContainerAppNext operation. */
|
|
2606
|
+
export declare type ContainerAppsPatchesListByContainerAppNextResponse = PatchCollection;
|
|
1699
2607
|
|
|
1700
2608
|
/** Optional parameters. */
|
|
1701
|
-
export declare interface
|
|
1702
|
-
/**
|
|
1703
|
-
|
|
2609
|
+
export declare interface ContainerAppsPatchesListByContainerAppOptionalParams extends coreClient.OperationOptions {
|
|
2610
|
+
/** The filter to apply on the operation. For example, $filter=properties/patchApplyStatus eq 'Succeeded' */
|
|
2611
|
+
filter?: string;
|
|
1704
2612
|
}
|
|
1705
2613
|
|
|
1706
|
-
/** Contains response data for the
|
|
1707
|
-
export declare type
|
|
2614
|
+
/** Contains response data for the listByContainerApp operation. */
|
|
2615
|
+
export declare type ContainerAppsPatchesListByContainerAppResponse = PatchCollection;
|
|
2616
|
+
|
|
2617
|
+
/** Defines headers for ContainerAppsPatches_skipConfigure operation. */
|
|
2618
|
+
export declare interface ContainerAppsPatchesSkipConfigureHeaders {
|
|
2619
|
+
location?: string;
|
|
2620
|
+
}
|
|
1708
2621
|
|
|
1709
2622
|
/** Optional parameters. */
|
|
1710
|
-
export declare interface
|
|
2623
|
+
export declare interface ContainerAppsPatchesSkipConfigureOptionalParams extends coreClient.OperationOptions {
|
|
2624
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2625
|
+
updateIntervalInMs?: number;
|
|
2626
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2627
|
+
resumeFrom?: string;
|
|
1711
2628
|
}
|
|
1712
2629
|
|
|
1713
|
-
/** Contains response data for the
|
|
1714
|
-
export declare type
|
|
2630
|
+
/** Contains response data for the skipConfigure operation. */
|
|
2631
|
+
export declare type ContainerAppsPatchesSkipConfigureResponse = ContainerAppsPatchesSkipConfigureHeaders;
|
|
2632
|
+
|
|
2633
|
+
/** Container App Patch */
|
|
2634
|
+
export declare interface ContainerAppsPatchResource extends ProxyResource {
|
|
2635
|
+
/**
|
|
2636
|
+
* Properties that describes current states of the patch resource.
|
|
2637
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2638
|
+
*/
|
|
2639
|
+
readonly properties?: PatchProperties;
|
|
2640
|
+
}
|
|
1715
2641
|
|
|
1716
2642
|
/** Interface representing a ContainerAppsRevisionReplicas. */
|
|
1717
2643
|
export declare interface ContainerAppsRevisionReplicas {
|
|
@@ -1826,6 +2752,152 @@ export declare type ContainerAppsRevisionsListRevisionsResponse = RevisionCollec
|
|
|
1826
2752
|
export declare interface ContainerAppsRevisionsRestartRevisionOptionalParams extends coreClient.OperationOptions {
|
|
1827
2753
|
}
|
|
1828
2754
|
|
|
2755
|
+
/** Interface representing a ContainerAppsSessionPools. */
|
|
2756
|
+
export declare interface ContainerAppsSessionPools {
|
|
2757
|
+
/**
|
|
2758
|
+
* Get the session pools in a given subscription.
|
|
2759
|
+
* @param options The options parameters.
|
|
2760
|
+
*/
|
|
2761
|
+
listBySubscription(options?: ContainerAppsSessionPoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SessionPool>;
|
|
2762
|
+
/**
|
|
2763
|
+
* Get the session pools in a given resource group of a subscription.
|
|
2764
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2765
|
+
* @param options The options parameters.
|
|
2766
|
+
*/
|
|
2767
|
+
listByResourceGroup(resourceGroupName: string, options?: ContainerAppsSessionPoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SessionPool>;
|
|
2768
|
+
/**
|
|
2769
|
+
* Get the properties of a session pool.
|
|
2770
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2771
|
+
* @param sessionPoolName Name of the session pool.
|
|
2772
|
+
* @param options The options parameters.
|
|
2773
|
+
*/
|
|
2774
|
+
get(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsGetOptionalParams): Promise<ContainerAppsSessionPoolsGetResponse>;
|
|
2775
|
+
/**
|
|
2776
|
+
* Create or update a session pool with the given properties.
|
|
2777
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2778
|
+
* @param sessionPoolName Name of the session pool.
|
|
2779
|
+
* @param sessionPoolEnvelope Properties used to create a session pool
|
|
2780
|
+
* @param options The options parameters.
|
|
2781
|
+
*/
|
|
2782
|
+
beginCreateOrUpdate(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsCreateOrUpdateResponse>, ContainerAppsSessionPoolsCreateOrUpdateResponse>>;
|
|
2783
|
+
/**
|
|
2784
|
+
* Create or update a session pool with the given properties.
|
|
2785
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2786
|
+
* @param sessionPoolName Name of the session pool.
|
|
2787
|
+
* @param sessionPoolEnvelope Properties used to create a session pool
|
|
2788
|
+
* @param options The options parameters.
|
|
2789
|
+
*/
|
|
2790
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams): Promise<ContainerAppsSessionPoolsCreateOrUpdateResponse>;
|
|
2791
|
+
/**
|
|
2792
|
+
* Patches a session pool using JSON merge patch
|
|
2793
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2794
|
+
* @param sessionPoolName Name of the session pool.
|
|
2795
|
+
* @param sessionPoolEnvelope Properties used to create a session pool
|
|
2796
|
+
* @param options The options parameters.
|
|
2797
|
+
*/
|
|
2798
|
+
beginUpdate(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsUpdateResponse>, ContainerAppsSessionPoolsUpdateResponse>>;
|
|
2799
|
+
/**
|
|
2800
|
+
* Patches a session pool using JSON merge patch
|
|
2801
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2802
|
+
* @param sessionPoolName Name of the session pool.
|
|
2803
|
+
* @param sessionPoolEnvelope Properties used to create a session pool
|
|
2804
|
+
* @param options The options parameters.
|
|
2805
|
+
*/
|
|
2806
|
+
beginUpdateAndWait(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams): Promise<ContainerAppsSessionPoolsUpdateResponse>;
|
|
2807
|
+
/**
|
|
2808
|
+
* Delete the session pool with the given name.
|
|
2809
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2810
|
+
* @param sessionPoolName Name of the session pool.
|
|
2811
|
+
* @param options The options parameters.
|
|
2812
|
+
*/
|
|
2813
|
+
beginDelete(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerAppsSessionPoolsDeleteResponse>, ContainerAppsSessionPoolsDeleteResponse>>;
|
|
2814
|
+
/**
|
|
2815
|
+
* Delete the session pool with the given name.
|
|
2816
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2817
|
+
* @param sessionPoolName Name of the session pool.
|
|
2818
|
+
* @param options The options parameters.
|
|
2819
|
+
*/
|
|
2820
|
+
beginDeleteAndWait(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<ContainerAppsSessionPoolsDeleteResponse>;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
/** Optional parameters. */
|
|
2824
|
+
export declare interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2825
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2826
|
+
updateIntervalInMs?: number;
|
|
2827
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2828
|
+
resumeFrom?: string;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2832
|
+
export declare type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;
|
|
2833
|
+
|
|
2834
|
+
/** Defines headers for ContainerAppsSessionPools_delete operation. */
|
|
2835
|
+
export declare interface ContainerAppsSessionPoolsDeleteHeaders {
|
|
2836
|
+
location?: string;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
/** Optional parameters. */
|
|
2840
|
+
export declare interface ContainerAppsSessionPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2841
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2842
|
+
updateIntervalInMs?: number;
|
|
2843
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2844
|
+
resumeFrom?: string;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
/** Contains response data for the delete operation. */
|
|
2848
|
+
export declare type ContainerAppsSessionPoolsDeleteResponse = ContainerAppsSessionPoolsDeleteHeaders;
|
|
2849
|
+
|
|
2850
|
+
/** Optional parameters. */
|
|
2851
|
+
export declare interface ContainerAppsSessionPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
/** Contains response data for the get operation. */
|
|
2855
|
+
export declare type ContainerAppsSessionPoolsGetResponse = SessionPool;
|
|
2856
|
+
|
|
2857
|
+
/** Optional parameters. */
|
|
2858
|
+
export declare interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2862
|
+
export declare type ContainerAppsSessionPoolsListByResourceGroupNextResponse = SessionPoolCollection;
|
|
2863
|
+
|
|
2864
|
+
/** Optional parameters. */
|
|
2865
|
+
export declare interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2869
|
+
export declare type ContainerAppsSessionPoolsListByResourceGroupResponse = SessionPoolCollection;
|
|
2870
|
+
|
|
2871
|
+
/** Optional parameters. */
|
|
2872
|
+
export declare interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2876
|
+
export declare type ContainerAppsSessionPoolsListBySubscriptionNextResponse = SessionPoolCollection;
|
|
2877
|
+
|
|
2878
|
+
/** Optional parameters. */
|
|
2879
|
+
export declare interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2883
|
+
export declare type ContainerAppsSessionPoolsListBySubscriptionResponse = SessionPoolCollection;
|
|
2884
|
+
|
|
2885
|
+
/** Defines headers for ContainerAppsSessionPools_update operation. */
|
|
2886
|
+
export declare interface ContainerAppsSessionPoolsUpdateHeaders {
|
|
2887
|
+
location?: string;
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
/** Optional parameters. */
|
|
2891
|
+
export declare interface ContainerAppsSessionPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2892
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2893
|
+
updateIntervalInMs?: number;
|
|
2894
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2895
|
+
resumeFrom?: string;
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
/** Contains response data for the update operation. */
|
|
2899
|
+
export declare type ContainerAppsSessionPoolsUpdateResponse = SessionPool;
|
|
2900
|
+
|
|
1829
2901
|
/** Interface representing a ContainerAppsSourceControls. */
|
|
1830
2902
|
export declare interface ContainerAppsSourceControls {
|
|
1831
2903
|
/**
|
|
@@ -1881,6 +2953,8 @@ export declare interface ContainerAppsSourceControls {
|
|
|
1881
2953
|
|
|
1882
2954
|
/** Optional parameters. */
|
|
1883
2955
|
export declare interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2956
|
+
/** Github personal access token used for SourceControl. */
|
|
2957
|
+
xMsGithubAuxiliary?: string;
|
|
1884
2958
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1885
2959
|
updateIntervalInMs?: number;
|
|
1886
2960
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -1892,6 +2966,12 @@ export declare type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceCo
|
|
|
1892
2966
|
|
|
1893
2967
|
/** Optional parameters. */
|
|
1894
2968
|
export declare interface ContainerAppsSourceControlsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2969
|
+
/** Github personal access token used for SourceControl. */
|
|
2970
|
+
xMsGithubAuxiliary?: string;
|
|
2971
|
+
/** Ignore Workflow Deletion Failure. */
|
|
2972
|
+
ignoreWorkflowDeletionFailure?: boolean;
|
|
2973
|
+
/** Delete workflow. */
|
|
2974
|
+
deleteWorkflow?: boolean;
|
|
1895
2975
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1896
2976
|
updateIntervalInMs?: number;
|
|
1897
2977
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -1967,6 +3047,34 @@ export declare interface ContainerAppsUpdateOptionalParams extends coreClient.Op
|
|
|
1967
3047
|
/** Contains response data for the update operation. */
|
|
1968
3048
|
export declare type ContainerAppsUpdateResponse = ContainerApp;
|
|
1969
3049
|
|
|
3050
|
+
/** Container Apps Job execution container status. Contains status code and reason */
|
|
3051
|
+
export declare interface ContainerExecutionStatus {
|
|
3052
|
+
/** Container Name. */
|
|
3053
|
+
name?: string;
|
|
3054
|
+
/** Exit code */
|
|
3055
|
+
code?: number;
|
|
3056
|
+
/** Additional information for the container status */
|
|
3057
|
+
additionalInformation?: string;
|
|
3058
|
+
/** Status of the container */
|
|
3059
|
+
status?: string;
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
/** Model representing a mapping from a container registry to the identity used to connect to it. */
|
|
3063
|
+
export declare interface ContainerRegistry {
|
|
3064
|
+
/** Login server of the container registry. */
|
|
3065
|
+
containerRegistryServer: string;
|
|
3066
|
+
/** Resource ID of the managed identity. */
|
|
3067
|
+
identityResourceId: string;
|
|
3068
|
+
}
|
|
3069
|
+
|
|
3070
|
+
/** Container registry that the final image will be uploaded to. */
|
|
3071
|
+
export declare interface ContainerRegistryWithCustomImage {
|
|
3072
|
+
/** Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it. */
|
|
3073
|
+
server: string;
|
|
3074
|
+
/** Full name that the final image should be uploaded as, including both image name and tag. */
|
|
3075
|
+
image?: string;
|
|
3076
|
+
}
|
|
3077
|
+
|
|
1970
3078
|
/** Container App container resource requirements. */
|
|
1971
3079
|
export declare interface ContainerResources {
|
|
1972
3080
|
/** Required CPU in cores, e.g. 0.5 */
|
|
@@ -1980,6 +3088,16 @@ export declare interface ContainerResources {
|
|
|
1980
3088
|
readonly ephemeralStorage?: string;
|
|
1981
3089
|
}
|
|
1982
3090
|
|
|
3091
|
+
/**
|
|
3092
|
+
* Defines values for ContainerType. \
|
|
3093
|
+
* {@link KnownContainerType} can be used interchangeably with ContainerType,
|
|
3094
|
+
* this enum contains the known values that the service supports.
|
|
3095
|
+
* ### Known values supported by the service
|
|
3096
|
+
* **CustomContainer** \
|
|
3097
|
+
* **PythonLTS**
|
|
3098
|
+
*/
|
|
3099
|
+
export declare type ContainerType = string;
|
|
3100
|
+
|
|
1983
3101
|
/** The configuration settings of the session cookie's expiration. */
|
|
1984
3102
|
export declare interface CookieExpiration {
|
|
1985
3103
|
/** The convention used when determining the session cookie's expiration. */
|
|
@@ -2019,6 +3137,16 @@ export declare interface CorsPolicy {
|
|
|
2019
3137
|
*/
|
|
2020
3138
|
export declare type CreatedByType = string;
|
|
2021
3139
|
|
|
3140
|
+
/** Custom container configuration. */
|
|
3141
|
+
export declare interface CustomContainerTemplate {
|
|
3142
|
+
/** Private container registry credentials for containers used by the sessions of the session pool. */
|
|
3143
|
+
registryCredentials?: SessionRegistryCredentials;
|
|
3144
|
+
/** List of container definitions for the sessions of the session pool. */
|
|
3145
|
+
containers?: SessionContainer[];
|
|
3146
|
+
/** Session pool ingress configuration. */
|
|
3147
|
+
ingress?: SessionIngress;
|
|
3148
|
+
}
|
|
3149
|
+
|
|
2022
3150
|
/** Custom Domain of a Container App */
|
|
2023
3151
|
export declare interface CustomDomain {
|
|
2024
3152
|
/** Hostname. */
|
|
@@ -2038,6 +3166,8 @@ export declare interface CustomDomainConfiguration {
|
|
|
2038
3166
|
readonly customDomainVerificationId?: string;
|
|
2039
3167
|
/** Dns suffix for the environment domain */
|
|
2040
3168
|
dnsSuffix?: string;
|
|
3169
|
+
/** Certificate stored in Azure Key Vault. */
|
|
3170
|
+
certificateKeyVaultProperties?: CertificateKeyVaultProperties;
|
|
2041
3171
|
/** PFX or PEM blob */
|
|
2042
3172
|
certificateValue?: Uint8Array;
|
|
2043
3173
|
/** Certificate password */
|
|
@@ -2158,59 +3288,197 @@ export declare interface CustomOpenIdConnectProvider {
|
|
|
2158
3288
|
login?: OpenIdConnectLogin;
|
|
2159
3289
|
}
|
|
2160
3290
|
|
|
2161
|
-
/** Container App container Custom scaling rule. */
|
|
2162
|
-
export declare interface CustomScaleRule {
|
|
2163
|
-
/**
|
|
2164
|
-
* Type of the custom scale rule
|
|
2165
|
-
* eg: azure-servicebus, redis etc.
|
|
2166
|
-
*/
|
|
2167
|
-
type?: string;
|
|
2168
|
-
/** Metadata properties to describe custom scale rule. */
|
|
2169
|
-
metadata?: {
|
|
2170
|
-
[propertyName: string]: string;
|
|
2171
|
-
};
|
|
2172
|
-
/** Authentication secrets for the custom scale rule. */
|
|
2173
|
-
auth?: ScaleRuleAuth[];
|
|
3291
|
+
/** Container App container Custom scaling rule. */
|
|
3292
|
+
export declare interface CustomScaleRule {
|
|
3293
|
+
/**
|
|
3294
|
+
* Type of the custom scale rule
|
|
3295
|
+
* eg: azure-servicebus, redis etc.
|
|
3296
|
+
*/
|
|
3297
|
+
type?: string;
|
|
3298
|
+
/** Metadata properties to describe custom scale rule. */
|
|
3299
|
+
metadata?: {
|
|
3300
|
+
[propertyName: string]: string;
|
|
3301
|
+
};
|
|
3302
|
+
/** Authentication secrets for the custom scale rule. */
|
|
3303
|
+
auth?: ScaleRuleAuth[];
|
|
3304
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
3305
|
+
identity?: string;
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
/** Container App Dapr configuration. */
|
|
3309
|
+
export declare interface Dapr {
|
|
3310
|
+
/** Boolean indicating if the Dapr side car is enabled */
|
|
3311
|
+
enabled?: boolean;
|
|
3312
|
+
/** Dapr application identifier */
|
|
3313
|
+
appId?: string;
|
|
3314
|
+
/** Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http */
|
|
3315
|
+
appProtocol?: AppProtocol;
|
|
3316
|
+
/** Tells Dapr which port your application is listening on */
|
|
3317
|
+
appPort?: number;
|
|
3318
|
+
/** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */
|
|
3319
|
+
httpReadBufferSize?: number;
|
|
3320
|
+
/** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */
|
|
3321
|
+
httpMaxRequestSize?: number;
|
|
3322
|
+
/** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */
|
|
3323
|
+
logLevel?: LogLevel;
|
|
3324
|
+
/** Enables API logging for the Dapr sidecar */
|
|
3325
|
+
enableApiLogging?: boolean;
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3328
|
+
/** Dapr Component. */
|
|
3329
|
+
export declare interface DaprComponent extends ProxyResource {
|
|
3330
|
+
/** Component type */
|
|
3331
|
+
componentType?: string;
|
|
3332
|
+
/** Component version */
|
|
3333
|
+
version?: string;
|
|
3334
|
+
/** Boolean describing if the component errors are ignores */
|
|
3335
|
+
ignoreErrors?: boolean;
|
|
3336
|
+
/** Initialization timeout */
|
|
3337
|
+
initTimeout?: string;
|
|
3338
|
+
/** Collection of secrets used by a Dapr component */
|
|
3339
|
+
secrets?: Secret[];
|
|
3340
|
+
/** Name of a Dapr component to retrieve component secrets from */
|
|
3341
|
+
secretStoreComponent?: string;
|
|
3342
|
+
/** Component metadata */
|
|
3343
|
+
metadata?: DaprMetadata[];
|
|
3344
|
+
/** Names of container apps that can use this Dapr component */
|
|
3345
|
+
scopes?: string[];
|
|
3346
|
+
/** List of container app services that are bound to the Dapr component */
|
|
3347
|
+
serviceComponentBind?: DaprComponentServiceBinding[];
|
|
3348
|
+
}
|
|
3349
|
+
|
|
3350
|
+
/** Interface representing a DaprComponentResiliencyPolicies. */
|
|
3351
|
+
export declare interface DaprComponentResiliencyPolicies {
|
|
3352
|
+
/**
|
|
3353
|
+
* Get the resiliency policies for a Dapr component.
|
|
3354
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3355
|
+
* @param environmentName Name of the Managed Environment.
|
|
3356
|
+
* @param componentName Name of the Dapr Component.
|
|
3357
|
+
* @param options The options parameters.
|
|
3358
|
+
*/
|
|
3359
|
+
list(resourceGroupName: string, environmentName: string, componentName: string, options?: DaprComponentResiliencyPoliciesListOptionalParams): PagedAsyncIterableIterator<DaprComponentResiliencyPolicy>;
|
|
3360
|
+
/**
|
|
3361
|
+
* Get a Dapr component resiliency policy.
|
|
3362
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3363
|
+
* @param environmentName Name of the Managed Environment.
|
|
3364
|
+
* @param componentName Name of the Dapr Component.
|
|
3365
|
+
* @param name Name of the Dapr Component Resiliency Policy.
|
|
3366
|
+
* @param options The options parameters.
|
|
3367
|
+
*/
|
|
3368
|
+
get(resourceGroupName: string, environmentName: string, componentName: string, name: string, options?: DaprComponentResiliencyPoliciesGetOptionalParams): Promise<DaprComponentResiliencyPoliciesGetResponse>;
|
|
3369
|
+
/**
|
|
3370
|
+
* Creates or updates a resiliency policy for a Dapr component.
|
|
3371
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3372
|
+
* @param environmentName Name of the Managed Environment.
|
|
3373
|
+
* @param componentName Name of the Dapr Component.
|
|
3374
|
+
* @param name Name of the Dapr Component Resiliency Policy.
|
|
3375
|
+
* @param daprComponentResiliencyPolicyEnvelope Configuration details of the Dapr Component Resiliency
|
|
3376
|
+
* Policy.
|
|
3377
|
+
* @param options The options parameters.
|
|
3378
|
+
*/
|
|
3379
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, componentName: string, name: string, daprComponentResiliencyPolicyEnvelope: DaprComponentResiliencyPolicy, options?: DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams): Promise<DaprComponentResiliencyPoliciesCreateOrUpdateResponse>;
|
|
3380
|
+
/**
|
|
3381
|
+
* Delete a resiliency policy for a Dapr component.
|
|
3382
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3383
|
+
* @param environmentName Name of the Managed Environment.
|
|
3384
|
+
* @param componentName Name of the Dapr Component.
|
|
3385
|
+
* @param name Name of the Dapr Component Resiliency Policy.
|
|
3386
|
+
* @param options The options parameters.
|
|
3387
|
+
*/
|
|
3388
|
+
delete(resourceGroupName: string, environmentName: string, componentName: string, name: string, options?: DaprComponentResiliencyPoliciesDeleteOptionalParams): Promise<void>;
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3391
|
+
/** Dapr Component Resiliency Policies ARM resource. */
|
|
3392
|
+
export declare interface DaprComponentResiliencyPoliciesCollection {
|
|
3393
|
+
/** Collection of resources. */
|
|
3394
|
+
value: DaprComponentResiliencyPolicy[];
|
|
3395
|
+
/**
|
|
3396
|
+
* Link to next page of resources.
|
|
3397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3398
|
+
*/
|
|
3399
|
+
readonly nextLink?: string;
|
|
3400
|
+
}
|
|
3401
|
+
|
|
3402
|
+
/** Optional parameters. */
|
|
3403
|
+
export declare interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3404
|
+
}
|
|
3405
|
+
|
|
3406
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3407
|
+
export declare type DaprComponentResiliencyPoliciesCreateOrUpdateResponse = DaprComponentResiliencyPolicy;
|
|
3408
|
+
|
|
3409
|
+
/** Optional parameters. */
|
|
3410
|
+
export declare interface DaprComponentResiliencyPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
/** Optional parameters. */
|
|
3414
|
+
export declare interface DaprComponentResiliencyPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3417
|
+
/** Contains response data for the get operation. */
|
|
3418
|
+
export declare type DaprComponentResiliencyPoliciesGetResponse = DaprComponentResiliencyPolicy;
|
|
3419
|
+
|
|
3420
|
+
/** Optional parameters. */
|
|
3421
|
+
export declare interface DaprComponentResiliencyPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3422
|
+
}
|
|
3423
|
+
|
|
3424
|
+
/** Contains response data for the listNext operation. */
|
|
3425
|
+
export declare type DaprComponentResiliencyPoliciesListNextResponse = DaprComponentResiliencyPoliciesCollection;
|
|
3426
|
+
|
|
3427
|
+
/** Optional parameters. */
|
|
3428
|
+
export declare interface DaprComponentResiliencyPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
3429
|
+
}
|
|
3430
|
+
|
|
3431
|
+
/** Contains response data for the list operation. */
|
|
3432
|
+
export declare type DaprComponentResiliencyPoliciesListResponse = DaprComponentResiliencyPoliciesCollection;
|
|
3433
|
+
|
|
3434
|
+
/** Dapr Component Resiliency Policy. */
|
|
3435
|
+
export declare interface DaprComponentResiliencyPolicy extends ProxyResource {
|
|
3436
|
+
/** The optional inbound component resiliency policy configuration */
|
|
3437
|
+
inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
3438
|
+
/** The optional outbound component resiliency policy configuration */
|
|
3439
|
+
outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3442
|
+
/** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
|
|
3443
|
+
export declare interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
|
|
3444
|
+
/** The number of consecutive errors before the circuit is opened. */
|
|
3445
|
+
consecutiveErrors?: number;
|
|
3446
|
+
/** The interval in seconds until a retry attempt is made after the circuit is opened. */
|
|
3447
|
+
timeoutInSeconds?: number;
|
|
3448
|
+
/** The optional interval in seconds after which the error count resets to 0. An interval of 0 will never reset. If not specified, the timeoutInSeconds value will be used. */
|
|
3449
|
+
intervalInSeconds?: number;
|
|
3450
|
+
}
|
|
3451
|
+
|
|
3452
|
+
/** Dapr Component Resiliency Policy Configuration. */
|
|
3453
|
+
export declare interface DaprComponentResiliencyPolicyConfiguration {
|
|
3454
|
+
/** The optional HTTP retry policy configuration */
|
|
3455
|
+
httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
|
|
3456
|
+
/** The optional timeout policy configuration */
|
|
3457
|
+
timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
|
|
3458
|
+
/** The optional circuit breaker policy configuration */
|
|
3459
|
+
circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
|
|
3460
|
+
}
|
|
3461
|
+
|
|
3462
|
+
/** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
|
|
3463
|
+
export declare interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
|
|
3464
|
+
/** The optional initial delay in milliseconds before an operation is retried */
|
|
3465
|
+
initialDelayInMilliseconds?: number;
|
|
3466
|
+
/** The optional maximum time interval in milliseconds between retry attempts */
|
|
3467
|
+
maxIntervalInMilliseconds?: number;
|
|
2174
3468
|
}
|
|
2175
3469
|
|
|
2176
|
-
/**
|
|
2177
|
-
export declare interface
|
|
2178
|
-
/**
|
|
2179
|
-
|
|
2180
|
-
/**
|
|
2181
|
-
|
|
2182
|
-
/** Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http */
|
|
2183
|
-
appProtocol?: AppProtocol;
|
|
2184
|
-
/** Tells Dapr which port your application is listening on */
|
|
2185
|
-
appPort?: number;
|
|
2186
|
-
/** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */
|
|
2187
|
-
httpReadBufferSize?: number;
|
|
2188
|
-
/** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */
|
|
2189
|
-
httpMaxRequestSize?: number;
|
|
2190
|
-
/** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */
|
|
2191
|
-
logLevel?: LogLevel;
|
|
2192
|
-
/** Enables API logging for the Dapr sidecar */
|
|
2193
|
-
enableApiLogging?: boolean;
|
|
3470
|
+
/** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
|
|
3471
|
+
export declare interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
|
|
3472
|
+
/** The optional maximum number of retries */
|
|
3473
|
+
maxRetries?: number;
|
|
3474
|
+
/** The optional retry backoff configuration */
|
|
3475
|
+
retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
|
|
2194
3476
|
}
|
|
2195
3477
|
|
|
2196
|
-
/** Dapr Component. */
|
|
2197
|
-
export declare interface
|
|
2198
|
-
/**
|
|
2199
|
-
|
|
2200
|
-
/** Component version */
|
|
2201
|
-
version?: string;
|
|
2202
|
-
/** Boolean describing if the component errors are ignores */
|
|
2203
|
-
ignoreErrors?: boolean;
|
|
2204
|
-
/** Initialization timeout */
|
|
2205
|
-
initTimeout?: string;
|
|
2206
|
-
/** Collection of secrets used by a Dapr component */
|
|
2207
|
-
secrets?: Secret[];
|
|
2208
|
-
/** Name of a Dapr component to retrieve component secrets from */
|
|
2209
|
-
secretStoreComponent?: string;
|
|
2210
|
-
/** Component metadata */
|
|
2211
|
-
metadata?: DaprMetadata[];
|
|
2212
|
-
/** Names of container apps that can use this Dapr component */
|
|
2213
|
-
scopes?: string[];
|
|
3478
|
+
/** Dapr Component Resiliency Policy Timeout Policy Configuration. */
|
|
3479
|
+
export declare interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
|
|
3480
|
+
/** The optional response timeout in seconds */
|
|
3481
|
+
responseTimeoutInSeconds?: number;
|
|
2214
3482
|
}
|
|
2215
3483
|
|
|
2216
3484
|
/** Interface representing a DaprComponents. */
|
|
@@ -2279,6 +3547,16 @@ export declare type DaprComponentsCreateOrUpdateResponse = DaprComponent;
|
|
|
2279
3547
|
export declare interface DaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2280
3548
|
}
|
|
2281
3549
|
|
|
3550
|
+
/** Configuration to bind a Dapr Component to a dev ContainerApp Service */
|
|
3551
|
+
export declare interface DaprComponentServiceBinding {
|
|
3552
|
+
/** Name of the service bind */
|
|
3553
|
+
name?: string;
|
|
3554
|
+
/** Resource id of the target service */
|
|
3555
|
+
serviceId?: string;
|
|
3556
|
+
/** Service bind metadata */
|
|
3557
|
+
metadata?: DaprServiceBindMetadata;
|
|
3558
|
+
}
|
|
3559
|
+
|
|
2282
3560
|
/** Optional parameters. */
|
|
2283
3561
|
export declare interface DaprComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
2284
3562
|
}
|
|
@@ -2346,6 +3624,147 @@ export declare interface DaprSecretsCollection {
|
|
|
2346
3624
|
value: DaprSecret[];
|
|
2347
3625
|
}
|
|
2348
3626
|
|
|
3627
|
+
/** Dapr component metadata. */
|
|
3628
|
+
export declare interface DaprServiceBindMetadata {
|
|
3629
|
+
/** Service bind metadata property name. */
|
|
3630
|
+
name?: string;
|
|
3631
|
+
/** Service bind metadata property value. */
|
|
3632
|
+
value?: string;
|
|
3633
|
+
}
|
|
3634
|
+
|
|
3635
|
+
/** Dapr PubSub Event Subscription. */
|
|
3636
|
+
export declare interface DaprSubscription extends ProxyResource {
|
|
3637
|
+
/** Dapr PubSub component name */
|
|
3638
|
+
pubsubName?: string;
|
|
3639
|
+
/** Topic name */
|
|
3640
|
+
topic?: string;
|
|
3641
|
+
/** Deadletter topic name */
|
|
3642
|
+
deadLetterTopic?: string;
|
|
3643
|
+
/** Subscription routes */
|
|
3644
|
+
routes?: DaprSubscriptionRoutes;
|
|
3645
|
+
/** Application scopes to restrict the subscription to specific apps. */
|
|
3646
|
+
scopes?: string[];
|
|
3647
|
+
/** Subscription metadata */
|
|
3648
|
+
metadata?: {
|
|
3649
|
+
[propertyName: string]: string;
|
|
3650
|
+
};
|
|
3651
|
+
/** Bulk subscription options */
|
|
3652
|
+
bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
|
|
3653
|
+
}
|
|
3654
|
+
|
|
3655
|
+
/** Dapr PubSub Bulk Subscription Options. */
|
|
3656
|
+
export declare interface DaprSubscriptionBulkSubscribeOptions {
|
|
3657
|
+
/** Enable bulk subscription */
|
|
3658
|
+
enabled?: boolean;
|
|
3659
|
+
/** Maximum number of messages to deliver in a bulk message. */
|
|
3660
|
+
maxMessagesCount?: number;
|
|
3661
|
+
/** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
|
|
3662
|
+
maxAwaitDurationMs?: number;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3665
|
+
/** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
|
|
3666
|
+
export declare interface DaprSubscriptionRouteRule {
|
|
3667
|
+
/** The optional CEL expression used to match the event. If the match is not specified, then the route is considered the default. The rules are tested in the order specified, so they should be define from most-to-least specific. The default route should appear last in the list. */
|
|
3668
|
+
match?: string;
|
|
3669
|
+
/** The path for events that match this rule */
|
|
3670
|
+
path?: string;
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
/** Dapr PubSub Event Subscription Routes configuration. */
|
|
3674
|
+
export declare interface DaprSubscriptionRoutes {
|
|
3675
|
+
/** The list of Dapr PubSub Event Subscription Route Rules. */
|
|
3676
|
+
rules?: DaprSubscriptionRouteRule[];
|
|
3677
|
+
/** The default path to deliver events that do not match any of the rules. */
|
|
3678
|
+
default?: string;
|
|
3679
|
+
}
|
|
3680
|
+
|
|
3681
|
+
/** Interface representing a DaprSubscriptions. */
|
|
3682
|
+
export declare interface DaprSubscriptions {
|
|
3683
|
+
/**
|
|
3684
|
+
* Get the Dapr subscriptions for a managed environment.
|
|
3685
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3686
|
+
* @param environmentName Name of the Managed Environment.
|
|
3687
|
+
* @param options The options parameters.
|
|
3688
|
+
*/
|
|
3689
|
+
list(resourceGroupName: string, environmentName: string, options?: DaprSubscriptionsListOptionalParams): PagedAsyncIterableIterator<DaprSubscription>;
|
|
3690
|
+
/**
|
|
3691
|
+
* Get a dapr subscription.
|
|
3692
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3693
|
+
* @param environmentName Name of the Managed Environment.
|
|
3694
|
+
* @param name Name of the Dapr subscription.
|
|
3695
|
+
* @param options The options parameters.
|
|
3696
|
+
*/
|
|
3697
|
+
get(resourceGroupName: string, environmentName: string, name: string, options?: DaprSubscriptionsGetOptionalParams): Promise<DaprSubscriptionsGetResponse>;
|
|
3698
|
+
/**
|
|
3699
|
+
* Creates or updates a Dapr subscription in a Managed Environment.
|
|
3700
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3701
|
+
* @param environmentName Name of the Managed Environment.
|
|
3702
|
+
* @param name Name of the Dapr subscription.
|
|
3703
|
+
* @param daprSubscriptionEnvelope Configuration details of the Dapr subscription.
|
|
3704
|
+
* @param options The options parameters.
|
|
3705
|
+
*/
|
|
3706
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, name: string, daprSubscriptionEnvelope: DaprSubscription, options?: DaprSubscriptionsCreateOrUpdateOptionalParams): Promise<DaprSubscriptionsCreateOrUpdateResponse>;
|
|
3707
|
+
/**
|
|
3708
|
+
* Delete a Dapr subscription from a Managed Environment.
|
|
3709
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3710
|
+
* @param environmentName Name of the Managed Environment.
|
|
3711
|
+
* @param name Name of the Dapr subscription.
|
|
3712
|
+
* @param options The options parameters.
|
|
3713
|
+
*/
|
|
3714
|
+
delete(resourceGroupName: string, environmentName: string, name: string, options?: DaprSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
/** Dapr Subscriptions ARM resource. */
|
|
3718
|
+
export declare interface DaprSubscriptionsCollection {
|
|
3719
|
+
/** Collection of resources. */
|
|
3720
|
+
value: DaprSubscription[];
|
|
3721
|
+
/**
|
|
3722
|
+
* Link to next page of resources.
|
|
3723
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3724
|
+
*/
|
|
3725
|
+
readonly nextLink?: string;
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
/** Optional parameters. */
|
|
3729
|
+
export declare interface DaprSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3730
|
+
}
|
|
3731
|
+
|
|
3732
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3733
|
+
export declare type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
|
|
3734
|
+
|
|
3735
|
+
/** Optional parameters. */
|
|
3736
|
+
export declare interface DaprSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3737
|
+
}
|
|
3738
|
+
|
|
3739
|
+
/** Optional parameters. */
|
|
3740
|
+
export declare interface DaprSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3743
|
+
/** Contains response data for the get operation. */
|
|
3744
|
+
export declare type DaprSubscriptionsGetResponse = DaprSubscription;
|
|
3745
|
+
|
|
3746
|
+
/** Optional parameters. */
|
|
3747
|
+
export declare interface DaprSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3750
|
+
/** Contains response data for the listNext operation. */
|
|
3751
|
+
export declare type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
|
|
3752
|
+
|
|
3753
|
+
/** Optional parameters. */
|
|
3754
|
+
export declare interface DaprSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
3755
|
+
}
|
|
3756
|
+
|
|
3757
|
+
/** Contains response data for the list operation. */
|
|
3758
|
+
export declare type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
|
|
3759
|
+
|
|
3760
|
+
/** Configuration of datadog */
|
|
3761
|
+
export declare interface DataDogConfiguration {
|
|
3762
|
+
/** The data dog site */
|
|
3763
|
+
site?: string;
|
|
3764
|
+
/** The data dog api key */
|
|
3765
|
+
key?: string;
|
|
3766
|
+
}
|
|
3767
|
+
|
|
2349
3768
|
/** The configuration settings of the Azure Active Directory default authorization policy. */
|
|
2350
3769
|
export declare interface DefaultAuthorizationPolicy {
|
|
2351
3770
|
/** The configuration settings of the Azure Active Directory allowed principals. */
|
|
@@ -2408,6 +3827,25 @@ export declare interface DefaultErrorResponseErrorDetailsItem {
|
|
|
2408
3827
|
readonly target?: string;
|
|
2409
3828
|
}
|
|
2410
3829
|
|
|
3830
|
+
/** Configuration of Open Telemetry destinations */
|
|
3831
|
+
export declare interface DestinationsConfiguration {
|
|
3832
|
+
/** Open telemetry datadog destination configuration */
|
|
3833
|
+
dataDogConfiguration?: DataDogConfiguration;
|
|
3834
|
+
/** Open telemetry otlp configurations */
|
|
3835
|
+
otlpConfigurations?: OtlpConfiguration[];
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
/**
|
|
3839
|
+
* Defines values for DetectionStatus. \
|
|
3840
|
+
* {@link KnownDetectionStatus} can be used interchangeably with DetectionStatus,
|
|
3841
|
+
* this enum contains the known values that the service supports.
|
|
3842
|
+
* ### Known values supported by the service
|
|
3843
|
+
* **Succeeded** \
|
|
3844
|
+
* **RegistryLoginFailed** \
|
|
3845
|
+
* **Failed**
|
|
3846
|
+
*/
|
|
3847
|
+
export declare type DetectionStatus = string;
|
|
3848
|
+
|
|
2411
3849
|
/** Details of a diagnostics data provider */
|
|
2412
3850
|
export declare interface DiagnosticDataProviderMetadata {
|
|
2413
3851
|
/** Name of data provider */
|
|
@@ -2558,8 +3996,215 @@ export declare interface DiagnosticSupportTopic {
|
|
|
2558
3996
|
readonly pesId?: string;
|
|
2559
3997
|
}
|
|
2560
3998
|
|
|
2561
|
-
/** Defines values for DnsVerificationTestResult. */
|
|
2562
|
-
export declare type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
3999
|
+
/** Defines values for DnsVerificationTestResult. */
|
|
4000
|
+
export declare type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
|
|
4001
|
+
|
|
4002
|
+
/** .NET Component. */
|
|
4003
|
+
export declare interface DotNetComponent extends ProxyResource {
|
|
4004
|
+
/** Type of the .NET Component. */
|
|
4005
|
+
componentType?: DotNetComponentType;
|
|
4006
|
+
/**
|
|
4007
|
+
* Provisioning state of the .NET Component.
|
|
4008
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4009
|
+
*/
|
|
4010
|
+
readonly provisioningState?: DotNetComponentProvisioningState;
|
|
4011
|
+
/** List of .NET Components configuration properties */
|
|
4012
|
+
configurations?: DotNetComponentConfigurationProperty[];
|
|
4013
|
+
/** List of .NET Components that are bound to the .NET component */
|
|
4014
|
+
serviceBinds?: DotNetComponentServiceBind[];
|
|
4015
|
+
}
|
|
4016
|
+
|
|
4017
|
+
/** Configuration properties for a .NET Component */
|
|
4018
|
+
export declare interface DotNetComponentConfigurationProperty {
|
|
4019
|
+
/** The name of the property */
|
|
4020
|
+
propertyName?: string;
|
|
4021
|
+
/** The value of the property */
|
|
4022
|
+
value?: string;
|
|
4023
|
+
}
|
|
4024
|
+
|
|
4025
|
+
/**
|
|
4026
|
+
* Defines values for DotNetComponentProvisioningState. \
|
|
4027
|
+
* {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
|
|
4028
|
+
* this enum contains the known values that the service supports.
|
|
4029
|
+
* ### Known values supported by the service
|
|
4030
|
+
* **Succeeded** \
|
|
4031
|
+
* **Failed** \
|
|
4032
|
+
* **Canceled** \
|
|
4033
|
+
* **Deleting** \
|
|
4034
|
+
* **InProgress**
|
|
4035
|
+
*/
|
|
4036
|
+
export declare type DotNetComponentProvisioningState = string;
|
|
4037
|
+
|
|
4038
|
+
/** Interface representing a DotNetComponents. */
|
|
4039
|
+
export declare interface DotNetComponents {
|
|
4040
|
+
/**
|
|
4041
|
+
* Get the .NET Components for a managed environment.
|
|
4042
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4043
|
+
* @param environmentName Name of the Managed Environment.
|
|
4044
|
+
* @param options The options parameters.
|
|
4045
|
+
*/
|
|
4046
|
+
list(resourceGroupName: string, environmentName: string, options?: DotNetComponentsListOptionalParams): PagedAsyncIterableIterator<DotNetComponent>;
|
|
4047
|
+
/**
|
|
4048
|
+
* Get a .NET Component.
|
|
4049
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4050
|
+
* @param environmentName Name of the Managed Environment.
|
|
4051
|
+
* @param name Name of the .NET Component.
|
|
4052
|
+
* @param options The options parameters.
|
|
4053
|
+
*/
|
|
4054
|
+
get(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsGetOptionalParams): Promise<DotNetComponentsGetResponse>;
|
|
4055
|
+
/**
|
|
4056
|
+
* Creates or updates a .NET Component in a Managed Environment.
|
|
4057
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4058
|
+
* @param environmentName Name of the Managed Environment.
|
|
4059
|
+
* @param name Name of the .NET Component.
|
|
4060
|
+
* @param dotNetComponentEnvelope Configuration details of the .NET Component.
|
|
4061
|
+
* @param options The options parameters.
|
|
4062
|
+
*/
|
|
4063
|
+
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsCreateOrUpdateResponse>, DotNetComponentsCreateOrUpdateResponse>>;
|
|
4064
|
+
/**
|
|
4065
|
+
* Creates or updates a .NET Component in a Managed Environment.
|
|
4066
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4067
|
+
* @param environmentName Name of the Managed Environment.
|
|
4068
|
+
* @param name Name of the .NET Component.
|
|
4069
|
+
* @param dotNetComponentEnvelope Configuration details of the .NET Component.
|
|
4070
|
+
* @param options The options parameters.
|
|
4071
|
+
*/
|
|
4072
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsCreateOrUpdateOptionalParams): Promise<DotNetComponentsCreateOrUpdateResponse>;
|
|
4073
|
+
/**
|
|
4074
|
+
* Patches a .NET Component using JSON Merge Patch
|
|
4075
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4076
|
+
* @param environmentName Name of the Managed Environment.
|
|
4077
|
+
* @param name Name of the .NET Component.
|
|
4078
|
+
* @param dotNetComponentEnvelope Configuration details of the .NET Component.
|
|
4079
|
+
* @param options The options parameters.
|
|
4080
|
+
*/
|
|
4081
|
+
beginUpdate(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsUpdateResponse>, DotNetComponentsUpdateResponse>>;
|
|
4082
|
+
/**
|
|
4083
|
+
* Patches a .NET Component using JSON Merge Patch
|
|
4084
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4085
|
+
* @param environmentName Name of the Managed Environment.
|
|
4086
|
+
* @param name Name of the .NET Component.
|
|
4087
|
+
* @param dotNetComponentEnvelope Configuration details of the .NET Component.
|
|
4088
|
+
* @param options The options parameters.
|
|
4089
|
+
*/
|
|
4090
|
+
beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsUpdateOptionalParams): Promise<DotNetComponentsUpdateResponse>;
|
|
4091
|
+
/**
|
|
4092
|
+
* Delete a .NET Component.
|
|
4093
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4094
|
+
* @param environmentName Name of the Managed Environment.
|
|
4095
|
+
* @param name Name of the .NET Component.
|
|
4096
|
+
* @param options The options parameters.
|
|
4097
|
+
*/
|
|
4098
|
+
beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsDeleteResponse>, DotNetComponentsDeleteResponse>>;
|
|
4099
|
+
/**
|
|
4100
|
+
* Delete a .NET Component.
|
|
4101
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4102
|
+
* @param environmentName Name of the Managed Environment.
|
|
4103
|
+
* @param name Name of the .NET Component.
|
|
4104
|
+
* @param options The options parameters.
|
|
4105
|
+
*/
|
|
4106
|
+
beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsDeleteOptionalParams): Promise<DotNetComponentsDeleteResponse>;
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
/** .NET Components ARM resource. */
|
|
4110
|
+
export declare interface DotNetComponentsCollection {
|
|
4111
|
+
/** Collection of resources. */
|
|
4112
|
+
value: DotNetComponent[];
|
|
4113
|
+
/**
|
|
4114
|
+
* Link to next page of resources.
|
|
4115
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4116
|
+
*/
|
|
4117
|
+
readonly nextLink?: string;
|
|
4118
|
+
}
|
|
4119
|
+
|
|
4120
|
+
/** Optional parameters. */
|
|
4121
|
+
export declare interface DotNetComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4122
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4123
|
+
updateIntervalInMs?: number;
|
|
4124
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4125
|
+
resumeFrom?: string;
|
|
4126
|
+
}
|
|
4127
|
+
|
|
4128
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4129
|
+
export declare type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
|
|
4130
|
+
|
|
4131
|
+
/** Defines headers for DotNetComponents_delete operation. */
|
|
4132
|
+
export declare interface DotNetComponentsDeleteHeaders {
|
|
4133
|
+
location?: string;
|
|
4134
|
+
}
|
|
4135
|
+
|
|
4136
|
+
/** Optional parameters. */
|
|
4137
|
+
export declare interface DotNetComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4138
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4139
|
+
updateIntervalInMs?: number;
|
|
4140
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4141
|
+
resumeFrom?: string;
|
|
4142
|
+
}
|
|
4143
|
+
|
|
4144
|
+
/** Contains response data for the delete operation. */
|
|
4145
|
+
export declare type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
|
|
4146
|
+
|
|
4147
|
+
/** Configuration to bind a .NET Component to another .NET Component */
|
|
4148
|
+
export declare interface DotNetComponentServiceBind {
|
|
4149
|
+
/** Name of the service bind */
|
|
4150
|
+
name?: string;
|
|
4151
|
+
/** Resource id of the target service */
|
|
4152
|
+
serviceId?: string;
|
|
4153
|
+
}
|
|
4154
|
+
|
|
4155
|
+
/** Optional parameters. */
|
|
4156
|
+
export declare interface DotNetComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
4157
|
+
}
|
|
4158
|
+
|
|
4159
|
+
/** Contains response data for the get operation. */
|
|
4160
|
+
export declare type DotNetComponentsGetResponse = DotNetComponent;
|
|
4161
|
+
|
|
4162
|
+
/** Optional parameters. */
|
|
4163
|
+
export declare interface DotNetComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4166
|
+
/** Contains response data for the listNext operation. */
|
|
4167
|
+
export declare type DotNetComponentsListNextResponse = DotNetComponentsCollection;
|
|
4168
|
+
|
|
4169
|
+
/** Optional parameters. */
|
|
4170
|
+
export declare interface DotNetComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
/** Contains response data for the list operation. */
|
|
4174
|
+
export declare type DotNetComponentsListResponse = DotNetComponentsCollection;
|
|
4175
|
+
|
|
4176
|
+
/** Defines headers for DotNetComponents_update operation. */
|
|
4177
|
+
export declare interface DotNetComponentsUpdateHeaders {
|
|
4178
|
+
location?: string;
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4181
|
+
/** Optional parameters. */
|
|
4182
|
+
export declare interface DotNetComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4183
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4184
|
+
updateIntervalInMs?: number;
|
|
4185
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4186
|
+
resumeFrom?: string;
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4189
|
+
/** Contains response data for the update operation. */
|
|
4190
|
+
export declare type DotNetComponentsUpdateResponse = DotNetComponent;
|
|
4191
|
+
|
|
4192
|
+
/**
|
|
4193
|
+
* Defines values for DotNetComponentType. \
|
|
4194
|
+
* {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
|
|
4195
|
+
* this enum contains the known values that the service supports.
|
|
4196
|
+
* ### Known values supported by the service
|
|
4197
|
+
* **AspireDashboard**
|
|
4198
|
+
*/
|
|
4199
|
+
export declare type DotNetComponentType = string;
|
|
4200
|
+
|
|
4201
|
+
/** Dynamic pool configuration. */
|
|
4202
|
+
export declare interface DynamicPoolConfiguration {
|
|
4203
|
+
/** The execution type of the session pool. */
|
|
4204
|
+
executionType?: ExecutionType;
|
|
4205
|
+
/** The cooldown period of a session in seconds. */
|
|
4206
|
+
cooldownPeriodInSeconds?: number;
|
|
4207
|
+
}
|
|
2563
4208
|
|
|
2564
4209
|
/** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
|
|
2565
4210
|
export declare interface EncryptionSettings {
|
|
@@ -2611,6 +4256,14 @@ export declare interface EnvironmentVar {
|
|
|
2611
4256
|
secretRef?: string;
|
|
2612
4257
|
}
|
|
2613
4258
|
|
|
4259
|
+
/** Model representing an environment variable. */
|
|
4260
|
+
export declare interface EnvironmentVariable {
|
|
4261
|
+
/** Environment variable name. */
|
|
4262
|
+
name: string;
|
|
4263
|
+
/** Environment variable value. */
|
|
4264
|
+
value: string;
|
|
4265
|
+
}
|
|
4266
|
+
|
|
2614
4267
|
/** The resource management error additional info. */
|
|
2615
4268
|
export declare interface ErrorAdditionalInfo {
|
|
2616
4269
|
/**
|
|
@@ -2654,12 +4307,47 @@ export declare interface ErrorDetail {
|
|
|
2654
4307
|
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
2655
4308
|
}
|
|
2656
4309
|
|
|
4310
|
+
/** Body of the error response returned from the API. */
|
|
4311
|
+
export declare interface ErrorEntity {
|
|
4312
|
+
/** Type of error. */
|
|
4313
|
+
extendedCode?: string;
|
|
4314
|
+
/** Message template. */
|
|
4315
|
+
messageTemplate?: string;
|
|
4316
|
+
/** Parameters for the template. */
|
|
4317
|
+
parameters?: string[];
|
|
4318
|
+
/** Inner errors. */
|
|
4319
|
+
innerErrors?: ErrorEntity[];
|
|
4320
|
+
/** Error Details. */
|
|
4321
|
+
details?: ErrorEntity[];
|
|
4322
|
+
/** The error target. */
|
|
4323
|
+
target?: string;
|
|
4324
|
+
/** Basic error code. */
|
|
4325
|
+
code?: string;
|
|
4326
|
+
/** Any details of the error. */
|
|
4327
|
+
message?: string;
|
|
4328
|
+
}
|
|
4329
|
+
|
|
2657
4330
|
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
2658
4331
|
export declare interface ErrorResponse {
|
|
2659
4332
|
/** The error object. */
|
|
2660
4333
|
error?: ErrorDetail;
|
|
2661
4334
|
}
|
|
2662
4335
|
|
|
4336
|
+
/** Container Apps Job execution status. */
|
|
4337
|
+
export declare interface ExecutionStatus {
|
|
4338
|
+
/** Replicas in the execution. */
|
|
4339
|
+
replicas?: ReplicaExecutionStatus[];
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
/**
|
|
4343
|
+
* Defines values for ExecutionType. \
|
|
4344
|
+
* {@link KnownExecutionType} can be used interchangeably with ExecutionType,
|
|
4345
|
+
* this enum contains the known values that the service supports.
|
|
4346
|
+
* ### Known values supported by the service
|
|
4347
|
+
* **Timed**
|
|
4348
|
+
*/
|
|
4349
|
+
export declare type ExecutionType = string;
|
|
4350
|
+
|
|
2663
4351
|
/** The complex type of the extended location. */
|
|
2664
4352
|
export declare interface ExtendedLocation {
|
|
2665
4353
|
/** The name of the extended location. */
|
|
@@ -2702,6 +4390,29 @@ export declare interface ForwardProxy {
|
|
|
2702
4390
|
/** Defines values for ForwardProxyConvention. */
|
|
2703
4391
|
export declare type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
|
|
2704
4392
|
|
|
4393
|
+
/** Interface representing a FunctionsExtension. */
|
|
4394
|
+
export declare interface FunctionsExtension {
|
|
4395
|
+
/**
|
|
4396
|
+
* Proxies a Functions host call to the function app backed by the container app.
|
|
4397
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4398
|
+
* @param containerAppName Name of the Container App.
|
|
4399
|
+
* @param revisionName Name of the Container App Revision, the parent resource.
|
|
4400
|
+
* @param functionAppName Name of the Function App, the extension resource.
|
|
4401
|
+
* @param options The options parameters.
|
|
4402
|
+
*/
|
|
4403
|
+
invokeFunctionsHost(resourceGroupName: string, containerAppName: string, revisionName: string, functionAppName: string, options?: FunctionsExtensionInvokeFunctionsHostOptionalParams): Promise<FunctionsExtensionInvokeFunctionsHostResponse>;
|
|
4404
|
+
}
|
|
4405
|
+
|
|
4406
|
+
/** Optional parameters. */
|
|
4407
|
+
export declare interface FunctionsExtensionInvokeFunctionsHostOptionalParams extends coreClient.OperationOptions {
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4410
|
+
/** Contains response data for the invokeFunctionsHost operation. */
|
|
4411
|
+
export declare type FunctionsExtensionInvokeFunctionsHostResponse = {
|
|
4412
|
+
/** The parsed response body. */
|
|
4413
|
+
body: string;
|
|
4414
|
+
};
|
|
4415
|
+
|
|
2705
4416
|
/**
|
|
2706
4417
|
* Given the last `.value` produced by the `byPage` iterator,
|
|
2707
4418
|
* returns a continuation token that can be used to begin paging from
|
|
@@ -2739,6 +4450,8 @@ export declare interface GithubActionConfiguration {
|
|
|
2739
4450
|
azureCredentials?: AzureCredentials;
|
|
2740
4451
|
/** Context path */
|
|
2741
4452
|
contextPath?: string;
|
|
4453
|
+
/** Dockerfile path */
|
|
4454
|
+
dockerfilePath?: string;
|
|
2742
4455
|
/** One time Github PAT to configure github environment */
|
|
2743
4456
|
githubPersonalAccessToken?: string;
|
|
2744
4457
|
/** Image name */
|
|
@@ -2751,6 +4464,8 @@ export declare interface GithubActionConfiguration {
|
|
|
2751
4464
|
runtimeStack?: string;
|
|
2752
4465
|
/** Runtime version */
|
|
2753
4466
|
runtimeVersion?: string;
|
|
4467
|
+
/** List of environment variables to be passed to the build. */
|
|
4468
|
+
buildEnvironmentVariables?: EnvironmentVariable[];
|
|
2754
4469
|
}
|
|
2755
4470
|
|
|
2756
4471
|
/** The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization. */
|
|
@@ -2779,6 +4494,62 @@ export declare interface Google {
|
|
|
2779
4494
|
validation?: AllowedAudiencesValidation;
|
|
2780
4495
|
}
|
|
2781
4496
|
|
|
4497
|
+
/** Header of otlp configuration */
|
|
4498
|
+
export declare interface Header {
|
|
4499
|
+
/** The key of otlp configuration header */
|
|
4500
|
+
key?: string;
|
|
4501
|
+
/** The value of otlp configuration header */
|
|
4502
|
+
value?: string;
|
|
4503
|
+
}
|
|
4504
|
+
|
|
4505
|
+
/** Conditions required to match a header */
|
|
4506
|
+
export declare interface HeaderMatch {
|
|
4507
|
+
/** Name of the header */
|
|
4508
|
+
header?: string;
|
|
4509
|
+
/** Exact value of the header */
|
|
4510
|
+
exactMatch?: string;
|
|
4511
|
+
/** Prefix value of the header */
|
|
4512
|
+
prefixMatch?: string;
|
|
4513
|
+
/** Suffix value of the header */
|
|
4514
|
+
suffixMatch?: string;
|
|
4515
|
+
/** Regex value of the header */
|
|
4516
|
+
regexMatch?: string;
|
|
4517
|
+
}
|
|
4518
|
+
|
|
4519
|
+
/** Defines parameters for http connection pooling */
|
|
4520
|
+
export declare interface HttpConnectionPool {
|
|
4521
|
+
/** Maximum number of pending http1 requests allowed */
|
|
4522
|
+
http1MaxPendingRequests?: number;
|
|
4523
|
+
/** Maximum number of http2 requests allowed */
|
|
4524
|
+
http2MaxRequests?: number;
|
|
4525
|
+
}
|
|
4526
|
+
|
|
4527
|
+
/** Model representing a http get request. */
|
|
4528
|
+
export declare interface HttpGet {
|
|
4529
|
+
/** URL to make HTTP GET request against. */
|
|
4530
|
+
url: string;
|
|
4531
|
+
/** Name of the file that the request should be saved to. */
|
|
4532
|
+
fileName?: string;
|
|
4533
|
+
/** List of headers to send with the request. */
|
|
4534
|
+
headers?: string[];
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4537
|
+
/** Policy that defines http request retry conditions */
|
|
4538
|
+
export declare interface HttpRetryPolicy {
|
|
4539
|
+
/** Maximum number of times a request will retry */
|
|
4540
|
+
maxRetries?: number;
|
|
4541
|
+
/** Headers that must be present for a request to be retried */
|
|
4542
|
+
headers?: HeaderMatch[];
|
|
4543
|
+
/** Additional http status codes that can trigger a retry */
|
|
4544
|
+
httpStatusCodes?: number[];
|
|
4545
|
+
/** Errors that can trigger a retry */
|
|
4546
|
+
errors?: string[];
|
|
4547
|
+
/** Initial delay, in milliseconds, before retrying a request */
|
|
4548
|
+
initialDelayInMilliseconds?: number;
|
|
4549
|
+
/** Maximum interval, in milliseconds, between retries */
|
|
4550
|
+
maxIntervalInMilliseconds?: number;
|
|
4551
|
+
}
|
|
4552
|
+
|
|
2782
4553
|
/** Container App container Http scaling rule. */
|
|
2783
4554
|
export declare interface HttpScaleRule {
|
|
2784
4555
|
/** Metadata properties to describe http scale rule. */
|
|
@@ -2787,6 +4558,8 @@ export declare interface HttpScaleRule {
|
|
|
2787
4558
|
};
|
|
2788
4559
|
/** Authentication secrets for the custom scale rule. */
|
|
2789
4560
|
auth?: ScaleRuleAuth[];
|
|
4561
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
4562
|
+
identity?: string;
|
|
2790
4563
|
}
|
|
2791
4564
|
|
|
2792
4565
|
/** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */
|
|
@@ -2830,6 +4603,36 @@ export declare interface IdentityProviders {
|
|
|
2830
4603
|
};
|
|
2831
4604
|
}
|
|
2832
4605
|
|
|
4606
|
+
/** Optional settings for a Managed Identity that is assigned to the Container App. */
|
|
4607
|
+
export declare interface IdentitySettings {
|
|
4608
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
4609
|
+
identity: string;
|
|
4610
|
+
/** Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. */
|
|
4611
|
+
lifecycle?: IdentitySettingsLifeCycle;
|
|
4612
|
+
}
|
|
4613
|
+
|
|
4614
|
+
/**
|
|
4615
|
+
* Defines values for IdentitySettingsLifeCycle. \
|
|
4616
|
+
* {@link KnownIdentitySettingsLifeCycle} can be used interchangeably with IdentitySettingsLifeCycle,
|
|
4617
|
+
* this enum contains the known values that the service supports.
|
|
4618
|
+
* ### Known values supported by the service
|
|
4619
|
+
* **Init** \
|
|
4620
|
+
* **Main** \
|
|
4621
|
+
* **None** \
|
|
4622
|
+
* **All**
|
|
4623
|
+
*/
|
|
4624
|
+
export declare type IdentitySettingsLifeCycle = string;
|
|
4625
|
+
|
|
4626
|
+
/**
|
|
4627
|
+
* Defines values for ImageType. \
|
|
4628
|
+
* {@link KnownImageType} can be used interchangeably with ImageType,
|
|
4629
|
+
* this enum contains the known values that the service supports.
|
|
4630
|
+
* ### Known values supported by the service
|
|
4631
|
+
* **CloudBuild** \
|
|
4632
|
+
* **ContainerImage**
|
|
4633
|
+
*/
|
|
4634
|
+
export declare type ImageType = string;
|
|
4635
|
+
|
|
2833
4636
|
/** Container App Ingress configuration. */
|
|
2834
4637
|
export declare interface Ingress {
|
|
2835
4638
|
/**
|
|
@@ -2861,6 +4664,8 @@ export declare interface Ingress {
|
|
|
2861
4664
|
corsPolicy?: CorsPolicy;
|
|
2862
4665
|
/** Settings to expose additional ports on container app */
|
|
2863
4666
|
additionalPortMappings?: IngressPortMapping[];
|
|
4667
|
+
/** Whether an http app listens on http or https */
|
|
4668
|
+
targetPortHttpScheme?: IngressTargetPortHttpScheme;
|
|
2864
4669
|
}
|
|
2865
4670
|
|
|
2866
4671
|
/**
|
|
@@ -2890,6 +4695,16 @@ export declare interface IngressStickySessions {
|
|
|
2890
4695
|
affinity?: Affinity;
|
|
2891
4696
|
}
|
|
2892
4697
|
|
|
4698
|
+
/**
|
|
4699
|
+
* Defines values for IngressTargetPortHttpScheme. \
|
|
4700
|
+
* {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
|
|
4701
|
+
* this enum contains the known values that the service supports.
|
|
4702
|
+
* ### Known values supported by the service
|
|
4703
|
+
* **http** \
|
|
4704
|
+
* **https**
|
|
4705
|
+
*/
|
|
4706
|
+
export declare type IngressTargetPortHttpScheme = string;
|
|
4707
|
+
|
|
2893
4708
|
/**
|
|
2894
4709
|
* Defines values for IngressTransportMethod. \
|
|
2895
4710
|
* {@link KnownIngressTransportMethod} can be used interchangeably with IngressTransportMethod,
|
|
@@ -2918,8 +4733,240 @@ export declare interface IpSecurityRestrictionRule {
|
|
|
2918
4733
|
action: Action;
|
|
2919
4734
|
}
|
|
2920
4735
|
|
|
4736
|
+
/** Java Component. */
|
|
4737
|
+
export declare interface JavaComponent extends ProxyResource {
|
|
4738
|
+
/** Java Component resource specific properties */
|
|
4739
|
+
properties?: JavaComponentPropertiesUnion;
|
|
4740
|
+
}
|
|
4741
|
+
|
|
4742
|
+
/** Configuration properties for a Java Component */
|
|
4743
|
+
export declare interface JavaComponentConfigurationProperty {
|
|
4744
|
+
/** The name of the property */
|
|
4745
|
+
propertyName?: string;
|
|
4746
|
+
/** The value of the property */
|
|
4747
|
+
value?: string;
|
|
4748
|
+
}
|
|
4749
|
+
|
|
4750
|
+
/** Container App Ingress configuration. */
|
|
4751
|
+
export declare interface JavaComponentIngress {
|
|
4752
|
+
/**
|
|
4753
|
+
* Hostname of the Java Component endpoint
|
|
4754
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4755
|
+
*/
|
|
4756
|
+
readonly fqdn?: string;
|
|
4757
|
+
}
|
|
4758
|
+
|
|
4759
|
+
/** Java Component common properties. */
|
|
4760
|
+
export declare interface JavaComponentProperties {
|
|
4761
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4762
|
+
componentType: "SpringCloudGateway" | "SpringBootAdmin" | "Nacos" | "SpringCloudEureka" | "SpringCloudConfig";
|
|
4763
|
+
/**
|
|
4764
|
+
* Provisioning state of the Java Component.
|
|
4765
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4766
|
+
*/
|
|
4767
|
+
readonly provisioningState?: JavaComponentProvisioningState;
|
|
4768
|
+
/** List of Java Components configuration properties */
|
|
4769
|
+
configurations?: JavaComponentConfigurationProperty[];
|
|
4770
|
+
/** Java component scaling configurations */
|
|
4771
|
+
scale?: JavaComponentPropertiesScale;
|
|
4772
|
+
/** List of Java Components that are bound to the Java component */
|
|
4773
|
+
serviceBinds?: JavaComponentServiceBind[];
|
|
4774
|
+
}
|
|
4775
|
+
|
|
4776
|
+
/** Java component scaling configurations */
|
|
4777
|
+
export declare interface JavaComponentPropertiesScale {
|
|
4778
|
+
/** Optional. Minimum number of Java component replicas. Defaults to 1 if not set */
|
|
4779
|
+
minReplicas?: number;
|
|
4780
|
+
/** Optional. Maximum number of Java component replicas */
|
|
4781
|
+
maxReplicas?: number;
|
|
4782
|
+
}
|
|
4783
|
+
|
|
4784
|
+
export declare type JavaComponentPropertiesUnion = JavaComponentProperties | SpringCloudGatewayComponent | SpringBootAdminComponent | NacosComponent | SpringCloudEurekaComponent | SpringCloudConfigComponent;
|
|
4785
|
+
|
|
4786
|
+
/**
|
|
4787
|
+
* Defines values for JavaComponentProvisioningState. \
|
|
4788
|
+
* {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,
|
|
4789
|
+
* this enum contains the known values that the service supports.
|
|
4790
|
+
* ### Known values supported by the service
|
|
4791
|
+
* **Succeeded** \
|
|
4792
|
+
* **Failed** \
|
|
4793
|
+
* **Canceled** \
|
|
4794
|
+
* **Deleting** \
|
|
4795
|
+
* **InProgress**
|
|
4796
|
+
*/
|
|
4797
|
+
export declare type JavaComponentProvisioningState = string;
|
|
4798
|
+
|
|
4799
|
+
/** Interface representing a JavaComponents. */
|
|
4800
|
+
export declare interface JavaComponents {
|
|
4801
|
+
/**
|
|
4802
|
+
* Get the Java Components for a managed environment.
|
|
4803
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4804
|
+
* @param environmentName Name of the Managed Environment.
|
|
4805
|
+
* @param options The options parameters.
|
|
4806
|
+
*/
|
|
4807
|
+
list(resourceGroupName: string, environmentName: string, options?: JavaComponentsListOptionalParams): PagedAsyncIterableIterator<JavaComponent>;
|
|
4808
|
+
/**
|
|
4809
|
+
* Get a Java Component.
|
|
4810
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4811
|
+
* @param environmentName Name of the Managed Environment.
|
|
4812
|
+
* @param name Name of the Java Component.
|
|
4813
|
+
* @param options The options parameters.
|
|
4814
|
+
*/
|
|
4815
|
+
get(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsGetOptionalParams): Promise<JavaComponentsGetResponse>;
|
|
4816
|
+
/**
|
|
4817
|
+
* Creates or updates a Java Component in a Managed Environment.
|
|
4818
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4819
|
+
* @param environmentName Name of the Managed Environment.
|
|
4820
|
+
* @param name Name of the Java Component.
|
|
4821
|
+
* @param javaComponentEnvelope Configuration details of the Java Component.
|
|
4822
|
+
* @param options The options parameters.
|
|
4823
|
+
*/
|
|
4824
|
+
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsCreateOrUpdateResponse>, JavaComponentsCreateOrUpdateResponse>>;
|
|
4825
|
+
/**
|
|
4826
|
+
* Creates or updates a Java Component in a Managed Environment.
|
|
4827
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4828
|
+
* @param environmentName Name of the Managed Environment.
|
|
4829
|
+
* @param name Name of the Java Component.
|
|
4830
|
+
* @param javaComponentEnvelope Configuration details of the Java Component.
|
|
4831
|
+
* @param options The options parameters.
|
|
4832
|
+
*/
|
|
4833
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<JavaComponentsCreateOrUpdateResponse>;
|
|
4834
|
+
/**
|
|
4835
|
+
* Patches a Java Component using JSON Merge Patch
|
|
4836
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4837
|
+
* @param environmentName Name of the Managed Environment.
|
|
4838
|
+
* @param name Name of the Java Component.
|
|
4839
|
+
* @param javaComponentEnvelope Configuration details of the Java Component.
|
|
4840
|
+
* @param options The options parameters.
|
|
4841
|
+
*/
|
|
4842
|
+
beginUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsUpdateResponse>, JavaComponentsUpdateResponse>>;
|
|
4843
|
+
/**
|
|
4844
|
+
* Patches a Java Component using JSON Merge Patch
|
|
4845
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4846
|
+
* @param environmentName Name of the Managed Environment.
|
|
4847
|
+
* @param name Name of the Java Component.
|
|
4848
|
+
* @param javaComponentEnvelope Configuration details of the Java Component.
|
|
4849
|
+
* @param options The options parameters.
|
|
4850
|
+
*/
|
|
4851
|
+
beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<JavaComponentsUpdateResponse>;
|
|
4852
|
+
/**
|
|
4853
|
+
* Delete a Java Component.
|
|
4854
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4855
|
+
* @param environmentName Name of the Managed Environment.
|
|
4856
|
+
* @param name Name of the Java Component.
|
|
4857
|
+
* @param options The options parameters.
|
|
4858
|
+
*/
|
|
4859
|
+
beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsDeleteResponse>, JavaComponentsDeleteResponse>>;
|
|
4860
|
+
/**
|
|
4861
|
+
* Delete a Java Component.
|
|
4862
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4863
|
+
* @param environmentName Name of the Managed Environment.
|
|
4864
|
+
* @param name Name of the Java Component.
|
|
4865
|
+
* @param options The options parameters.
|
|
4866
|
+
*/
|
|
4867
|
+
beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<JavaComponentsDeleteResponse>;
|
|
4868
|
+
}
|
|
4869
|
+
|
|
4870
|
+
/** Java Components ARM resource. */
|
|
4871
|
+
export declare interface JavaComponentsCollection {
|
|
4872
|
+
/** Collection of resources. */
|
|
4873
|
+
value: JavaComponent[];
|
|
4874
|
+
/**
|
|
4875
|
+
* Link to next page of resources.
|
|
4876
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4877
|
+
*/
|
|
4878
|
+
readonly nextLink?: string;
|
|
4879
|
+
}
|
|
4880
|
+
|
|
4881
|
+
/** Optional parameters. */
|
|
4882
|
+
export declare interface JavaComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4883
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4884
|
+
updateIntervalInMs?: number;
|
|
4885
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4886
|
+
resumeFrom?: string;
|
|
4887
|
+
}
|
|
4888
|
+
|
|
4889
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4890
|
+
export declare type JavaComponentsCreateOrUpdateResponse = JavaComponent;
|
|
4891
|
+
|
|
4892
|
+
/** Defines headers for JavaComponents_delete operation. */
|
|
4893
|
+
export declare interface JavaComponentsDeleteHeaders {
|
|
4894
|
+
location?: string;
|
|
4895
|
+
}
|
|
4896
|
+
|
|
4897
|
+
/** Optional parameters. */
|
|
4898
|
+
export declare interface JavaComponentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4899
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4900
|
+
updateIntervalInMs?: number;
|
|
4901
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4902
|
+
resumeFrom?: string;
|
|
4903
|
+
}
|
|
4904
|
+
|
|
4905
|
+
/** Contains response data for the delete operation. */
|
|
4906
|
+
export declare type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
|
|
4907
|
+
|
|
4908
|
+
/** Configuration to bind a Java Component to another Java Component */
|
|
4909
|
+
export declare interface JavaComponentServiceBind {
|
|
4910
|
+
/** Name of the service bind */
|
|
4911
|
+
name?: string;
|
|
4912
|
+
/** Resource id of the target service */
|
|
4913
|
+
serviceId?: string;
|
|
4914
|
+
}
|
|
4915
|
+
|
|
4916
|
+
/** Optional parameters. */
|
|
4917
|
+
export declare interface JavaComponentsGetOptionalParams extends coreClient.OperationOptions {
|
|
4918
|
+
}
|
|
4919
|
+
|
|
4920
|
+
/** Contains response data for the get operation. */
|
|
4921
|
+
export declare type JavaComponentsGetResponse = JavaComponent;
|
|
4922
|
+
|
|
4923
|
+
/** Optional parameters. */
|
|
4924
|
+
export declare interface JavaComponentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4925
|
+
}
|
|
4926
|
+
|
|
4927
|
+
/** Contains response data for the listNext operation. */
|
|
4928
|
+
export declare type JavaComponentsListNextResponse = JavaComponentsCollection;
|
|
4929
|
+
|
|
4930
|
+
/** Optional parameters. */
|
|
4931
|
+
export declare interface JavaComponentsListOptionalParams extends coreClient.OperationOptions {
|
|
4932
|
+
}
|
|
4933
|
+
|
|
4934
|
+
/** Contains response data for the list operation. */
|
|
4935
|
+
export declare type JavaComponentsListResponse = JavaComponentsCollection;
|
|
4936
|
+
|
|
4937
|
+
/** Defines headers for JavaComponents_update operation. */
|
|
4938
|
+
export declare interface JavaComponentsUpdateHeaders {
|
|
4939
|
+
location?: string;
|
|
4940
|
+
}
|
|
4941
|
+
|
|
4942
|
+
/** Optional parameters. */
|
|
4943
|
+
export declare interface JavaComponentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4944
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4945
|
+
updateIntervalInMs?: number;
|
|
4946
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4947
|
+
resumeFrom?: string;
|
|
4948
|
+
}
|
|
4949
|
+
|
|
4950
|
+
/** Contains response data for the update operation. */
|
|
4951
|
+
export declare type JavaComponentsUpdateResponse = JavaComponent;
|
|
4952
|
+
|
|
4953
|
+
/**
|
|
4954
|
+
* Defines values for JavaComponentType. \
|
|
4955
|
+
* {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,
|
|
4956
|
+
* this enum contains the known values that the service supports.
|
|
4957
|
+
* ### Known values supported by the service
|
|
4958
|
+
* **SpringBootAdmin** \
|
|
4959
|
+
* **SpringCloudEureka** \
|
|
4960
|
+
* **SpringCloudConfig** \
|
|
4961
|
+
* **SpringCloudGateway** \
|
|
4962
|
+
* **Nacos**
|
|
4963
|
+
*/
|
|
4964
|
+
export declare type JavaComponentType = string;
|
|
4965
|
+
|
|
2921
4966
|
/** Container App Job */
|
|
2922
4967
|
export declare interface Job extends TrackedResource {
|
|
4968
|
+
/** The complex type of the extended location. */
|
|
4969
|
+
extendedLocation?: ExtendedLocation;
|
|
2923
4970
|
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
2924
4971
|
identity?: ManagedServiceIdentity;
|
|
2925
4972
|
/**
|
|
@@ -2927,6 +4974,11 @@ export declare interface Job extends TrackedResource {
|
|
|
2927
4974
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2928
4975
|
*/
|
|
2929
4976
|
readonly provisioningState?: JobProvisioningState;
|
|
4977
|
+
/**
|
|
4978
|
+
* Current running state of the job
|
|
4979
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4980
|
+
*/
|
|
4981
|
+
readonly runningState?: JobRunningState;
|
|
2930
4982
|
/** Resource ID of environment. */
|
|
2931
4983
|
environmentId?: string;
|
|
2932
4984
|
/** Workload profile name to pin for container apps job execution. */
|
|
@@ -2965,6 +5017,8 @@ export declare interface JobConfiguration {
|
|
|
2965
5017
|
eventTriggerConfig?: JobConfigurationEventTriggerConfig;
|
|
2966
5018
|
/** Collection of private container registry credentials used by a Container apps job */
|
|
2967
5019
|
registries?: RegistryCredentials[];
|
|
5020
|
+
/** Optional settings for Managed Identities that are assigned to the Container App Job. If a Managed Identity is not specified here, default settings will be used. */
|
|
5021
|
+
identitySettings?: IdentitySettings[];
|
|
2968
5022
|
}
|
|
2969
5023
|
|
|
2970
5024
|
/** Trigger configuration of an event driven job. */
|
|
@@ -3014,6 +5068,8 @@ export declare interface JobExecution {
|
|
|
3014
5068
|
endTime?: Date;
|
|
3015
5069
|
/** Job's execution container. */
|
|
3016
5070
|
template?: JobExecutionTemplate;
|
|
5071
|
+
/** Detailed status of the job execution. */
|
|
5072
|
+
detailedStatus?: ExecutionStatus;
|
|
3017
5073
|
}
|
|
3018
5074
|
|
|
3019
5075
|
/** Container App's Job execution name. */
|
|
@@ -3078,6 +5134,8 @@ export declare interface JobExecutionTemplate {
|
|
|
3078
5134
|
|
|
3079
5135
|
/** Container Apps Job resource specific properties. */
|
|
3080
5136
|
export declare interface JobPatchProperties {
|
|
5137
|
+
/** The complex type of the extended location. */
|
|
5138
|
+
extendedLocation?: ExtendedLocation;
|
|
3081
5139
|
/** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
|
|
3082
5140
|
identity?: ManagedServiceIdentity;
|
|
3083
5141
|
/** Resource tags. */
|
|
@@ -3113,6 +5171,17 @@ export declare interface JobPatchPropertiesProperties {
|
|
|
3113
5171
|
*/
|
|
3114
5172
|
export declare type JobProvisioningState = string;
|
|
3115
5173
|
|
|
5174
|
+
/**
|
|
5175
|
+
* Defines values for JobRunningState. \
|
|
5176
|
+
* {@link KnownJobRunningState} can be used interchangeably with JobRunningState,
|
|
5177
|
+
* this enum contains the known values that the service supports.
|
|
5178
|
+
* ### Known values supported by the service
|
|
5179
|
+
* **Ready** \
|
|
5180
|
+
* **Progressing** \
|
|
5181
|
+
* **Suspended**
|
|
5182
|
+
*/
|
|
5183
|
+
export declare type JobRunningState = string;
|
|
5184
|
+
|
|
3116
5185
|
/** Interface representing a Jobs. */
|
|
3117
5186
|
export declare interface Jobs {
|
|
3118
5187
|
/**
|
|
@@ -3253,6 +5322,34 @@ export declare interface Jobs {
|
|
|
3253
5322
|
* @param options The options parameters.
|
|
3254
5323
|
*/
|
|
3255
5324
|
listSecrets(resourceGroupName: string, jobName: string, options?: JobsListSecretsOptionalParams): Promise<JobsListSecretsResponse>;
|
|
5325
|
+
/**
|
|
5326
|
+
* Resumes a suspended job
|
|
5327
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
5328
|
+
* @param jobName Name of the Job.
|
|
5329
|
+
* @param options The options parameters.
|
|
5330
|
+
*/
|
|
5331
|
+
beginResume(resourceGroupName: string, jobName: string, options?: JobsResumeOptionalParams): Promise<SimplePollerLike<OperationState<JobsResumeResponse>, JobsResumeResponse>>;
|
|
5332
|
+
/**
|
|
5333
|
+
* Resumes a suspended job
|
|
5334
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
5335
|
+
* @param jobName Name of the Job.
|
|
5336
|
+
* @param options The options parameters.
|
|
5337
|
+
*/
|
|
5338
|
+
beginResumeAndWait(resourceGroupName: string, jobName: string, options?: JobsResumeOptionalParams): Promise<JobsResumeResponse>;
|
|
5339
|
+
/**
|
|
5340
|
+
* Suspends a job
|
|
5341
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
5342
|
+
* @param jobName Name of the Job.
|
|
5343
|
+
* @param options The options parameters.
|
|
5344
|
+
*/
|
|
5345
|
+
beginSuspend(resourceGroupName: string, jobName: string, options?: JobsSuspendOptionalParams): Promise<SimplePollerLike<OperationState<JobsSuspendResponse>, JobsSuspendResponse>>;
|
|
5346
|
+
/**
|
|
5347
|
+
* Suspends a job
|
|
5348
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
5349
|
+
* @param jobName Name of the Job.
|
|
5350
|
+
* @param options The options parameters.
|
|
5351
|
+
*/
|
|
5352
|
+
beginSuspendAndWait(resourceGroupName: string, jobName: string, options?: JobsSuspendOptionalParams): Promise<JobsSuspendResponse>;
|
|
3256
5353
|
}
|
|
3257
5354
|
|
|
3258
5355
|
/** Scaling configurations for event driven jobs. */
|
|
@@ -3280,6 +5377,8 @@ export declare interface JobScaleRule {
|
|
|
3280
5377
|
metadata?: Record<string, unknown>;
|
|
3281
5378
|
/** Authentication secrets for the scale rule. */
|
|
3282
5379
|
auth?: ScaleRuleAuth[];
|
|
5380
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity. */
|
|
5381
|
+
identity?: string;
|
|
3283
5382
|
}
|
|
3284
5383
|
|
|
3285
5384
|
/** Container Apps Jobs collection ARM resource. */
|
|
@@ -3420,6 +5519,23 @@ export declare interface JobsProxyGetOptionalParams extends coreClient.Operation
|
|
|
3420
5519
|
/** Contains response data for the proxyGet operation. */
|
|
3421
5520
|
export declare type JobsProxyGetResponse = Job;
|
|
3422
5521
|
|
|
5522
|
+
/** Defines headers for Jobs_resume operation. */
|
|
5523
|
+
export declare interface JobsResumeHeaders {
|
|
5524
|
+
azureAsyncOperation?: string;
|
|
5525
|
+
location?: string;
|
|
5526
|
+
}
|
|
5527
|
+
|
|
5528
|
+
/** Optional parameters. */
|
|
5529
|
+
export declare interface JobsResumeOptionalParams extends coreClient.OperationOptions {
|
|
5530
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5531
|
+
updateIntervalInMs?: number;
|
|
5532
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5533
|
+
resumeFrom?: string;
|
|
5534
|
+
}
|
|
5535
|
+
|
|
5536
|
+
/** Contains response data for the resume operation. */
|
|
5537
|
+
export declare type JobsResumeResponse = Job;
|
|
5538
|
+
|
|
3423
5539
|
/** Defines headers for Jobs_start operation. */
|
|
3424
5540
|
export declare interface JobsStartHeaders {
|
|
3425
5541
|
location?: string;
|
|
@@ -3467,6 +5583,23 @@ export declare interface JobsStopMultipleExecutionsOptionalParams extends coreCl
|
|
|
3467
5583
|
/** Contains response data for the stopMultipleExecutions operation. */
|
|
3468
5584
|
export declare type JobsStopMultipleExecutionsResponse = ContainerAppJobExecutions;
|
|
3469
5585
|
|
|
5586
|
+
/** Defines headers for Jobs_suspend operation. */
|
|
5587
|
+
export declare interface JobsSuspendHeaders {
|
|
5588
|
+
azureAsyncOperation?: string;
|
|
5589
|
+
location?: string;
|
|
5590
|
+
}
|
|
5591
|
+
|
|
5592
|
+
/** Optional parameters. */
|
|
5593
|
+
export declare interface JobsSuspendOptionalParams extends coreClient.OperationOptions {
|
|
5594
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5595
|
+
updateIntervalInMs?: number;
|
|
5596
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5597
|
+
resumeFrom?: string;
|
|
5598
|
+
}
|
|
5599
|
+
|
|
5600
|
+
/** Contains response data for the suspend operation. */
|
|
5601
|
+
export declare type JobsSuspendResponse = Job;
|
|
5602
|
+
|
|
3470
5603
|
/** Defines headers for Jobs_update operation. */
|
|
3471
5604
|
export declare interface JobsUpdateHeaders {
|
|
3472
5605
|
location?: string;
|
|
@@ -3510,6 +5643,15 @@ export declare interface KedaConfiguration {
|
|
|
3510
5643
|
readonly version?: string;
|
|
3511
5644
|
}
|
|
3512
5645
|
|
|
5646
|
+
/**
|
|
5647
|
+
* Defines values for Kind. \
|
|
5648
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
5649
|
+
* this enum contains the known values that the service supports.
|
|
5650
|
+
* ### Known values supported by the service
|
|
5651
|
+
* **workflowapp**
|
|
5652
|
+
*/
|
|
5653
|
+
export declare type Kind = string;
|
|
5654
|
+
|
|
3513
5655
|
/** Known values of {@link AccessMode} that the service accepts. */
|
|
3514
5656
|
export declare enum KnownAccessMode {
|
|
3515
5657
|
/** ReadOnly */
|
|
@@ -3566,6 +5708,52 @@ export declare enum KnownBindingType {
|
|
|
3566
5708
|
SniEnabled = "SniEnabled"
|
|
3567
5709
|
}
|
|
3568
5710
|
|
|
5711
|
+
/** Known values of {@link BuilderProvisioningState} that the service accepts. */
|
|
5712
|
+
export declare enum KnownBuilderProvisioningState {
|
|
5713
|
+
/** Succeeded */
|
|
5714
|
+
Succeeded = "Succeeded",
|
|
5715
|
+
/** Failed */
|
|
5716
|
+
Failed = "Failed",
|
|
5717
|
+
/** Canceled */
|
|
5718
|
+
Canceled = "Canceled",
|
|
5719
|
+
/** Creating */
|
|
5720
|
+
Creating = "Creating",
|
|
5721
|
+
/** Updating */
|
|
5722
|
+
Updating = "Updating",
|
|
5723
|
+
/** Deleting */
|
|
5724
|
+
Deleting = "Deleting"
|
|
5725
|
+
}
|
|
5726
|
+
|
|
5727
|
+
/** Known values of {@link BuildProvisioningState} that the service accepts. */
|
|
5728
|
+
export declare enum KnownBuildProvisioningState {
|
|
5729
|
+
/** Succeeded */
|
|
5730
|
+
Succeeded = "Succeeded",
|
|
5731
|
+
/** Failed */
|
|
5732
|
+
Failed = "Failed",
|
|
5733
|
+
/** Canceled */
|
|
5734
|
+
Canceled = "Canceled",
|
|
5735
|
+
/** Creating */
|
|
5736
|
+
Creating = "Creating",
|
|
5737
|
+
/** Updating */
|
|
5738
|
+
Updating = "Updating",
|
|
5739
|
+
/** Deleting */
|
|
5740
|
+
Deleting = "Deleting"
|
|
5741
|
+
}
|
|
5742
|
+
|
|
5743
|
+
/** Known values of {@link BuildStatus} that the service accepts. */
|
|
5744
|
+
export declare enum KnownBuildStatus {
|
|
5745
|
+
/** NotStarted */
|
|
5746
|
+
NotStarted = "NotStarted",
|
|
5747
|
+
/** InProgress */
|
|
5748
|
+
InProgress = "InProgress",
|
|
5749
|
+
/** Succeeded */
|
|
5750
|
+
Succeeded = "Succeeded",
|
|
5751
|
+
/** Canceled */
|
|
5752
|
+
Canceled = "Canceled",
|
|
5753
|
+
/** Failed */
|
|
5754
|
+
Failed = "Failed"
|
|
5755
|
+
}
|
|
5756
|
+
|
|
3569
5757
|
/** Known values of {@link CertificateProvisioningState} that the service accepts. */
|
|
3570
5758
|
export declare enum KnownCertificateProvisioningState {
|
|
3571
5759
|
/** Succeeded */
|
|
@@ -3580,6 +5768,14 @@ export declare enum KnownCertificateProvisioningState {
|
|
|
3580
5768
|
Pending = "Pending"
|
|
3581
5769
|
}
|
|
3582
5770
|
|
|
5771
|
+
/** Known values of {@link CertificateType} that the service accepts. */
|
|
5772
|
+
export declare enum KnownCertificateType {
|
|
5773
|
+
/** ServerSSLCertificate */
|
|
5774
|
+
ServerSSLCertificate = "ServerSSLCertificate",
|
|
5775
|
+
/** ImagePullTrustedCA */
|
|
5776
|
+
ImagePullTrustedCA = "ImagePullTrustedCA"
|
|
5777
|
+
}
|
|
5778
|
+
|
|
3583
5779
|
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
|
3584
5780
|
export declare enum KnownCheckNameAvailabilityReason {
|
|
3585
5781
|
/** Invalid */
|
|
@@ -3642,6 +5838,14 @@ export declare enum KnownContainerAppReplicaRunningState {
|
|
|
3642
5838
|
Unknown = "Unknown"
|
|
3643
5839
|
}
|
|
3644
5840
|
|
|
5841
|
+
/** Known values of {@link ContainerType} that the service accepts. */
|
|
5842
|
+
export declare enum KnownContainerType {
|
|
5843
|
+
/** CustomContainer */
|
|
5844
|
+
CustomContainer = "CustomContainer",
|
|
5845
|
+
/** PythonLTS */
|
|
5846
|
+
PythonLTS = "PythonLTS"
|
|
5847
|
+
}
|
|
5848
|
+
|
|
3645
5849
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
3646
5850
|
export declare enum KnownCreatedByType {
|
|
3647
5851
|
/** User */
|
|
@@ -3654,6 +5858,36 @@ export declare enum KnownCreatedByType {
|
|
|
3654
5858
|
Key = "Key"
|
|
3655
5859
|
}
|
|
3656
5860
|
|
|
5861
|
+
/** Known values of {@link DetectionStatus} that the service accepts. */
|
|
5862
|
+
export declare enum KnownDetectionStatus {
|
|
5863
|
+
/** Succeeded */
|
|
5864
|
+
Succeeded = "Succeeded",
|
|
5865
|
+
/** RegistryLoginFailed */
|
|
5866
|
+
RegistryLoginFailed = "RegistryLoginFailed",
|
|
5867
|
+
/** Failed */
|
|
5868
|
+
Failed = "Failed"
|
|
5869
|
+
}
|
|
5870
|
+
|
|
5871
|
+
/** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
|
|
5872
|
+
export declare enum KnownDotNetComponentProvisioningState {
|
|
5873
|
+
/** Succeeded */
|
|
5874
|
+
Succeeded = "Succeeded",
|
|
5875
|
+
/** Failed */
|
|
5876
|
+
Failed = "Failed",
|
|
5877
|
+
/** Canceled */
|
|
5878
|
+
Canceled = "Canceled",
|
|
5879
|
+
/** Deleting */
|
|
5880
|
+
Deleting = "Deleting",
|
|
5881
|
+
/** InProgress */
|
|
5882
|
+
InProgress = "InProgress"
|
|
5883
|
+
}
|
|
5884
|
+
|
|
5885
|
+
/** Known values of {@link DotNetComponentType} that the service accepts. */
|
|
5886
|
+
export declare enum KnownDotNetComponentType {
|
|
5887
|
+
/** AspireDashboard */
|
|
5888
|
+
AspireDashboard = "AspireDashboard"
|
|
5889
|
+
}
|
|
5890
|
+
|
|
3657
5891
|
/** Known values of {@link EnvironmentProvisioningState} that the service accepts. */
|
|
3658
5892
|
export declare enum KnownEnvironmentProvisioningState {
|
|
3659
5893
|
/** Succeeded */
|
|
@@ -3678,12 +5912,38 @@ export declare enum KnownEnvironmentProvisioningState {
|
|
|
3678
5912
|
UpgradeFailed = "UpgradeFailed"
|
|
3679
5913
|
}
|
|
3680
5914
|
|
|
5915
|
+
/** Known values of {@link ExecutionType} that the service accepts. */
|
|
5916
|
+
export declare enum KnownExecutionType {
|
|
5917
|
+
/** Timed */
|
|
5918
|
+
Timed = "Timed"
|
|
5919
|
+
}
|
|
5920
|
+
|
|
3681
5921
|
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
3682
5922
|
export declare enum KnownExtendedLocationTypes {
|
|
3683
5923
|
/** CustomLocation */
|
|
3684
5924
|
CustomLocation = "CustomLocation"
|
|
3685
5925
|
}
|
|
3686
5926
|
|
|
5927
|
+
/** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */
|
|
5928
|
+
export declare enum KnownIdentitySettingsLifeCycle {
|
|
5929
|
+
/** Init */
|
|
5930
|
+
Init = "Init",
|
|
5931
|
+
/** Main */
|
|
5932
|
+
Main = "Main",
|
|
5933
|
+
/** None */
|
|
5934
|
+
None = "None",
|
|
5935
|
+
/** All */
|
|
5936
|
+
All = "All"
|
|
5937
|
+
}
|
|
5938
|
+
|
|
5939
|
+
/** Known values of {@link ImageType} that the service accepts. */
|
|
5940
|
+
export declare enum KnownImageType {
|
|
5941
|
+
/** CloudBuild */
|
|
5942
|
+
CloudBuild = "CloudBuild",
|
|
5943
|
+
/** ContainerImage */
|
|
5944
|
+
ContainerImage = "ContainerImage"
|
|
5945
|
+
}
|
|
5946
|
+
|
|
3687
5947
|
/** Known values of {@link IngressClientCertificateMode} that the service accepts. */
|
|
3688
5948
|
export declare enum KnownIngressClientCertificateMode {
|
|
3689
5949
|
/** Ignore */
|
|
@@ -3694,6 +5954,14 @@ export declare enum KnownIngressClientCertificateMode {
|
|
|
3694
5954
|
Require = "require"
|
|
3695
5955
|
}
|
|
3696
5956
|
|
|
5957
|
+
/** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
|
|
5958
|
+
export declare enum KnownIngressTargetPortHttpScheme {
|
|
5959
|
+
/** Http */
|
|
5960
|
+
Http = "http",
|
|
5961
|
+
/** Https */
|
|
5962
|
+
Https = "https"
|
|
5963
|
+
}
|
|
5964
|
+
|
|
3697
5965
|
/** Known values of {@link IngressTransportMethod} that the service accepts. */
|
|
3698
5966
|
export declare enum KnownIngressTransportMethod {
|
|
3699
5967
|
/** Auto */
|
|
@@ -3706,6 +5974,34 @@ export declare enum KnownIngressTransportMethod {
|
|
|
3706
5974
|
Tcp = "tcp"
|
|
3707
5975
|
}
|
|
3708
5976
|
|
|
5977
|
+
/** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
|
|
5978
|
+
export declare enum KnownJavaComponentProvisioningState {
|
|
5979
|
+
/** Succeeded */
|
|
5980
|
+
Succeeded = "Succeeded",
|
|
5981
|
+
/** Failed */
|
|
5982
|
+
Failed = "Failed",
|
|
5983
|
+
/** Canceled */
|
|
5984
|
+
Canceled = "Canceled",
|
|
5985
|
+
/** Deleting */
|
|
5986
|
+
Deleting = "Deleting",
|
|
5987
|
+
/** InProgress */
|
|
5988
|
+
InProgress = "InProgress"
|
|
5989
|
+
}
|
|
5990
|
+
|
|
5991
|
+
/** Known values of {@link JavaComponentType} that the service accepts. */
|
|
5992
|
+
export declare enum KnownJavaComponentType {
|
|
5993
|
+
/** SpringBootAdmin */
|
|
5994
|
+
SpringBootAdmin = "SpringBootAdmin",
|
|
5995
|
+
/** SpringCloudEureka */
|
|
5996
|
+
SpringCloudEureka = "SpringCloudEureka",
|
|
5997
|
+
/** SpringCloudConfig */
|
|
5998
|
+
SpringCloudConfig = "SpringCloudConfig",
|
|
5999
|
+
/** SpringCloudGateway */
|
|
6000
|
+
SpringCloudGateway = "SpringCloudGateway",
|
|
6001
|
+
/** Nacos */
|
|
6002
|
+
Nacos = "Nacos"
|
|
6003
|
+
}
|
|
6004
|
+
|
|
3709
6005
|
/** Known values of {@link JobExecutionRunningState} that the service accepts. */
|
|
3710
6006
|
export declare enum KnownJobExecutionRunningState {
|
|
3711
6007
|
/** Running */
|
|
@@ -3738,6 +6034,46 @@ export declare enum KnownJobProvisioningState {
|
|
|
3738
6034
|
Deleting = "Deleting"
|
|
3739
6035
|
}
|
|
3740
6036
|
|
|
6037
|
+
/** Known values of {@link JobRunningState} that the service accepts. */
|
|
6038
|
+
export declare enum KnownJobRunningState {
|
|
6039
|
+
/** Ready */
|
|
6040
|
+
Ready = "Ready",
|
|
6041
|
+
/** Progressing */
|
|
6042
|
+
Progressing = "Progressing",
|
|
6043
|
+
/** Suspended */
|
|
6044
|
+
Suspended = "Suspended"
|
|
6045
|
+
}
|
|
6046
|
+
|
|
6047
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
6048
|
+
export declare enum KnownKind {
|
|
6049
|
+
/** Workflowapp */
|
|
6050
|
+
Workflowapp = "workflowapp"
|
|
6051
|
+
}
|
|
6052
|
+
|
|
6053
|
+
/** Known values of {@link Level} that the service accepts. */
|
|
6054
|
+
export declare enum KnownLevel {
|
|
6055
|
+
/** Off */
|
|
6056
|
+
Off = "off",
|
|
6057
|
+
/** Error */
|
|
6058
|
+
Error = "error",
|
|
6059
|
+
/** Info */
|
|
6060
|
+
Info = "info",
|
|
6061
|
+
/** Debug */
|
|
6062
|
+
Debug = "debug",
|
|
6063
|
+
/** Trace */
|
|
6064
|
+
Trace = "trace",
|
|
6065
|
+
/** Warn */
|
|
6066
|
+
Warn = "warn"
|
|
6067
|
+
}
|
|
6068
|
+
|
|
6069
|
+
/** Known values of {@link LogicAppsProxyMethod} that the service accepts. */
|
|
6070
|
+
export declare enum KnownLogicAppsProxyMethod {
|
|
6071
|
+
/** GET */
|
|
6072
|
+
GET = "GET",
|
|
6073
|
+
/** Post */
|
|
6074
|
+
Post = "POST"
|
|
6075
|
+
}
|
|
6076
|
+
|
|
3741
6077
|
/** Known values of {@link LogLevel} that the service accepts. */
|
|
3742
6078
|
export declare enum KnownLogLevel {
|
|
3743
6079
|
/** Info */
|
|
@@ -3772,6 +6108,96 @@ export declare enum KnownManagedServiceIdentityType {
|
|
|
3772
6108
|
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
3773
6109
|
}
|
|
3774
6110
|
|
|
6111
|
+
/** Known values of {@link PatchApplyStatus} that the service accepts. */
|
|
6112
|
+
export declare enum KnownPatchApplyStatus {
|
|
6113
|
+
/** NotStarted */
|
|
6114
|
+
NotStarted = "NotStarted",
|
|
6115
|
+
/** RebaseInProgress */
|
|
6116
|
+
RebaseInProgress = "RebaseInProgress",
|
|
6117
|
+
/** CreatingRevision */
|
|
6118
|
+
CreatingRevision = "CreatingRevision",
|
|
6119
|
+
/** Succeeded */
|
|
6120
|
+
Succeeded = "Succeeded",
|
|
6121
|
+
/** Canceled */
|
|
6122
|
+
Canceled = "Canceled",
|
|
6123
|
+
/** RebaseFailed */
|
|
6124
|
+
RebaseFailed = "RebaseFailed",
|
|
6125
|
+
/** RevisionCreationFailed */
|
|
6126
|
+
RevisionCreationFailed = "RevisionCreationFailed",
|
|
6127
|
+
/** ImagePushPullFailed */
|
|
6128
|
+
ImagePushPullFailed = "ImagePushPullFailed",
|
|
6129
|
+
/** ManuallySkipped */
|
|
6130
|
+
ManuallySkipped = "ManuallySkipped"
|
|
6131
|
+
}
|
|
6132
|
+
|
|
6133
|
+
/** Known values of {@link PatchingMode} that the service accepts. */
|
|
6134
|
+
export declare enum KnownPatchingMode {
|
|
6135
|
+
/** Automatic */
|
|
6136
|
+
Automatic = "Automatic",
|
|
6137
|
+
/** Manual */
|
|
6138
|
+
Manual = "Manual",
|
|
6139
|
+
/** Disabled */
|
|
6140
|
+
Disabled = "Disabled"
|
|
6141
|
+
}
|
|
6142
|
+
|
|
6143
|
+
/** Known values of {@link PatchType} that the service accepts. */
|
|
6144
|
+
export declare enum KnownPatchType {
|
|
6145
|
+
/** FrameworkSecurity */
|
|
6146
|
+
FrameworkSecurity = "FrameworkSecurity",
|
|
6147
|
+
/** OSSecurity */
|
|
6148
|
+
OSSecurity = "OSSecurity",
|
|
6149
|
+
/** FrameworkAndOSSecurity */
|
|
6150
|
+
FrameworkAndOSSecurity = "FrameworkAndOSSecurity",
|
|
6151
|
+
/** Other */
|
|
6152
|
+
Other = "Other"
|
|
6153
|
+
}
|
|
6154
|
+
|
|
6155
|
+
/** Known values of {@link PoolManagementType} that the service accepts. */
|
|
6156
|
+
export declare enum KnownPoolManagementType {
|
|
6157
|
+
/** Manual */
|
|
6158
|
+
Manual = "Manual",
|
|
6159
|
+
/** Dynamic */
|
|
6160
|
+
Dynamic = "Dynamic"
|
|
6161
|
+
}
|
|
6162
|
+
|
|
6163
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
6164
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
6165
|
+
/** Succeeded */
|
|
6166
|
+
Succeeded = "Succeeded",
|
|
6167
|
+
/** Failed */
|
|
6168
|
+
Failed = "Failed",
|
|
6169
|
+
/** Canceled */
|
|
6170
|
+
Canceled = "Canceled",
|
|
6171
|
+
/** Waiting */
|
|
6172
|
+
Waiting = "Waiting",
|
|
6173
|
+
/** Updating */
|
|
6174
|
+
Updating = "Updating",
|
|
6175
|
+
/** Deleting */
|
|
6176
|
+
Deleting = "Deleting",
|
|
6177
|
+
/** Pending */
|
|
6178
|
+
Pending = "Pending"
|
|
6179
|
+
}
|
|
6180
|
+
|
|
6181
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
6182
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
6183
|
+
/** Pending */
|
|
6184
|
+
Pending = "Pending",
|
|
6185
|
+
/** Approved */
|
|
6186
|
+
Approved = "Approved",
|
|
6187
|
+
/** Rejected */
|
|
6188
|
+
Rejected = "Rejected",
|
|
6189
|
+
/** Disconnected */
|
|
6190
|
+
Disconnected = "Disconnected"
|
|
6191
|
+
}
|
|
6192
|
+
|
|
6193
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
6194
|
+
export declare enum KnownPublicNetworkAccess {
|
|
6195
|
+
/** Enabled */
|
|
6196
|
+
Enabled = "Enabled",
|
|
6197
|
+
/** Disabled */
|
|
6198
|
+
Disabled = "Disabled"
|
|
6199
|
+
}
|
|
6200
|
+
|
|
3775
6201
|
/** Known values of {@link RevisionHealthState} that the service accepts. */
|
|
3776
6202
|
export declare enum KnownRevisionHealthState {
|
|
3777
6203
|
/** Healthy */
|
|
@@ -3820,6 +6246,28 @@ export declare enum KnownScheme {
|
|
|
3820
6246
|
Https = "HTTPS"
|
|
3821
6247
|
}
|
|
3822
6248
|
|
|
6249
|
+
/** Known values of {@link SessionNetworkStatus} that the service accepts. */
|
|
6250
|
+
export declare enum KnownSessionNetworkStatus {
|
|
6251
|
+
/** EgressEnabled */
|
|
6252
|
+
EgressEnabled = "EgressEnabled",
|
|
6253
|
+
/** EgressDisabled */
|
|
6254
|
+
EgressDisabled = "EgressDisabled"
|
|
6255
|
+
}
|
|
6256
|
+
|
|
6257
|
+
/** Known values of {@link SessionPoolProvisioningState} that the service accepts. */
|
|
6258
|
+
export declare enum KnownSessionPoolProvisioningState {
|
|
6259
|
+
/** InProgress */
|
|
6260
|
+
InProgress = "InProgress",
|
|
6261
|
+
/** Succeeded */
|
|
6262
|
+
Succeeded = "Succeeded",
|
|
6263
|
+
/** Failed */
|
|
6264
|
+
Failed = "Failed",
|
|
6265
|
+
/** Canceled */
|
|
6266
|
+
Canceled = "Canceled",
|
|
6267
|
+
/** Deleting */
|
|
6268
|
+
Deleting = "Deleting"
|
|
6269
|
+
}
|
|
6270
|
+
|
|
3823
6271
|
/** Known values of {@link SourceControlOperationState} that the service accepts. */
|
|
3824
6272
|
export declare enum KnownSourceControlOperationState {
|
|
3825
6273
|
/** InProgress */
|
|
@@ -3832,51 +6280,242 @@ export declare enum KnownSourceControlOperationState {
|
|
|
3832
6280
|
Canceled = "Canceled"
|
|
3833
6281
|
}
|
|
3834
6282
|
|
|
3835
|
-
/** Known values of {@link StorageType} that the service accepts. */
|
|
3836
|
-
export declare enum KnownStorageType {
|
|
3837
|
-
/** AzureFile */
|
|
3838
|
-
AzureFile = "AzureFile",
|
|
3839
|
-
/** EmptyDir */
|
|
3840
|
-
EmptyDir = "EmptyDir",
|
|
3841
|
-
/** Secret */
|
|
3842
|
-
Secret = "Secret"
|
|
3843
|
-
|
|
6283
|
+
/** Known values of {@link StorageType} that the service accepts. */
|
|
6284
|
+
export declare enum KnownStorageType {
|
|
6285
|
+
/** AzureFile */
|
|
6286
|
+
AzureFile = "AzureFile",
|
|
6287
|
+
/** EmptyDir */
|
|
6288
|
+
EmptyDir = "EmptyDir",
|
|
6289
|
+
/** Secret */
|
|
6290
|
+
Secret = "Secret",
|
|
6291
|
+
/** NfsAzureFile */
|
|
6292
|
+
NfsAzureFile = "NfsAzureFile",
|
|
6293
|
+
/** Smb */
|
|
6294
|
+
Smb = "Smb"
|
|
6295
|
+
}
|
|
6296
|
+
|
|
6297
|
+
/** Known values of {@link TriggerType} that the service accepts. */
|
|
6298
|
+
export declare enum KnownTriggerType {
|
|
6299
|
+
/** Schedule */
|
|
6300
|
+
Schedule = "Schedule",
|
|
6301
|
+
/** Event */
|
|
6302
|
+
Event = "Event",
|
|
6303
|
+
/** Manual */
|
|
6304
|
+
Manual = "Manual"
|
|
6305
|
+
}
|
|
6306
|
+
|
|
6307
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
6308
|
+
export declare enum KnownType {
|
|
6309
|
+
/** Liveness */
|
|
6310
|
+
Liveness = "Liveness",
|
|
6311
|
+
/** Readiness */
|
|
6312
|
+
Readiness = "Readiness",
|
|
6313
|
+
/** Startup */
|
|
6314
|
+
Startup = "Startup"
|
|
6315
|
+
}
|
|
6316
|
+
|
|
6317
|
+
/** Known values of {@link WorkflowState} that the service accepts. */
|
|
6318
|
+
export declare enum KnownWorkflowState {
|
|
6319
|
+
/** NotSpecified */
|
|
6320
|
+
NotSpecified = "NotSpecified",
|
|
6321
|
+
/** Completed */
|
|
6322
|
+
Completed = "Completed",
|
|
6323
|
+
/** Enabled */
|
|
6324
|
+
Enabled = "Enabled",
|
|
6325
|
+
/** Disabled */
|
|
6326
|
+
Disabled = "Disabled",
|
|
6327
|
+
/** Deleted */
|
|
6328
|
+
Deleted = "Deleted",
|
|
6329
|
+
/** Suspended */
|
|
6330
|
+
Suspended = "Suspended"
|
|
6331
|
+
}
|
|
6332
|
+
|
|
6333
|
+
/**
|
|
6334
|
+
* Defines values for Level. \
|
|
6335
|
+
* {@link KnownLevel} can be used interchangeably with Level,
|
|
6336
|
+
* this enum contains the known values that the service supports.
|
|
6337
|
+
* ### Known values supported by the service
|
|
6338
|
+
* **off** \
|
|
6339
|
+
* **error** \
|
|
6340
|
+
* **info** \
|
|
6341
|
+
* **debug** \
|
|
6342
|
+
* **trace** \
|
|
6343
|
+
* **warn**
|
|
6344
|
+
*/
|
|
6345
|
+
export declare type Level = string;
|
|
6346
|
+
|
|
6347
|
+
export declare interface ListUsagesResult {
|
|
6348
|
+
/** The list of compute resource usages. */
|
|
6349
|
+
value?: Usage[];
|
|
6350
|
+
/** The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. */
|
|
6351
|
+
nextLink?: string;
|
|
6352
|
+
}
|
|
6353
|
+
|
|
6354
|
+
/** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */
|
|
6355
|
+
export declare interface LogAnalyticsConfiguration {
|
|
6356
|
+
/** Log analytics customer id */
|
|
6357
|
+
customerId?: string;
|
|
6358
|
+
/** Log analytics customer key */
|
|
6359
|
+
sharedKey?: string;
|
|
6360
|
+
/** Boolean indicating whether to parse json string log into dynamic json columns */
|
|
6361
|
+
dynamicJsonColumns?: boolean;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
/** Logger settings for java workloads. */
|
|
6365
|
+
export declare interface LoggerSetting {
|
|
6366
|
+
/** Logger name. */
|
|
6367
|
+
logger: string;
|
|
6368
|
+
/** The specified logger's log level. */
|
|
6369
|
+
level: Level;
|
|
6370
|
+
}
|
|
6371
|
+
|
|
6372
|
+
/** A logic app extension resource */
|
|
6373
|
+
export declare interface LogicApp extends ProxyResource {
|
|
6374
|
+
/** The resource-specific properties for this resource. */
|
|
6375
|
+
properties?: Record<string, unknown>;
|
|
6376
|
+
}
|
|
6377
|
+
|
|
6378
|
+
/** Interface representing a LogicApps. */
|
|
6379
|
+
export declare interface LogicApps {
|
|
6380
|
+
/**
|
|
6381
|
+
* List the workflows for a logic app.
|
|
6382
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6383
|
+
* @param containerAppName Name of the Container App.
|
|
6384
|
+
* @param logicAppName Name of the Logic App, the extension resource.
|
|
6385
|
+
* @param options The options parameters.
|
|
6386
|
+
*/
|
|
6387
|
+
listWorkflows(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsOptionalParams): PagedAsyncIterableIterator<WorkflowEnvelope>;
|
|
6388
|
+
/**
|
|
6389
|
+
* Gets a logic app extension resource.
|
|
6390
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6391
|
+
* @param containerAppName Name of the Container App.
|
|
6392
|
+
* @param logicAppName Name of the Logic App, the extension resource.
|
|
6393
|
+
* @param options The options parameters.
|
|
6394
|
+
*/
|
|
6395
|
+
get(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsGetOptionalParams): Promise<LogicAppsGetResponse>;
|
|
6396
|
+
/**
|
|
6397
|
+
* Create or update a Logic App extension resource
|
|
6398
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6399
|
+
* @param containerAppName Name of the Container App.
|
|
6400
|
+
* @param logicAppName Name of the Logic App, the extension resource.
|
|
6401
|
+
* @param resource Logic app resource properties.
|
|
6402
|
+
* @param options The options parameters.
|
|
6403
|
+
*/
|
|
6404
|
+
createOrUpdate(resourceGroupName: string, containerAppName: string, logicAppName: string, resource: LogicApp, options?: LogicAppsCreateOrUpdateOptionalParams): Promise<LogicAppsCreateOrUpdateResponse>;
|
|
6405
|
+
/**
|
|
6406
|
+
* Deletes a Logic App extension resource
|
|
6407
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6408
|
+
* @param containerAppName Name of the Container App.
|
|
6409
|
+
* @param logicAppName Name of the Logic App, the extension resource.
|
|
6410
|
+
* @param options The options parameters.
|
|
6411
|
+
*/
|
|
6412
|
+
delete(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsDeleteOptionalParams): Promise<void>;
|
|
6413
|
+
/**
|
|
6414
|
+
* Get workflow information by its name
|
|
6415
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6416
|
+
* @param containerAppName Name of the Container App.
|
|
6417
|
+
* @param logicAppName Name of the Logic App, the extension resource.
|
|
6418
|
+
* @param workflowName Workflow name.
|
|
6419
|
+
* @param options The options parameters.
|
|
6420
|
+
*/
|
|
6421
|
+
getWorkflow(resourceGroupName: string, containerAppName: string, logicAppName: string, workflowName: string, options?: LogicAppsGetWorkflowOptionalParams): Promise<LogicAppsGetWorkflowResponse>;
|
|
6422
|
+
/**
|
|
6423
|
+
* Creates or updates the artifacts for the logic app
|
|
6424
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6425
|
+
* @param containerAppName Name of the Container App.
|
|
6426
|
+
* @param logicAppName Name of the Logic App, the extension resource.
|
|
6427
|
+
* @param options The options parameters.
|
|
6428
|
+
*/
|
|
6429
|
+
deployWorkflowArtifacts(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsDeployWorkflowArtifactsOptionalParams): Promise<void>;
|
|
6430
|
+
/**
|
|
6431
|
+
* Gets logic app's connections.
|
|
6432
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6433
|
+
* @param containerAppName Name of the Container App.
|
|
6434
|
+
* @param logicAppName Name of the Logic App, the extension resource.
|
|
6435
|
+
* @param options The options parameters.
|
|
6436
|
+
*/
|
|
6437
|
+
listWorkflowsConnections(resourceGroupName: string, containerAppName: string, logicAppName: string, options?: LogicAppsListWorkflowsConnectionsOptionalParams): Promise<LogicAppsListWorkflowsConnectionsResponse>;
|
|
6438
|
+
/**
|
|
6439
|
+
* Proxies a the API call to the logic app backed by the container app.
|
|
6440
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6441
|
+
* @param containerAppName Name of the Container App.
|
|
6442
|
+
* @param logicAppName Name of the LogicApp App, the extension resource.
|
|
6443
|
+
* @param xMsLogicAppsProxyPath The proxy path for the API call
|
|
6444
|
+
* @param xMsLogicAppsProxyMethod The proxy method for the API call
|
|
6445
|
+
* @param options The options parameters.
|
|
6446
|
+
*/
|
|
6447
|
+
invoke(resourceGroupName: string, containerAppName: string, logicAppName: string, xMsLogicAppsProxyPath: string, xMsLogicAppsProxyMethod: LogicAppsProxyMethod, options?: LogicAppsInvokeOptionalParams): Promise<LogicAppsInvokeResponse>;
|
|
6448
|
+
}
|
|
6449
|
+
|
|
6450
|
+
/** Optional parameters. */
|
|
6451
|
+
export declare interface LogicAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6452
|
+
}
|
|
6453
|
+
|
|
6454
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
6455
|
+
export declare type LogicAppsCreateOrUpdateResponse = LogicApp;
|
|
6456
|
+
|
|
6457
|
+
/** Optional parameters. */
|
|
6458
|
+
export declare interface LogicAppsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6459
|
+
}
|
|
6460
|
+
|
|
6461
|
+
/** Optional parameters. */
|
|
6462
|
+
export declare interface LogicAppsDeployWorkflowArtifactsOptionalParams extends coreClient.OperationOptions {
|
|
6463
|
+
/** Application settings and files of the workflow. */
|
|
6464
|
+
workflowArtifacts?: WorkflowArtifacts;
|
|
6465
|
+
}
|
|
6466
|
+
|
|
6467
|
+
/** Optional parameters. */
|
|
6468
|
+
export declare interface LogicAppsGetOptionalParams extends coreClient.OperationOptions {
|
|
6469
|
+
}
|
|
6470
|
+
|
|
6471
|
+
/** Contains response data for the get operation. */
|
|
6472
|
+
export declare type LogicAppsGetResponse = LogicApp;
|
|
6473
|
+
|
|
6474
|
+
/** Optional parameters. */
|
|
6475
|
+
export declare interface LogicAppsGetWorkflowOptionalParams extends coreClient.OperationOptions {
|
|
6476
|
+
}
|
|
6477
|
+
|
|
6478
|
+
/** Contains response data for the getWorkflow operation. */
|
|
6479
|
+
export declare type LogicAppsGetWorkflowResponse = WorkflowEnvelope;
|
|
3844
6480
|
|
|
3845
|
-
/**
|
|
3846
|
-
export declare
|
|
3847
|
-
/** Schedule */
|
|
3848
|
-
Schedule = "Schedule",
|
|
3849
|
-
/** Event */
|
|
3850
|
-
Event = "Event",
|
|
3851
|
-
/** Manual */
|
|
3852
|
-
Manual = "Manual"
|
|
6481
|
+
/** Optional parameters. */
|
|
6482
|
+
export declare interface LogicAppsInvokeOptionalParams extends coreClient.OperationOptions {
|
|
3853
6483
|
}
|
|
3854
6484
|
|
|
3855
|
-
/**
|
|
3856
|
-
export declare
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
Readiness = "Readiness",
|
|
3861
|
-
/** Startup */
|
|
3862
|
-
Startup = "Startup"
|
|
6485
|
+
/** Contains response data for the invoke operation. */
|
|
6486
|
+
export declare type LogicAppsInvokeResponse = Record<string, unknown>;
|
|
6487
|
+
|
|
6488
|
+
/** Optional parameters. */
|
|
6489
|
+
export declare interface LogicAppsListWorkflowsConnectionsOptionalParams extends coreClient.OperationOptions {
|
|
3863
6490
|
}
|
|
3864
6491
|
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
6492
|
+
/** Contains response data for the listWorkflowsConnections operation. */
|
|
6493
|
+
export declare type LogicAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;
|
|
6494
|
+
|
|
6495
|
+
/** Optional parameters. */
|
|
6496
|
+
export declare interface LogicAppsListWorkflowsNextOptionalParams extends coreClient.OperationOptions {
|
|
3870
6497
|
}
|
|
3871
6498
|
|
|
3872
|
-
/**
|
|
3873
|
-
export declare
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
sharedKey?: string;
|
|
6499
|
+
/** Contains response data for the listWorkflowsNext operation. */
|
|
6500
|
+
export declare type LogicAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;
|
|
6501
|
+
|
|
6502
|
+
/** Optional parameters. */
|
|
6503
|
+
export declare interface LogicAppsListWorkflowsOptionalParams extends coreClient.OperationOptions {
|
|
3878
6504
|
}
|
|
3879
6505
|
|
|
6506
|
+
/** Contains response data for the listWorkflows operation. */
|
|
6507
|
+
export declare type LogicAppsListWorkflowsResponse = WorkflowEnvelopeCollection;
|
|
6508
|
+
|
|
6509
|
+
/**
|
|
6510
|
+
* Defines values for LogicAppsProxyMethod. \
|
|
6511
|
+
* {@link KnownLogicAppsProxyMethod} can be used interchangeably with LogicAppsProxyMethod,
|
|
6512
|
+
* this enum contains the known values that the service supports.
|
|
6513
|
+
* ### Known values supported by the service
|
|
6514
|
+
* **GET** \
|
|
6515
|
+
* **POST**
|
|
6516
|
+
*/
|
|
6517
|
+
export declare type LogicAppsProxyMethod = string;
|
|
6518
|
+
|
|
3880
6519
|
/** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */
|
|
3881
6520
|
export declare interface Login {
|
|
3882
6521
|
/** The routes that specify the endpoints used for login and logout requests. */
|
|
@@ -3921,6 +6560,12 @@ export declare interface LoginScopes {
|
|
|
3921
6560
|
*/
|
|
3922
6561
|
export declare type LogLevel = string;
|
|
3923
6562
|
|
|
6563
|
+
/** Configuration of Open Telemetry logs */
|
|
6564
|
+
export declare interface LogsConfiguration {
|
|
6565
|
+
/** Open telemetry logs destinations */
|
|
6566
|
+
destinations?: string[];
|
|
6567
|
+
}
|
|
6568
|
+
|
|
3924
6569
|
/** Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment */
|
|
3925
6570
|
export declare interface ManagedCertificate extends TrackedResource {
|
|
3926
6571
|
/** Certificate resource specific properties */
|
|
@@ -4081,6 +6726,8 @@ export declare type ManagedCertificatesUpdateResponse = ManagedCertificate;
|
|
|
4081
6726
|
export declare interface ManagedEnvironment extends TrackedResource {
|
|
4082
6727
|
/** Kind of the Environment. */
|
|
4083
6728
|
kind?: string;
|
|
6729
|
+
/** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */
|
|
6730
|
+
identity?: ManagedServiceIdentity;
|
|
4084
6731
|
/**
|
|
4085
6732
|
* Provisioning state of the Environment.
|
|
4086
6733
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -4113,6 +6760,10 @@ export declare interface ManagedEnvironment extends TrackedResource {
|
|
|
4113
6760
|
* supported
|
|
4114
6761
|
*/
|
|
4115
6762
|
appLogsConfiguration?: AppLogsConfiguration;
|
|
6763
|
+
/** Environment level Application Insights configuration */
|
|
6764
|
+
appInsightsConfiguration?: AppInsightsConfiguration;
|
|
6765
|
+
/** Environment Open Telemetry configuration */
|
|
6766
|
+
openTelemetryConfiguration?: OpenTelemetryConfiguration;
|
|
4116
6767
|
/** Whether or not this Managed Environment is zone-redundant. */
|
|
4117
6768
|
zoneRedundant?: boolean;
|
|
4118
6769
|
/** Custom domain configuration for the environment */
|
|
@@ -4134,6 +6785,13 @@ export declare interface ManagedEnvironment extends TrackedResource {
|
|
|
4134
6785
|
peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
|
|
4135
6786
|
/** Peer traffic settings for the Managed Environment */
|
|
4136
6787
|
peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;
|
|
6788
|
+
/**
|
|
6789
|
+
* Private endpoint connections to the resource.
|
|
6790
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
6791
|
+
*/
|
|
6792
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
6793
|
+
/** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. */
|
|
6794
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
4137
6795
|
}
|
|
4138
6796
|
|
|
4139
6797
|
/** Interface representing a ManagedEnvironmentDiagnostics. */
|
|
@@ -4169,6 +6827,137 @@ export declare interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParam
|
|
|
4169
6827
|
/** Contains response data for the listDetectors operation. */
|
|
4170
6828
|
export declare type ManagedEnvironmentDiagnosticsListDetectorsResponse = DiagnosticsCollection;
|
|
4171
6829
|
|
|
6830
|
+
/** Interface representing a ManagedEnvironmentPrivateEndpointConnections. */
|
|
6831
|
+
export declare interface ManagedEnvironmentPrivateEndpointConnections {
|
|
6832
|
+
/**
|
|
6833
|
+
* List private endpoint connections for a given managed environment.
|
|
6834
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6835
|
+
* @param environmentName Name of the Managed Environment.
|
|
6836
|
+
* @param options The options parameters.
|
|
6837
|
+
*/
|
|
6838
|
+
list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
6839
|
+
/**
|
|
6840
|
+
* Get a private endpoint connection for a given managed environment.
|
|
6841
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6842
|
+
* @param environmentName Name of the Managed Environment.
|
|
6843
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
6844
|
+
* Azure resource.
|
|
6845
|
+
* @param options The options parameters.
|
|
6846
|
+
*/
|
|
6847
|
+
get(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsGetResponse>;
|
|
6848
|
+
/**
|
|
6849
|
+
* Update the state of a private endpoint connection for a given managed environment.
|
|
6850
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6851
|
+
* @param environmentName Name of the Managed Environment.
|
|
6852
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
6853
|
+
* Azure resource.
|
|
6854
|
+
* @param privateEndpointConnectionEnvelope The resource of private endpoint and its properties
|
|
6855
|
+
* @param options The options parameters.
|
|
6856
|
+
*/
|
|
6857
|
+
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse>, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
6858
|
+
/**
|
|
6859
|
+
* Update the state of a private endpoint connection for a given managed environment.
|
|
6860
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6861
|
+
* @param environmentName Name of the Managed Environment.
|
|
6862
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
6863
|
+
* Azure resource.
|
|
6864
|
+
* @param privateEndpointConnectionEnvelope The resource of private endpoint and its properties
|
|
6865
|
+
* @param options The options parameters.
|
|
6866
|
+
*/
|
|
6867
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
6868
|
+
/**
|
|
6869
|
+
* Delete a private endpoint connection for a given managed environment.
|
|
6870
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6871
|
+
* @param environmentName Name of the Managed Environment.
|
|
6872
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
6873
|
+
* Azure resource.
|
|
6874
|
+
* @param options The options parameters.
|
|
6875
|
+
*/
|
|
6876
|
+
beginDelete(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse>, ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse>>;
|
|
6877
|
+
/**
|
|
6878
|
+
* Delete a private endpoint connection for a given managed environment.
|
|
6879
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6880
|
+
* @param environmentName Name of the Managed Environment.
|
|
6881
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
6882
|
+
* Azure resource.
|
|
6883
|
+
* @param options The options parameters.
|
|
6884
|
+
*/
|
|
6885
|
+
beginDeleteAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse>;
|
|
6886
|
+
}
|
|
6887
|
+
|
|
6888
|
+
/** Optional parameters. */
|
|
6889
|
+
export declare interface ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6890
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6891
|
+
updateIntervalInMs?: number;
|
|
6892
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6893
|
+
resumeFrom?: string;
|
|
6894
|
+
}
|
|
6895
|
+
|
|
6896
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
6897
|
+
export declare type ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
6898
|
+
|
|
6899
|
+
/** Defines headers for ManagedEnvironmentPrivateEndpointConnections_delete operation. */
|
|
6900
|
+
export declare interface ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders {
|
|
6901
|
+
location?: string;
|
|
6902
|
+
}
|
|
6903
|
+
|
|
6904
|
+
/** Optional parameters. */
|
|
6905
|
+
export declare interface ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6906
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6907
|
+
updateIntervalInMs?: number;
|
|
6908
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6909
|
+
resumeFrom?: string;
|
|
6910
|
+
}
|
|
6911
|
+
|
|
6912
|
+
/** Contains response data for the delete operation. */
|
|
6913
|
+
export declare type ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse = ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders;
|
|
6914
|
+
|
|
6915
|
+
/** Optional parameters. */
|
|
6916
|
+
export declare interface ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
6917
|
+
}
|
|
6918
|
+
|
|
6919
|
+
/** Contains response data for the get operation. */
|
|
6920
|
+
export declare type ManagedEnvironmentPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
6921
|
+
|
|
6922
|
+
/** Optional parameters. */
|
|
6923
|
+
export declare interface ManagedEnvironmentPrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
6924
|
+
}
|
|
6925
|
+
|
|
6926
|
+
/** Contains response data for the listNext operation. */
|
|
6927
|
+
export declare type ManagedEnvironmentPrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
|
|
6928
|
+
|
|
6929
|
+
/** Optional parameters. */
|
|
6930
|
+
export declare interface ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
6931
|
+
}
|
|
6932
|
+
|
|
6933
|
+
/** Contains response data for the list operation. */
|
|
6934
|
+
export declare type ManagedEnvironmentPrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
6935
|
+
|
|
6936
|
+
/** Interface representing a ManagedEnvironmentPrivateLinkResources. */
|
|
6937
|
+
export declare interface ManagedEnvironmentPrivateLinkResources {
|
|
6938
|
+
/**
|
|
6939
|
+
* List private link resources for a given managed environment.
|
|
6940
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
6941
|
+
* @param environmentName Name of the Managed Environment.
|
|
6942
|
+
* @param options The options parameters.
|
|
6943
|
+
*/
|
|
6944
|
+
list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
6945
|
+
}
|
|
6946
|
+
|
|
6947
|
+
/** Optional parameters. */
|
|
6948
|
+
export declare interface ManagedEnvironmentPrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
6949
|
+
}
|
|
6950
|
+
|
|
6951
|
+
/** Contains response data for the listNext operation. */
|
|
6952
|
+
export declare type ManagedEnvironmentPrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult;
|
|
6953
|
+
|
|
6954
|
+
/** Optional parameters. */
|
|
6955
|
+
export declare interface ManagedEnvironmentPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
6956
|
+
}
|
|
6957
|
+
|
|
6958
|
+
/** Contains response data for the list operation. */
|
|
6959
|
+
export declare type ManagedEnvironmentPrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
6960
|
+
|
|
4172
6961
|
/** Peer authentication settings for the Managed Environment */
|
|
4173
6962
|
export declare interface ManagedEnvironmentPropertiesPeerAuthentication {
|
|
4174
6963
|
/** Mutual TLS authentication settings for the Managed Environment */
|
|
@@ -4444,6 +7233,8 @@ export declare interface ManagedEnvironmentStorage extends ProxyResource {
|
|
|
4444
7233
|
export declare interface ManagedEnvironmentStorageProperties {
|
|
4445
7234
|
/** Azure file properties */
|
|
4446
7235
|
azureFile?: AzureFileProperties;
|
|
7236
|
+
/** NFS Azure file properties */
|
|
7237
|
+
nfsAzureFile?: NfsAzureFileProperties;
|
|
4447
7238
|
}
|
|
4448
7239
|
|
|
4449
7240
|
/** Collection of Storage for Environments */
|
|
@@ -4520,12 +7311,28 @@ export declare interface ManagedServiceIdentity {
|
|
|
4520
7311
|
*/
|
|
4521
7312
|
export declare type ManagedServiceIdentityType = string;
|
|
4522
7313
|
|
|
7314
|
+
/** Configuration of Open Telemetry metrics */
|
|
7315
|
+
export declare interface MetricsConfiguration {
|
|
7316
|
+
/** Boolean indicating if including keda metrics */
|
|
7317
|
+
includeKeda?: boolean;
|
|
7318
|
+
/** Open telemetry metrics destinations */
|
|
7319
|
+
destinations?: string[];
|
|
7320
|
+
}
|
|
7321
|
+
|
|
4523
7322
|
/** Configuration properties for mutual TLS authentication */
|
|
4524
7323
|
export declare interface Mtls {
|
|
4525
7324
|
/** Boolean indicating whether the mutual TLS authentication is enabled */
|
|
4526
7325
|
enabled?: boolean;
|
|
4527
7326
|
}
|
|
4528
7327
|
|
|
7328
|
+
/** Nacos properties. */
|
|
7329
|
+
export declare interface NacosComponent extends JavaComponentProperties {
|
|
7330
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7331
|
+
componentType: "Nacos";
|
|
7332
|
+
/** Java Component Ingress configurations. */
|
|
7333
|
+
ingress?: JavaComponentIngress;
|
|
7334
|
+
}
|
|
7335
|
+
|
|
4529
7336
|
/** Interface representing a Namespaces. */
|
|
4530
7337
|
export declare interface Namespaces {
|
|
4531
7338
|
/**
|
|
@@ -4545,6 +7352,16 @@ export declare interface NamespacesCheckNameAvailabilityOptionalParams extends c
|
|
|
4545
7352
|
/** Contains response data for the checkNameAvailability operation. */
|
|
4546
7353
|
export declare type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
4547
7354
|
|
|
7355
|
+
/** NFS Azure File Properties. */
|
|
7356
|
+
export declare interface NfsAzureFileProperties {
|
|
7357
|
+
/** Server for NFS azure file. */
|
|
7358
|
+
server?: string;
|
|
7359
|
+
/** Access mode for storage */
|
|
7360
|
+
accessMode?: AccessMode;
|
|
7361
|
+
/** NFS Azure file share name. */
|
|
7362
|
+
shareName?: string;
|
|
7363
|
+
}
|
|
7364
|
+
|
|
4548
7365
|
/** The configuration settings of the nonce used in the login flow. */
|
|
4549
7366
|
export declare interface Nonce {
|
|
4550
7367
|
/** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */
|
|
@@ -4593,65 +7410,373 @@ export declare interface OpenIdConnectRegistration {
|
|
|
4593
7410
|
openIdConnectConfiguration?: OpenIdConnectConfig;
|
|
4594
7411
|
}
|
|
4595
7412
|
|
|
4596
|
-
/**
|
|
4597
|
-
export declare interface
|
|
4598
|
-
/**
|
|
4599
|
-
|
|
4600
|
-
/**
|
|
4601
|
-
|
|
4602
|
-
/**
|
|
4603
|
-
|
|
4604
|
-
/**
|
|
4605
|
-
|
|
7413
|
+
/** Configuration of Open Telemetry */
|
|
7414
|
+
export declare interface OpenTelemetryConfiguration {
|
|
7415
|
+
/** Open telemetry destinations configuration */
|
|
7416
|
+
destinationsConfiguration?: DestinationsConfiguration;
|
|
7417
|
+
/** Open telemetry trace configuration */
|
|
7418
|
+
tracesConfiguration?: TracesConfiguration;
|
|
7419
|
+
/** Open telemetry logs configuration */
|
|
7420
|
+
logsConfiguration?: LogsConfiguration;
|
|
7421
|
+
/** Open telemetry metrics configuration */
|
|
7422
|
+
metricsConfiguration?: MetricsConfiguration;
|
|
7423
|
+
}
|
|
7424
|
+
|
|
7425
|
+
/** Operation detail payload */
|
|
7426
|
+
export declare interface OperationDetail {
|
|
7427
|
+
/** Name of the operation */
|
|
7428
|
+
name?: string;
|
|
7429
|
+
/** Indicates whether the operation is a data action */
|
|
7430
|
+
isDataAction?: boolean;
|
|
7431
|
+
/** Display of the operation */
|
|
7432
|
+
display?: OperationDisplay;
|
|
7433
|
+
/** Origin of the operation */
|
|
7434
|
+
origin?: string;
|
|
7435
|
+
}
|
|
7436
|
+
|
|
7437
|
+
/** Operation display payload */
|
|
7438
|
+
export declare interface OperationDisplay {
|
|
7439
|
+
/** Resource provider of the operation */
|
|
7440
|
+
provider?: string;
|
|
7441
|
+
/** Resource of the operation */
|
|
7442
|
+
resource?: string;
|
|
7443
|
+
/** Localized friendly name for the operation */
|
|
7444
|
+
operation?: string;
|
|
7445
|
+
/** Localized friendly description for the operation */
|
|
7446
|
+
description?: string;
|
|
7447
|
+
}
|
|
7448
|
+
|
|
7449
|
+
/** Interface representing a Operations. */
|
|
7450
|
+
export declare interface Operations {
|
|
7451
|
+
/**
|
|
7452
|
+
* Lists all of the available RP operations.
|
|
7453
|
+
* @param options The options parameters.
|
|
7454
|
+
*/
|
|
7455
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDetail>;
|
|
7456
|
+
}
|
|
7457
|
+
|
|
7458
|
+
/** Optional parameters. */
|
|
7459
|
+
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
7460
|
+
}
|
|
7461
|
+
|
|
7462
|
+
/** Contains response data for the listNext operation. */
|
|
7463
|
+
export declare type OperationsListNextResponse = AvailableOperations;
|
|
7464
|
+
|
|
7465
|
+
/** Optional parameters. */
|
|
7466
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
7467
|
+
}
|
|
7468
|
+
|
|
7469
|
+
/** Contains response data for the list operation. */
|
|
7470
|
+
export declare type OperationsListResponse = AvailableOperations;
|
|
7471
|
+
|
|
7472
|
+
/** Configuration of otlp */
|
|
7473
|
+
export declare interface OtlpConfiguration {
|
|
7474
|
+
/** The name of otlp configuration */
|
|
7475
|
+
name?: string;
|
|
7476
|
+
/** The endpoint of otlp configuration */
|
|
7477
|
+
endpoint?: string;
|
|
7478
|
+
/** Boolean indicating if otlp configuration is insecure */
|
|
7479
|
+
insecure?: boolean;
|
|
7480
|
+
/** Headers of otlp configurations */
|
|
7481
|
+
headers?: Header[];
|
|
7482
|
+
}
|
|
7483
|
+
|
|
7484
|
+
/**
|
|
7485
|
+
* Defines values for PatchApplyStatus. \
|
|
7486
|
+
* {@link KnownPatchApplyStatus} can be used interchangeably with PatchApplyStatus,
|
|
7487
|
+
* this enum contains the known values that the service supports.
|
|
7488
|
+
* ### Known values supported by the service
|
|
7489
|
+
* **NotStarted** \
|
|
7490
|
+
* **RebaseInProgress** \
|
|
7491
|
+
* **CreatingRevision** \
|
|
7492
|
+
* **Succeeded** \
|
|
7493
|
+
* **Canceled** \
|
|
7494
|
+
* **RebaseFailed** \
|
|
7495
|
+
* **RevisionCreationFailed** \
|
|
7496
|
+
* **ImagePushPullFailed** \
|
|
7497
|
+
* **ManuallySkipped**
|
|
7498
|
+
*/
|
|
7499
|
+
export declare type PatchApplyStatus = string;
|
|
7500
|
+
|
|
7501
|
+
/** Container App patch collection */
|
|
7502
|
+
export declare interface PatchCollection {
|
|
7503
|
+
/** Collection of patch resources. */
|
|
7504
|
+
value: ContainerAppsPatchResource[];
|
|
7505
|
+
/** the link to the next page of items */
|
|
7506
|
+
nextLink?: string;
|
|
7507
|
+
}
|
|
7508
|
+
|
|
7509
|
+
/** The detailed info of patch operation performing when applying a patch. */
|
|
7510
|
+
export declare interface PatchDetails {
|
|
7511
|
+
/**
|
|
7512
|
+
* The name of the target container for the patch.
|
|
7513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7514
|
+
*/
|
|
7515
|
+
readonly targetContainerName: string;
|
|
7516
|
+
/**
|
|
7517
|
+
* The name of the target image for the patch.
|
|
7518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7519
|
+
*/
|
|
7520
|
+
readonly targetImage: string;
|
|
7521
|
+
/**
|
|
7522
|
+
* The UTC timestamp that describes the latest detection was done.
|
|
7523
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7524
|
+
*/
|
|
7525
|
+
readonly lastDetectionTime: Date;
|
|
7526
|
+
/**
|
|
7527
|
+
* The status of the patch detection.
|
|
7528
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7529
|
+
*/
|
|
7530
|
+
readonly detectionStatus: DetectionStatus;
|
|
7531
|
+
/**
|
|
7532
|
+
* The name of the new image created by the patch.
|
|
7533
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7534
|
+
*/
|
|
7535
|
+
readonly newImageName?: string;
|
|
7536
|
+
/**
|
|
7537
|
+
* New layer update details in the target image.
|
|
7538
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7539
|
+
*/
|
|
7540
|
+
readonly newLayer?: PatchDetailsNewLayer;
|
|
7541
|
+
/**
|
|
7542
|
+
* The old layer details in the target image.
|
|
7543
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7544
|
+
*/
|
|
7545
|
+
readonly oldLayer?: PatchDetailsOldLayer;
|
|
7546
|
+
/**
|
|
7547
|
+
* The type for the patch.
|
|
7548
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7549
|
+
*/
|
|
7550
|
+
readonly patchType?: PatchType;
|
|
7551
|
+
}
|
|
7552
|
+
|
|
7553
|
+
/** New layer update details in the target image. */
|
|
7554
|
+
export declare interface PatchDetailsNewLayer {
|
|
7555
|
+
/** The details of the new layer for the target image. */
|
|
7556
|
+
name?: string;
|
|
7557
|
+
/** The framework and its version in the new run image for the target image. */
|
|
7558
|
+
frameworkAndVersion?: string;
|
|
7559
|
+
/** The OS name and its version in the new run image for the target image. */
|
|
7560
|
+
osAndVersion?: string;
|
|
7561
|
+
}
|
|
7562
|
+
|
|
7563
|
+
/** The old layer details in the target image. */
|
|
7564
|
+
export declare interface PatchDetailsOldLayer {
|
|
7565
|
+
/** The details of the old layer for the target image. */
|
|
7566
|
+
name?: string;
|
|
7567
|
+
/** The framework and its version in the old run image for the target image. */
|
|
7568
|
+
frameworkAndVersion?: string;
|
|
7569
|
+
/** The OS name and its version in the old run image for the target image. */
|
|
7570
|
+
osAndVersion?: string;
|
|
7571
|
+
}
|
|
7572
|
+
|
|
7573
|
+
/**
|
|
7574
|
+
* Defines values for PatchingMode. \
|
|
7575
|
+
* {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
|
|
7576
|
+
* this enum contains the known values that the service supports.
|
|
7577
|
+
* ### Known values supported by the service
|
|
7578
|
+
* **Automatic** \
|
|
7579
|
+
* **Manual** \
|
|
7580
|
+
* **Disabled**
|
|
7581
|
+
*/
|
|
7582
|
+
export declare type PatchingMode = string;
|
|
7583
|
+
|
|
7584
|
+
/** Top level properties that describes current states of the patch resource */
|
|
7585
|
+
export declare interface PatchProperties {
|
|
7586
|
+
/** The Azure resource id of the target environment for the patch. */
|
|
7587
|
+
targetEnvironmentId?: string;
|
|
7588
|
+
/** The Azure resource id of the target container app for the patch. */
|
|
7589
|
+
targetContainerAppId?: string;
|
|
7590
|
+
/** The Azure resource id of the target revision for the patch. */
|
|
7591
|
+
targetRevisionId?: string;
|
|
7592
|
+
/**
|
|
7593
|
+
* The status of the patch operation.
|
|
7594
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7595
|
+
*/
|
|
7596
|
+
readonly patchApplyStatus?: PatchApplyStatus;
|
|
7597
|
+
/**
|
|
7598
|
+
* The UTC timestamp that describes when the patch object was created.
|
|
7599
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7600
|
+
*/
|
|
7601
|
+
readonly createdAt?: Date;
|
|
7602
|
+
/**
|
|
7603
|
+
* The UTC timestamp that describes when the patch object was last updated.
|
|
7604
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7605
|
+
*/
|
|
7606
|
+
readonly lastModifiedAt?: Date;
|
|
7607
|
+
/**
|
|
7608
|
+
* Detailed info describes the patch operation for the target container app.
|
|
7609
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7610
|
+
*/
|
|
7611
|
+
readonly patchDetails?: PatchDetails[];
|
|
7612
|
+
}
|
|
7613
|
+
|
|
7614
|
+
/** The configuration for patcher to skip a patch or not. */
|
|
7615
|
+
export declare interface PatchSkipConfig {
|
|
7616
|
+
/** The flag to indicate whether to skip the patch or not. */
|
|
7617
|
+
skip?: boolean;
|
|
4606
7618
|
}
|
|
4607
7619
|
|
|
4608
|
-
/**
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
7620
|
+
/**
|
|
7621
|
+
* Defines values for PatchType. \
|
|
7622
|
+
* {@link KnownPatchType} can be used interchangeably with PatchType,
|
|
7623
|
+
* this enum contains the known values that the service supports.
|
|
7624
|
+
* ### Known values supported by the service
|
|
7625
|
+
* **FrameworkSecurity** \
|
|
7626
|
+
* **OSSecurity** \
|
|
7627
|
+
* **FrameworkAndOSSecurity** \
|
|
7628
|
+
* **Other**
|
|
7629
|
+
*/
|
|
7630
|
+
export declare type PatchType = string;
|
|
7631
|
+
|
|
7632
|
+
/**
|
|
7633
|
+
* Defines values for PoolManagementType. \
|
|
7634
|
+
* {@link KnownPoolManagementType} can be used interchangeably with PoolManagementType,
|
|
7635
|
+
* this enum contains the known values that the service supports.
|
|
7636
|
+
* ### Known values supported by the service
|
|
7637
|
+
* **Manual** \
|
|
7638
|
+
* **Dynamic**
|
|
7639
|
+
*/
|
|
7640
|
+
export declare type PoolManagementType = string;
|
|
7641
|
+
|
|
7642
|
+
/** Model representing a pre-build step. */
|
|
7643
|
+
export declare interface PreBuildStep {
|
|
7644
|
+
/** Description of the pre-build step. */
|
|
4617
7645
|
description?: string;
|
|
7646
|
+
/** List of custom commands to run. */
|
|
7647
|
+
scripts?: string[];
|
|
7648
|
+
/** Http get request to send before the build. */
|
|
7649
|
+
httpGet?: HttpGet;
|
|
4618
7650
|
}
|
|
4619
7651
|
|
|
4620
|
-
/**
|
|
4621
|
-
export declare interface
|
|
7652
|
+
/** The Private Endpoint resource. */
|
|
7653
|
+
export declare interface PrivateEndpoint {
|
|
4622
7654
|
/**
|
|
4623
|
-
*
|
|
4624
|
-
*
|
|
7655
|
+
* The ARM identifier for Private Endpoint
|
|
7656
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4625
7657
|
*/
|
|
4626
|
-
|
|
7658
|
+
readonly id?: string;
|
|
4627
7659
|
}
|
|
4628
7660
|
|
|
4629
|
-
/**
|
|
4630
|
-
export declare interface
|
|
7661
|
+
/** The Private Endpoint Connection resource. */
|
|
7662
|
+
export declare interface PrivateEndpointConnection extends Resource {
|
|
7663
|
+
/**
|
|
7664
|
+
* The group ids for the private endpoint resource.
|
|
7665
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7666
|
+
*/
|
|
7667
|
+
readonly groupIds?: string[];
|
|
7668
|
+
/** The resource of private end point. */
|
|
7669
|
+
privateEndpoint?: PrivateEndpoint;
|
|
7670
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
7671
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
7672
|
+
/**
|
|
7673
|
+
* The provisioning state of the private endpoint connection resource.
|
|
7674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7675
|
+
*/
|
|
7676
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
4631
7677
|
}
|
|
4632
7678
|
|
|
4633
|
-
/**
|
|
4634
|
-
export declare
|
|
7679
|
+
/** List of private endpoint connection associated with the specified resource */
|
|
7680
|
+
export declare interface PrivateEndpointConnectionListResult {
|
|
7681
|
+
/** Array of private endpoint connections */
|
|
7682
|
+
value?: PrivateEndpointConnection[];
|
|
7683
|
+
/**
|
|
7684
|
+
* URL to get the next set of operation list results (if there are any).
|
|
7685
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7686
|
+
*/
|
|
7687
|
+
readonly nextLink?: string;
|
|
7688
|
+
}
|
|
4635
7689
|
|
|
4636
|
-
/**
|
|
4637
|
-
|
|
7690
|
+
/**
|
|
7691
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
7692
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
7693
|
+
* this enum contains the known values that the service supports.
|
|
7694
|
+
* ### Known values supported by the service
|
|
7695
|
+
* **Succeeded** \
|
|
7696
|
+
* **Failed** \
|
|
7697
|
+
* **Canceled** \
|
|
7698
|
+
* **Waiting** \
|
|
7699
|
+
* **Updating** \
|
|
7700
|
+
* **Deleting** \
|
|
7701
|
+
* **Pending**
|
|
7702
|
+
*/
|
|
7703
|
+
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
7704
|
+
|
|
7705
|
+
/**
|
|
7706
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
7707
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
7708
|
+
* this enum contains the known values that the service supports.
|
|
7709
|
+
* ### Known values supported by the service
|
|
7710
|
+
* **Pending** \
|
|
7711
|
+
* **Approved** \
|
|
7712
|
+
* **Rejected** \
|
|
7713
|
+
* **Disconnected**
|
|
7714
|
+
*/
|
|
7715
|
+
export declare type PrivateEndpointServiceConnectionStatus = string;
|
|
7716
|
+
|
|
7717
|
+
/** A private link resource */
|
|
7718
|
+
export declare interface PrivateLinkResource extends Resource {
|
|
7719
|
+
/**
|
|
7720
|
+
* The private link resource group id.
|
|
7721
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7722
|
+
*/
|
|
7723
|
+
readonly groupId?: string;
|
|
7724
|
+
/**
|
|
7725
|
+
* The private link resource required member names.
|
|
7726
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7727
|
+
*/
|
|
7728
|
+
readonly requiredMembers?: string[];
|
|
7729
|
+
/** The private link resource private link DNS zone name. */
|
|
7730
|
+
requiredZoneNames?: string[];
|
|
4638
7731
|
}
|
|
4639
7732
|
|
|
4640
|
-
/**
|
|
4641
|
-
export declare
|
|
7733
|
+
/** A list of private link resources */
|
|
7734
|
+
export declare interface PrivateLinkResourceListResult {
|
|
7735
|
+
/** Array of private link resources */
|
|
7736
|
+
value?: PrivateLinkResource[];
|
|
7737
|
+
/**
|
|
7738
|
+
* URL to get the next set of operation list results (if there are any).
|
|
7739
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7740
|
+
*/
|
|
7741
|
+
readonly nextLink?: string;
|
|
7742
|
+
}
|
|
7743
|
+
|
|
7744
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
7745
|
+
export declare interface PrivateLinkServiceConnectionState {
|
|
7746
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
7747
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
7748
|
+
/** The reason for approval/rejection of the connection. */
|
|
7749
|
+
description?: string;
|
|
7750
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
7751
|
+
actionsRequired?: string;
|
|
7752
|
+
}
|
|
4642
7753
|
|
|
4643
7754
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
4644
7755
|
export declare interface ProxyResource extends Resource {
|
|
4645
7756
|
}
|
|
4646
7757
|
|
|
7758
|
+
/**
|
|
7759
|
+
* Defines values for PublicNetworkAccess. \
|
|
7760
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
7761
|
+
* this enum contains the known values that the service supports.
|
|
7762
|
+
* ### Known values supported by the service
|
|
7763
|
+
* **Enabled** \
|
|
7764
|
+
* **Disabled**
|
|
7765
|
+
*/
|
|
7766
|
+
export declare type PublicNetworkAccess = string;
|
|
7767
|
+
|
|
4647
7768
|
/** Container App container Azure Queue based scaling rule. */
|
|
4648
7769
|
export declare interface QueueScaleRule {
|
|
7770
|
+
/** Storage account name. required if using managed identity to authenticate */
|
|
7771
|
+
accountName?: string;
|
|
4649
7772
|
/** Queue name. */
|
|
4650
7773
|
queueName?: string;
|
|
4651
7774
|
/** Queue length. */
|
|
4652
7775
|
queueLength?: number;
|
|
4653
7776
|
/** Authentication secrets for the queue scale rule. */
|
|
4654
7777
|
auth?: ScaleRuleAuth[];
|
|
7778
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
7779
|
+
identity?: string;
|
|
4655
7780
|
}
|
|
4656
7781
|
|
|
4657
7782
|
/** Container App Private Registry */
|
|
@@ -4737,12 +7862,25 @@ export declare interface ReplicaContainer {
|
|
|
4737
7862
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4738
7863
|
*/
|
|
4739
7864
|
readonly execEndpoint?: string;
|
|
7865
|
+
/**
|
|
7866
|
+
* Container debug endpoint
|
|
7867
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7868
|
+
*/
|
|
7869
|
+
readonly debugEndpoint?: string;
|
|
7870
|
+
}
|
|
7871
|
+
|
|
7872
|
+
/** Container Apps Job execution replica status. */
|
|
7873
|
+
export declare interface ReplicaExecutionStatus {
|
|
7874
|
+
/** Replica Name. */
|
|
7875
|
+
name?: string;
|
|
7876
|
+
/** Containers in the execution replica */
|
|
7877
|
+
containers?: ContainerExecutionStatus[];
|
|
4740
7878
|
}
|
|
4741
7879
|
|
|
4742
7880
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
4743
7881
|
export declare interface Resource {
|
|
4744
7882
|
/**
|
|
4745
|
-
* Fully qualified resource ID for the resource.
|
|
7883
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
4746
7884
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4747
7885
|
*/
|
|
4748
7886
|
readonly id?: string;
|
|
@@ -4874,16 +8012,64 @@ export declare type RevisionProvisioningState = string;
|
|
|
4874
8012
|
*/
|
|
4875
8013
|
export declare type RevisionRunningState = string;
|
|
4876
8014
|
|
|
8015
|
+
/** Container App Runtime configuration. */
|
|
8016
|
+
export declare interface Runtime {
|
|
8017
|
+
/** Java app configuration */
|
|
8018
|
+
java?: RuntimeJava;
|
|
8019
|
+
/** .NET app configuration */
|
|
8020
|
+
dotnet?: RuntimeDotnet;
|
|
8021
|
+
}
|
|
8022
|
+
|
|
8023
|
+
/** .NET app configuration */
|
|
8024
|
+
export declare interface RuntimeDotnet {
|
|
8025
|
+
/** Auto configure the ASP.NET Core Data Protection feature */
|
|
8026
|
+
autoConfigureDataProtection?: boolean;
|
|
8027
|
+
}
|
|
8028
|
+
|
|
8029
|
+
/** Java app configuration */
|
|
8030
|
+
export declare interface RuntimeJava {
|
|
8031
|
+
/** Enable jmx core metrics for the java app */
|
|
8032
|
+
enableMetrics?: boolean;
|
|
8033
|
+
/** Diagnostic capabilities achieved by java agent */
|
|
8034
|
+
javaAgent?: RuntimeJavaAgent;
|
|
8035
|
+
}
|
|
8036
|
+
|
|
8037
|
+
/** Diagnostic capabilities achieved by java agent */
|
|
8038
|
+
export declare interface RuntimeJavaAgent {
|
|
8039
|
+
/** Enable java agent injection for the java app. */
|
|
8040
|
+
enabled?: boolean;
|
|
8041
|
+
/** Capabilities on the java logging scenario. */
|
|
8042
|
+
logging?: RuntimeJavaAgentLogging;
|
|
8043
|
+
}
|
|
8044
|
+
|
|
8045
|
+
/** Capabilities on the java logging scenario. */
|
|
8046
|
+
export declare interface RuntimeJavaAgentLogging {
|
|
8047
|
+
/** Settings of the logger for the java app. */
|
|
8048
|
+
loggerSettings?: LoggerSetting[];
|
|
8049
|
+
}
|
|
8050
|
+
|
|
4877
8051
|
/** Container App scaling configurations. */
|
|
4878
8052
|
export declare interface Scale {
|
|
4879
8053
|
/** Optional. Minimum number of container replicas. */
|
|
4880
8054
|
minReplicas?: number;
|
|
4881
8055
|
/** Optional. Maximum number of container replicas. Defaults to 10 if not set. */
|
|
4882
8056
|
maxReplicas?: number;
|
|
8057
|
+
/** Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set. */
|
|
8058
|
+
cooldownPeriod?: number;
|
|
8059
|
+
/** Optional. KEDA Polling Interval. Defaults to 30 seconds if not set. */
|
|
8060
|
+
pollingInterval?: number;
|
|
4883
8061
|
/** Scaling rules. */
|
|
4884
8062
|
rules?: ScaleRule[];
|
|
4885
8063
|
}
|
|
4886
8064
|
|
|
8065
|
+
/** Scale configuration. */
|
|
8066
|
+
export declare interface ScaleConfiguration {
|
|
8067
|
+
/** The maximum count of sessions at the same time. */
|
|
8068
|
+
maxConcurrentSessions?: number;
|
|
8069
|
+
/** The minimum count of ready session instances. */
|
|
8070
|
+
readySessionInstances?: number;
|
|
8071
|
+
}
|
|
8072
|
+
|
|
4887
8073
|
/** Container App container scaling rule. */
|
|
4888
8074
|
export declare interface ScaleRule {
|
|
4889
8075
|
/** Scale Rule Name */
|
|
@@ -4906,6 +8092,20 @@ export declare interface ScaleRuleAuth {
|
|
|
4906
8092
|
triggerParameter?: string;
|
|
4907
8093
|
}
|
|
4908
8094
|
|
|
8095
|
+
/** Spring Cloud Gateway route definition */
|
|
8096
|
+
export declare interface ScgRoute {
|
|
8097
|
+
/** Id of the route */
|
|
8098
|
+
id: string;
|
|
8099
|
+
/** Uri of the route */
|
|
8100
|
+
uri: string;
|
|
8101
|
+
/** Predicates of the route */
|
|
8102
|
+
predicates?: string[];
|
|
8103
|
+
/** Filters of the route */
|
|
8104
|
+
filters?: string[];
|
|
8105
|
+
/** Order of the route */
|
|
8106
|
+
order?: number;
|
|
8107
|
+
}
|
|
8108
|
+
|
|
4909
8109
|
/**
|
|
4910
8110
|
* Defines values for Scheme. \
|
|
4911
8111
|
* {@link KnownScheme} can be used interchangeably with Scheme,
|
|
@@ -4954,6 +8154,167 @@ export declare interface ServiceBind {
|
|
|
4954
8154
|
serviceId?: string;
|
|
4955
8155
|
/** Name of the service bind */
|
|
4956
8156
|
name?: string;
|
|
8157
|
+
/** Type of the client to be used to connect to the service */
|
|
8158
|
+
clientType?: string;
|
|
8159
|
+
/** Customized keys for customizing injected values to the app */
|
|
8160
|
+
customizedKeys?: {
|
|
8161
|
+
[propertyName: string]: string;
|
|
8162
|
+
};
|
|
8163
|
+
}
|
|
8164
|
+
|
|
8165
|
+
/** Container definitions for the sessions of the session pool. */
|
|
8166
|
+
export declare interface SessionContainer {
|
|
8167
|
+
/** Container image tag. */
|
|
8168
|
+
image?: string;
|
|
8169
|
+
/** Custom container name. */
|
|
8170
|
+
name?: string;
|
|
8171
|
+
/** Container start command. */
|
|
8172
|
+
command?: string[];
|
|
8173
|
+
/** Container start command arguments. */
|
|
8174
|
+
args?: string[];
|
|
8175
|
+
/** Container environment variables. */
|
|
8176
|
+
env?: EnvironmentVar[];
|
|
8177
|
+
/** Container resource requirements. */
|
|
8178
|
+
resources?: SessionContainerResources;
|
|
8179
|
+
}
|
|
8180
|
+
|
|
8181
|
+
/** Container resource requirements for sessions of the session pool. */
|
|
8182
|
+
export declare interface SessionContainerResources {
|
|
8183
|
+
/** Required CPU in cores, e.g. 0.5 */
|
|
8184
|
+
cpu?: number;
|
|
8185
|
+
/** Required memory, e.g. "250Mb" */
|
|
8186
|
+
memory?: string;
|
|
8187
|
+
}
|
|
8188
|
+
|
|
8189
|
+
/** Session pool ingress configuration. */
|
|
8190
|
+
export declare interface SessionIngress {
|
|
8191
|
+
/** Target port in containers for traffic from ingress */
|
|
8192
|
+
targetPort?: number;
|
|
8193
|
+
}
|
|
8194
|
+
|
|
8195
|
+
/** Session network configuration. */
|
|
8196
|
+
export declare interface SessionNetworkConfiguration {
|
|
8197
|
+
/** Network status for the sessions. */
|
|
8198
|
+
status?: SessionNetworkStatus;
|
|
8199
|
+
}
|
|
8200
|
+
|
|
8201
|
+
/**
|
|
8202
|
+
* Defines values for SessionNetworkStatus. \
|
|
8203
|
+
* {@link KnownSessionNetworkStatus} can be used interchangeably with SessionNetworkStatus,
|
|
8204
|
+
* this enum contains the known values that the service supports.
|
|
8205
|
+
* ### Known values supported by the service
|
|
8206
|
+
* **EgressEnabled** \
|
|
8207
|
+
* **EgressDisabled**
|
|
8208
|
+
*/
|
|
8209
|
+
export declare type SessionNetworkStatus = string;
|
|
8210
|
+
|
|
8211
|
+
/** Container App session pool. */
|
|
8212
|
+
export declare interface SessionPool extends TrackedResource {
|
|
8213
|
+
/** Resource ID of the session pool's environment. */
|
|
8214
|
+
environmentId?: string;
|
|
8215
|
+
/** The container type of the sessions. */
|
|
8216
|
+
containerType?: ContainerType;
|
|
8217
|
+
/** The pool management type of the session pool. */
|
|
8218
|
+
poolManagementType?: PoolManagementType;
|
|
8219
|
+
/**
|
|
8220
|
+
* The number of nodes the session pool is using.
|
|
8221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8222
|
+
*/
|
|
8223
|
+
readonly nodeCount?: number;
|
|
8224
|
+
/** The scale configuration of the session pool. */
|
|
8225
|
+
scaleConfiguration?: ScaleConfiguration;
|
|
8226
|
+
/** The secrets of the session pool. */
|
|
8227
|
+
secrets?: SessionPoolSecret[];
|
|
8228
|
+
/** The pool configuration if the poolManagementType is dynamic. */
|
|
8229
|
+
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
8230
|
+
/** The custom container configuration if the containerType is CustomContainer. */
|
|
8231
|
+
customContainerTemplate?: CustomContainerTemplate;
|
|
8232
|
+
/** The network configuration of the sessions in the session pool. */
|
|
8233
|
+
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
8234
|
+
/**
|
|
8235
|
+
* The endpoint to manage the pool.
|
|
8236
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8237
|
+
*/
|
|
8238
|
+
readonly poolManagementEndpoint?: string;
|
|
8239
|
+
/**
|
|
8240
|
+
* Provisioning state of the session pool.
|
|
8241
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8242
|
+
*/
|
|
8243
|
+
readonly provisioningState?: SessionPoolProvisioningState;
|
|
8244
|
+
}
|
|
8245
|
+
|
|
8246
|
+
/** Session pool collection Azure resource. */
|
|
8247
|
+
export declare interface SessionPoolCollection {
|
|
8248
|
+
/** Collection of resources. */
|
|
8249
|
+
value: SessionPool[];
|
|
8250
|
+
/**
|
|
8251
|
+
* Link to next page of resources.
|
|
8252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8253
|
+
*/
|
|
8254
|
+
readonly nextLink?: string;
|
|
8255
|
+
}
|
|
8256
|
+
|
|
8257
|
+
/**
|
|
8258
|
+
* Defines values for SessionPoolProvisioningState. \
|
|
8259
|
+
* {@link KnownSessionPoolProvisioningState} can be used interchangeably with SessionPoolProvisioningState,
|
|
8260
|
+
* this enum contains the known values that the service supports.
|
|
8261
|
+
* ### Known values supported by the service
|
|
8262
|
+
* **InProgress** \
|
|
8263
|
+
* **Succeeded** \
|
|
8264
|
+
* **Failed** \
|
|
8265
|
+
* **Canceled** \
|
|
8266
|
+
* **Deleting**
|
|
8267
|
+
*/
|
|
8268
|
+
export declare type SessionPoolProvisioningState = string;
|
|
8269
|
+
|
|
8270
|
+
/** Secret definition. */
|
|
8271
|
+
export declare interface SessionPoolSecret {
|
|
8272
|
+
/** Secret Name. */
|
|
8273
|
+
name?: string;
|
|
8274
|
+
/** Secret Value. */
|
|
8275
|
+
value?: string;
|
|
8276
|
+
}
|
|
8277
|
+
|
|
8278
|
+
/** Container App session pool updatable properties. */
|
|
8279
|
+
export declare interface SessionPoolUpdatableProperties {
|
|
8280
|
+
/** The scale configuration of the session pool. */
|
|
8281
|
+
scaleConfiguration?: ScaleConfiguration;
|
|
8282
|
+
/** The secrets of the session pool. */
|
|
8283
|
+
secrets?: SessionPoolSecret[];
|
|
8284
|
+
/** The pool configuration if the poolManagementType is dynamic. */
|
|
8285
|
+
dynamicPoolConfiguration?: DynamicPoolConfiguration;
|
|
8286
|
+
/** The custom container configuration if the containerType is CustomContainer. */
|
|
8287
|
+
customContainerTemplate?: CustomContainerTemplate;
|
|
8288
|
+
/** The network configuration of the sessions in the session pool. */
|
|
8289
|
+
sessionNetworkConfiguration?: SessionNetworkConfiguration;
|
|
8290
|
+
}
|
|
8291
|
+
|
|
8292
|
+
/** Session pool private registry credentials. */
|
|
8293
|
+
export declare interface SessionRegistryCredentials {
|
|
8294
|
+
/** Container registry server. */
|
|
8295
|
+
server?: string;
|
|
8296
|
+
/** Container registry username. */
|
|
8297
|
+
username?: string;
|
|
8298
|
+
/** The name of the secret that contains the registry login password */
|
|
8299
|
+
passwordSecretRef?: string;
|
|
8300
|
+
/** A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system' */
|
|
8301
|
+
identity?: string;
|
|
8302
|
+
}
|
|
8303
|
+
|
|
8304
|
+
/** SMB storage properties */
|
|
8305
|
+
export declare interface SmbStorage {
|
|
8306
|
+
/** The host name or IP address of the SMB server. */
|
|
8307
|
+
host?: string;
|
|
8308
|
+
/** The path to the SMB shared folder. */
|
|
8309
|
+
shareName?: string;
|
|
8310
|
+
/** The user to log on to the SMB server. */
|
|
8311
|
+
username?: string;
|
|
8312
|
+
/** The domain name for the user. */
|
|
8313
|
+
domain?: string;
|
|
8314
|
+
/** The password for the user. */
|
|
8315
|
+
password?: string;
|
|
8316
|
+
/** Access mode for storage */
|
|
8317
|
+
accessMode?: AccessMode;
|
|
4957
8318
|
}
|
|
4958
8319
|
|
|
4959
8320
|
/** Container App SourceControl. */
|
|
@@ -4998,6 +8359,38 @@ export declare interface SourceControlCollection {
|
|
|
4998
8359
|
*/
|
|
4999
8360
|
export declare type SourceControlOperationState = string;
|
|
5000
8361
|
|
|
8362
|
+
/** Spring Boot Admin properties. */
|
|
8363
|
+
export declare interface SpringBootAdminComponent extends JavaComponentProperties {
|
|
8364
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8365
|
+
componentType: "SpringBootAdmin";
|
|
8366
|
+
/** Java Component Ingress configurations. */
|
|
8367
|
+
ingress?: JavaComponentIngress;
|
|
8368
|
+
}
|
|
8369
|
+
|
|
8370
|
+
/** Spring Cloud Config properties. */
|
|
8371
|
+
export declare interface SpringCloudConfigComponent extends JavaComponentProperties {
|
|
8372
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8373
|
+
componentType: "SpringCloudConfig";
|
|
8374
|
+
}
|
|
8375
|
+
|
|
8376
|
+
/** Spring Cloud Eureka properties. */
|
|
8377
|
+
export declare interface SpringCloudEurekaComponent extends JavaComponentProperties {
|
|
8378
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8379
|
+
componentType: "SpringCloudEureka";
|
|
8380
|
+
/** Java Component Ingress configurations. */
|
|
8381
|
+
ingress?: JavaComponentIngress;
|
|
8382
|
+
}
|
|
8383
|
+
|
|
8384
|
+
/** Spring Cloud Gateway properties. */
|
|
8385
|
+
export declare interface SpringCloudGatewayComponent extends JavaComponentProperties {
|
|
8386
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8387
|
+
componentType: "SpringCloudGateway";
|
|
8388
|
+
/** Java Component Ingress configurations. */
|
|
8389
|
+
ingress?: JavaComponentIngress;
|
|
8390
|
+
/** Gateway route definition */
|
|
8391
|
+
springCloudGatewayRoutes?: ScgRoute[];
|
|
8392
|
+
}
|
|
8393
|
+
|
|
5001
8394
|
/**
|
|
5002
8395
|
* Defines values for StorageType. \
|
|
5003
8396
|
* {@link KnownStorageType} can be used interchangeably with StorageType,
|
|
@@ -5005,7 +8398,9 @@ export declare type SourceControlOperationState = string;
|
|
|
5005
8398
|
* ### Known values supported by the service
|
|
5006
8399
|
* **AzureFile** \
|
|
5007
8400
|
* **EmptyDir** \
|
|
5008
|
-
* **Secret**
|
|
8401
|
+
* **Secret** \
|
|
8402
|
+
* **NfsAzureFile** \
|
|
8403
|
+
* **Smb**
|
|
5009
8404
|
*/
|
|
5010
8405
|
export declare type StorageType = string;
|
|
5011
8406
|
|
|
@@ -5025,6 +8420,18 @@ export declare interface SystemData {
|
|
|
5025
8420
|
lastModifiedAt?: Date;
|
|
5026
8421
|
}
|
|
5027
8422
|
|
|
8423
|
+
/** Defines parameters for tcp connection pooling */
|
|
8424
|
+
export declare interface TcpConnectionPool {
|
|
8425
|
+
/** Maximum number of tcp connections allowed */
|
|
8426
|
+
maxConnections?: number;
|
|
8427
|
+
}
|
|
8428
|
+
|
|
8429
|
+
/** Policy that defines tcp request retry conditions */
|
|
8430
|
+
export declare interface TcpRetryPolicy {
|
|
8431
|
+
/** Maximum number of attempts to connect to the tcp service */
|
|
8432
|
+
maxConnectAttempts?: number;
|
|
8433
|
+
}
|
|
8434
|
+
|
|
5028
8435
|
/** Container App container Tcp scaling rule. */
|
|
5029
8436
|
export declare interface TcpScaleRule {
|
|
5030
8437
|
/** Metadata properties to describe tcp scale rule. */
|
|
@@ -5033,6 +8440,8 @@ export declare interface TcpScaleRule {
|
|
|
5033
8440
|
};
|
|
5034
8441
|
/** Authentication secrets for the tcp scale rule. */
|
|
5035
8442
|
auth?: ScaleRuleAuth[];
|
|
8443
|
+
/** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
|
|
8444
|
+
identity?: string;
|
|
5036
8445
|
}
|
|
5037
8446
|
|
|
5038
8447
|
/**
|
|
@@ -5057,6 +8466,14 @@ export declare interface Template {
|
|
|
5057
8466
|
serviceBinds?: ServiceBind[];
|
|
5058
8467
|
}
|
|
5059
8468
|
|
|
8469
|
+
/** Policy to set request timeouts */
|
|
8470
|
+
export declare interface TimeoutPolicy {
|
|
8471
|
+
/** Timeout, in seconds, for a request to respond */
|
|
8472
|
+
responseTimeoutInSeconds?: number;
|
|
8473
|
+
/** Timeout, in seconds, for a request to initiate a connection */
|
|
8474
|
+
connectionTimeoutInSeconds?: number;
|
|
8475
|
+
}
|
|
8476
|
+
|
|
5060
8477
|
/** The configuration settings of the token store. */
|
|
5061
8478
|
export declare interface TokenStore {
|
|
5062
8479
|
/**
|
|
@@ -5073,6 +8490,14 @@ export declare interface TokenStore {
|
|
|
5073
8490
|
azureBlobStorage?: BlobStorageTokenStore;
|
|
5074
8491
|
}
|
|
5075
8492
|
|
|
8493
|
+
/** Configuration of Open Telemetry traces */
|
|
8494
|
+
export declare interface TracesConfiguration {
|
|
8495
|
+
/** Boolean indicating if including dapr traces */
|
|
8496
|
+
includeDapr?: boolean;
|
|
8497
|
+
/** Open telemetry traces destinations */
|
|
8498
|
+
destinations?: string[];
|
|
8499
|
+
}
|
|
8500
|
+
|
|
5076
8501
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
5077
8502
|
export declare interface TrackedResource extends Resource {
|
|
5078
8503
|
/** Resource tags. */
|
|
@@ -5226,7 +8651,7 @@ export declare interface Volume {
|
|
|
5226
8651
|
storageName?: string;
|
|
5227
8652
|
/** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
|
|
5228
8653
|
secrets?: SecretVolumeItem[];
|
|
5229
|
-
/** Mount options used while mounting the
|
|
8654
|
+
/** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */
|
|
5230
8655
|
mountOptions?: string;
|
|
5231
8656
|
}
|
|
5232
8657
|
|
|
@@ -5240,10 +8665,93 @@ export declare interface VolumeMount {
|
|
|
5240
8665
|
subPath?: string;
|
|
5241
8666
|
}
|
|
5242
8667
|
|
|
8668
|
+
/** The workflow filter. */
|
|
8669
|
+
export declare interface WorkflowArtifacts {
|
|
8670
|
+
/** Application settings of the workflow. */
|
|
8671
|
+
appSettings?: Record<string, unknown>;
|
|
8672
|
+
/** Files of the app. */
|
|
8673
|
+
files?: Record<string, unknown>;
|
|
8674
|
+
/** Files of the app to delete. */
|
|
8675
|
+
filesToDelete?: string[];
|
|
8676
|
+
}
|
|
8677
|
+
|
|
8678
|
+
/** Workflow properties definition. */
|
|
8679
|
+
export declare interface WorkflowEnvelope {
|
|
8680
|
+
/**
|
|
8681
|
+
* The resource id.
|
|
8682
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8683
|
+
*/
|
|
8684
|
+
readonly id?: string;
|
|
8685
|
+
/**
|
|
8686
|
+
* Gets the resource name.
|
|
8687
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8688
|
+
*/
|
|
8689
|
+
readonly name?: string;
|
|
8690
|
+
/**
|
|
8691
|
+
* Gets the resource type.
|
|
8692
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8693
|
+
*/
|
|
8694
|
+
readonly type?: string;
|
|
8695
|
+
/** The resource kind. */
|
|
8696
|
+
kind?: string;
|
|
8697
|
+
/** The resource location. */
|
|
8698
|
+
location?: string;
|
|
8699
|
+
/** Additional workflow properties. */
|
|
8700
|
+
properties?: WorkflowEnvelopeProperties;
|
|
8701
|
+
}
|
|
8702
|
+
|
|
8703
|
+
/** Collection of workflow information elements. */
|
|
8704
|
+
export declare interface WorkflowEnvelopeCollection {
|
|
8705
|
+
/** Collection of resources. */
|
|
8706
|
+
value: WorkflowEnvelope[];
|
|
8707
|
+
/**
|
|
8708
|
+
* Link to next page of resources.
|
|
8709
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8710
|
+
*/
|
|
8711
|
+
readonly nextLink?: string;
|
|
8712
|
+
}
|
|
8713
|
+
|
|
8714
|
+
/** Additional workflow properties. */
|
|
8715
|
+
export declare interface WorkflowEnvelopeProperties {
|
|
8716
|
+
/** Gets or sets the files. */
|
|
8717
|
+
files?: Record<string, unknown>;
|
|
8718
|
+
/** Gets or sets the state of the workflow. */
|
|
8719
|
+
flowState?: WorkflowState;
|
|
8720
|
+
/** Gets or sets workflow health. */
|
|
8721
|
+
health?: WorkflowHealth;
|
|
8722
|
+
}
|
|
8723
|
+
|
|
8724
|
+
/** Represents the workflow health. */
|
|
8725
|
+
export declare interface WorkflowHealth {
|
|
8726
|
+
/** Gets or sets the workflow health state. */
|
|
8727
|
+
state: WorkflowHealthState;
|
|
8728
|
+
/** Gets or sets the workflow error. */
|
|
8729
|
+
error?: ErrorEntity;
|
|
8730
|
+
}
|
|
8731
|
+
|
|
8732
|
+
/** Defines values for WorkflowHealthState. */
|
|
8733
|
+
export declare type WorkflowHealthState = "NotSpecified" | "Healthy" | "Unhealthy" | "Unknown";
|
|
8734
|
+
|
|
8735
|
+
/**
|
|
8736
|
+
* Defines values for WorkflowState. \
|
|
8737
|
+
* {@link KnownWorkflowState} can be used interchangeably with WorkflowState,
|
|
8738
|
+
* this enum contains the known values that the service supports.
|
|
8739
|
+
* ### Known values supported by the service
|
|
8740
|
+
* **NotSpecified** \
|
|
8741
|
+
* **Completed** \
|
|
8742
|
+
* **Enabled** \
|
|
8743
|
+
* **Disabled** \
|
|
8744
|
+
* **Deleted** \
|
|
8745
|
+
* **Suspended**
|
|
8746
|
+
*/
|
|
8747
|
+
export declare type WorkflowState = string;
|
|
8748
|
+
|
|
5243
8749
|
/** Workload profile to scope container app execution. */
|
|
5244
8750
|
export declare interface WorkloadProfile {
|
|
5245
8751
|
/** Workload profile type for the workloads to run on. */
|
|
5246
8752
|
name: string;
|
|
8753
|
+
/** Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles. */
|
|
8754
|
+
enableFips?: boolean;
|
|
5247
8755
|
/** Workload profile type for the workloads to run on. */
|
|
5248
8756
|
workloadProfileType: string;
|
|
5249
8757
|
/** The minimum capacity. */
|