@azure/arm-appservice 16.0.1-alpha.20250619.1 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -7
- package/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +148 -23
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +4 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +213 -22
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +11 -3
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +75 -5
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/index.d.ts +1 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +1 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/siteCertificates.d.ts +144 -0
- package/dist/browser/operations/siteCertificates.d.ts.map +1 -0
- package/dist/browser/operations/siteCertificates.js +592 -0
- package/dist/browser/operations/siteCertificates.js.map +1 -0
- package/dist/browser/operations/webApps.js +14 -14
- package/dist/browser/operations/webApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +1 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/browser/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/browser/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/browser/webSiteManagementClient.d.ts +11 -2
- package/dist/browser/webSiteManagementClient.d.ts.map +1 -1
- package/dist/browser/webSiteManagementClient.js +47 -3
- package/dist/browser/webSiteManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +148 -23
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +4 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +223 -32
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +11 -3
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +78 -8
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +1 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +1 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/siteCertificates.d.ts +144 -0
- package/dist/commonjs/operations/siteCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/siteCertificates.js +596 -0
- package/dist/commonjs/operations/siteCertificates.js.map +1 -0
- package/dist/commonjs/operations/webApps.js +14 -14
- package/dist/commonjs/operations/webApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +1 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/commonjs/webSiteManagementClient.d.ts +11 -2
- package/dist/commonjs/webSiteManagementClient.d.ts.map +1 -1
- package/dist/commonjs/webSiteManagementClient.js +46 -2
- package/dist/commonjs/webSiteManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +148 -23
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +4 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +213 -22
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +11 -3
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +75 -5
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/index.d.ts +1 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +1 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/siteCertificates.d.ts +144 -0
- package/dist/esm/operations/siteCertificates.d.ts.map +1 -0
- package/dist/esm/operations/siteCertificates.js +592 -0
- package/dist/esm/operations/siteCertificates.js.map +1 -0
- package/dist/esm/operations/webApps.js +14 -14
- package/dist/esm/operations/webApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +1 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/esm/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/esm/webSiteManagementClient.d.ts +11 -2
- package/dist/esm/webSiteManagementClient.d.ts.map +1 -1
- package/dist/esm/webSiteManagementClient.js +47 -3
- package/dist/esm/webSiteManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +148 -23
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +4 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +213 -22
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +11 -3
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +75 -5
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +1 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +1 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/siteCertificates.d.ts +144 -0
- package/dist/react-native/operations/siteCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/siteCertificates.js +592 -0
- package/dist/react-native/operations/siteCertificates.js.map +1 -0
- package/dist/react-native/operations/webApps.js +14 -14
- package/dist/react-native/operations/webApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +1 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/react-native/webSiteManagementClient.d.ts +11 -2
- package/dist/react-native/webSiteManagementClient.d.ts.map +1 -1
- package/dist/react-native/webSiteManagementClient.js +47 -3
- package/dist/react-native/webSiteManagementClient.js.map +1 -1
- package/package.json +25 -25
- package/review/arm-appservice.api.md +147 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAonSH,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAOX;AAPD,WAAY,+BAA+B;IACzC,+CAA+C;IAC/C,wHAAqF,CAAA;IACrF,sCAAsC;IACtC,sGAAmE,CAAA;IACnE,4BAA4B;IAC5B,kFAA+C,CAAA;AACjD,CAAC,EAPW,+BAA+B,KAA/B,+BAA+B,QAO1C;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,WAAW;IACX,uCAAa,CAAA;IACb,UAAU;IACV,qCAAW,CAAA;IACX,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,oBAAoB;IACpB,2DAAiC,CAAA;AACnC,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;AAcD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,0EAA0E;IAC1E,uCAAa,CAAA;IACb,yHAAyH;IACzH,yCAAe,CAAA;IACf,yHAAyH;IACzH,uCAAa,CAAA;IACb,4LAA4L;IAC5L,2CAAiB,CAAA;AACnB,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,yEAAyE;IACzE,yCAAa,CAAA;IACb,mFAAmF;IACnF,2CAAe,CAAA;AACjB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YA6BX;AA7BD,WAAY,YAAY;IACtB,WAAW;IACX,6BAAa,CAAA;IACb,cAAc;IACd,mCAAmB,CAAA;IACnB,UAAU;IACV,2BAAW,CAAA;IACX,eAAe;IACf,qCAAqB,CAAA;IACrB,aAAa;IACb,iCAAiB,CAAA;IACjB,kBAAkB;IAClB,2CAA2B,CAAA;IAC3B,iBAAiB;IACjB,yCAAyB,CAAA;IACzB,mBAAmB;IACnB,6CAA6B,CAAA;IAC7B,kBAAkB;IAClB,2CAA2B,CAAA;IAC3B,kBAAkB;IAClB,2CAA2B,CAAA;IAC3B,iBAAiB;IACjB,yCAAyB,CAAA;IACzB,eAAe;IACf,qCAAqB,CAAA;IACrB,UAAU;IACV,2BAAW,CAAA;IACX,aAAa;IACb,iCAAiB,CAAA;AACnB,CAAC,EA7BW,YAAY,KAAZ,YAAY,QA6BvB;AAwBD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,cAAc;IACd,uCAAmB,CAAA;IACnB,eAAe;IACf,yCAAqB,CAAA;IACrB,iBAAiB;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,qCAAe,CAAA;IACf,WAAW;IACX,mCAAa,CAAA;AACf,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBASX;AATD,WAAY,yBAAyB;IACnC,WAAW;IACX,yCAAY,CAAA;IACZ,WAAW;IACX,yCAAY,CAAA;IACZ,WAAW;IACX,yCAAY,CAAA;IACZ,WAAW;IACX,yCAAY,CAAA;AACd,CAAC,EATW,yBAAyB,KAAzB,yBAAyB,QASpC;AAcD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAmCX;AAnCD,WAAY,oBAAoB;IAC9B,yBAAyB;IACzB,qEAA6C,CAAA;IAC7C,yBAAyB;IACzB,qEAA6C,CAAA;IAC7C,uCAAuC;IACvC,oGAA4E,CAAA;IAC5E,uCAAuC;IACvC,oGAA4E,CAAA;IAC5E,uCAAuC;IACvC,oGAA4E,CAAA;IAC5E,qCAAqC;IACrC,gGAAwE,CAAA;IACxE,qCAAqC;IACrC,gGAAwE,CAAA;IACxE,qCAAqC;IACrC,gGAAwE,CAAA;IACxE,qCAAqC;IACrC,gGAAwE,CAAA;IACxE,kCAAkC;IAClC,0FAAkE,CAAA;IAClE,kCAAkC;IAClC,0FAAkE,CAAA;IAClE,gCAAgC;IAChC,qFAA6D,CAAA;IAC7D,gCAAgC;IAChC,qFAA6D,CAAA;IAC7D,gCAAgC;IAChC,qFAA6D,CAAA;IAC7D,gCAAgC;IAChC,qFAA6D,CAAA;IAC7D,6BAA6B;IAC7B,+EAAuD,CAAA;IACvD,6BAA6B;IAC7B,+EAAuD,CAAA;AACzD,CAAC,EAnCW,oBAAoB,KAApB,oBAAoB,QAmC/B;AA2BD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,iBAAiB;IACjB,2CAAyB,CAAA;IACzB,eAAe;IACf,uCAAqB,CAAA;IACrB,eAAe;IACf,uCAAqB,CAAA;AACvB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IACnC,UAAU;IACV,wCAAW,CAAA;IACX,WAAW;IACX,0CAAa,CAAA;IACb,UAAU;IACV,wCAAW,CAAA;AACb,CAAC,EAPW,yBAAyB,KAAzB,yBAAyB,QAOpC;AAaD,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAGX;AAHD,WAAY,mCAAmC;IAC7C,oBAAoB;IACpB,sEAA+B,CAAA;AACjC,CAAC,EAHW,mCAAmC,KAAnC,mCAAmC,QAG9C;AAWD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,6BAA6B;IAC7B,4EAAiD,CAAA;IACjD,2BAA2B;IAC3B,wEAA6C,CAAA;IAC7C,qCAAqC;IACrC,4FAAiE,CAAA;AACnE,CAAC,EAPW,uBAAuB,KAAvB,uBAAuB,QAOlC;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAaX;AAbD,WAAY,gBAAgB;IAC1B,qBAAqB;IACrB,sDAAkC,CAAA;IAClC,WAAW;IACX,iCAAa,CAAA;IACb,WAAW;IACX,iCAAa,CAAA;IACb,iBAAiB;IACjB,6CAAyB,CAAA;IACzB,aAAa;IACb,qCAAiB,CAAA;IACjB,aAAa;IACb,qCAAiB,CAAA;AACnB,CAAC,EAbW,gBAAgB,KAAhB,gBAAgB,QAa3B;AAgBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,WAAW;IACX,kCAAa,CAAA;IACb,YAAY;IACZ,oCAAe,CAAA;IACf,WAAW;IACX,kCAAa,CAAA;IACb,YAAY;IACZ,oCAAe,CAAA;AACjB,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B;AAcD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,cAAc;IACd,qCAAmB,CAAA;IACnB,gBAAgB;IAChB,yCAAuB,CAAA;IACvB,aAAa;IACb,mCAAiB,CAAA;AACnB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAWX;AAXD,WAAY,2BAA2B;IACrC,cAAc;IACd,kDAAmB,CAAA;IACnB,YAAY;IACZ,8CAAe,CAAA;IACf,uBAAuB;IACvB,oEAAqC,CAAA;IACrC,qBAAqB;IACrB,gEAAiC,CAAA;IACjC,UAAU;IACV,0CAAW,CAAA;AACb,CAAC,EAXW,2BAA2B,KAA3B,2BAA2B,QAWtC;AAeD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,YAAY;IACZ,2CAAe,CAAA;IACf,UAAU;IACV,uCAAW,CAAA;AACb,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,mBAAmB;IACnB,uDAA6B,CAAA;IAC7B,cAAc;IACd,6CAAmB,CAAA;AACrB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAiBX;AAjBD,WAAY,2BAA2B;IACrC,WAAW;IACX,4CAAa,CAAA;IACb,WAAW;IACX,4CAAa,CAAA;IACb,yBAAyB;IACzB,wEAAyC,CAAA;IACzC,qBAAqB;IACrB,gEAAiC,CAAA;IACjC,wBAAwB;IACxB,wEAAyC,CAAA;IACzC,6BAA6B;IAC7B,mFAAoD,CAAA;IACpD,sCAAsC;IACtC,oGAAqE,CAAA;IACrE,kCAAkC;IAClC,4FAA6D,CAAA;AAC/D,CAAC,EAjBW,2BAA2B,KAA3B,2BAA2B,QAiBtC;AAkBD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;IACnB,oBAAoB;IACpB,gEAA+B,CAAA;AACjC,CAAC,EALW,6BAA6B,KAA7B,6BAA6B,QAKxC;AAYD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YA6BX;AA7BD,WAAY,YAAY;IACtB,WAAW;IACX,6BAAa,CAAA;IACb,aAAa;IACb,iCAAiB,CAAA;IACjB,YAAY;IACZ,+BAAe,CAAA;IACf,eAAe;IACf,qCAAqB,CAAA;IACrB,cAAc;IACd,mCAAmB,CAAA;IACnB,cAAc;IACd,mCAAmB,CAAA;IACnB,eAAe;IACf,qCAAqB,CAAA;IACrB,iBAAiB;IACjB,yCAAyB,CAAA;IACzB,gBAAgB;IAChB,uCAAuB,CAAA;IACvB,gBAAgB;IAChB,uCAAuB,CAAA;IACvB,uBAAuB;IACvB,qDAAqC,CAAA;IACrC,qBAAqB;IACrB,iDAAiC,CAAA;IACjC,sBAAsB;IACtB,mDAAmC,CAAA;IACnC,sBAAsB;IACtB,mDAAmC,CAAA;AACrC,CAAC,EA7BW,YAAY,KAAZ,YAAY,QA6BvB;AAwBD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,iBAAiB;IACjB,uDAAyB,CAAA;IACzB,WAAW;IACX,2CAAa,CAAA;IACb,sCAAsC;IACtC,mGAAqE,CAAA;AACvE,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC;AAaD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BASX;AATD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;IACnB,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;IACrB,gBAAgB;IAChB,wDAAuB,CAAA;AACzB,CAAC,EATW,6BAA6B,KAA7B,6BAA6B,QASxC;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAeX;AAfD,WAAY,gBAAgB;IAC1B,2BAA2B;IAC3B,iEAA6C,CAAA;IAC7C,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,YAAY;IACZ,mCAAe,CAAA;IACf,aAAa;IACb,qCAAiB,CAAA;IACjB,eAAe;IACf,yCAAqB,CAAA;IACrB,eAAe;IACf,yCAAqB,CAAA;AACvB,CAAC,EAfW,gBAAgB,KAAhB,gBAAgB,QAe3B;AAiBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,kBAAkB;IAClB,gDAA2B,CAAA;IAC3B,cAAc;IACd,wCAAmB,CAAA;AACrB,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,cAAc;IACd,yCAAmB,CAAA;AACrB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAWD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAeX;AAfD,WAAY,uBAAuB;IACjC,gCAAgC;IAChC,kFAAuD,CAAA;IACvD,iBAAiB;IACjB,oDAAyB,CAAA;IACzB,aAAa;IACb,4CAAiB,CAAA;IACjB,YAAY;IACZ,0CAAe,CAAA;IACf,aAAa;IACb,4CAAiB,CAAA;IACjB,eAAe;IACf,gDAAqB,CAAA;IACrB,gBAAgB;IAChB,kDAAuB,CAAA;AACzB,CAAC,EAfW,uBAAuB,KAAvB,uBAAuB,QAelC;AAiBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,eAAe;IACf,0CAAqB,CAAA;IACrB,YAAY;IACZ,oCAAe,CAAA;IACf,iBAAiB;IACjB,8CAAyB,CAAA;IACzB,iBAAiB;IACjB,8CAAyB,CAAA;AAC3B,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B;AAcD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BA2BX;AA3BD,WAAY,0BAA0B;IACpC,eAAe;IACf,mDAAqB,CAAA;IACrB,oBAAoB;IACpB,6DAA+B,CAAA;IAC/B,mBAAmB;IACnB,2DAA6B,CAAA;IAC7B,kBAAkB;IAClB,yDAA2B,CAAA;IAC3B,2BAA2B;IAC3B,2EAA6C,CAAA;IAC7C,mBAAmB;IACnB,2DAA6B,CAAA;IAC7B,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,+BAA+B;IAC/B,mFAAqD,CAAA;IACrD,mBAAmB;IACnB,2DAA6B,CAAA;IAC7B,8BAA8B;IAC9B,iFAAmD,CAAA;IACnD,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,wBAAwB;IACxB,qEAAuC,CAAA;AACzC,CAAC,EA3BW,0BAA0B,KAA1B,0BAA0B,QA2BrC;AAuBD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACtC,iBAAiB;IACjB,yDAAyB,CAAA;IACzB,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,UAAU;IACV,2CAAW,CAAA;AACb,CAAC,EAPW,4BAA4B,KAA5B,4BAA4B,QAOvC;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAaX;AAbD,WAAY,kBAAkB;IAC5B,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,cAAc;IACd,yCAAmB,CAAA;IACnB,eAAe;IACf,2CAAqB,CAAA;IACrB,cAAc;IACd,yCAAmB,CAAA;IACnB,gBAAgB;IAChB,6CAAuB,CAAA;AACzB,CAAC,EAbW,kBAAkB,KAAlB,kBAAkB,QAa7B;AAgBD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAOX;AAPD,WAAY,YAAY;IACtB,mBAAmB;IACnB,6CAA6B,CAAA;IAC7B,cAAc;IACd,mCAAmB,CAAA;IACnB,gBAAgB;IAChB,uCAAuB,CAAA;AACzB,CAAC,EAPW,YAAY,KAAZ,YAAY,QAOvB;AAaD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBA2BX;AA3BD,WAAY,mBAAmB;IAC7B,mBAAmB;IACnB,oDAA6B,CAAA;IAC7B,aAAa;IACb,wCAAiB,CAAA;IACjB,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;IACnB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,cAAc;IACd,0CAAmB,CAAA;IACnB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,aAAa;IACb,wCAAiB,CAAA;IACjB,cAAc;IACd,0CAAmB,CAAA;IACnB,eAAe;IACf,4CAAqB,CAAA;IACrB,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;AACrB,CAAC,EA3BW,mBAAmB,KAAnB,mBAAmB,QA2B9B;AAuBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAmBX;AAnBD,WAAY,kBAAkB;IAC5B,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,aAAa;IACb,uCAAiB,CAAA;IACjB,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,UAAU;IACV,iCAAW,CAAA;IACX,YAAY;IACZ,qCAAe,CAAA;IACf,WAAW;IACX,mCAAa,CAAA;IACb,YAAY;IACZ,qCAAe,CAAA;IACf,aAAa;IACb,uCAAiB,CAAA;IACjB,mBAAmB;IACnB,mDAA6B,CAAA;AAC/B,CAAC,EAnBW,kBAAkB,KAAlB,kBAAkB,QAmB7B;AAmBD,yFAAyF;AACzF,MAAM,CAAN,IAAY,qCAqCX;AArCD,WAAY,qCAAqC;IAC/C,mBAAmB;IACnB,sEAA6B,CAAA;IAC7B,eAAe;IACf,8DAAqB,CAAA;IACrB,cAAc;IACd,4DAAmB,CAAA;IACnB,YAAY;IACZ,wDAAe,CAAA;IACf,eAAe;IACf,8DAAqB,CAAA;IACrB,cAAc;IACd,4DAAmB,CAAA;IACnB,eAAe;IACf,8DAAqB,CAAA;IACrB,cAAc;IACd,4DAAmB,CAAA;IACnB,eAAe;IACf,8DAAqB,CAAA;IACrB,aAAa;IACb,0DAAiB,CAAA;IACjB,gBAAgB;IAChB,gEAAuB,CAAA;IACvB,aAAa;IACb,0DAAiB,CAAA;IACjB,eAAe;IACf,8DAAqB,CAAA;IACrB,kBAAkB;IAClB,oEAA2B,CAAA;IAC3B,iBAAiB;IACjB,kEAAyB,CAAA;IACzB,oBAAoB;IACpB,wEAA+B,CAAA;IAC/B,mBAAmB;IACnB,sEAA6B,CAAA;IAC7B,gBAAgB;IAChB,gEAAuB,CAAA;AACzB,CAAC,EArCW,qCAAqC,KAArC,qCAAqC,QAqChD;AA4BD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAiBX;AAjBD,WAAY,wBAAwB;IAClC,mBAAmB;IACnB,yDAA6B,CAAA;IAC7B,aAAa;IACb,6CAAiB,CAAA;IACjB,aAAa;IACb,6CAAiB,CAAA;IACjB,WAAW;IACX,yCAAa,CAAA;IACb,UAAU;IACV,uCAAW,CAAA;IACX,WAAW;IACX,yCAAa,CAAA;IACb,YAAY;IACZ,2CAAe,CAAA;IACf,WAAW;IACX,yCAAa,CAAA;AACf,CAAC,EAjBW,wBAAwB,KAAxB,wBAAwB,QAiBnC;AAkBD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BA6CX;AA7CD,WAAY,8BAA8B;IACxC,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,YAAY;IACZ,iDAAe,CAAA;IACf,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,eAAe;IACf,uDAAqB,CAAA;IACrB,aAAa;IACb,mDAAiB,CAAA;IACjB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,aAAa;IACb,mDAAiB,CAAA;IACjB,eAAe;IACf,uDAAqB,CAAA;IACrB,kBAAkB;IAClB,6DAA2B,CAAA;IAC3B,iBAAiB;IACjB,2DAAyB,CAAA;IACzB,oBAAoB;IACpB,iEAA+B,CAAA;IAC/B,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,cAAc;IACd,qDAAmB,CAAA;IACnB,iBAAiB;IACjB,2DAAyB,CAAA;AAC3B,CAAC,EA7CW,8BAA8B,KAA9B,8BAA8B,QA6CzC;AAgCD,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAGX;AAHD,WAAY,mCAAmC;IAC7C,UAAU;IACV,kDAAW,CAAA;AACb,CAAC,EAHW,mCAAmC,KAAnC,mCAAmC,QAG9C;AAWD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAaX;AAbD,WAAY,oBAAoB;IAC9B,mBAAmB;IACnB,qDAA6B,CAAA;IAC7B,WAAW;IACX,qCAAa,CAAA;IACb,aAAa;IACb,yCAAiB,CAAA;IACjB,YAAY;IACZ,uCAAe,CAAA;IACf,eAAe;IACf,6CAAqB,CAAA;IACrB,cAAc;IACd,2CAAmB,CAAA;AACrB,CAAC,EAbW,oBAAoB,KAApB,oBAAoB,QAa/B;AAgBD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,eAAe;IACf,kCAAqB,CAAA;IACrB,gBAAgB;IAChB,oCAAuB,CAAA;AACzB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Collection of certificate orders. */\nexport interface AppServiceCertificateOrderCollection {\n /** Collection of resources. */\n value: AppServiceCertificateOrder[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Key Vault container for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificate {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\n/** SSL certificate details. */\nexport interface CertificateDetails {\n /**\n * Certificate Version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: number;\n /**\n * Certificate Serial Number.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serialNumber?: string;\n /**\n * Certificate Thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Certificate Subject.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subject?: string;\n /**\n * Date Certificate is valid from.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notBefore?: Date;\n /**\n * Date Certificate is valid to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notAfter?: Date;\n /**\n * Certificate Signature algorithm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signatureAlgorithm?: string;\n /**\n * Certificate Issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Raw certificate data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rawData?: string;\n}\n\nexport interface CertificateOrderContact {\n email?: string;\n nameFirst?: string;\n nameLast?: string;\n phone?: string;\n}\n\n/** Azure resource. This resource is tracked in Azure Resource Manager */\nexport interface Resource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. */\n kind?: string;\n /** Resource Location. */\n location: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** App Service error response. */\nexport interface DefaultErrorResponse {\n /**\n * Error model.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: DefaultErrorResponseError;\n}\n\n/** Error model. */\nexport interface DefaultErrorResponseError {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n details?: DefaultErrorResponseErrorDetailsItem[];\n /**\n * More information to debug error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innererror?: string;\n}\n\n/** Detailed errors. */\nexport interface DefaultErrorResponseErrorDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Azure proxy only resource. This resource is not tracked by Azure Resource Manager. */\nexport interface ProxyOnlyResource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Kind of resource. */\n kind?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Collection of certificate order certificates. */\nexport interface AppServiceCertificateCollection {\n /** Collection of resources. */\n value: AppServiceCertificateResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Identifies an object. */\nexport interface NameIdentifier {\n /** Name of the object. */\n name?: string;\n}\n\n/** Site seal request. */\nexport interface SiteSealRequest {\n /** If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme. */\n lightTheme?: boolean;\n /** Locale of site seal. */\n locale?: string;\n}\n\n/** Site seal */\nexport interface SiteSeal {\n /** HTML snippet */\n html: string;\n}\n\n/** Certificate order action. */\nexport interface CertificateOrderAction {\n /**\n * Action type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: CertificateOrderActionType;\n /**\n * Time at which the certificate action was performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n}\n\n/** SSL certificate email. */\nexport interface CertificateEmail {\n /** Email id. */\n emailId?: string;\n /** Time stamp. */\n timeStamp?: Date;\n}\n\n/** Collection of detector responses */\nexport interface DetectorResponseCollection {\n /** Collection of resources. */\n value: DetectorResponse[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Definition of Detector */\nexport interface DetectorInfo {\n /**\n * Id of detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Short description of the detector and its purpose.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Author of the detector.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /**\n * Problem category. This serves for organizing group for detectors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * List of Support Topics for which this detector is enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportTopicList?: SupportTopic[];\n /**\n * Analysis Types for which this detector should apply to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly analysisType?: string[];\n /**\n * Whether this detector is an Analysis Detector or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: DetectorType;\n /**\n * Defines score of a detector to power ML based matching.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly score?: number;\n}\n\n/** Defines a unique Support Topic */\nexport interface SupportTopic {\n /**\n * Support Topic Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Unique resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pesId?: string;\n}\n\n/** Set of data with rendering instructions */\nexport interface DiagnosticData {\n /** Data in table form */\n table?: DataTableResponseObject;\n /** Properties that describe how the table should be rendered */\n renderingProperties?: Rendering;\n}\n\n/** Data Table which defines columns and raw row values */\nexport interface DataTableResponseObject {\n /** Name of the table */\n tableName?: string;\n /** List of columns with data types */\n columns?: DataTableResponseColumn[];\n /** Raw row values */\n rows?: string[][];\n}\n\n/** Column definition */\nexport interface DataTableResponseColumn {\n /** Name of the column */\n columnName?: string;\n /** Data type which looks like 'String' or 'Int32'. */\n dataType?: string;\n /** Column Type */\n columnType?: string;\n}\n\n/** Instructions for rendering the data */\nexport interface Rendering {\n /** Rendering Type */\n type?: RenderingType;\n /** Title of data */\n title?: string;\n /** Description of the data that will help it be interpreted */\n description?: string;\n}\n\n/** Identify the status of the most severe insight generated by the detector. */\nexport interface Status {\n /** Descriptive message. */\n message?: string;\n /** Level of the most severe insight generated by the detector. */\n statusId?: InsightStatus;\n}\n\n/** Additional configuration for a data providers */\nexport interface DataProviderMetadata {\n providerName?: string;\n /**\n * Settings for the data provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly propertyBag?: KeyValuePairStringObject[];\n}\n\nexport interface KeyValuePairStringObject {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly key?: string;\n /**\n * Any object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Record<string, unknown>;\n}\n\n/** Suggested utterances where the detector can be applicable */\nexport interface QueryUtterancesResults {\n /** Search Query. */\n query?: string;\n /** Array of utterance results for search query. */\n results?: QueryUtterancesResult[];\n}\n\n/** Result for utterances query. */\nexport interface QueryUtterancesResult {\n /** A sample utterance. */\n sampleUtterance?: SampleUtterance;\n /** Score of a sample utterance. */\n score?: number;\n}\n\n/** Sample utterance. */\nexport interface SampleUtterance {\n /** Text attribute of sample utterance. */\n text?: string;\n /** Links attribute of sample utterance. */\n links?: string[];\n /** Question id of sample utterance (for stackoverflow questions titles). */\n qid?: string;\n}\n\n/** Collection of Azure resource manager operation metadata. */\nexport interface CsmOperationCollection {\n /** Collection of resources. */\n value: CsmOperationDescription[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Description of an operation available for Microsoft.Web resource provider. */\nexport interface CsmOperationDescription {\n name?: string;\n isDataAction?: boolean;\n /** Meta data about operation used for display in portal. */\n display?: CsmOperationDisplay;\n origin?: string;\n /** Properties available for a Microsoft.Web resource provider operation. */\n properties?: CsmOperationDescriptionProperties;\n}\n\n/** Meta data about operation used for display in portal. */\nexport interface CsmOperationDisplay {\n provider?: string;\n resource?: string;\n operation?: string;\n description?: string;\n}\n\n/** Properties available for a Microsoft.Web resource provider operation. */\nexport interface CsmOperationDescriptionProperties {\n /** Resource metrics service provided by Microsoft.Insights resource provider. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** Resource metrics service provided by Microsoft.Insights resource provider. */\nexport interface ServiceSpecification {\n metricSpecifications?: MetricSpecification[];\n logSpecifications?: LogSpecification[];\n}\n\n/** Definition of a single resource metric. */\nexport interface MetricSpecification {\n name?: string;\n displayName?: string;\n displayDescription?: string;\n unit?: string;\n aggregationType?: string;\n supportsInstanceLevelAggregation?: boolean;\n enableRegionalMdmAccount?: boolean;\n sourceMdmAccount?: string;\n sourceMdmNamespace?: string;\n metricFilterPattern?: string;\n fillGapWithZero?: boolean;\n isInternal?: boolean;\n dimensions?: Dimension[];\n category?: string;\n availabilities?: MetricAvailability[];\n supportedTimeGrainTypes?: string[];\n supportedAggregationTypes?: string[];\n}\n\n/**\n * Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app,\n * where instance name is dimension of the metric HTTP request\n */\nexport interface Dimension {\n name?: string;\n displayName?: string;\n internalName?: string;\n toBeExportedForShoebox?: boolean;\n}\n\n/** Retention policy of a resource metric. */\nexport interface MetricAvailability {\n timeGrain?: string;\n blobDuration?: string;\n}\n\n/** Log Definition of a single resource metric. */\nexport interface LogSpecification {\n name?: string;\n displayName?: string;\n blobDuration?: string;\n logFilterPattern?: string;\n}\n\n/** Domain availability check result. */\nexport interface DomainAvailabilityCheckResult {\n /** Name of the domain. */\n name?: string;\n /** <code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>. */\n available?: boolean;\n /** Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything. */\n domainType?: DomainType;\n}\n\n/** Collection of domains. */\nexport interface DomainCollection {\n /** Collection of resources. */\n value: Domain[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/**\n * Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois\n * directories as per ICANN requirements.\n */\nexport interface Contact {\n /** Mailing address. */\n addressMailing?: Address;\n /** Email address. */\n email: string;\n /** Fax number. */\n fax?: string;\n /** Job title. */\n jobTitle?: string;\n /** First name. */\n nameFirst: string;\n /** Last name. */\n nameLast: string;\n /** Middle name. */\n nameMiddle?: string;\n /** Organization contact belongs to. */\n organization?: string;\n /** Phone number. */\n phone: string;\n}\n\n/** Address information for domain registration. */\nexport interface Address {\n /** First line of an Address. */\n address1: string;\n /** The second line of the Address. Optional. */\n address2?: string;\n /** The city for the address. */\n city: string;\n /** The country for the address. */\n country: string;\n /** The postal code for the address. */\n postalCode: string;\n /** The state or province for the address. */\n state: string;\n}\n\n/** Details of a hostname derived from a domain. */\nexport interface HostName {\n /** Name of the hostname. */\n name?: string;\n /** List of apps the hostname is assigned to. This list will have more than one app only if the hostname is pointing to a Traffic Manager. */\n siteNames?: string[];\n /** Name of the Azure resource the hostname is assigned to. If it is assigned to a Traffic Manager then it will be the Traffic Manager name otherwise it will be the app name. */\n azureResourceName?: string;\n /** Type of the Azure resource the hostname is assigned to. */\n azureResourceType?: AzureResourceType;\n /** Type of the DNS record. */\n customHostNameDnsRecordType?: CustomHostNameDnsRecordType;\n /** Type of the hostname. */\n hostNameType?: HostNameType;\n}\n\n/** Domain purchase consent object, representing acceptance of applicable legal agreements. */\nexport interface DomainPurchaseConsent {\n /** List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under <code>TopLevelDomain</code> resource. */\n agreementKeys?: string[];\n /** Client IP address. */\n agreedBy?: string;\n /** Timestamp when the agreements were accepted. */\n agreedAt?: Date;\n}\n\n/** Single sign-on request information for domain management. */\nexport interface DomainControlCenterSsoRequest {\n /**\n * URL where the single sign-on request is to be made.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly url?: string;\n /**\n * Post parameter key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly postParameterKey?: string;\n /**\n * Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly postParameterValue?: string;\n}\n\n/** Domain recommendation search parameters. */\nexport interface DomainRecommendationSearchParameters {\n /** Keywords to be used for generating domain recommendations. */\n keywords?: string;\n /** Maximum number of recommendations. */\n maxDomainRecommendations?: number;\n}\n\n/** Collection of domain name identifiers. */\nexport interface NameIdentifierCollection {\n /** Collection of resources. */\n value: NameIdentifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of domain ownership identifiers. */\nexport interface DomainOwnershipIdentifierCollection {\n /** Collection of resources. */\n value: DomainOwnershipIdentifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Top-level domains. */\nexport interface TopLevelDomainCollection {\n /** Collection of resources. */\n value: TopLevelDomain[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Options for retrieving the list of top level domain legal agreements. */\nexport interface TopLevelDomainAgreementOption {\n /** If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>. */\n includePrivacy?: boolean;\n /** If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>. */\n forTransfer?: boolean;\n}\n\n/** Collection of top-level domain legal agreements. */\nexport interface TldLegalAgreementCollection {\n /** Collection of resources. */\n value: TldLegalAgreement[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Legal agreement for a top level domain. */\nexport interface TldLegalAgreement {\n /** Unique identifier for the agreement. */\n agreementKey: string;\n /** Agreement title. */\n title: string;\n /** Agreement details. */\n content: string;\n /** URL where a copy of the agreement details is hosted. */\n url?: string;\n}\n\n/** Collection of App Service Environments. */\nexport interface AppServiceEnvironmentCollection {\n /** Collection of resources. */\n value: AppServiceEnvironmentResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Description of an App Service Environment. */\nexport interface AppServiceEnvironment {\n /**\n * Provisioning state of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current status of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HostingEnvironmentStatus;\n /** Description of the Virtual Network. */\n virtualNetwork: VirtualNetworkProfile;\n /** Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. */\n internalLoadBalancingMode?: LoadBalancingMode;\n /** Front-end VM size, e.g. \"Medium\", \"Large\". */\n multiSize?: string;\n /**\n * Number of front-end instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiRoleCount?: number;\n /** Number of IP SSL addresses reserved for the App Service Environment. */\n ipsslAddressCount?: number;\n /** DNS suffix of the App Service Environment. */\n dnsSuffix?: string;\n /**\n * Maximum number of VMs in the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfMachines?: number;\n /** Scale factor for front-ends. */\n frontEndScaleFactor?: number;\n /**\n * <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available\n * (most likely because NSG blocked the incoming traffic).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspended?: boolean;\n /** Custom settings for changing the behavior of the App Service Environment. */\n clusterSettings?: NameValuePair[];\n /** User added ip ranges to whitelist on ASE db */\n userWhitelistedIpRanges?: string[];\n /**\n * Flag that displays whether an ASE has linux workers or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasLinuxWorkers?: boolean;\n /** Upgrade Preference */\n upgradePreference?: UpgradePreference;\n /** Dedicated Host Count */\n dedicatedHostCount?: number;\n /** Whether or not this App Service Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Full view of the custom domain suffix configuration for ASEv3. */\n customDnsSuffixConfiguration?: CustomDnsSuffixConfiguration;\n /** Full view of networking configuration for an ASE. */\n networkingConfiguration?: AseV3NetworkingConfiguration;\n /**\n * Whether an upgrade is available for this App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeAvailability?: UpgradeAvailability;\n}\n\n/** Specification for using a Virtual Network. */\nexport interface VirtualNetworkProfile {\n /** Resource id of the Virtual Network. */\n id: string;\n /**\n * Name of the Virtual Network (read-only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the Virtual Network (read-only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Subnet within the Virtual Network. */\n subnet?: string;\n}\n\n/** Name value pair. */\nexport interface NameValuePair {\n /** Pair name. */\n name?: string;\n /** Pair value. */\n value?: string;\n}\n\n/** Collection of stamp capacities. */\nexport interface StampCapacityCollection {\n /** Collection of resources. */\n value: StampCapacity[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Stamp capacity information. */\nexport interface StampCapacity {\n /** Name of the stamp. */\n name?: string;\n /** Available capacity (# of machines, bytes of storage etc...). */\n availableCapacity?: number;\n /** Total capacity (# of machines, bytes of storage etc...). */\n totalCapacity?: number;\n /** Name of the unit. */\n unit?: string;\n /** Shared/dedicated workers. */\n computeMode?: ComputeModeOptions;\n /** Size of the machines. */\n workerSize?: WorkerSizeOptions;\n /**\n * Size ID of machines:\n * 0 - Small\n * 1 - Medium\n * 2 - Large\n */\n workerSizeId?: number;\n /**\n * If <code>true</code>, it includes basic apps.\n * Basic apps are not used for capacity allocation.\n */\n excludeFromCapacityAllocation?: boolean;\n /** <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>. */\n isApplicableForAllComputeModes?: boolean;\n /** Shared or Dedicated. */\n siteMode?: string;\n /** Is this a linux stamp capacity */\n isLinux?: boolean;\n}\n\n/** Virtual IP mapping. */\nexport interface VirtualIPMapping {\n /** Virtual IP address. */\n virtualIP?: string;\n /** Internal HTTP port. */\n internalHttpPort?: number;\n /** Internal HTTPS port. */\n internalHttpsPort?: number;\n /** Is virtual IP mapping in use. */\n inUse?: boolean;\n /** name of the service that virtual IP is assigned to */\n serviceName?: string;\n}\n\n/** Collection of App Service apps. */\nexport interface WebAppCollection {\n /** Collection of resources. */\n value: Site[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** SSL-enabled hostname. */\nexport interface HostNameSslState {\n /** Hostname. */\n name?: string;\n /** SSL type. */\n sslState?: SslState;\n /** Virtual IP address assigned to the hostname if IP based SSL is enabled. */\n virtualIP?: string;\n /** SSL certificate thumbprint. */\n thumbprint?: string;\n /** Set to <code>true</code> to update existing hostname. */\n toUpdate?: boolean;\n /** Indicates whether the hostname is a standard or repository hostname. */\n hostType?: HostType;\n}\n\nexport interface SiteDnsConfig {\n /** List of custom DNS servers to be used by an app for lookups. Maximum 5 dns servers can be set. */\n dnsServers?: string[];\n /** Alternate DNS server to be used by apps. This property replicates the WEBSITE_DNS_ALT_SERVER app setting. */\n dnsAltServer?: string;\n /** Timeout for a single dns lookup in seconds. Allowed range: 1-30. Default is 3. */\n dnsRetryAttemptTimeout?: number;\n /** Total number of retries for dns lookup. Allowed range: 1-5. Default is 3. */\n dnsRetryAttemptCount?: number;\n /** Custom time for DNS to be cached in seconds. Allowed range: 0-60. Default is 30 seconds. 0 means caching disabled. */\n dnsMaxCacheTimeout?: number;\n /**\n * Indicates that sites using Virtual network custom DNS servers are still sorting the list of DNS servers. Read-Only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsLegacySortOrder?: boolean;\n}\n\n/** Configuration of an App Service app. */\nexport interface SiteConfig {\n /** Number of workers. */\n numberOfWorkers?: number;\n /** Default documents. */\n defaultDocuments?: string[];\n /** .NET Framework version. */\n netFrameworkVersion?: string;\n /** Version of PHP. */\n phpVersion?: string;\n /** Version of Python. */\n pythonVersion?: string;\n /** Version of Node.js. */\n nodeVersion?: string;\n /** Version of PowerShell. */\n powerShellVersion?: string;\n /** Linux App Framework and version */\n linuxFxVersion?: string;\n /** Xenon App Framework and version */\n windowsFxVersion?: string;\n /** <code>true</code> if request tracing is enabled; otherwise, <code>false</code>. */\n requestTracingEnabled?: boolean;\n /** Request tracing expiration time. */\n requestTracingExpirationTime?: Date;\n /** <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>. */\n remoteDebuggingEnabled?: boolean;\n /** Remote debugging version. */\n remoteDebuggingVersion?: string;\n /** <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>. */\n httpLoggingEnabled?: boolean;\n /** Flag to use Managed Identity Creds for ACR pull */\n acrUseManagedIdentityCreds?: boolean;\n /** If using user managed identity, the user managed identity ClientId */\n acrUserManagedIdentityID?: string;\n /** HTTP logs directory size limit. */\n logsDirectorySizeLimit?: number;\n /** <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>. */\n detailedErrorLoggingEnabled?: boolean;\n /** Publishing user name. */\n publishingUsername?: string;\n /** Application settings. */\n appSettings?: NameValuePair[];\n /** Application metadata. This property cannot be retrieved, since it may contain secrets. */\n metadata?: NameValuePair[];\n /** Connection strings. */\n connectionStrings?: ConnStringInfo[];\n /**\n * Site MachineKey.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineKey?: SiteMachineKey;\n /** Handler mappings. */\n handlerMappings?: HandlerMapping[];\n /** Document root. */\n documentRoot?: string;\n /** SCM type. */\n scmType?: ScmType;\n /** <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>. */\n use32BitWorkerProcess?: boolean;\n /** <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>. */\n webSocketsEnabled?: boolean;\n /** <code>true</code> if Always On is enabled; otherwise, <code>false</code>. */\n alwaysOn?: boolean;\n /** Java version. */\n javaVersion?: string;\n /** Java container. */\n javaContainer?: string;\n /** Java container version. */\n javaContainerVersion?: string;\n /** App command line to launch. */\n appCommandLine?: string;\n /** Managed pipeline mode. */\n managedPipelineMode?: ManagedPipelineMode;\n /** Virtual applications. */\n virtualApplications?: VirtualApplication[];\n /** Site load balancing. */\n loadBalancing?: SiteLoadBalancing;\n /** This is work around for polymorphic types. */\n experiments?: Experiments;\n /** Site limits. */\n limits?: SiteLimits;\n /** <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>. */\n autoHealEnabled?: boolean;\n /** Auto Heal rules. */\n autoHealRules?: AutoHealRules;\n /** Tracing options. */\n tracingOptions?: string;\n /** Virtual Network name. */\n vnetName?: string;\n /** Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. */\n vnetRouteAllEnabled?: boolean;\n /** The number of private ports assigned to this app. These will be assigned dynamically on runtime. */\n vnetPrivatePortsCount?: number;\n /** Cross-Origin Resource Sharing (CORS) settings. */\n cors?: CorsSettings;\n /** Push endpoint settings. */\n push?: PushSettings;\n /** Information about the formal API definition for the app. */\n apiDefinition?: ApiDefinitionInfo;\n /** Azure API management settings linked to the app. */\n apiManagementConfig?: ApiManagementConfig;\n /** Auto-swap slot name. */\n autoSwapSlotName?: string;\n /** <code>true</code> to enable local MySQL; otherwise, <code>false</code>. */\n localMySqlEnabled?: boolean;\n /** Managed Service Identity Id */\n managedServiceIdentityId?: number;\n /** Explicit Managed Service Identity Id */\n xManagedServiceIdentityId?: number;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /** IP security restrictions for main. */\n ipSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for main access restriction if no rules are matched. */\n ipSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm. */\n scmIpSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for scm access restriction if no rules are matched. */\n scmIpSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm to use main. */\n scmIpSecurityRestrictionsUseMain?: boolean;\n /** Http20Enabled: configures a web site to allow clients to connect over http2.0 */\n http20Enabled?: boolean;\n /** MinTlsVersion: configures the minimum version of TLS required for SSL requests */\n minTlsVersion?: SupportedTlsVersions;\n /** The minimum strength TLS cipher suite allowed for an application */\n minTlsCipherSuite?: TlsCipherSuites;\n /** ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site */\n scmMinTlsVersion?: SupportedTlsVersions;\n /** State of FTP / FTPS service */\n ftpsState?: FtpsState;\n /**\n * Number of preWarmed instances.\n * This setting only applies to the Consumption and Elastic Plans\n */\n preWarmedInstanceCount?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to the Consumption and Elastic Premium Plans\n */\n functionAppScaleLimit?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to apps in plans where ElasticScaleEnabled is <code>true</code>\n */\n elasticWebAppScaleLimit?: number;\n /** Health check path */\n healthCheckPath?: string;\n /**\n * Gets or sets a value indicating whether functions runtime scale monitoring is enabled. When enabled,\n * the ScaleController will not monitor event sources directly, but will instead call to the\n * runtime to get scale status.\n */\n functionsRuntimeScaleMonitoringEnabled?: boolean;\n /** Sets the time zone a site uses for generating timestamps. Compatible with Linux and Windows App Service. Setting the WEBSITE_TIME_ZONE app setting takes precedence over this config. For Linux, expects tz database values https://www.iana.org/time-zones (for a quick reference see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). For Windows, expects one of the time zones listed under HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones */\n websiteTimeZone?: string;\n /**\n * Number of minimum instance count for a site\n * This setting only applies to the Elastic Plans\n */\n minimumElasticInstanceCount?: number;\n /** List of Azure Storage Accounts. */\n azureStorageAccounts?: { [propertyName: string]: AzureStorageInfoValue };\n /** Property to allow or block all public traffic. */\n publicNetworkAccess?: string;\n}\n\n/** Database connection string information. */\nexport interface ConnStringInfo {\n /** Name of connection string. */\n name?: string;\n /** Connection string value. */\n connectionString?: string;\n /** Type of database. */\n type?: ConnectionStringType;\n}\n\n/** MachineKey of an app. */\nexport interface SiteMachineKey {\n /** MachineKey validation. */\n validation?: string;\n /** Validation key. */\n validationKey?: string;\n /** Algorithm used for decryption. */\n decryption?: string;\n /** Decryption key. */\n decryptionKey?: string;\n}\n\n/**\n * The IIS handler mappings used to define which handler processes HTTP requests with certain extension.\n * For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.\n */\nexport interface HandlerMapping {\n /** Requests with this extension will be handled using the specified FastCGI application. */\n extension?: string;\n /** The absolute path to the FastCGI application. */\n scriptProcessor?: string;\n /** Command-line arguments to be passed to the script processor. */\n arguments?: string;\n}\n\n/** Virtual application in an app. */\nexport interface VirtualApplication {\n /** Virtual path. */\n virtualPath?: string;\n /** Physical path. */\n physicalPath?: string;\n /** <code>true</code> if preloading is enabled; otherwise, <code>false</code>. */\n preloadEnabled?: boolean;\n /** Virtual directories for virtual application. */\n virtualDirectories?: VirtualDirectory[];\n}\n\n/** Directory for virtual application. */\nexport interface VirtualDirectory {\n /** Path to virtual application. */\n virtualPath?: string;\n /** Physical path. */\n physicalPath?: string;\n}\n\n/** Routing rules in production experiments. */\nexport interface Experiments {\n /** List of ramp-up rules. */\n rampUpRules?: RampUpRule[];\n}\n\n/** Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance. */\nexport interface RampUpRule {\n /** Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net. */\n actionHostName?: string;\n /** Percentage of the traffic which will be redirected to <code>ActionHostName</code>. */\n reroutePercentage?: number;\n /**\n * In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches \\n<code>MinReroutePercentage</code> or\n * <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.\\nCustom decision algorithm\n * can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.\n */\n changeStep?: number;\n /** Specifies interval in minutes to reevaluate ReroutePercentage. */\n changeIntervalInMinutes?: number;\n /** Specifies lower boundary above which ReroutePercentage will stay. */\n minReroutePercentage?: number;\n /** Specifies upper boundary below which ReroutePercentage will stay. */\n maxReroutePercentage?: number;\n /**\n * Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.\n * https://www.siteextensions.net/packages/TiPCallback/\n */\n changeDecisionCallbackUrl?: string;\n /** Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. */\n name?: string;\n}\n\n/** Metric limits set on an app. */\nexport interface SiteLimits {\n /** Maximum allowed CPU usage percentage. */\n maxPercentageCpu?: number;\n /** Maximum allowed memory usage in MB. */\n maxMemoryInMb?: number;\n /** Maximum allowed disk size usage in MB. */\n maxDiskSizeInMb?: number;\n}\n\n/** Rules that can be defined for auto-heal. */\nexport interface AutoHealRules {\n /** Conditions that describe when to execute the auto-heal actions. */\n triggers?: AutoHealTriggers;\n /** Actions to be executed when a rule is triggered. */\n actions?: AutoHealActions;\n}\n\n/** Triggers for auto-heal. */\nexport interface AutoHealTriggers {\n /** A rule based on total requests. */\n requests?: RequestsBasedTrigger;\n /** A rule based on private bytes. */\n privateBytesInKB?: number;\n /** A rule based on status codes. */\n statusCodes?: StatusCodesBasedTrigger[];\n /** A rule based on request execution time. */\n slowRequests?: SlowRequestsBasedTrigger;\n /** A rule based on multiple Slow Requests Rule with path */\n slowRequestsWithPath?: SlowRequestsBasedTrigger[];\n /** A rule based on status codes ranges. */\n statusCodesRange?: StatusCodesRangeBasedTrigger[];\n}\n\n/** Trigger based on total requests. */\nexport interface RequestsBasedTrigger {\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Trigger based on status code. */\nexport interface StatusCodesBasedTrigger {\n /** HTTP status code. */\n status?: number;\n /** Request Sub Status. */\n subStatus?: number;\n /** Win32 error code. */\n win32Status?: number;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n /** Request Path */\n path?: string;\n}\n\n/** Trigger based on request execution time. */\nexport interface SlowRequestsBasedTrigger {\n /** Time taken. */\n timeTaken?: string;\n /** Request Path. */\n path?: string;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Trigger based on range of status codes. */\nexport interface StatusCodesRangeBasedTrigger {\n /** HTTP status code. */\n statusCodes?: string;\n path?: string;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Actions which to take by the auto-heal module when a rule is triggered. */\nexport interface AutoHealActions {\n /** Predefined action to be taken. */\n actionType?: AutoHealActionType;\n /** Custom action to be taken. */\n customAction?: AutoHealCustomAction;\n /**\n * Minimum time the process must execute\n * before taking the action\n */\n minProcessExecutionTime?: string;\n}\n\n/**\n * Custom action to be executed\n * when an auto heal rule is triggered.\n */\nexport interface AutoHealCustomAction {\n /** Executable to be run. */\n exe?: string;\n /** Parameters for the executable. */\n parameters?: string;\n}\n\n/** Cross-Origin Resource Sharing (CORS) settings for the app. */\nexport interface CorsSettings {\n /**\n * Gets or sets the list of origins that should be allowed to make cross-origin\n * calls (for example: http://example.com:12345). Use \"*\" to allow all.\n */\n allowedOrigins?: string[];\n /**\n * Gets or sets whether CORS requests with credentials are allowed. See\n * https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials\n * for more details.\n */\n supportCredentials?: boolean;\n}\n\n/** Information about the formal API definition for the app. */\nexport interface ApiDefinitionInfo {\n /** The URL of the API definition. */\n url?: string;\n}\n\n/** Azure API management (APIM) configuration linked to the app. */\nexport interface ApiManagementConfig {\n /** APIM-Api Identifier. */\n id?: string;\n}\n\n/** IP security restriction on an app. */\nexport interface IpSecurityRestriction {\n /**\n * IP address the security restriction is valid for.\n * It can be in form of pure ipv4 address (required SubnetMask property) or\n * CIDR notation such as ipv4/mask (leading bit match). For CIDR,\n * SubnetMask property must not be specified.\n */\n ipAddress?: string;\n /** Subnet mask for the range of IP addresses the restriction is valid for. */\n subnetMask?: string;\n /** Virtual network resource id */\n vnetSubnetResourceId?: string;\n /** (internal) Vnet traffic tag */\n vnetTrafficTag?: number;\n /** (internal) Subnet traffic tag */\n subnetTrafficTag?: number;\n /** Allow or Deny access for this IP range. */\n action?: string;\n /** Defines what this IP filter will be used for. This is to support IP filtering on proxies. */\n tag?: IpFilterTag;\n /** Priority of IP restriction rule. */\n priority?: number;\n /** IP restriction rule name. */\n name?: string;\n /** IP restriction rule description. */\n description?: string;\n /**\n * IP restriction rule headers.\n * X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples).\n * The matching logic is ..\n * - If the property is null or empty (default), all hosts(or lack of) are allowed.\n * - A value is compared using ordinal-ignore-case (excluding port number).\n * - Subdomain wildcards are permitted but don't match the root domain. For example, *.contoso.com matches the subdomain foo.contoso.com\n * but not the root domain contoso.com or multi-level foo.bar.contoso.com\n * - Unicode host names are allowed but are converted to Punycode for matching.\n *\n * X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples).\n * The matching logic is ..\n * - If the property is null or empty (default), any forwarded-for chains (or lack of) are allowed.\n * - If any address (excluding port number) in the chain (comma separated) matches the CIDR defined by the property.\n *\n * X-Azure-FDID and X-FD-HealthProbe.\n * The matching logic is exact match.\n */\n headers?: { [propertyName: string]: string[] };\n}\n\n/** Azure Files or Blob Storage access information value for dictionary storage. */\nexport interface AzureStorageInfoValue {\n /** Type of storage. */\n type?: AzureStorageType;\n /** Name of the storage account. */\n accountName?: string;\n /** Name of the file share (container name, for Blob storage). */\n shareName?: string;\n /** Access key for the storage account. */\n accessKey?: string;\n /** Path to mount the storage within the site's runtime environment. */\n mountPath?: string;\n /**\n * State of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: AzureStorageState;\n /** Mounting protocol to use for the storage account. */\n protocol?: AzureStorageProtocol;\n}\n\n/** Function app configuration. */\nexport interface FunctionAppConfig {\n /** Function app deployment configuration. */\n deployment?: FunctionsDeployment;\n /** Function app runtime settings. */\n runtime?: FunctionsRuntime;\n /** Function app scale and concurrency settings. */\n scaleAndConcurrency?: FunctionsScaleAndConcurrency;\n}\n\n/** Configuration section for the function app deployment. */\nexport interface FunctionsDeployment {\n /** Storage for deployed package used by the function app. */\n storage?: FunctionsDeploymentStorage;\n}\n\n/** Storage for deployed package used by the function app. */\nexport interface FunctionsDeploymentStorage {\n /** Property to select Azure Storage type. Available options: blobContainer. */\n type?: FunctionsDeploymentStorageType;\n /** Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>. */\n value?: string;\n /** Authentication method to access the storage account for deployment. */\n authentication?: FunctionsDeploymentStorageAuthentication;\n}\n\n/** Authentication method to access the storage account for deployment. */\nexport interface FunctionsDeploymentStorageAuthentication {\n /** Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString. */\n type?: AuthenticationType;\n /** Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type. */\n userAssignedIdentityResourceId?: string;\n /** Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type. */\n storageAccountConnectionStringName?: string;\n}\n\n/** Function app runtime name and version. */\nexport interface FunctionsRuntime {\n /** Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom */\n name?: RuntimeName;\n /** Function app runtime version. Example: 8 (for dotnet-isolated) */\n version?: string;\n}\n\n/** Scale and concurrency settings for the function app. */\nexport interface FunctionsScaleAndConcurrency {\n /** 'Always Ready' configuration for the function app. */\n alwaysReady?: FunctionsAlwaysReadyConfig[];\n /** The maximum number of instances for the function app. */\n maximumInstanceCount?: number;\n /** Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally. */\n instanceMemoryMB?: number;\n /** Scale and concurrency settings for the function app triggers. */\n triggers?: FunctionsScaleAndConcurrencyTriggers;\n}\n\n/** Sets the number of 'Always Ready' instances for a function group or a specific function. */\nexport interface FunctionsAlwaysReadyConfig {\n /** Either a function group or a function name is required. For additional information see https://aka.ms/flexconsumption/alwaysready. */\n name?: string;\n /** Sets the number of 'Always Ready' instances for a given function group or a specific function. For additional information see https://aka.ms/flexconsumption/alwaysready. */\n instanceCount?: number;\n}\n\n/** Scale and concurrency settings for the function app triggers. */\nexport interface FunctionsScaleAndConcurrencyTriggers {\n /** Scale and concurrency settings for the HTTP trigger. */\n http?: FunctionsScaleAndConcurrencyTriggersHttp;\n}\n\n/** Scale and concurrency settings for the HTTP trigger. */\nexport interface FunctionsScaleAndConcurrencyTriggersHttp {\n /** The maximum number of concurrent HTTP trigger invocations per instance. */\n perInstanceConcurrency?: number;\n}\n\n/** App Dapr configuration. */\nexport interface DaprConfig {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Tells Dapr which port your application is listening on */\n appPort?: number;\n /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */\n httpReadBufferSize?: number;\n /** Increasing max size of request body http servers parameter in MB to handle uploading of big files. Default is 4 MB. */\n httpMaxRequestSize?: number;\n /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */\n logLevel?: DaprLogLevel;\n /** Enables API logging for the Dapr sidecar */\n enableApiLogging?: boolean;\n}\n\n/** Function app resource requirements. */\nexport interface ResourceConfig {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"1Gi\" */\n memory?: string;\n}\n\n/** Specification for an App Service Environment to use for this resource. */\nexport interface HostingEnvironmentProfile {\n /** Resource ID of the App Service Environment. */\n id?: string;\n /**\n * Name of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Information needed for cloning operation. */\nexport interface CloningInfo {\n /**\n * Correlation ID of cloning operation. This ID ties multiple cloning operations\n * together to use the same snapshot.\n */\n correlationId?: string;\n /** <code>true</code> to overwrite destination app; otherwise, <code>false</code>. */\n overwrite?: boolean;\n /** <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>. */\n cloneCustomHostNames?: boolean;\n /** <code>true</code> to clone source control from source app; otherwise, <code>false</code>. */\n cloneSourceControl?: boolean;\n /**\n * ARM resource ID of the source app. App resource ID is of the form\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.\n */\n sourceWebAppId: string;\n /** Location of source app ex: West US or North Europe */\n sourceWebAppLocation?: string;\n /** App Service Environment. */\n hostingEnvironment?: string;\n /**\n * Application setting overrides for cloned app. If specified, these settings override the settings cloned\n * from source app. Otherwise, application settings from source app are retained.\n */\n appSettingsOverrides?: { [propertyName: string]: string };\n /** <code>true</code> to configure load balancing for source and destination app. */\n configureLoadBalancing?: boolean;\n /**\n * ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.\n */\n trafficManagerProfileId?: string;\n /** Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist. */\n trafficManagerProfileName?: string;\n}\n\n/** The status of the last successful slot swap operation. */\nexport interface SlotSwapStatus {\n /**\n * The time the last successful slot swap completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timestampUtc?: Date;\n /**\n * The source slot of the last swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceSlotName?: string;\n /**\n * The destination slot of the last swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly destinationSlotName?: string;\n}\n\n/** Managed service identity. */\nexport interface ManagedServiceIdentity {\n /** Type of managed service identity. */\n type?: ManagedServiceIdentityType;\n /**\n * Tenant of managed service identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * Principal Id of managed service identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /** The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User Assigned identity. */\nexport interface UserAssignedIdentity {\n /**\n * Principal Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * Client Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Extended Location. */\nexport interface ExtendedLocation {\n /** Name of extended location. */\n name?: string;\n /**\n * Type of extended location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Diagnostics for an App Service Environment. */\nexport interface HostingEnvironmentDiagnostics {\n /** Name/identifier of the diagnostics. */\n name?: string;\n /** Diagnostics output. */\n diagnosticsOutput?: string;\n}\n\n/** Collection of Inbound Environment Endpoints */\nexport interface InboundEnvironmentEndpointCollection {\n /** Collection of resources. */\n value: InboundEnvironmentEndpoint[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment. */\nexport interface InboundEnvironmentEndpoint {\n /** Short text describing the purpose of the network traffic. */\n description?: string;\n /** The IP addresses that network traffic will originate from in cidr notation. */\n endpoints?: string[];\n /** The ports that network traffic will arrive to the App Service Environment at. */\n ports?: string[];\n}\n\n/** Collection of worker pools. */\nexport interface WorkerPoolCollection {\n /** Collection of resources. */\n value: WorkerPoolResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Description of a SKU for a scalable resource. */\nexport interface SkuDescription {\n /** Name of the resource SKU. */\n name?: string;\n /** Service tier of the resource SKU. */\n tier?: string;\n /** Size specifier of the resource SKU. */\n size?: string;\n /** Family code of the resource SKU. */\n family?: string;\n /** Current number of instances assigned to the resource. */\n capacity?: number;\n /** Min, max, and default scale values of the SKU. */\n skuCapacity?: SkuCapacity;\n /** Locations of the SKU. */\n locations?: string[];\n /** Capabilities of the SKU, e.g., is traffic manager enabled? */\n capabilities?: Capability[];\n}\n\n/** Description of the App Service plan scale options. */\nexport interface SkuCapacity {\n /** Minimum number of workers for this App Service plan SKU. */\n minimum?: number;\n /** Maximum number of workers for this App Service plan SKU. */\n maximum?: number;\n /** Maximum number of Elastic workers for this App Service plan SKU. */\n elasticMaximum?: number;\n /** Default number of workers for this App Service plan SKU. */\n default?: number;\n /** Available scale configurations for an App Service plan. */\n scaleType?: string;\n}\n\n/** Describes the capabilities/features allowed for a specific SKU. */\nexport interface Capability {\n /** Name of the SKU capability. */\n name?: string;\n /** Value of the SKU capability. */\n value?: string;\n /** Reason of the SKU capability. */\n reason?: string;\n}\n\n/** Collection of metric definitions. */\nexport interface ResourceMetricDefinitionCollection {\n /** Collection of resources. */\n value: ResourceMetricDefinition[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Metrics availability and retention. */\nexport interface ResourceMetricAvailability {\n /**\n * Time grain .\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeGrain?: string;\n /**\n * Retention period for the current time grain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly retention?: string;\n}\n\n/** Collection of SKU information. */\nexport interface SkuInfoCollection {\n /** Collection of resources. */\n value: SkuInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** SKU discovery information. */\nexport interface SkuInfo {\n /** Resource type that this SKU applies to. */\n resourceType?: string;\n /** Name and tier of the SKU. */\n sku?: SkuDescription;\n /** Min, max, and default scale values of the SKU. */\n capacity?: SkuCapacity;\n}\n\n/** Collection of usages. */\nexport interface UsageCollection {\n /** Collection of resources. */\n value: Usage[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** An operation on a resource. */\nexport interface Operation {\n /** Operation ID. */\n id?: string;\n /** Operation name. */\n name?: string;\n /** The current status of the operation. */\n status?: OperationStatus;\n /** Any errors associate with the operation. */\n errors?: ErrorEntity[];\n /** Time when operation has started. */\n createdTime?: Date;\n /** Time when operation has been updated. */\n modifiedTime?: Date;\n /** Time when operation will expire. */\n expirationTime?: Date;\n /** Applicable only for stamp operation ids. */\n geoMasterOperationId?: string;\n}\n\n/** Body of the error response returned from the API. */\nexport interface ErrorEntity {\n /** Type of error. */\n extendedCode?: string;\n /** Message template. */\n messageTemplate?: string;\n /** Parameters for the template. */\n parameters?: string[];\n /** Inner errors. */\n innerErrors?: ErrorEntity[];\n /** Error Details. */\n details?: ErrorEntity[];\n /** The error target. */\n target?: string;\n /** Basic error code. */\n code?: string;\n /** Any details of the error. */\n message?: string;\n}\n\n/** Collection of Outbound Environment Endpoints */\nexport interface OutboundEnvironmentEndpointCollection {\n /** Collection of resources. */\n value: OutboundEnvironmentEndpoint[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Endpoints accessed for a common purpose that the App Service Environment requires outbound network access to. */\nexport interface OutboundEnvironmentEndpoint {\n /** The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. */\n category?: string;\n /** The endpoints that the App Service Environment reaches the service at. */\n endpoints?: EndpointDependency[];\n}\n\n/** A domain name that a service is reached at, including details of the current connection status. */\nexport interface EndpointDependency {\n /** The domain name of the dependency. */\n domainName?: string;\n /** The IP Addresses and Ports used when connecting to DomainName. */\n endpointDetails?: EndpointDetail[];\n}\n\n/** Current TCP connectivity information from the App Service Environment to a single endpoint. */\nexport interface EndpointDetail {\n /** An IP Address that Domain Name currently resolves to. */\n ipAddress?: string;\n /** The port an endpoint is connected to. */\n port?: number;\n /** The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port. */\n latency?: number;\n /** Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port. */\n isAccessible?: boolean;\n}\n\nexport interface PrivateEndpointConnectionCollection {\n /** Collection of resources. */\n value: RemotePrivateEndpointConnectionARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A wrapper for an ARM resource id */\nexport interface ArmIdWrapper {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n}\n\n/** The state of a private link connection */\nexport interface PrivateLinkConnectionState {\n /** Status of a private link connection */\n status?: string;\n /** Description of a private link connection */\n description?: string;\n /** ActionsRequired for a private link connection */\n actionsRequired?: string;\n}\n\n/** Wrapper for a collection of private link resources */\nexport interface PrivateLinkResourcesWrapper {\n value: PrivateLinkResource[];\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource {\n id: string;\n /** Name of a private link resource */\n name: string;\n type: string;\n /** Properties of a private link resource */\n properties: PrivateLinkResourceProperties;\n}\n\n/** Properties of a private link resource */\nexport interface PrivateLinkResourceProperties {\n /**\n * GroupId of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * RequiredMembers of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * RequiredZoneNames of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n}\n\n/** Collection of App Service plans. */\nexport interface AppServicePlanCollection {\n /** Collection of resources. */\n value: AppServicePlan[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Specification for a Kubernetes Environment to use for this resource. */\nexport interface KubeEnvironmentProfile {\n /** Resource ID of the Kubernetes Environment. */\n id?: string;\n /**\n * Name of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Collection of CSM usage quotas. */\nexport interface CsmUsageQuotaCollection {\n /** Collection of resources. */\n value: CsmUsageQuota[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Usage of the quota resource. */\nexport interface CsmUsageQuota {\n /** Units of measurement for the quota resource. */\n unit?: string;\n /** Next reset time for the resource counter. */\n nextResetTime?: Date;\n /** The current value of the resource counter. */\n currentValue?: number;\n /** The resource limit. */\n limit?: number;\n /** Quota name. */\n name?: LocalizableString;\n}\n\n/** Localizable string object containing the name and a localized value. */\nexport interface LocalizableString {\n /** Non-localized name. */\n value?: string;\n /** Localized name. */\n localizedValue?: string;\n}\n\n/** Collection of resources. */\nexport interface ResourceCollection {\n /** Collection of resources. */\n value: string[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of hostname bindings. */\nexport interface HybridConnectionCollection {\n /** Collection of resources. */\n value: HybridConnection[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Virtual Network information contract. */\nexport interface VnetInfo {\n /** The Virtual Network's resource ID. */\n vnetResourceId?: string;\n /**\n * The client certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly certThumbprint?: string;\n /**\n * A certificate file (.cer) blob containing the public key of the private key used to authenticate a\n * Point-To-Site VPN connection.\n */\n certBlob?: string;\n /**\n * The routes that this Virtual Network connection uses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly routes?: VnetRoute[];\n /**\n * <code>true</code> if a resync is required; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRequired?: boolean;\n /** DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses. */\n dnsServers?: string;\n /** Flag that is used to denote if this is VNET injection */\n isSwift?: boolean;\n}\n\n/** Collection of certificates. */\nexport interface CertificateCollection {\n /** Collection of resources. */\n value: Certificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of deleted apps. */\nexport interface DeletedWebAppCollection {\n /** Collection of resources. */\n value: DeletedSite[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Diagnostic Categories */\nexport interface DiagnosticCategoryCollection {\n /** Collection of resources. */\n value: DiagnosticCategory[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Diagnostic Analyses */\nexport interface DiagnosticAnalysisCollection {\n /** Collection of resources. */\n value: AnalysisDefinition[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Class representing Abnormal Time Period identified in diagnosis */\nexport interface AbnormalTimePeriod {\n /** Start time of the downtime */\n startTime?: Date;\n /** End time of the downtime */\n endTime?: Date;\n /** List of Possible Cause of downtime */\n events?: DetectorAbnormalTimePeriod[];\n /** List of proposed solutions */\n solutions?: Solution[];\n}\n\n/** Class representing Abnormal Time Period detected. */\nexport interface DetectorAbnormalTimePeriod {\n /** Start time of the correlated event */\n startTime?: Date;\n /** End time of the correlated event */\n endTime?: Date;\n /** Message describing the event */\n message?: string;\n /** Represents the name of the Detector */\n source?: string;\n /** Represents the rank of the Detector */\n priority?: number;\n /** Downtime metadata */\n metaData?: NameValuePair[][];\n /** Represents the type of the Detector */\n type?: IssueType;\n /** List of proposed solutions */\n solutions?: Solution[];\n}\n\n/** Class Representing Solution for problems detected. */\nexport interface Solution {\n /** Solution Id. */\n id?: number;\n /** Display Name of the solution */\n displayName?: string;\n /** Order of the solution. */\n order?: number;\n /** Description of the solution */\n description?: string;\n /** Type of Solution */\n type?: SolutionType;\n /** Solution Data. */\n data?: NameValuePair[][];\n /** Solution Metadata. */\n metadata?: NameValuePair[][];\n}\n\n/** Class Representing Detector Evidence used for analysis */\nexport interface AnalysisData {\n /** Name of the Detector */\n source?: string;\n /** Detector Definition */\n detectorDefinition?: DetectorDefinition;\n /** Source Metrics */\n metrics?: DiagnosticMetricSet[];\n /** Additional Source Data */\n data?: NameValuePair[][];\n /** Detector Meta Data */\n detectorMetaData?: ResponseMetaData;\n}\n\n/** Class representing detector definition */\nexport interface DetectorDefinition {\n /**\n * Display name of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Description of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Detector Rank\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rank?: number;\n /**\n * Flag representing whether detector is enabled or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEnabled?: boolean;\n}\n\n/** Class representing Diagnostic Metric information */\nexport interface DiagnosticMetricSet {\n /** Name of the metric */\n name?: string;\n /** Metric's unit */\n unit?: string;\n /** Start time of the period */\n startTime?: Date;\n /** End time of the period */\n endTime?: Date;\n /** Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D */\n timeGrain?: string;\n /** Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain} */\n values?: DiagnosticMetricSample[];\n}\n\n/** Class representing Diagnostic Metric */\nexport interface DiagnosticMetricSample {\n /** Time at which metric is measured */\n timestamp?: Date;\n /**\n * Role Instance. Null if this counter is not per instance\n * This is returned and should be whichever instance name we desire to be returned\n * i.e. CPU and Memory return RDWORKERNAME (LargeDed..._IN_0)\n * where RDWORKERNAME is Machine name below and RoleInstance name in parenthesis\n */\n roleInstance?: string;\n /** Total value of the metric. If multiple measurements are made this will have sum of all. */\n total?: number;\n /** Maximum of the metric sampled during the time period */\n maximum?: number;\n /** Minimum of the metric sampled during the time period */\n minimum?: number;\n /** Whether the values are aggregates across all workers or not */\n isAggregated?: boolean;\n}\n\nexport interface ResponseMetaData {\n /** Source of the Data */\n dataSource?: DataSource;\n}\n\n/** Class representing data source used by the detectors */\nexport interface DataSource {\n /** Instructions if any for the data source */\n instructions?: string[];\n /** Datasource Uri Links */\n dataSourceUri?: NameValuePair[];\n}\n\n/** Collection of Diagnostic Detectors */\nexport interface DiagnosticDetectorCollection {\n /** Collection of resources. */\n value: DetectorDefinitionResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kubernetes Environments */\nexport interface KubeEnvironmentCollection {\n /** Collection of resources. */\n value: KubeEnvironment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface ArcConfiguration {\n artifactsStorageType?: StorageType;\n artifactStorageClassName?: string;\n artifactStorageMountPath?: string;\n artifactStorageNodeName?: string;\n artifactStorageAccessMode?: string;\n frontEndServiceConfiguration?: FrontEndConfiguration;\n kubeConfig?: string;\n}\n\nexport interface FrontEndConfiguration {\n kind?: FrontEndServiceType;\n}\n\nexport interface AppLogsConfiguration {\n destination?: string;\n logAnalyticsConfiguration?: LogAnalyticsConfiguration;\n}\n\nexport interface LogAnalyticsConfiguration {\n customerId?: string;\n sharedKey?: string;\n}\n\nexport interface ContainerAppsConfiguration {\n /** Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry */\n daprAIInstrumentationKey?: string;\n /** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. It must not overlap with any other Subnet IP ranges. */\n platformReservedCidr?: string;\n /** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server */\n platformReservedDnsIP?: string;\n /** Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined. */\n controlPlaneSubnetResourceId?: string;\n /** Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined. */\n appSubnetResourceId?: string;\n /** CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the IP range defined in platformReservedCidr, if defined. */\n dockerBridgeCidr?: string;\n}\n\n/** Collection of Application Stacks */\nexport interface ApplicationStackCollection {\n /** Collection of resources. */\n value: ApplicationStackResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Application stack. */\nexport interface ApplicationStack {\n /** Application stack name. */\n name?: string;\n /** Application stack display name. */\n display?: string;\n /** Application stack dependency. */\n dependency?: string;\n /** List of major versions available. */\n majorVersions?: StackMajorVersion[];\n /** List of frameworks associated with application stack. */\n frameworks?: ApplicationStack[];\n /** <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>. */\n isDeprecated?: ApplicationStack[];\n}\n\n/** Application stack major version. */\nexport interface StackMajorVersion {\n /** Application stack major version (display only). */\n displayVersion?: string;\n /** Application stack major version (runtime only). */\n runtimeVersion?: string;\n /** <code>true</code> if this is the default major version; otherwise, <code>false</code>. */\n isDefault?: boolean;\n /** Minor versions associated with the major version. */\n minorVersions?: StackMinorVersion[];\n /** <code>true</code> if this supports Application Insights; otherwise, <code>false</code>. */\n applicationInsights?: boolean;\n /** <code>true</code> if this stack is in Preview, otherwise <code>false</code>. */\n isPreview?: boolean;\n /** <code>true</code> if this stack has been deprecated, otherwise <code>false</code>. */\n isDeprecated?: boolean;\n /** <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>. */\n isHidden?: boolean;\n /**\n * <appSettings>\n * <appSetting name=\"FUNCTIONS_WORKER_RUNTIME\" value=\"dotnet\" />\n * </appSettings>\n * Example: All the function apps need AppSetting: \"FUNCTIONS_WORKER_RUNTIME\" to be set stack name\n */\n appSettingsDictionary?: { [propertyName: string]: Record<string, unknown> };\n /**\n * <siteConfigProperties>\n * <siteConfigProperty name=\"Use32BitWorkerProcess\" value=\"false\" />\n * </siteConfigProperties>\n * Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0\n */\n siteConfigPropertiesDictionary?: {\n [propertyName: string]: Record<string, unknown>;\n };\n}\n\n/** Application stack minor version. */\nexport interface StackMinorVersion {\n /** Application stack minor version (display only). */\n displayVersion?: string;\n /** Application stack minor version (runtime only). */\n runtimeVersion?: string;\n /** <code>true</code> if this is the default minor version; otherwise, <code>false</code>. */\n isDefault?: boolean;\n /** <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>. */\n isRemoteDebuggingEnabled?: boolean;\n}\n\n/** Collection of Function app Stacks */\nexport interface FunctionAppStackCollection {\n /** Collection of resources. */\n value: FunctionAppStack[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Function App stack major version. */\nexport interface FunctionAppMajorVersion {\n /**\n * Function App stack major version (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Function App stack major version name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Minor versions associated with the major version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minorVersions?: FunctionAppMinorVersion[];\n}\n\n/** Function App stack minor version. */\nexport interface FunctionAppMinorVersion {\n /**\n * Function App stack (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Function App stack name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stackSettings?: FunctionAppRuntimes;\n}\n\n/** Function App stack runtimes. */\nexport interface FunctionAppRuntimes {\n /**\n * Linux-specific settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linuxRuntimeSettings?: FunctionAppRuntimeSettings;\n /**\n * Windows-specific settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly windowsRuntimeSettings?: FunctionAppRuntimeSettings;\n}\n\n/** Function App runtime settings. */\nexport interface FunctionAppRuntimeSettings {\n /**\n * Function App stack minor version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runtimeVersion?: string;\n /**\n * <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remoteDebuggingSupported?: boolean;\n /**\n * Application Insights settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appInsightsSettings?: AppInsightsWebAppStackSettings;\n /**\n * GitHub Actions settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gitHubActionSettings?: GitHubActionWebAppStackSettings;\n /**\n * Application settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appSettingsDictionary?: { [propertyName: string]: string };\n /**\n * Configuration settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteConfigPropertiesDictionary?: SiteConfigPropertiesDictionary;\n /**\n * List of supported Functions extension versions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFunctionsExtensionVersions?: string[];\n /**\n * <code>true</code> if the stack is in preview; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /**\n * <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeprecated?: boolean;\n /**\n * <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * End-of-life date for the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endOfLifeDate?: Date;\n /**\n * <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoUpdate?: boolean;\n /**\n * <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEarlyAccess?: boolean;\n /**\n * <code>true</code> if the minor version the default; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefault?: boolean;\n}\n\n/** App Insights Web App stack settings. */\nexport interface AppInsightsWebAppStackSettings {\n /**\n * <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isSupported?: boolean;\n /**\n * <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultOff?: boolean;\n}\n\n/** GitHub Actions Web App stack settings. */\nexport interface GitHubActionWebAppStackSettings {\n /**\n * <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isSupported?: boolean;\n /**\n * The minor version that is supported for GitHub Actions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedVersion?: string;\n}\n\n/** Site config properties dictionary. */\nexport interface SiteConfigPropertiesDictionary {\n /**\n * <code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly use32BitWorkerProcess?: boolean;\n /**\n * LinuxFxVersion configuration setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linuxFxVersion?: string;\n /**\n * JavaVersion configuration setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly javaVersion?: string;\n /**\n * PowerShellVersion configuration setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerShellVersion?: string;\n}\n\n/** Collection of Web app Stacks */\nexport interface WebAppStackCollection {\n /** Collection of resources. */\n value: WebAppStack[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Web App stack major version. */\nexport interface WebAppMajorVersion {\n /**\n * Web App stack major version (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Web App stack major version name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Minor versions associated with the major version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minorVersions?: WebAppMinorVersion[];\n}\n\n/** Web App stack minor version. */\nexport interface WebAppMinorVersion {\n /**\n * Web App stack minor version (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Web App stack major version name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stackSettings?: WebAppRuntimes;\n}\n\n/** Web App stack runtimes. */\nexport interface WebAppRuntimes {\n /**\n * Linux-specific settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linuxRuntimeSettings?: WebAppRuntimeSettings;\n /**\n * Windows-specific settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly windowsRuntimeSettings?: WebAppRuntimeSettings;\n /**\n * Linux-specific settings associated with the Java container minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linuxContainerSettings?: LinuxJavaContainerSettings;\n /**\n * Windows-specific settings associated with the Java container minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly windowsContainerSettings?: WindowsJavaContainerSettings;\n}\n\n/** Web App runtime settings. */\nexport interface WebAppRuntimeSettings {\n /**\n * Web App stack minor version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runtimeVersion?: string;\n /**\n * <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remoteDebuggingSupported?: boolean;\n /**\n * Application Insights settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appInsightsSettings?: AppInsightsWebAppStackSettings;\n /**\n * GitHub Actions settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gitHubActionSettings?: GitHubActionWebAppStackSettings;\n /**\n * <code>true</code> if the stack is in preview; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /**\n * <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeprecated?: boolean;\n /**\n * <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * End-of-life date for the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endOfLifeDate?: Date;\n /**\n * <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoUpdate?: boolean;\n /**\n * <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEarlyAccess?: boolean;\n}\n\n/** Linux Java Container settings. */\nexport interface LinuxJavaContainerSettings {\n /**\n * Java 11 version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly java11Runtime?: string;\n /**\n * Java 8 version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly java8Runtime?: string;\n /**\n * <code>true</code> if the stack is in preview; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /**\n * <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeprecated?: boolean;\n /**\n * <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * End-of-life date for the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endOfLifeDate?: Date;\n /**\n * <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoUpdate?: boolean;\n /**\n * <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEarlyAccess?: boolean;\n}\n\n/** Windows Java Container settings. */\nexport interface WindowsJavaContainerSettings {\n /**\n * Java container (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly javaContainer?: string;\n /**\n * Java container version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly javaContainerVersion?: string;\n /**\n * <code>true</code> if the stack is in preview; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /**\n * <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeprecated?: boolean;\n /**\n * <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * End-of-life date for the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endOfLifeDate?: Date;\n /**\n * <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoUpdate?: boolean;\n /**\n * <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEarlyAccess?: boolean;\n}\n\n/** Collection of recommendations. */\nexport interface RecommendationCollection {\n /** Collection of resources. */\n value: Recommendation[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of resource health metadata. */\nexport interface ResourceHealthMetadataCollection {\n /** Collection of resources. */\n value: ResourceHealthMetadata[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of source controls. */\nexport interface SourceControlCollection {\n /** Collection of resources. */\n value: SourceControl[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Billing Meters */\nexport interface BillingMeterCollection {\n /** Collection of resources. */\n value: BillingMeter[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Resource name availability request content. */\nexport interface ResourceNameAvailabilityRequest {\n /** Resource name to verify. */\n name: string;\n /** Resource type used for verification. */\n type: CheckNameResourceTypes;\n /** Is fully qualified domain name. */\n isFqdn?: boolean;\n /** Azure Resource Manager ID of the customer's selected Container Apps Environment on which to host the Function app. This must be of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName} */\n environmentId?: string;\n}\n\n/** Information regarding availability of a resource name. */\nexport interface ResourceNameAvailability {\n /** <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both. */\n nameAvailable?: boolean;\n /** <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. */\n reason?: InAvailabilityReasonType;\n /** If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. */\n message?: string;\n}\n\n/** Collection of custom hostname sites */\nexport interface CustomHostnameSitesCollection {\n /** Collection of resources. */\n value: CustomHostnameSites[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/**\n * List of available locations (regions or App Service Environments) for\n * deployment of App Service resources.\n */\nexport interface DeploymentLocations {\n /** Available regions. */\n locations?: GeoRegion[];\n /** Available App Service Environments with full descriptions of the environments. */\n hostingEnvironments?: AppServiceEnvironment[];\n /** Available App Service Environments with basic information. */\n hostingEnvironmentDeploymentInfos?: HostingEnvironmentDeploymentInfo[];\n}\n\n/** Information needed to create resources on an App Service Environment. */\nexport interface HostingEnvironmentDeploymentInfo {\n /** Name of the App Service Environment. */\n name?: string;\n /** Location of the App Service Environment. */\n location?: string;\n}\n\n/** Collection of ASE regions. */\nexport interface AseRegionCollection {\n /** Collection of resources. */\n value: AseRegion[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of geographical regions. */\nexport interface GeoRegionCollection {\n /** Collection of resources. */\n value: GeoRegion[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of identifiers. */\nexport interface IdentifierCollection {\n /** Collection of resources. */\n value: Identifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of premier add-on offers. */\nexport interface PremierAddOnOfferCollection {\n /** Collection of resources. */\n value: PremierAddOnOffer[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of SKU information. */\nexport interface SkuInfos {\n /** Resource type that this SKU applies to. */\n resourceType?: string;\n /** List of SKUs the subscription is able to use. */\n skus?: GlobalCsmSkuDescription[];\n}\n\n/** A Global SKU Description. */\nexport interface GlobalCsmSkuDescription {\n /** Name of the resource SKU. */\n name?: string;\n /** Service Tier of the resource SKU. */\n tier?: string;\n /** Size specifier of the resource SKU. */\n size?: string;\n /** Family code of the resource SKU. */\n family?: string;\n /** Min, max, and default scale values of the SKU. */\n capacity?: SkuCapacity;\n /** Locations of the SKU. */\n locations?: string[];\n /** Capabilities of the SKU, e.g., is traffic manager enabled? */\n capabilities?: Capability[];\n}\n\n/** Object with a list of the resources that need to be moved and the resource group they should be moved to. */\nexport interface CsmMoveResourceEnvelope {\n targetResourceGroup?: string;\n resources?: string[];\n}\n\n/** Resource validation request content. */\nexport interface ValidateRequest {\n /** Resource name to verify. */\n name: string;\n /** Resource type used for verification. */\n type: ValidateResourceTypes;\n /** Expected location of the resource. */\n location: string;\n /** ARM resource ID of an App Service plan that would host the app. */\n serverFarmId?: string;\n /** Name of the target SKU for the App Service plan. */\n skuName?: string;\n /** <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>. */\n needLinuxWorkers?: boolean;\n /** <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>. */\n isSpot?: boolean;\n /** Target capacity of the App Service plan (number of VMs). */\n capacity?: number;\n /** Name of App Service Environment where app or App Service plan should be created. */\n hostingEnvironment?: string;\n /** <code>true</code> if App Service plan is running as a windows container */\n isXenon?: boolean;\n /** Base URL of the container registry */\n containerRegistryBaseUrl?: string;\n /** Username for to access the container registry */\n containerRegistryUsername?: string;\n /** Password for to access the container registry */\n containerRegistryPassword?: string;\n /** Repository name (image name) */\n containerImageRepository?: string;\n /** Image tag */\n containerImageTag?: string;\n /** Platform (windows or linux) */\n containerImagePlatform?: string;\n /** App Service Environment Properties */\n appServiceEnvironment?: AppServiceEnvironment;\n}\n\n/** Describes the result of resource validation. */\nexport interface ValidateResponse {\n /** Result of validation. */\n status?: string;\n /** Error details for the case when validation fails. */\n error?: ValidateResponseError;\n}\n\n/** Error details for when validation fails. */\nexport interface ValidateResponseError {\n /** Validation error code. */\n code?: string;\n /** Validation error message. */\n message?: string;\n}\n\n/** Build properties for the static site. */\nexport interface StaticSiteBuildProperties {\n /** The path to the app code within the repository. */\n appLocation?: string;\n /** The path to the api code within the repository. */\n apiLocation?: string;\n /** Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation) */\n appArtifactLocation?: string;\n /** The output path of the app after building. */\n outputLocation?: string;\n /** A custom command to run during deployment of the static content application. */\n appBuildCommand?: string;\n /** A custom command to run during deployment of the Azure Functions API application. */\n apiBuildCommand?: string;\n /** Skip Github Action workflow generation. */\n skipGithubActionWorkflowGeneration?: boolean;\n /** Github Action secret name override. */\n githubActionSecretNameOverride?: string;\n}\n\n/** Collection of static sites. */\nexport interface StaticSiteCollection {\n /** Collection of resources. */\n value: StaticSiteARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Message envelope that contains the common Azure resource manager properties and the resource provider specific content. */\nexport interface ResponseMessageEnvelopeRemotePrivateEndpointConnection {\n /**\n * Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this\n * value for GET requests only.\n * For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}\n */\n id?: string;\n /** Name of resource. */\n name?: string;\n /** Type of resource e.g \"Microsoft.Web/sites\". */\n type?: string;\n /** Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia. */\n location?: string;\n /** Tags associated with resource. */\n tags?: { [propertyName: string]: string };\n /** Azure resource manager plan. */\n plan?: ArmPlan;\n /** Resource specific properties. */\n properties?: RemotePrivateEndpointConnection;\n /** SKU description of the resource. */\n sku?: SkuDescription;\n /** Azure-AsyncOperation Status info. */\n status?: string;\n /** Azure-AsyncOperation Error info. */\n error?: ErrorEntity;\n /** MSI resource */\n identity?: ManagedServiceIdentity;\n /** Logical Availability Zones the service is hosted in */\n zones?: string[];\n}\n\n/** The plan object in Azure Resource Manager, represents a marketplace plan. */\nexport interface ArmPlan {\n /** The name. */\n name?: string;\n /** The publisher. */\n publisher?: string;\n /** The product. */\n product?: string;\n /** The promotion code. */\n promotionCode?: string;\n /** Version of product. */\n version?: string;\n}\n\n/** Template Options for the static site. */\nexport interface StaticSiteTemplateOptions {\n /** URL of the template repository. The newly generated repository will be based on this one. */\n templateRepositoryUrl?: string;\n /** Owner of the newly generated repository. */\n owner?: string;\n /** Name of the newly generated repository. */\n repositoryName?: string;\n /** Description of the newly generated repository. */\n description?: string;\n /** Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public). */\n isPrivate?: boolean;\n}\n\n/** Static Site Linked Backend ARM resource. */\nexport interface StaticSiteLinkedBackend {\n /** The resource id of the backend linked to the static site */\n backendResourceId?: string;\n /** The region of the backend linked to the static site */\n region?: string;\n /**\n * The date and time on which the backend was linked to the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The provisioning state of the linking process.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Static Site Database Connection overview. */\nexport interface DatabaseConnectionOverview {\n /**\n * The resource id of the database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionIdentity?: string;\n /**\n * The region of the database resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly region?: string;\n /**\n * A list of configuration files associated with this database connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationFiles?: StaticSiteDatabaseConnectionConfigurationFileOverview[];\n /**\n * If present, the name of this database connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** A database connection configuration file */\nexport interface StaticSiteDatabaseConnectionConfigurationFileOverview {\n /**\n * The name of the configuration file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fileName?: string;\n /**\n * The Base64 encoding of the file contents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contents?: string;\n /**\n * The type of configuration file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Collection of static site custom users. */\nexport interface StaticSiteUserCollection {\n /** Collection of resources. */\n value: StaticSiteUserARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site builds. */\nexport interface StaticSiteBuildCollection {\n /** Collection of resources. */\n value: StaticSiteBuildARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site database connections. */\nexport interface DatabaseConnectionCollection {\n /** Collection of resources. */\n value: DatabaseConnection[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Static Site Database Connection Request Properties resource when patching */\nexport interface DatabaseConnectionPatchRequest {\n /** The resource id of the database. */\n resourceId?: string;\n /** If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource. */\n connectionIdentity?: string;\n /** The connection string to use to connect to the database. */\n connectionString?: string;\n /** The region of the database resource. */\n region?: string;\n}\n\n/** Collection of static site functions. */\nexport interface StaticSiteFunctionOverviewCollection {\n /** Collection of resources. */\n value: StaticSiteFunctionOverviewARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site user provided function apps. */\nexport interface StaticSiteUserProvidedFunctionAppsCollection {\n /** Collection of resources. */\n value: StaticSiteUserProvidedFunctionAppARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site basic auth. */\nexport interface StaticSiteBasicAuthPropertiesCollection {\n /** Collection of resources. */\n value: StaticSiteBasicAuthPropertiesARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site custom domains. */\nexport interface StaticSiteCustomDomainOverviewCollection {\n /** Collection of resources. */\n value: StaticSiteCustomDomainOverviewARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site linked backends. */\nexport interface StaticSiteLinkedBackendsCollection {\n /** Collection of resources. */\n value: StaticSiteLinkedBackendARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Deployment slot parameters. */\nexport interface CsmSlotEntity {\n /** Destination deployment slot during swap operation. */\n targetSlot: string;\n /** <code>true</code> to preserve Virtual Network to the slot during swap; otherwise, <code>false</code>. */\n preserveVnet: boolean;\n}\n\n/** Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy. */\nexport interface BackupSchedule {\n /** How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day) */\n frequencyInterval: number;\n /** The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7) */\n frequencyUnit: FrequencyUnit;\n /** True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise. */\n keepAtLeastOneBackup: boolean;\n /** After how many days backups should be deleted. */\n retentionPeriodInDays: number;\n /** When the schedule should start working. */\n startTime?: Date;\n /**\n * Last time when this schedule was triggered.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastExecutionTime?: Date;\n}\n\n/** Database backup settings. */\nexport interface DatabaseBackupSetting {\n /** Database type (e.g. SqlAzure / MySql). */\n databaseType: DatabaseType;\n name?: string;\n /**\n * Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.\n * This is used during restore with overwrite connection strings options.\n */\n connectionStringName?: string;\n /** Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one. */\n connectionString?: string;\n}\n\n/** Collection of backup items. */\nexport interface BackupItemCollection {\n /** Collection of resources. */\n value: BackupItem[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Publishing Credentials Policies entity collection ARM resource. */\nexport interface PublishingCredentialsPoliciesCollection {\n /** Collection of resources. */\n value: CsmPublishingCredentialsPoliciesEntity[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of site configurations. */\nexport interface SiteConfigResourceCollection {\n /** Collection of resources. */\n value: SiteConfigResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The configuration settings of the platform of App Service Authentication/Authorization. */\nexport interface AuthPlatform {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n /**\n * The path of the config file containing auth settings if they come from a file.\n * If the path is relative, base will the site's root directory.\n */\n configFilePath?: string;\n}\n\n/** The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. */\nexport interface GlobalValidation {\n /** <code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>. */\n requireAuthentication?: boolean;\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?: UnauthenticatedClientActionV2;\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n redirectToProvider?: string;\n /** The paths for which unauthenticated flow would not be redirected to the login page. */\n excludedPaths?: string[];\n}\n\n/** The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. */\nexport interface IdentityProviders {\n /** The configuration settings of the Azure Active directory provider. */\n azureActiveDirectory?: AzureActiveDirectory;\n /** The configuration settings of the Facebook provider. */\n facebook?: Facebook;\n /** The configuration settings of the GitHub provider. */\n gitHub?: GitHub;\n /** The configuration settings of the Google provider. */\n google?: Google;\n /** The configuration settings of the legacy Microsoft Account provider. */\n legacyMicrosoftAccount?: LegacyMicrosoftAccount;\n /** The configuration settings of the Twitter provider. */\n twitter?: Twitter;\n /** The configuration settings of the Apple provider. */\n apple?: Apple;\n /** The configuration settings of the Azure Static Web Apps provider. */\n azureStaticWebApps?: AzureStaticWebApps;\n /**\n * The map of the name of the alias of each custom Open ID Connect provider to the\n * configuration settings of the custom Open ID Connect provider.\n */\n customOpenIdConnectProviders?: {\n [propertyName: string]: CustomOpenIdConnectProvider;\n };\n}\n\n/** The configuration settings of the Azure Active directory provider. */\nexport interface AzureActiveDirectory {\n /** <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Active Directory app registration. */\n registration?: AzureActiveDirectoryRegistration;\n /** The configuration settings of the Azure Active Directory login flow. */\n login?: AzureActiveDirectoryLogin;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AzureActiveDirectoryValidation;\n /**\n * Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.\n * This is an internal flag primarily intended to support the Azure Management Portal. Users should not\n * read or write to this property.\n */\n isAutoProvisioned?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory app registration. */\nexport interface AzureActiveDirectoryRegistration {\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n openIdIssuer?: string;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateSubjectAlternativeName?: string;\n /**\n * An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateIssuer?: string;\n}\n\n/** The configuration settings of the Azure Active Directory login flow. */\nexport interface AzureActiveDirectoryLogin {\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n loginParameters?: string[];\n /** <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. */\n disableWWWAuthenticate?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory token validation flow. */\nexport interface AzureActiveDirectoryValidation {\n /** The configuration settings of the checks that should be made while validating the JWT Claims. */\n jwtClaimChecks?: JwtClaimChecks;\n /** The list of audiences that can make successful authentication/authorization requests. */\n allowedAudiences?: string[];\n /** The configuration settings of the default authorization policy. */\n defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;\n}\n\n/** The configuration settings of the checks that should be made while validating the JWT Claims. */\nexport interface JwtClaimChecks {\n /** The list of the allowed groups. */\n allowedGroups?: string[];\n /** The list of the allowed client applications. */\n allowedClientApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory default authorization policy. */\nexport interface DefaultAuthorizationPolicy {\n /** The configuration settings of the Azure Active Directory allowed principals. */\n allowedPrincipals?: AllowedPrincipals;\n /** The configuration settings of the Azure Active Directory allowed applications. */\n allowedApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory allowed principals. */\nexport interface AllowedPrincipals {\n /** The list of the allowed groups. */\n groups?: string[];\n /** The list of the allowed identities. */\n identities?: string[];\n}\n\n/** The configuration settings of the Facebook provider. */\nexport interface Facebook {\n /** <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Facebook provider. */\n registration?: AppRegistration;\n /** The version of the Facebook api to be used while logging in. */\n graphApiVersion?: string;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have app ids and app secrets */\nexport interface AppRegistration {\n /** The App ID of the app used for login. */\n appId?: string;\n /** The app setting name that contains the app secret. */\n appSecretSettingName?: string;\n}\n\n/** The configuration settings of the login flow, including the scopes that should be requested. */\nexport interface LoginScopes {\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the GitHub provider. */\nexport interface GitHub {\n /** <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the GitHub provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have client ids and client secrets */\nexport interface ClientRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Google provider. */\nexport interface Google {\n /** <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Google provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Allowed Audiences validation flow. */\nexport interface AllowedAudiencesValidation {\n /** The configuration settings of the allowed list of audiences from which to validate the JWT token. */\n allowedAudiences?: string[];\n}\n\n/** The configuration settings of the legacy Microsoft Account provider. */\nexport interface LegacyMicrosoftAccount {\n /** <code>false</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the legacy Microsoft Account provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the legacy Microsoft Account provider token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Twitter provider. */\nexport interface Twitter {\n /** <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Twitter provider. */\n registration?: TwitterRegistration;\n}\n\n/** The configuration settings of the app registration for the Twitter provider. */\nexport interface TwitterRegistration {\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n consumerKey?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n consumerSecretSettingName?: string;\n}\n\n/** The configuration settings of the Apple provider. */\nexport interface Apple {\n /** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Apple registration. */\n registration?: AppleRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the registration for the Apple provider */\nexport interface AppleRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Azure Static Web Apps provider. */\nexport interface AzureStaticWebApps {\n /** <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Static Web Apps registration. */\n registration?: AzureStaticWebAppsRegistration;\n}\n\n/** The configuration settings of the registration for the Azure Static Web Apps provider */\nexport interface AzureStaticWebAppsRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n}\n\n/** The configuration settings of the custom Open ID Connect provider. */\nexport interface CustomOpenIdConnectProvider {\n /** <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the custom Open ID Connect provider. */\n registration?: OpenIdConnectRegistration;\n /** The configuration settings of the login flow of the custom Open ID Connect provider. */\n login?: OpenIdConnectLogin;\n}\n\n/** The configuration settings of the app registration for the custom Open ID Connect provider. */\nexport interface OpenIdConnectRegistration {\n /** The client id of the custom Open ID Connect provider. */\n clientId?: string;\n /** The authentication credentials of the custom Open ID Connect provider. */\n clientCredential?: OpenIdConnectClientCredential;\n /** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\n openIdConnectConfiguration?: OpenIdConnectConfig;\n}\n\n/** The authentication client credentials of the custom Open ID Connect provider. */\nexport interface OpenIdConnectClientCredential {\n /** The method that should be used to authenticate the user. */\n method?: \"ClientSecretPost\";\n /** The app setting that contains the client secret for the custom Open ID Connect provider. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\nexport interface OpenIdConnectConfig {\n /** The endpoint to be used to make an authorization request. */\n authorizationEndpoint?: string;\n /** The endpoint to be used to request a token. */\n tokenEndpoint?: string;\n /** The endpoint that issues the token. */\n issuer?: string;\n /** The endpoint that provides the keys necessary to validate the token. */\n certificationUri?: string;\n /** The endpoint that contains all the configuration endpoints for the provider. */\n wellKnownOpenIdConfiguration?: string;\n}\n\n/** The configuration settings of the login flow of the custom Open ID Connect provider. */\nexport interface OpenIdConnectLogin {\n /** The name of the claim that contains the users name. */\n nameClaimType?: string;\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the login flow of users using App Service Authentication/Authorization. */\nexport interface Login {\n /** The routes that specify the endpoints used for login and logout requests. */\n routes?: LoginRoutes;\n /** The configuration settings of the token store. */\n tokenStore?: TokenStore;\n /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */\n preserveUrlFragmentsForLogins?: boolean;\n /**\n * External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: string[];\n /** The configuration settings of the session cookie's expiration. */\n cookieExpiration?: CookieExpiration;\n /** The configuration settings of the nonce used in the login flow. */\n nonce?: Nonce;\n}\n\n/** The routes that specify the endpoints used for login and logout requests. */\nexport interface LoginRoutes {\n /** The endpoint at which a logout request should be made. */\n logoutEndpoint?: string;\n}\n\n/** The configuration settings of the token store. */\nexport interface TokenStore {\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n enabled?: boolean;\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /** The configuration settings of the storage of the tokens if a file system is used. */\n fileSystem?: FileSystemTokenStore;\n /** The configuration settings of the storage of the tokens if blob storage is used. */\n azureBlobStorage?: BlobStorageTokenStore;\n}\n\n/** The configuration settings of the storage of the tokens if a file system is used. */\nexport interface FileSystemTokenStore {\n /** The directory in which the tokens will be stored. */\n directory?: string;\n}\n\n/** The configuration settings of the storage of the tokens if blob storage is used. */\nexport interface BlobStorageTokenStore {\n /** The name of the app setting containing the SAS URL of the blob storage containing the tokens. */\n sasUrlSettingName?: string;\n}\n\n/** The configuration settings of the session cookie's expiration. */\nexport interface CookieExpiration {\n /** The convention used when determining the session cookie's expiration. */\n convention?: CookieExpirationConvention;\n /** The time after the request is made when the session cookie should expire. */\n timeToExpiration?: string;\n}\n\n/** The configuration settings of the nonce used in the login flow. */\nexport interface Nonce {\n /** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */\n validateNonce?: boolean;\n /** The time after the request is made when the nonce should expire. */\n nonceExpirationInterval?: string;\n}\n\n/** The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. */\nexport interface HttpSettings {\n /** <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. */\n requireHttps?: boolean;\n /** The configuration settings of the paths HTTP requests. */\n routes?: HttpSettingsRoutes;\n /** The configuration settings of a forward proxy used to make the requests. */\n forwardProxy?: ForwardProxy;\n}\n\n/** The configuration settings of the paths HTTP requests. */\nexport interface HttpSettingsRoutes {\n /** The prefix that should precede all the authentication/authorization paths. */\n apiPrefix?: string;\n}\n\n/** The configuration settings of a forward proxy used to make the requests. */\nexport interface ForwardProxy {\n /** The convention used to determine the url of the request made. */\n convention?: ForwardProxyConvention;\n /** The name of the header containing the host of the request. */\n customHostHeaderName?: string;\n /** The name of the header containing the scheme of the request. */\n customProtoHeaderName?: string;\n}\n\nexport interface ApiKVReferenceCollection {\n /** Collection of resources. */\n value: ApiKVReference[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Database connection string value to type pair. */\nexport interface ConnStringValueTypePair {\n /** Value of pair. */\n value: string;\n /** Type of database. */\n type: ConnectionStringType;\n}\n\n/** Application logs configuration. */\nexport interface ApplicationLogsConfig {\n /** Application logs to file system configuration. */\n fileSystem?: FileSystemApplicationLogsConfig;\n /** Application logs to azure table storage configuration. */\n azureTableStorage?: AzureTableStorageApplicationLogsConfig;\n /** Application logs to blob storage configuration. */\n azureBlobStorage?: AzureBlobStorageApplicationLogsConfig;\n}\n\n/** Application logs to file system configuration. */\nexport interface FileSystemApplicationLogsConfig {\n /** Log level. */\n level?: LogLevel;\n}\n\n/** Application logs to Azure table storage configuration. */\nexport interface AzureTableStorageApplicationLogsConfig {\n /** Log level. */\n level?: LogLevel;\n /** SAS URL to an Azure table with add/query/delete permissions. */\n sasUrl: string;\n}\n\n/** Application logs azure blob storage configuration. */\nexport interface AzureBlobStorageApplicationLogsConfig {\n /** Log level. */\n level?: LogLevel;\n /** SAS url to a azure blob container with read/write/list/delete permissions. */\n sasUrl?: string;\n /**\n * Retention in days.\n * Remove blobs older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n}\n\n/** Http logs configuration. */\nexport interface HttpLogsConfig {\n /** Http logs to file system configuration. */\n fileSystem?: FileSystemHttpLogsConfig;\n /** Http logs to azure blob storage configuration. */\n azureBlobStorage?: AzureBlobStorageHttpLogsConfig;\n}\n\n/** Http logs to file system configuration. */\nexport interface FileSystemHttpLogsConfig {\n /**\n * Maximum size in megabytes that http log files can use.\n * When reached old log files will be removed to make space for new ones.\n * Value can range between 25 and 100.\n */\n retentionInMb?: number;\n /**\n * Retention in days.\n * Remove files older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Http logs to azure blob storage configuration. */\nexport interface AzureBlobStorageHttpLogsConfig {\n /** SAS url to a azure blob container with read/write/list/delete permissions. */\n sasUrl?: string;\n /**\n * Retention in days.\n * Remove blobs older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Enabled configuration. */\nexport interface EnabledConfig {\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Collection of metadata for the app configuration snapshots that can be restored. */\nexport interface SiteConfigurationSnapshotInfoCollection {\n /** Collection of resources. */\n value: SiteConfigurationSnapshotInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kudu continuous web job information elements. */\nexport interface ContinuousWebJobCollection {\n /** Collection of resources. */\n value: ContinuousWebJob[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Deployment status collection ARM resource. */\nexport interface CsmDeploymentStatusCollection {\n /** Collection of resources. */\n value: CsmDeploymentStatus[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of app deployments. */\nexport interface DeploymentCollection {\n /** Collection of resources. */\n value: Deployment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** MSDeploy log entry */\nexport interface MSDeployLogEntry {\n /**\n * Timestamp of log entry\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: Date;\n /**\n * Log entry type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: MSDeployLogEntryType;\n /**\n * Log entry message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Collection of Kudu function information elements. */\nexport interface FunctionEnvelopeCollection {\n /** Collection of resources. */\n value: FunctionEnvelope[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Function key info. */\nexport interface KeyInfo {\n /** Key name */\n name?: string;\n /** Key value */\n value?: string;\n}\n\n/** Function secrets. */\nexport interface FunctionSecrets {\n /** Secret key. */\n key?: string;\n /** Trigger URL. */\n triggerUrl?: string;\n}\n\n/** Functions host level keys. */\nexport interface HostKeys {\n /** Secret key. */\n masterKey?: string;\n /** Host level function keys. */\n functionKeys?: { [propertyName: string]: string };\n /** System keys. */\n systemKeys?: { [propertyName: string]: string };\n}\n\n/** Collection of hostname bindings. */\nexport interface HostNameBindingCollection {\n /** Collection of resources. */\n value: HostNameBinding[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of app instances. */\nexport interface WebAppInstanceStatusCollection {\n /** Collection of resources. */\n value: WebSiteInstanceStatus[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface ContainerInfo {\n currentTimeStamp?: Date;\n previousTimeStamp?: Date;\n currentCpuStats?: ContainerCpuStatistics;\n previousCpuStats?: ContainerCpuStatistics;\n memoryStats?: ContainerMemoryStatistics;\n name?: string;\n id?: string;\n eth0?: ContainerNetworkInterfaceStatistics;\n}\n\nexport interface ContainerCpuStatistics {\n cpuUsage?: ContainerCpuUsage;\n systemCpuUsage?: number;\n onlineCpuCount?: number;\n throttlingData?: ContainerThrottlingData;\n}\n\nexport interface ContainerCpuUsage {\n totalUsage?: number;\n perCpuUsage?: number[];\n kernelModeUsage?: number;\n userModeUsage?: number;\n}\n\nexport interface ContainerThrottlingData {\n periods?: number;\n throttledPeriods?: number;\n throttledTime?: number;\n}\n\nexport interface ContainerMemoryStatistics {\n usage?: number;\n maxUsage?: number;\n limit?: number;\n}\n\nexport interface ContainerNetworkInterfaceStatistics {\n rxBytes?: number;\n rxPackets?: number;\n rxErrors?: number;\n rxDropped?: number;\n txBytes?: number;\n txPackets?: number;\n txErrors?: number;\n txDropped?: number;\n}\n\n/** Collection of Kudu process information elements. */\nexport interface ProcessInfoCollection {\n /** Collection of resources. */\n value: ProcessInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kudu thread information elements. */\nexport interface ProcessModuleInfoCollection {\n /** Collection of resources. */\n value: ProcessModuleInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kudu thread information elements. */\nexport interface ProcessThreadInfoCollection {\n /** Collection of resources. */\n value: ProcessThreadInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Represents whether or not an app is cloneable. */\nexport interface SiteCloneability {\n /** Name of app. */\n result?: CloneAbilityResult;\n /** List of features enabled on app that prevent cloning. */\n blockingFeatures?: SiteCloneabilityCriterion[];\n /**\n * List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned\n * but the features in this list will not be set up on cloned app.\n */\n unsupportedFeatures?: SiteCloneabilityCriterion[];\n /** List of blocking application characteristics. */\n blockingCharacteristics?: SiteCloneabilityCriterion[];\n}\n\n/** An app cloneability criterion. */\nexport interface SiteCloneabilityCriterion {\n /** Name of criterion. */\n name?: string;\n /** Description of criterion. */\n description?: string;\n}\n\n/** Network trace */\nexport interface NetworkTrace {\n /** Local file path for the captured network trace file. */\n path?: string;\n /** Current status of the network trace operation, same as Operation.Status (InProgress/Succeeded/Failed). */\n status?: string;\n /** Detailed message of a network trace operation, e.g. error message in case of failure. */\n message?: string;\n}\n\n/** Collection of performance monitor counters. */\nexport interface PerfMonCounterCollection {\n /** Collection of resources. */\n value: PerfMonResponse[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Performance monitor API response. */\nexport interface PerfMonResponse {\n /** The response code. */\n code?: string;\n /** The message. */\n message?: string;\n /** The performance monitor counters. */\n data?: PerfMonSet;\n}\n\n/** Metric information. */\nexport interface PerfMonSet {\n /** Unique key name of the counter. */\n name?: string;\n /** Start time of the period. */\n startTime?: Date;\n /** End time of the period. */\n endTime?: Date;\n /** Presented time grain. */\n timeGrain?: string;\n /** Collection of workers that are active during this time. */\n values?: PerfMonSample[];\n}\n\n/** Performance monitor sample in a set. */\nexport interface PerfMonSample {\n /** Point in time for which counter was measured. */\n time?: Date;\n /** Name of the server on which the measurement is made. */\n instanceName?: string;\n /** Value of counter at a certain time. */\n value?: number;\n}\n\n/** Description of a Virtual Network that is useable for private site access. */\nexport interface PrivateAccessVirtualNetwork {\n /** The name of the Virtual Network. */\n name?: string;\n /** The key (ID) of the Virtual Network. */\n key?: number;\n /** The ARM uri of the Virtual Network */\n resourceId?: string;\n /** A List of subnets that access is allowed to on this Virtual Network. An empty array (but not null) is interpreted to mean that all subnets are allowed within this Virtual Network. */\n subnets?: PrivateAccessSubnet[];\n}\n\n/** Description of a Virtual Network subnet that is useable for private site access. */\nexport interface PrivateAccessSubnet {\n /** The name of the subnet. */\n name?: string;\n /** The key (ID) of the subnet. */\n key?: number;\n}\n\n/** Collection of public certificates */\nexport interface PublicCertificateCollection {\n /** Collection of resources. */\n value: PublicCertificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Publishing options for requested profile. */\nexport interface CsmPublishingProfileOptions {\n /**\n * Name of the format. Valid values are:\n * FileZilla3\n * WebDeploy -- default\n * Ftp\n */\n format?: PublishingProfileFormat;\n /** Include the DisasterRecover endpoint if true */\n includeDisasterRecoveryEndpoints?: boolean;\n}\n\n/** Specifies the web app that snapshot contents will be retrieved from. */\nexport interface SnapshotRecoverySource {\n /** Geographical location of the source web app, e.g. SouthEastAsia, SouthCentralUS */\n location?: string;\n /**\n * ARM resource ID of the source app.\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.\n */\n id?: string;\n}\n\n/** Collection of site containers */\nexport interface SiteContainerCollection {\n /** Collection of resources. */\n value: SiteContainer[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface VolumeMount {\n /** Sub path in the volume where volume is mounted from. */\n volumeSubPath: string;\n /** Target path on the container where volume is mounted on */\n containerMountPath: string;\n /** Config Data to be mounted on the volume */\n data?: string;\n /** Boolean to specify if the mount is read only on the container */\n readOnly?: boolean;\n}\n\nexport interface EnvironmentVariable {\n /** Environment variable name */\n name: string;\n /** Environment variable value */\n value: string;\n}\n\n/** Collection of Kudu site extension information elements. */\nexport interface SiteExtensionInfoCollection {\n /** Collection of resources. */\n value: SiteExtensionInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of slot differences. */\nexport interface SlotDifferenceCollection {\n /** Collection of resources. */\n value: SlotDifference[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of snapshots which can be used to revert an app to a previous time. */\nexport interface SnapshotCollection {\n /** Collection of resources. */\n value: Snapshot[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The GitHub action configuration. */\nexport interface GitHubActionConfiguration {\n /** GitHub Action code configuration. */\n codeConfiguration?: GitHubActionCodeConfiguration;\n /** GitHub Action container configuration. */\n containerConfiguration?: GitHubActionContainerConfiguration;\n /** This will help determine the workflow configuration to select. */\n isLinux?: boolean;\n /** Workflow option to determine whether the workflow file should be generated and written to the repository. */\n generateWorkflowFile?: boolean;\n}\n\n/** The GitHub action code configuration. */\nexport interface GitHubActionCodeConfiguration {\n /** Runtime stack is used to determine the workflow file content for code base apps. */\n runtimeStack?: string;\n /** Runtime version is used to determine what build version to set in the workflow file. */\n runtimeVersion?: string;\n}\n\n/** The GitHub action container configuration. */\nexport interface GitHubActionContainerConfiguration {\n /** The server URL for the container registry where the build will be hosted. */\n serverUrl?: string;\n /** The image name for the build. */\n imageName?: string;\n /** The username used to upload the image to the container registry. */\n username?: string;\n /** The password used to upload the image to the container registry. */\n password?: string;\n}\n\n/** Collection of Kudu continuous web job information elements. */\nexport interface TriggeredWebJobCollection {\n /** Collection of resources. */\n value: TriggeredWebJob[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Triggered Web Job Run Information. */\nexport interface TriggeredJobRun {\n /** Job ID. */\n webJobId?: string;\n /** Job name. */\n webJobName?: string;\n /** Job status. */\n status?: TriggeredWebJobStatus;\n /** Start time. */\n startTime?: Date;\n /** End time. */\n endTime?: Date;\n /** Job duration. */\n duration?: string;\n /** Output URL. */\n outputUrl?: string;\n /** Error URL. */\n errorUrl?: string;\n /** Job URL. */\n url?: string;\n /** Job name. */\n jobName?: string;\n /** Job trigger. */\n trigger?: string;\n}\n\n/** Collection of Kudu continuous web job information elements. */\nexport interface TriggeredJobHistoryCollection {\n /** Collection of resources. */\n value: TriggeredJobHistory[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kudu web job information elements. */\nexport interface WebJobCollection {\n /** Collection of resources. */\n value: WebJob[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The workflow filter. */\nexport interface WorkflowArtifacts {\n /** Application settings of the workflow. */\n appSettings?: Record<string, unknown>;\n /** Files of the app. */\n files?: { [propertyName: string]: Record<string, unknown> };\n /** Files of the app to delete. */\n filesToDelete?: string[];\n}\n\n/** Collection of Kudu workflow information elements. */\nexport interface WorkflowEnvelopeCollection {\n /** Collection of resources. */\n value: WorkflowEnvelope[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Workflow properties definition. */\nexport interface WorkflowEnvelope {\n /**\n * The resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The resource kind. */\n kind?: string;\n /** The resource location. */\n location?: string;\n /** Additional workflow properties. */\n properties?: WorkflowEnvelopeProperties;\n}\n\n/** Additional workflow properties. */\nexport interface WorkflowEnvelopeProperties {\n /** Gets or sets the files. */\n files?: { [propertyName: string]: Record<string, unknown> };\n /** Gets or sets the state of the workflow. */\n flowState?: WorkflowState;\n /** Gets or sets workflow health. */\n health?: WorkflowHealth;\n}\n\n/** Represents the workflow health. */\nexport interface WorkflowHealth {\n /** Gets or sets the workflow health state. */\n state: WorkflowHealthState;\n /** Gets or sets the workflow error. */\n error?: ErrorEntity;\n}\n\n/** The access key regenerate action content. */\nexport interface RegenerateActionParameter {\n /** The key type. */\n keyType?: KeyType;\n}\n\n/** Error response indicates Logic service is not able to process the incoming request. The error property contains the error details. */\nexport interface ErrorResponse {\n /** The error properties. */\n error?: ErrorProperties;\n}\n\n/** Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorProperties {\n /** Error code. */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** The list of workflow runs. */\nexport interface WorkflowRunListResult {\n /** A list of workflow runs. */\n value?: WorkflowRun[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The correlation property. */\nexport interface Correlation {\n /** The client tracking id. */\n clientTrackingId?: string;\n}\n\n/** The resource reference. */\nexport interface ResourceReference {\n /** The resource id. */\n id?: string;\n /**\n * Gets the resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The workflow run trigger. */\nexport interface WorkflowRunTrigger {\n /**\n * Gets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputs?: Record<string, unknown>;\n /**\n * Gets the link to inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: Record<string, unknown>;\n /**\n * Gets the link to outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * Gets the scheduled time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledTime?: Date;\n /**\n * Gets the start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /** The run correlation. */\n correlation?: Correlation;\n /**\n * Gets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n /**\n * Gets the tracked properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedProperties?: Record<string, unknown>;\n}\n\n/** The content link. */\nexport interface ContentLink {\n /** The content link URI. */\n uri?: string;\n /**\n * The content version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentVersion?: string;\n /**\n * The content size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentSize?: number;\n /**\n * The content hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentHash?: ContentHash;\n /**\n * The metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: Record<string, unknown>;\n}\n\n/** The content hash. */\nexport interface ContentHash {\n /** The algorithm of the content hash. */\n algorithm?: string;\n /** The value of the content hash. */\n value?: string;\n}\n\n/** The workflow parameters. */\nexport interface WorkflowParameter {\n /** The type. */\n type?: ParameterType;\n /** The value. */\n value?: Record<string, unknown>;\n /** The metadata. */\n metadata?: Record<string, unknown>;\n /** The description. */\n description?: string;\n}\n\n/** The sub resource type. */\nexport interface SubResource {\n /**\n * The resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** The list of workflow run actions. */\nexport interface WorkflowRunActionListResult {\n /** A list of workflow run actions. */\n value?: WorkflowRunAction[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The correlation properties. */\nexport interface RunCorrelation {\n /** The client tracking identifier. */\n clientTrackingId?: string;\n /** The client keywords. */\n clientKeywords?: string[];\n}\n\n/** The retry history. */\nexport interface RetryHistory {\n /** Gets the start time. */\n startTime?: Date;\n /** Gets the end time. */\n endTime?: Date;\n /** Gets the status code. */\n code?: string;\n /** Gets the client request Id. */\n clientRequestId?: string;\n /** Gets the service request Id. */\n serviceRequestId?: string;\n /** Gets the error response. */\n error?: ErrorResponse;\n}\n\n/** The expression traces. */\nexport interface ExpressionTraces {\n /** Anything */\n value?: any;\n inputs?: ExpressionRoot[];\n /** The link used to get the next page of recommendations. */\n nextLink?: string;\n}\n\n/** The expression. */\nexport interface Expression {\n /** The text. */\n text?: string;\n /** Anything */\n value?: any;\n /** The sub expressions. */\n subexpressions?: Expression[];\n /** The azure resource error info. */\n error?: AzureResourceErrorInfo;\n}\n\n/** The error info. */\nexport interface ErrorInfo {\n /** The error code. */\n code: string;\n}\n\n/** A collection of workflow run action repetitions. */\nexport interface WorkflowRunActionRepetitionDefinitionCollection {\n /** The link used to get the next page of recommendations. */\n nextLink?: string;\n value?: WorkflowRunActionRepetitionDefinition[];\n}\n\n/** The workflow run action repetition index. */\nexport interface RepetitionIndex {\n /** The scope. */\n scopeName?: string;\n /** The index. */\n itemIndex: number;\n}\n\n/** The run operation result properties. */\nexport interface OperationResultProperties {\n /** The start time of the workflow scope repetition. */\n startTime?: Date;\n /** The end time of the workflow scope repetition. */\n endTime?: Date;\n /** The correlation properties. */\n correlation?: RunActionCorrelation;\n /** The status of the workflow scope repetition. */\n status?: WorkflowStatus;\n /** The workflow scope repetition code. */\n code?: string;\n /** Anything */\n error?: any;\n}\n\n/** The base resource type. */\nexport interface WorkflowResource {\n /**\n * The resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The resource location. */\n location?: string;\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The list of workflow request histories. */\nexport interface RequestHistoryListResult {\n /** A list of workflow request histories. */\n value?: RequestHistory[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The request history. */\nexport interface RequestHistoryProperties {\n /** The time the request started. */\n startTime?: Date;\n /** The time the request ended. */\n endTime?: Date;\n /** The request. */\n request?: Request;\n /** The response. */\n response?: Response;\n}\n\n/** A request. */\nexport interface Request {\n /** A list of all the headers attached to the request. */\n headers?: Record<string, unknown>;\n /** The destination for the request. */\n uri?: string;\n /** The HTTP method used for the request. */\n method?: string;\n}\n\n/** A response. */\nexport interface Response {\n /** A list of all the headers attached to the response. */\n headers?: Record<string, unknown>;\n /** The status code of the response. */\n statusCode?: number;\n /** Details on the location of the body content. */\n bodyLink?: ContentLink;\n}\n\n/** The list of workflow triggers. */\nexport interface WorkflowTriggerListResult {\n /** A list of workflow triggers. */\n value?: WorkflowTrigger[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The workflow trigger recurrence. */\nexport interface WorkflowTriggerRecurrence {\n /** The frequency. */\n frequency?: RecurrenceFrequency;\n /** The interval. */\n interval?: number;\n /** The start time. */\n startTime?: string;\n /** The end time. */\n endTime?: string;\n /** The time zone. */\n timeZone?: string;\n /** The recurrence schedule. */\n schedule?: RecurrenceSchedule;\n}\n\n/** The recurrence schedule. */\nexport interface RecurrenceSchedule {\n /** The minutes. */\n minutes?: number[];\n /** The hours. */\n hours?: number[];\n /** The days of the week. */\n weekDays?: DaysOfWeek[];\n /** The month days. */\n monthDays?: number[];\n /** The monthly occurrences. */\n monthlyOccurrences?: RecurrenceScheduleOccurrence[];\n}\n\n/** The recurrence schedule occurrence. */\nexport interface RecurrenceScheduleOccurrence {\n /** The day of the week. */\n day?: DayOfWeek;\n /** The occurrence. */\n occurrence?: number;\n}\n\n/** The list of workflow trigger histories. */\nexport interface WorkflowTriggerHistoryListResult {\n /** A list of workflow trigger histories. */\n value?: WorkflowTriggerHistory[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The workflow trigger callback URL. */\nexport interface WorkflowTriggerCallbackUrl {\n /**\n * Gets the workflow trigger callback URL.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Gets the workflow trigger callback URL HTTP method.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly method?: string;\n /**\n * Gets the workflow trigger callback URL base path.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly basePath?: string;\n /**\n * Gets the workflow trigger callback URL relative path.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relativePath?: string;\n /** Gets the workflow trigger callback URL relative path parameters. */\n relativePathParameters?: string[];\n /** Gets the workflow trigger callback URL query parameters. */\n queries?: WorkflowTriggerListCallbackUrlQueries;\n}\n\n/** Gets the workflow trigger callback URL query parameters. */\nexport interface WorkflowTriggerListCallbackUrlQueries {\n /** The api version. */\n apiVersion?: string;\n /** The SAS permissions. */\n sp?: string;\n /** The SAS version. */\n sv?: string;\n /** The SAS signature. */\n sig?: string;\n /** The SAS timestamp. */\n se?: string;\n}\n\n/** The JSON schema. */\nexport interface JsonSchema {\n /** The JSON title. */\n title?: string;\n /** The JSON content. */\n content?: string;\n}\n\n/** The endpoints configuration. */\nexport interface FlowEndpointsConfiguration {\n /** The workflow endpoints. */\n workflow?: FlowEndpoints;\n /** The connector endpoints. */\n connector?: FlowEndpoints;\n}\n\n/** The flow endpoints configuration. */\nexport interface FlowEndpoints {\n /** The outgoing ip address. */\n outgoingIpAddresses?: IpAddress[];\n /** The access endpoint ip address. */\n accessEndpointIpAddresses?: IpAddress[];\n}\n\n/** The ip address. */\nexport interface IpAddress {\n /** The address. */\n address?: string;\n}\n\n/** The access control configuration. */\nexport interface FlowAccessControlConfiguration {\n /** The access control configuration for invoking workflow triggers. */\n triggers?: FlowAccessControlConfigurationPolicy;\n /** The access control configuration for accessing workflow run contents. */\n contents?: FlowAccessControlConfigurationPolicy;\n /** The access control configuration for workflow actions. */\n actions?: FlowAccessControlConfigurationPolicy;\n /** The access control configuration for workflow management. */\n workflowManagement?: FlowAccessControlConfigurationPolicy;\n}\n\n/** The access control configuration policy. */\nexport interface FlowAccessControlConfigurationPolicy {\n /** The allowed caller IP address ranges. */\n allowedCallerIpAddresses?: IpAddressRange[];\n /** The authentication policies for workflow. */\n openAuthenticationPolicies?: OpenAuthenticationAccessPolicies;\n}\n\n/** The ip address range. */\nexport interface IpAddressRange {\n /** The IP address range. */\n addressRange?: string;\n}\n\n/** AuthenticationPolicy of type Open. */\nexport interface OpenAuthenticationAccessPolicies {\n /** Open authentication policies. */\n policies?: { [propertyName: string]: OpenAuthenticationAccessPolicy };\n}\n\n/** Open authentication access policy defined by user. */\nexport interface OpenAuthenticationAccessPolicy {\n /** Type of provider for OAuth. */\n type?: OpenAuthenticationProviderType;\n /** The access policy claims. */\n claims?: OpenAuthenticationPolicyClaim[];\n}\n\n/** Open authentication policy claim. */\nexport interface OpenAuthenticationPolicyClaim {\n /** The name of the claim. */\n name?: string;\n /** The value of the claim. */\n value?: string;\n}\n\n/** The sku type. */\nexport interface WorkflowSku {\n /** The name. */\n name: WorkflowSkuName;\n /** The reference to plan. */\n plan?: ResourceReference;\n}\n\n/** The list of workflow versions. */\nexport interface WorkflowVersionListResult {\n /** A list of workflow versions. */\n value?: WorkflowVersion[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** Describes valid TLS cipher suites. */\nexport interface CipherSuites {\n /** List of TLS Cipher Suites that are supported by App Service. */\n suites?: string[];\n}\n\n/** Container App container definition. */\nexport interface Container {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n}\n\n/** Container App container environment variable. */\nexport interface EnvironmentVar {\n /** Environment variable name. */\n name?: string;\n /** Non-secret environment variable value. */\n value?: string;\n /** Name of the Container App secret from which to pull the environment variable value. */\n secretRef?: string;\n}\n\n/** Container App container resource requirements. */\nexport interface ContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface CustomScaleRule {\n /**\n * Type of the custom scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe custom scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Auth Secrets for Container App Scale Rule */\nexport interface ScaleRuleAuth {\n /** Name of the Container App secret from which to pull the auth params. */\n secretRef?: string;\n /** Trigger Parameter that uses the secret */\n triggerParameter?: string;\n}\n\n/** Container App Dapr configuration. */\nexport interface Dapr {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Port on which the Dapr side car */\n appPort?: number;\n /** Collection of Dapr components */\n components?: DaprComponent[];\n}\n\n/** Dapr component configuration */\nexport interface DaprComponent {\n /** Component name */\n name?: string;\n /** Component type */\n type?: string;\n /** Component version */\n version?: string;\n /** Component metadata */\n metadata?: DaprMetadata[];\n}\n\n/** Container App Dapr component metadata. */\nexport interface DaprMetadata {\n /** Metadata property name. */\n name?: string;\n /** Metadata property value. */\n value?: string;\n /** Name of the Container App secret from which to pull the metadata property value. */\n secretRef?: string;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface HttpScaleRule {\n /** Metadata properties to describe http scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Container App container Azure Queue based scaling rule. */\nexport interface QueueScaleRule {\n /** Queue name. */\n queueName?: string;\n /** Queue length. */\n queueLength?: number;\n /** Authentication secrets for the queue scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Container App scaling configurations. */\nexport interface Scale {\n /** Optional. Minimum number of container replicas. */\n minReplicas?: number;\n /** Optional. Maximum number of container replicas. Defaults to 10 if not set. */\n maxReplicas?: number;\n /** Scaling rules. */\n rules?: ScaleRule[];\n}\n\n/** Container App container scaling rule. */\nexport interface ScaleRule {\n /** Scale Rule Name */\n name?: string;\n /** Azure Queue based scaling. */\n azureQueue?: QueueScaleRule;\n /** Custom scale rule. */\n custom?: CustomScaleRule;\n /** HTTP requests based scaling. */\n http?: HttpScaleRule;\n}\n\n/**\n * Container App versioned application definition.\n * Defines the desired state of an immutable revision.\n * Any changes to this section Will result in a new revision being created\n */\nexport interface Template {\n /** User friendly suffix that is appended to the revision name */\n revisionSuffix?: string;\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** Scaling properties for the Container App. */\n scale?: Scale;\n /** Dapr configuration for the Container App. */\n dapr?: Dapr;\n}\n\n/** Github access token for Appservice CLI github integration. */\nexport interface AppserviceGithubToken {\n /** Github access token for Appservice CLI github integration */\n accessToken?: string;\n /** Scope of the github access token */\n scope?: string;\n /** token type */\n tokenType?: string;\n /** True if valid github token received, False otherwise */\n gotToken?: boolean;\n /** Error message if unable to get token */\n errorMessage?: string;\n}\n\n/** Appservice Github token request content. */\nexport interface AppserviceGithubTokenRequest {\n /** Code string to exchange for Github Access token */\n code: string;\n /** State string used for verification. */\n state: string;\n}\n\n/** The workflow filter. */\nexport interface WorkflowFilter {\n /** The state of workflows. */\n state?: WorkflowState;\n}\n\n/** The list of workflows. */\nexport interface WorkflowListResult {\n /** The list of workflows. */\n value?: Workflow[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The workflow run action filter. */\nexport interface WorkflowRunActionFilter {\n /** The status of workflow run action. */\n status?: WorkflowStatus;\n}\n\n/** The workflow run filter. */\nexport interface WorkflowRunFilter {\n /** The status of workflow run. */\n status?: WorkflowStatus;\n}\n\n/** The workflow trigger filter. */\nexport interface WorkflowTriggerFilter {\n /** The state of workflow trigger. */\n state?: WorkflowState;\n}\n\n/** The workflow trigger history filter. */\nexport interface WorkflowTriggerHistoryFilter {\n /** The status of workflow trigger history. */\n status?: WorkflowStatus;\n}\n\n/** SSL certificate purchase order. */\nexport interface AppServiceCertificateOrder extends Resource {\n /** State of the Key Vault secret. */\n certificates?: { [propertyName: string]: AppServiceCertificate };\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /**\n * Domain verification token.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainVerificationToken?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType?: CertificateProductType;\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * Status of certificate order.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current order status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CertificateOrderStatus;\n /**\n * Signed certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signedCertificate?: CertificateDetails;\n /** Last CSR that was created for this order. */\n csr?: string;\n /**\n * Intermediate certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intermediate?: CertificateDetails;\n /**\n * Root certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly root?: CertificateDetails;\n /**\n * Current serial number of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serialNumber?: string;\n /**\n * Certificate last issuance time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCertificateIssuanceTime?: Date;\n /**\n * Certificate expiration time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * <code>true</code> if private key is external; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPrivateKeyExternal?: boolean;\n /**\n * Reasons why App Service Certificate is not renewable at the current moment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];\n /**\n * Time stamp when the certificate would be auto renewed next\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextAutoRenewalTimeStamp?: Date;\n /**\n * Contact info\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contact?: CertificateOrderContact;\n}\n\n/** Key Vault container ARM resource for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificateResource extends Resource {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\n/** Information about a domain. */\nexport interface Domain extends Resource {\n /** Administrative contact. */\n contactAdmin?: Contact;\n /** Billing contact. */\n contactBilling?: Contact;\n /** Registrant contact. */\n contactRegistrant?: Contact;\n /** Technical contact. */\n contactTech?: Contact;\n /**\n * Domain registration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationStatus?: DomainStatus;\n /**\n * Domain provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Name servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameServers?: string[];\n /** <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. */\n privacy?: boolean;\n /**\n * Domain creation timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Domain expiration timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * Timestamp when the domain was renewed last time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRenewedTime?: Date;\n /** <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and\n * it is hosted on name servers Azure has programmatic access to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly readyForDnsRecordManagement?: boolean;\n /**\n * All hostnames derived from the domain and assigned to Azure resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedHostNames?: HostName[];\n /** Legal agreement consent. */\n consent?: DomainPurchaseConsent;\n /**\n * Reasons why domain is not renewable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Current DNS type */\n dnsType?: DnsType;\n /** Azure DNS Zone to use */\n dnsZoneId?: string;\n /** Target DNS type (would be used for migration) */\n targetDnsType?: DnsType;\n authCode?: string;\n}\n\n/** App Service Environment ARM resource. */\nexport interface AppServiceEnvironmentResource extends Resource {\n /**\n * Provisioning state of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current status of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HostingEnvironmentStatus;\n /** Description of the Virtual Network. */\n virtualNetwork?: VirtualNetworkProfile;\n /** Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. */\n internalLoadBalancingMode?: LoadBalancingMode;\n /** Front-end VM size, e.g. \"Medium\", \"Large\". */\n multiSize?: string;\n /**\n * Number of front-end instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiRoleCount?: number;\n /** Number of IP SSL addresses reserved for the App Service Environment. */\n ipsslAddressCount?: number;\n /** DNS suffix of the App Service Environment. */\n dnsSuffix?: string;\n /**\n * Maximum number of VMs in the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfMachines?: number;\n /** Scale factor for front-ends. */\n frontEndScaleFactor?: number;\n /**\n * <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available\n * (most likely because NSG blocked the incoming traffic).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspended?: boolean;\n /** Custom settings for changing the behavior of the App Service Environment. */\n clusterSettings?: NameValuePair[];\n /** User added ip ranges to whitelist on ASE db */\n userWhitelistedIpRanges?: string[];\n /**\n * Flag that displays whether an ASE has linux workers or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasLinuxWorkers?: boolean;\n /** Upgrade Preference */\n upgradePreference?: UpgradePreference;\n /** Dedicated Host Count */\n dedicatedHostCount?: number;\n /** Whether or not this App Service Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Full view of the custom domain suffix configuration for ASEv3. */\n customDnsSuffixConfiguration?: CustomDnsSuffixConfiguration;\n /** Full view of networking configuration for an ASE. */\n networkingConfiguration?: AseV3NetworkingConfiguration;\n /**\n * Whether an upgrade is available for this App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeAvailability?: UpgradeAvailability;\n}\n\n/** A web app, a mobile app backend, or an API app. */\nexport interface Site extends Resource {\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n /**\n * Current state of the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: string;\n /**\n * Hostnames associated with the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostNames?: string[];\n /**\n * Name of the repository site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositorySiteName?: string;\n /**\n * State indicating whether the app has exceeded its quota usage. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageState?: UsageState;\n /** <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline). */\n enabled?: boolean;\n /**\n * Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,\n * the app is not served on those hostnames.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabledHostNames?: string[];\n /**\n * Management information availability state for the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityState?: SiteAvailabilityState;\n /** Hostname SSL states are used to manage the SSL bindings for app's hostnames. */\n hostNameSslStates?: HostNameSslState[];\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** <code>true</code> if reserved; otherwise, <code>false</code>. */\n reserved?: boolean;\n /** Obsolete: Hyper-V sandbox. */\n isXenon?: boolean;\n /** Hyper-V sandbox. */\n hyperV?: boolean;\n /**\n * Last time the app was modified, in UTC. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTimeUtc?: Date;\n /** Property to configure various DNS related settings for a site. */\n dnsConfiguration?: SiteDnsConfig;\n /** Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. */\n vnetRouteAllEnabled?: boolean;\n /** To enable pulling image over Virtual Network */\n vnetImagePullEnabled?: boolean;\n /** To enable accessing content over virtual network */\n vnetContentShareEnabled?: boolean;\n /** To enable Backup and Restore operations over virtual network */\n vnetBackupRestoreEnabled?: boolean;\n /** Configuration of the app. */\n siteConfig?: SiteConfig;\n /** Configuration specific of the Azure Function app. */\n functionAppConfig?: FunctionAppConfig;\n /** Dapr configuration of the app. */\n daprConfig?: DaprConfig;\n /** Workload profile name for function app to execute on. */\n workloadProfileName?: string;\n /** Function app resource requirements. */\n resourceConfig?: ResourceConfig;\n /**\n * Azure Traffic Manager hostnames associated with the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trafficManagerHostNames?: string[];\n /** <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>. */\n scmSiteAlsoStopped?: boolean;\n /**\n * Specifies which deployment slot this app will swap into. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetSwapSlot?: string;\n /** App Service Environment to use for the app. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. */\n clientAffinityEnabled?: boolean;\n /** <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. */\n clientCertEnabled?: boolean;\n /**\n * This composes with ClientCertEnabled setting.\n * - ClientCertEnabled: false means ClientCert is ignored.\n * - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.\n * - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted.\n */\n clientCertMode?: ClientCertMode;\n /** client certificate authentication comma-separated exclusion paths */\n clientCertExclusionPaths?: string;\n /** Specifies the IP mode of the app. */\n ipMode?: IPMode;\n /** Whether to use end to end encryption between the FrontEnd and the Worker */\n endToEndEncryptionEnabled?: boolean;\n /**\n * <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.\n * If <code>true</code>, the app is only accessible via API management process.\n */\n hostNamesDisabled?: boolean;\n /** Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification. */\n customDomainVerificationId?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleOutboundIpAddresses?: string;\n /** Size of the function container. */\n containerSize?: number;\n /** Maximum allowed daily memory-time quota (applicable on dynamic apps only). */\n dailyMemoryTimeQuota?: number;\n /**\n * App suspended till in case memory-time quota is exceeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspendedTill?: Date;\n /**\n * Maximum number of workers.\n * This only applies to Functions container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfWorkers?: number;\n /** If specified during app creation, the app is cloned from a source app. */\n cloningInfo?: CloningInfo;\n /**\n * Name of the resource group the app belongs to. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * <code>true</code> if the app is a default container; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultContainer?: boolean;\n /**\n * Default hostname of the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostName?: string;\n /**\n * Status of the last deployment slot swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slotSwapStatus?: SlotSwapStatus;\n /**\n * HttpsOnly: configures a web site to accept only https requests. Issues redirect for\n * http requests\n */\n httpsOnly?: boolean;\n /** Site redundancy mode */\n redundancyMode?: RedundancyMode;\n /**\n * Specifies an operation id if this site has a pending operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inProgressOperationId?: string;\n /** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /** Checks if Customer provided storage account is required */\n storageAccountRequired?: boolean;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /** Specifies the scope of uniqueness for the default hostname during resource creation */\n autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;\n /**\n * Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.\n * This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}\n */\n virtualNetworkSubnetId?: string;\n /** Azure Resource Manager ID of the customer's selected Managed Environment on which to host this app. This must be of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName} */\n managedEnvironmentId?: string;\n /**\n * Current SKU of application based on associated App Service Plan. Some valid SKU values are Free, Shared, Basic, Dynamic, FlexConsumption, Standard, Premium, PremiumV2, PremiumV3, Isolated, IsolatedV2\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: string;\n}\n\n/** App Service plan. */\nexport interface AppServicePlan extends Resource {\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n /** Target worker tier assigned to the App Service plan. */\n workerTierName?: string;\n /**\n * App Service plan status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StatusOptions;\n /**\n * App Service plan subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscription?: string;\n /** Specification for the App Service Environment to use for the App Service plan. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /**\n * Maximum number of instances that can be assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfWorkers?: number;\n /**\n * The number of instances that are assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfWorkers?: number;\n /**\n * Geographical location for the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoRegion?: string;\n /**\n * If <code>true</code>, apps assigned to this App Service plan can be scaled independently.\n * If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.\n */\n perSiteScaling?: boolean;\n /** ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku */\n elasticScaleEnabled?: boolean;\n /** Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan */\n maximumElasticWorkerCount?: number;\n /**\n * Number of apps assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfSites?: number;\n /** If <code>true</code>, this App Service Plan owns spot instances. */\n isSpot?: boolean;\n /** The time when the server farm expires. Valid only if it is a spot server farm. */\n spotExpirationTime?: Date;\n /** The time when the server farm free offer expires. */\n freeOfferExpirationTime?: Date;\n /**\n * Resource group of the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /** If Linux app service plan <code>true</code>, <code>false</code> otherwise. */\n reserved?: boolean;\n /** Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n isXenon?: boolean;\n /** If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n hyperV?: boolean;\n /** Scaling worker count. */\n targetWorkerCount?: number;\n /** Scaling worker size ID. */\n targetWorkerSizeId?: number;\n /**\n * Provisioning state of the App Service Plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Specification for the Kubernetes Environment to use for the App Service plan. */\n kubeEnvironmentProfile?: KubeEnvironmentProfile;\n /**\n * If <code>true</code>, this App Service Plan will perform availability zone balancing.\n * If <code>false</code>, this App Service Plan will not perform availability zone balancing.\n */\n zoneRedundant?: boolean;\n}\n\n/** SSL certificate for an app. */\nexport interface Certificate extends Resource {\n /** Certificate password. */\n password?: string;\n /**\n * Friendly name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly friendlyName?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /** Host names the certificate applies to. */\n hostNames?: string[];\n /** Pfx blob. */\n pfxBlob?: Uint8Array;\n /**\n * App name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteName?: string;\n /**\n * Self link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly selfLink?: string;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Raw bytes of .cer file\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cerBlob?: Uint8Array;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n /**\n * Specification for the App Service Environment to use for the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** Key Vault Csm resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultSecretStatus?: KeyVaultSecretStatus;\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** CNAME of the certificate to be issued via free certificate */\n canonicalName?: string;\n /** Method of domain validation for free cert */\n domainValidationMethod?: string;\n}\n\n/** A Kubernetes cluster specialized for web workloads by Azure App Service */\nexport interface KubeEnvironment extends Resource {\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n /**\n * Provisioning state of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KubeEnvironmentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /** Only visible within Vnet/Subnet */\n internalLoadBalancerEnabled?: boolean;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /** Static IP of the KubeEnvironment */\n staticIp?: string;\n /** Type of Kubernetes Environment. Only supported for Container App Environments with value as Managed */\n environmentType?: string;\n /**\n * Cluster configuration which determines the ARC cluster\n * components types. Eg: Choosing between BuildService kind,\n * FrontEnd Service ArtifactsStorageType etc.\n */\n arcConfiguration?: ArcConfiguration;\n /**\n * Cluster configuration which enables the log daemon to export\n * app logs to a destination. Currently only \"log-analytics\" is\n * supported\n */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration */\n containerAppsConfiguration?: ContainerAppsConfiguration;\n aksResourceID?: string;\n}\n\n/** Static Site ARM resource. */\nexport interface StaticSiteARMResource extends Resource {\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /**\n * The default autogenerated hostname for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostname?: string;\n /** URL for the repository of the static site. */\n repositoryUrl?: string;\n /** The target branch in the repository. */\n branch?: string;\n /**\n * The custom domains associated with this static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomains?: string[];\n /** A user's github repository token. This is used to setup the Github Actions workflow file and API secrets. */\n repositoryToken?: string;\n /** Build properties to configure on the repository. */\n buildProperties?: StaticSiteBuildProperties;\n /**\n * Private endpoint connections\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: ResponseMessageEnvelopeRemotePrivateEndpointConnection[];\n /** State indicating whether staging environments are allowed or not allowed for a static web app. */\n stagingEnvironmentPolicy?: StagingEnvironmentPolicy;\n /** <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>. */\n allowConfigFileUpdates?: boolean;\n /** Template options for generating a new repository. */\n templateProperties?: StaticSiteTemplateOptions;\n /**\n * The content distribution endpoint for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentDistributionEndpoint?: string;\n /**\n * Identity to use for Key Vault Reference authentication.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultReferenceIdentity?: string;\n /**\n * User provided function apps registered with the static site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userProvidedFunctionApps?: StaticSiteUserProvidedFunctionApp[];\n /**\n * Backends linked to the static side\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkedBackends?: StaticSiteLinkedBackend[];\n /** The provider that submitted the last deployment to the primary environment of the static site. */\n provider?: string;\n /** State indicating the status of the enterprise grade CDN serving traffic to the static web app. */\n enterpriseGradeCdnStatus?: EnterpriseGradeCdnStatus;\n /** State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /**\n * Database connections for the static site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseConnections?: DatabaseConnectionOverview[];\n}\n\n/** Premier add-on. */\nexport interface PremierAddOn extends Resource {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on Product. */\n product?: string;\n /** Premier add on Vendor. */\n vendor?: string;\n /** Premier add on Marketplace publisher. */\n marketplacePublisher?: string;\n /** Premier add on Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** ARM resource for a certificate order that is purchased through Azure. */\nexport interface AppServiceCertificateOrderPatchResource\n extends ProxyOnlyResource {\n /** State of the Key Vault secret. */\n certificates?: { [propertyName: string]: AppServiceCertificate };\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /**\n * Domain verification token.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainVerificationToken?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType?: CertificateProductType;\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * Status of certificate order.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current order status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CertificateOrderStatus;\n /**\n * Signed certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signedCertificate?: CertificateDetails;\n /** Last CSR that was created for this order. */\n csr?: string;\n /**\n * Intermediate certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intermediate?: CertificateDetails;\n /**\n * Root certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly root?: CertificateDetails;\n /**\n * Current serial number of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serialNumber?: string;\n /**\n * Certificate last issuance time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCertificateIssuanceTime?: Date;\n /**\n * Certificate expiration time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * <code>true</code> if private key is external; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPrivateKeyExternal?: boolean;\n /**\n * Reasons why App Service Certificate is not renewable at the current moment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];\n /**\n * Time stamp when the certificate would be auto renewed next\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextAutoRenewalTimeStamp?: Date;\n /**\n * Contact info\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contact?: CertificateOrderContact;\n}\n\n/** Key Vault container ARM resource for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificatePatchResource extends ProxyOnlyResource {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\n/** Class representing certificate reissue request. */\nexport interface ReissueCertificateOrderRequest extends ProxyOnlyResource {\n /** Certificate Key Size. */\n keySize?: number;\n /** Delay in hours to revoke existing certificate after the new certificate is issued. */\n delayExistingRevokeInHours?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\n/** Class representing certificate renew request. */\nexport interface RenewCertificateOrderRequest extends ProxyOnlyResource {\n /** Certificate Key Size. */\n keySize?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\n/** Class representing Response from Detector */\nexport interface DetectorResponse extends ProxyOnlyResource {\n /** metadata for the detector */\n metadata?: DetectorInfo;\n /** Data Set */\n dataset?: DiagnosticData[];\n /** Indicates status of the most severe insight. */\n status?: Status;\n /** Additional configuration for different data providers to be used by the UI */\n dataProvidersMetadata?: DataProviderMetadata[];\n /** Suggested utterances where the detector can be applicable. */\n suggestedUtterances?: QueryUtterancesResults;\n}\n\n/** ARM resource for a domain. */\nexport interface DomainPatchResource extends ProxyOnlyResource {\n /** Administrative contact. */\n contactAdmin?: Contact;\n /** Billing contact. */\n contactBilling?: Contact;\n /** Registrant contact. */\n contactRegistrant?: Contact;\n /** Technical contact. */\n contactTech?: Contact;\n /**\n * Domain registration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationStatus?: DomainStatus;\n /**\n * Domain provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Name servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameServers?: string[];\n /** <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. */\n privacy?: boolean;\n /**\n * Domain creation timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Domain expiration timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * Timestamp when the domain was renewed last time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRenewedTime?: Date;\n /** <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and\n * it is hosted on name servers Azure has programmatic access to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly readyForDnsRecordManagement?: boolean;\n /**\n * All hostnames derived from the domain and assigned to Azure resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedHostNames?: HostName[];\n /** Legal agreement consent. */\n consent?: DomainPurchaseConsent;\n /**\n * Reasons why domain is not renewable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Current DNS type */\n dnsType?: DnsType;\n /** Azure DNS Zone to use */\n dnsZoneId?: string;\n /** Target DNS type (would be used for migration) */\n targetDnsType?: DnsType;\n authCode?: string;\n}\n\n/** Domain ownership Identifier. */\nexport interface DomainOwnershipIdentifier extends ProxyOnlyResource {\n /** Ownership Id. */\n ownershipId?: string;\n}\n\n/** A top level domain object. */\nexport interface TopLevelDomain extends ProxyOnlyResource {\n /** If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>. */\n privacy?: boolean;\n}\n\n/** Full view of the custom domain suffix configuration for ASEv3. */\nexport interface CustomDnsSuffixConfiguration extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: CustomDnsSuffixProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningDetails?: string;\n /** The default custom domain suffix to use for all sites deployed on the ASE. */\n dnsSuffix?: string;\n /** The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix. */\n certificateUrl?: string;\n /** The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available. */\n keyVaultReferenceIdentity?: string;\n}\n\n/** Full view of networking configuration for an ASE. */\nexport interface AseV3NetworkingConfiguration extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly windowsOutboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly linuxOutboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly externalInboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly internalInboundIpAddresses?: string[];\n /** Property to enable and disable new private endpoint connection creation on ASE */\n allowNewPrivateEndpointConnections?: boolean;\n /** Property to enable and disable FTP on ASEV3 */\n ftpEnabled?: boolean;\n /** Property to enable and disable Remote Debug on ASEV3 */\n remoteDebugEnabled?: boolean;\n /** Customer provided Inbound IP Address. Only able to be set on Ase create. */\n inboundIpAddressOverride?: string;\n}\n\n/** ARM resource for a app service environment. */\nexport interface AppServiceEnvironmentPatchResource extends ProxyOnlyResource {\n /**\n * Provisioning state of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current status of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HostingEnvironmentStatus;\n /** Description of the Virtual Network. */\n virtualNetwork?: VirtualNetworkProfile;\n /** Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. */\n internalLoadBalancingMode?: LoadBalancingMode;\n /** Front-end VM size, e.g. \"Medium\", \"Large\". */\n multiSize?: string;\n /**\n * Number of front-end instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiRoleCount?: number;\n /** Number of IP SSL addresses reserved for the App Service Environment. */\n ipsslAddressCount?: number;\n /** DNS suffix of the App Service Environment. */\n dnsSuffix?: string;\n /**\n * Maximum number of VMs in the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfMachines?: number;\n /** Scale factor for front-ends. */\n frontEndScaleFactor?: number;\n /**\n * <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available\n * (most likely because NSG blocked the incoming traffic).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspended?: boolean;\n /** Custom settings for changing the behavior of the App Service Environment. */\n clusterSettings?: NameValuePair[];\n /** User added ip ranges to whitelist on ASE db */\n userWhitelistedIpRanges?: string[];\n /**\n * Flag that displays whether an ASE has linux workers or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasLinuxWorkers?: boolean;\n /** Upgrade Preference */\n upgradePreference?: UpgradePreference;\n /** Dedicated Host Count */\n dedicatedHostCount?: number;\n /** Whether or not this App Service Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Full view of the custom domain suffix configuration for ASEv3. */\n customDnsSuffixConfiguration?: CustomDnsSuffixConfiguration;\n /** Full view of networking configuration for an ASE. */\n networkingConfiguration?: AseV3NetworkingConfiguration;\n /**\n * Whether an upgrade is available for this App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeAvailability?: UpgradeAvailability;\n}\n\n/** Describes main public IP address and any extra virtual IPs. */\nexport interface AddressResponse extends ProxyOnlyResource {\n /** Main public virtual IP. */\n serviceIpAddress?: string;\n /** Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode. */\n internalIpAddress?: string;\n /** IP addresses appearing on outbound connections. */\n outboundIpAddresses?: string[];\n /** Additional virtual IPs. */\n vipMappings?: VirtualIPMapping[];\n}\n\n/** Push settings for the App. */\nexport interface PushSettings extends ProxyOnlyResource {\n /** Gets or sets a flag indicating whether the Push endpoint is enabled. */\n isPushEnabled?: boolean;\n /** Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. */\n tagWhitelistJson?: string;\n /**\n * Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.\n * Tags can consist of alphanumeric characters and the following:\n * '_', '@', '#', '.', ':', '-'.\n * Validation should be performed at the PushRequestHandler.\n */\n tagsRequiringAuth?: string;\n /** Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. */\n dynamicTagsJson?: string;\n}\n\n/** Worker pool of an App Service Environment ARM resource. */\nexport interface WorkerPoolResource extends ProxyOnlyResource {\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Worker size ID for referencing this worker pool. */\n workerSizeId?: number;\n /** Shared or dedicated app hosting. */\n computeMode?: ComputeModeOptions;\n /** VM size of the worker pool instances. */\n workerSize?: string;\n /** Number of instances in the worker pool. */\n workerCount?: number;\n /**\n * Names of all instances in the worker pool (read only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceNames?: string[];\n}\n\n/** Metadata for the metrics. */\nexport interface ResourceMetricDefinition extends ProxyOnlyResource {\n /**\n * Unit of the metric.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Primary aggregation type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryAggregationType?: string;\n /**\n * List of time grains supported for the metric together with retention period.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricAvailabilities?: ResourceMetricAvailability[];\n /**\n * Resource URI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceUri?: string;\n /**\n * Resource metric definition properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: string };\n}\n\n/** Usage of the quota resource. */\nexport interface Usage extends ProxyOnlyResource {\n /**\n * Friendly name shown in the UI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Name of the quota resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceName?: string;\n /**\n * Units of measurement for the quota resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * The current value of the resource counter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentValue?: number;\n /**\n * The resource limit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly limit?: number;\n /**\n * Next reset time for the resource counter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextResetTime?: Date;\n /**\n * Compute mode used for this usage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computeMode?: ComputeModeOptions;\n /**\n * Site mode used for this usage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteMode?: string;\n}\n\n/** Remote Private Endpoint Connection ARM resource. */\nexport interface RemotePrivateEndpointConnectionARMResource\n extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: string;\n /** PrivateEndpoint of a remote private endpoint connection */\n privateEndpoint?: ArmIdWrapper;\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n /** Private IPAddresses mapped to the remote private endpoint */\n ipAddresses?: string[];\n}\n\n/** ARM resource for a app service plan. */\nexport interface AppServicePlanPatchResource extends ProxyOnlyResource {\n /** Target worker tier assigned to the App Service plan. */\n workerTierName?: string;\n /**\n * App Service plan status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StatusOptions;\n /**\n * App Service plan subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscription?: string;\n /** Specification for the App Service Environment to use for the App Service plan. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /**\n * Maximum number of instances that can be assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfWorkers?: number;\n /**\n * The number of instances that are assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfWorkers?: number;\n /**\n * Geographical location for the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoRegion?: string;\n /**\n * If <code>true</code>, apps assigned to this App Service plan can be scaled independently.\n * If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.\n */\n perSiteScaling?: boolean;\n /** ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku */\n elasticScaleEnabled?: boolean;\n /** Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan */\n maximumElasticWorkerCount?: number;\n /**\n * Number of apps assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfSites?: number;\n /** If <code>true</code>, this App Service Plan owns spot instances. */\n isSpot?: boolean;\n /** The time when the server farm expires. Valid only if it is a spot server farm. */\n spotExpirationTime?: Date;\n /** The time when the server farm free offer expires. */\n freeOfferExpirationTime?: Date;\n /**\n * Resource group of the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /** If Linux app service plan <code>true</code>, <code>false</code> otherwise. */\n reserved?: boolean;\n /** Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n isXenon?: boolean;\n /** If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n hyperV?: boolean;\n /** Scaling worker count. */\n targetWorkerCount?: number;\n /** Scaling worker size ID. */\n targetWorkerSizeId?: number;\n /**\n * Provisioning state of the App Service Plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Specification for the Kubernetes Environment to use for the App Service plan. */\n kubeEnvironmentProfile?: KubeEnvironmentProfile;\n /**\n * If <code>true</code>, this App Service Plan will perform availability zone balancing.\n * If <code>false</code>, this App Service Plan will not perform availability zone balancing.\n */\n zoneRedundant?: boolean;\n}\n\n/** Hybrid Connection contract. This is used to configure a Hybrid Connection. */\nexport interface HybridConnection extends ProxyOnlyResource {\n /** The name of the Service Bus namespace. */\n serviceBusNamespace?: string;\n /** The name of the Service Bus relay. */\n relayName?: string;\n /** The ARM URI to the Service Bus relay. */\n relayArmUri?: string;\n /** The hostname of the endpoint. */\n hostname?: string;\n /** The port of the endpoint. */\n port?: number;\n /** The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus. */\n sendKeyName?: string;\n /**\n * The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned\n * normally, use the POST /listKeys API instead.\n */\n sendKeyValue?: string;\n /** The suffix for the service bus endpoint. By default this is .servicebus.windows.net */\n serviceBusSuffix?: string;\n}\n\n/** Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection. */\nexport interface HybridConnectionKey extends ProxyOnlyResource {\n /**\n * The name of the send key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sendKeyName?: string;\n /**\n * The value of the send key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sendKeyValue?: string;\n}\n\n/** Hybrid Connection limits contract. This is used to return the plan limits of Hybrid Connections. */\nexport interface HybridConnectionLimits extends ProxyOnlyResource {\n /**\n * The current number of Hybrid Connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly current?: number;\n /**\n * The maximum number of Hybrid Connections allowed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n}\n\n/** Virtual Network route contract used to pass routing information for a Virtual Network. */\nexport interface VnetRoute extends ProxyOnlyResource {\n /** The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified. */\n startAddress?: string;\n /** The ending address for this route. If the start address is specified in CIDR notation, this must be omitted. */\n endAddress?: string;\n /**\n * The type of route this is:\n * DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918\n * INHERITED - Routes inherited from the real Virtual Network routes\n * STATIC - Static route set on the app only\n *\n * These values will be used for syncing an app's routes with those from a Virtual Network.\n */\n routeType?: RouteType;\n}\n\n/** Virtual Network information ARM resource. */\nexport interface VnetInfoResource extends ProxyOnlyResource {\n /** The Virtual Network's resource ID. */\n vnetResourceId?: string;\n /**\n * The client certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly certThumbprint?: string;\n /**\n * A certificate file (.cer) blob containing the public key of the private key used to authenticate a\n * Point-To-Site VPN connection.\n */\n certBlob?: string;\n /**\n * The routes that this Virtual Network connection uses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly routes?: VnetRoute[];\n /**\n * <code>true</code> if a resync is required; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRequired?: boolean;\n /** DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses. */\n dnsServers?: string;\n /** Flag that is used to denote if this is VNET injection */\n isSwift?: boolean;\n}\n\n/** The Virtual Network gateway contract. This is used to give the Virtual Network gateway access to the VPN package. */\nexport interface VnetGateway extends ProxyOnlyResource {\n /** The Virtual Network name. */\n vnetName?: string;\n /** The URI where the VPN package can be downloaded. */\n vpnPackageUri?: string;\n}\n\n/** ARM resource for a certificate. */\nexport interface CertificatePatchResource extends ProxyOnlyResource {\n /** Certificate password. */\n password?: string;\n /**\n * Friendly name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly friendlyName?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /** Host names the certificate applies to. */\n hostNames?: string[];\n /** Pfx blob. */\n pfxBlob?: Uint8Array;\n /**\n * App name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteName?: string;\n /**\n * Self link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly selfLink?: string;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Raw bytes of .cer file\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cerBlob?: Uint8Array;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n /**\n * Specification for the App Service Environment to use for the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** Key Vault Csm resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultSecretStatus?: KeyVaultSecretStatus;\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** CNAME of the certificate to be issued via free certificate */\n canonicalName?: string;\n /** Method of domain validation for free cert */\n domainValidationMethod?: string;\n}\n\n/** A deleted app. */\nexport interface DeletedSite extends ProxyOnlyResource {\n /**\n * Numeric id for the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedSiteId?: number;\n /**\n * Time in UTC when the app was deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedTimestamp?: string;\n /**\n * Subscription containing the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscription?: string;\n /**\n * ResourceGroup that contained the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * Name of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedSiteName?: string;\n /**\n * Slot of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slot?: string;\n /**\n * Kind of site that was deleted\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kindPropertiesKind?: string;\n /**\n * Geo Region of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoRegionName?: string;\n}\n\n/** Class representing detector definition */\nexport interface DiagnosticCategory extends ProxyOnlyResource {\n /**\n * Description of the diagnostic category\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Definition of Analysis */\nexport interface AnalysisDefinition extends ProxyOnlyResource {\n /**\n * Description of the Analysis\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Class representing a diagnostic analysis done on an application */\nexport interface DiagnosticAnalysis extends ProxyOnlyResource {\n /** Start time of the period */\n startTime?: Date;\n /** End time of the period */\n endTime?: Date;\n /** List of time periods. */\n abnormalTimePeriods?: AbnormalTimePeriod[];\n /** Data by each detector */\n payload?: AnalysisData[];\n /** Data by each detector for detectors that did not corelate */\n nonCorrelatedDetectors?: DetectorDefinition[];\n}\n\n/** ARM resource for a detector definition */\nexport interface DetectorDefinitionResource extends ProxyOnlyResource {\n /**\n * Display name of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Description of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Detector Rank\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rank?: number;\n /**\n * Flag representing whether detector is enabled or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEnabled?: boolean;\n}\n\n/** Class representing Response from Diagnostic Detectors */\nexport interface DiagnosticDetectorResponse extends ProxyOnlyResource {\n /** Start time of the period */\n startTime?: Date;\n /** End time of the period */\n endTime?: Date;\n /** Flag representing Issue was detected. */\n issueDetected?: boolean;\n /** Detector's definition */\n detectorDefinition?: DetectorDefinition;\n /** Metrics provided by the detector */\n metrics?: DiagnosticMetricSet[];\n /** List of Correlated events found by the detector */\n abnormalTimePeriods?: DetectorAbnormalTimePeriod[];\n /** Additional Data that detector wants to send. */\n data?: NameValuePair[][];\n /** Meta Data */\n responseMetaData?: ResponseMetaData;\n}\n\n/** A snapshot of an app. */\nexport interface Snapshot extends ProxyOnlyResource {\n /**\n * The time the snapshot was taken.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: string;\n}\n\n/** ARM resource for a KubeEnvironment when patching */\nexport interface KubeEnvironmentPatchResource extends ProxyOnlyResource {\n /**\n * Provisioning state of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KubeEnvironmentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /** Only visible within Vnet/Subnet */\n internalLoadBalancerEnabled?: boolean;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /** Static IP of the KubeEnvironment */\n staticIp?: string;\n /**\n * Cluster configuration which determines the ARC cluster\n * components types. Eg: Choosing between BuildService kind,\n * FrontEnd Service ArtifactsStorageType etc.\n */\n arcConfiguration?: ArcConfiguration;\n /**\n * Cluster configuration which enables the log daemon to export\n * app logs to a destination. Currently only \"log-analytics\" is\n * supported\n */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration */\n containerAppsConfiguration?: ContainerAppsConfiguration;\n aksResourceID?: string;\n}\n\n/** ARM resource for a ApplicationStack. */\nexport interface ApplicationStackResource extends ProxyOnlyResource {\n /** Application stack name. */\n namePropertiesName?: string;\n /** Application stack display name. */\n display?: string;\n /** Application stack dependency. */\n dependency?: string;\n /** List of major versions available. */\n majorVersions?: StackMajorVersion[];\n /** List of frameworks associated with application stack. */\n frameworks?: ApplicationStack[];\n /** <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>. */\n isDeprecated?: ApplicationStack[];\n}\n\n/** Function App Stack. */\nexport interface FunctionAppStack extends ProxyOnlyResource {\n /**\n * Function App stack location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Function App stack (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Function App stack name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * List of major versions available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly majorVersions?: FunctionAppMajorVersion[];\n /**\n * Function App stack preferred OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preferredOs?: StackPreferredOs;\n}\n\n/** Web App stack. */\nexport interface WebAppStack extends ProxyOnlyResource {\n /**\n * Web App stack location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Web App stack (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Web App stack name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * List of major versions available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly majorVersions?: WebAppMajorVersion[];\n /**\n * Web App stack preferred OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preferredOs?: StackPreferredOs;\n}\n\n/** Represents a recommendation result generated by the recommendation engine. */\nexport interface Recommendation extends ProxyOnlyResource {\n /** Timestamp when this instance was created. */\n creationTime?: Date;\n /** A GUID value that each recommendation object is associated with. */\n recommendationId?: string;\n /** Full ARM resource ID string that this recommendation object is associated with. */\n resourceId?: string;\n /** Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. */\n resourceScope?: ResourceScopeType;\n /** Unique name of the rule. */\n ruleName?: string;\n /** UI friendly name of the rule (may not be unique). */\n displayName?: string;\n /** Recommendation text. */\n message?: string;\n /** Level indicating how critical this recommendation can impact. */\n level?: NotificationLevel;\n /** List of channels that this recommendation can apply. */\n channels?: Channels;\n /**\n * The list of category tags that this recommendation belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly categoryTags?: string[];\n /** Name of action recommended by this object. */\n actionName?: string;\n /** True if this recommendation is still valid (i.e. \"actionable\"). False if it is invalid. */\n enabled?: number;\n /** The list of states of this recommendation. If it's null then it should be considered \"Active\". */\n states?: string[];\n /** The beginning time in UTC of a range that the recommendation refers to. */\n startTime?: Date;\n /** The end time in UTC of a range that the recommendation refers to. */\n endTime?: Date;\n /** When to notify this recommendation next in UTC. Null means that this will never be notified anymore. */\n nextNotificationTime?: Date;\n /** Date and time in UTC when this notification expires. */\n notificationExpirationTime?: Date;\n /** Last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet. */\n notifiedTime?: Date;\n /** A metric value measured by the rule. */\n score?: number;\n /** True if this is associated with a dynamically added rule */\n isDynamic?: boolean;\n /** Extension name of the portal if exists. */\n extensionName?: string;\n /** Deep link to a blade on the portal. */\n bladeName?: string;\n /** Forward link to an external document associated with the rule. */\n forwardLink?: string;\n}\n\n/** Represents a recommendation rule that the recommendation engine can perform. */\nexport interface RecommendationRule extends ProxyOnlyResource {\n /** Unique name of the rule. */\n recommendationName?: string;\n /** UI friendly name of the rule. */\n displayName?: string;\n /** Localized name of the rule (Good for UI). */\n message?: string;\n /**\n * Recommendation ID of an associated recommendation object tied to the rule, if exists.\n * If such an object doesn't exist, it is set to null.\n */\n recommendationId?: string;\n /** Localized detailed description of the rule. */\n description?: string;\n /** Name of action that is recommended by this rule in string. */\n actionName?: string;\n /** Level of impact indicating how critical this rule is. */\n level?: NotificationLevel;\n /** List of available channels that this rule applies. */\n channels?: Channels;\n /**\n * The list of category tags that this recommendation rule belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly categoryTags?: string[];\n /** True if this is associated with a dynamically added rule */\n isDynamic?: boolean;\n /** Extension name of the portal if exists. Applicable to dynamic rule only. */\n extensionName?: string;\n /** Deep link to a blade on the portal. Applicable to dynamic rule only. */\n bladeName?: string;\n /** Forward link to an external document associated with the rule. Applicable to dynamic rule only. */\n forwardLink?: string;\n}\n\n/** Used for getting ResourceHealthCheck settings. */\nexport interface ResourceHealthMetadata extends ProxyOnlyResource {\n /** The category that the resource matches in the RHC Policy File */\n category?: string;\n /** Is there a health signal for the resource */\n signalAvailability?: boolean;\n}\n\n/** User credentials used for publishing activity. */\nexport interface User extends ProxyOnlyResource {\n /** Username used for publishing. */\n publishingUserName?: string;\n /**\n * Password used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPassword?: string;\n /**\n * Password hash used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPasswordHash?: string;\n /**\n * Password hash salt used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPasswordHashSalt?: string;\n /** Url of SCM site. */\n scmUri?: string;\n}\n\n/** The source control OAuth token. */\nexport interface SourceControl extends ProxyOnlyResource {\n /** OAuth access token. */\n token?: string;\n /** OAuth access token secret. */\n tokenSecret?: string;\n /** OAuth refresh token. */\n refreshToken?: string;\n /** OAuth token expiration. */\n expirationTime?: Date;\n}\n\n/** App Service billing entity that contains information about meter which the Azure billing system utilizes to charge users for services. */\nexport interface BillingMeter extends ProxyOnlyResource {\n /** Meter GUID onboarded in Commerce */\n meterId?: string;\n /** Azure Location of billable resource */\n billingLocation?: string;\n /** Short Name from App Service Azure pricing Page */\n shortName?: string;\n /** Friendly name of the meter */\n friendlyName?: string;\n /** App Service ResourceType meter used for */\n resourceType?: string;\n /** App Service OS type meter used for */\n osType?: string;\n /** Meter Multiplier */\n multiplier?: number;\n}\n\n/** A domain specific resource identifier. */\nexport interface Identifier extends ProxyOnlyResource {\n /** String representation of the identity. */\n value?: string;\n}\n\n/** A hostname and its assigned sites */\nexport interface CustomHostnameSites extends ProxyOnlyResource {\n customHostname?: string;\n region?: string;\n siteResourceIds?: Identifier[];\n}\n\n/** Geographical region. */\nexport interface GeoRegion extends ProxyOnlyResource {\n /**\n * Region description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Display name for region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Display name for region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly orgDomain?: string;\n}\n\n/** ASE region. */\nexport interface AseRegion extends ProxyOnlyResource {\n /**\n * Display name for region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Is region standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly standard?: boolean;\n /**\n * Dedicated host enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dedicatedHost?: boolean;\n /**\n * Zone redundant deployment enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneRedundant?: boolean;\n /** Available Skus in region. */\n availableSku?: string[];\n /** Available OSs in region. */\n availableOS?: string[];\n}\n\n/** Premier add-on offer. */\nexport interface PremierAddOnOffer extends ProxyOnlyResource {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on offer Product. */\n product?: string;\n /** Premier add on offer Vendor. */\n vendor?: string;\n /** <code>true</code> if promotion code is required; otherwise, <code>false</code>. */\n promoCodeRequired?: boolean;\n /** Premier add on offer Quota. */\n quota?: number;\n /** App Service plans this offer is restricted to. */\n webHostingPlanRestrictions?: AppServicePlanRestrictions;\n /** Privacy policy URL. */\n privacyPolicyUrl?: string;\n /** Legal terms URL. */\n legalTermsUrl?: string;\n /** Marketplace publisher. */\n marketplacePublisher?: string;\n /** Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** The required set of inputs to validate a VNET */\nexport interface VnetParameters extends ProxyOnlyResource {\n /** The Resource Group of the VNET to be validated */\n vnetResourceGroup?: string;\n /** The name of the VNET to be validated */\n vnetName?: string;\n /** The subnet name to be validated */\n vnetSubnetName?: string;\n /** The ARM Resource ID of the subnet to validate */\n subnetResourceId?: string;\n}\n\n/** A class that describes a test that failed during NSG and UDR validation. */\nexport interface VnetValidationTestFailure extends ProxyOnlyResource {\n /** The name of the test that failed. */\n testName?: string;\n /** The details of what caused the failure, e.g. the blocking rule name, etc. */\n details?: string;\n}\n\n/** A class that describes the reason for a validation failure. */\nexport interface VnetValidationFailureDetails extends ProxyOnlyResource {\n /** Text describing the validation outcome. */\n message?: string;\n /** A flag describing whether or not validation failed. */\n failed?: boolean;\n /** A list of tests that failed in the validation. */\n failedTests?: VnetValidationTestFailure[];\n /** A list of warnings generated during validation. */\n warnings?: VnetValidationTestFailure[];\n}\n\n/** Request entity for previewing the Static Site workflow */\nexport interface StaticSitesWorkflowPreviewRequest extends ProxyOnlyResource {\n /** URL for the repository of the static site. */\n repositoryUrl?: string;\n /** The target branch in the repository. */\n branch?: string;\n /** Build properties to configure on the repository. */\n buildProperties?: StaticSiteBuildProperties;\n}\n\n/** Preview for the Static Site Workflow to be generated */\nexport interface StaticSitesWorkflowPreview extends ProxyOnlyResource {\n /**\n * The path for the workflow file to be generated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly path?: string;\n /**\n * The contents for the workflow file to be generated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contents?: string;\n}\n\n/** A remote private endpoint connection */\nexport interface RemotePrivateEndpointConnection extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: string;\n /** PrivateEndpoint of a remote private endpoint connection */\n privateEndpoint?: ArmIdWrapper;\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n /** Private IPAddresses mapped to the remote private endpoint */\n ipAddresses?: string[];\n}\n\n/** A static site user provided function. */\nexport interface StaticSiteUserProvidedFunctionApp extends ProxyOnlyResource {\n /** The resource id of the function app registered with the static site */\n functionAppResourceId?: string;\n /** The region of the function app registered with the static site */\n functionAppRegion?: string;\n /**\n * The date and time on which the function app was registered with the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n}\n\n/** ARM resource for a static site when patching */\nexport interface StaticSitePatchResource extends ProxyOnlyResource {\n /**\n * The default autogenerated hostname for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostname?: string;\n /** URL for the repository of the static site. */\n repositoryUrl?: string;\n /** The target branch in the repository. */\n branch?: string;\n /**\n * The custom domains associated with this static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomains?: string[];\n /** A user's github repository token. This is used to setup the Github Actions workflow file and API secrets. */\n repositoryToken?: string;\n /** Build properties to configure on the repository. */\n buildProperties?: StaticSiteBuildProperties;\n /**\n * Private endpoint connections\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: ResponseMessageEnvelopeRemotePrivateEndpointConnection[];\n /** State indicating whether staging environments are allowed or not allowed for a static web app. */\n stagingEnvironmentPolicy?: StagingEnvironmentPolicy;\n /** <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>. */\n allowConfigFileUpdates?: boolean;\n /** Template options for generating a new repository. */\n templateProperties?: StaticSiteTemplateOptions;\n /**\n * The content distribution endpoint for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentDistributionEndpoint?: string;\n /**\n * Identity to use for Key Vault Reference authentication.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultReferenceIdentity?: string;\n /**\n * User provided function apps registered with the static site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userProvidedFunctionApps?: StaticSiteUserProvidedFunctionApp[];\n /**\n * Backends linked to the static side\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkedBackends?: StaticSiteLinkedBackend[];\n /** The provider that submitted the last deployment to the primary environment of the static site. */\n provider?: string;\n /** State indicating the status of the enterprise grade CDN serving traffic to the static web app. */\n enterpriseGradeCdnStatus?: EnterpriseGradeCdnStatus;\n /** State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /**\n * Database connections for the static site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseConnections?: DatabaseConnectionOverview[];\n}\n\n/** Static Site User ARM resource. */\nexport interface StaticSiteUserARMResource extends ProxyOnlyResource {\n /**\n * The identity provider for the static site user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The user id for the static site user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userId?: string;\n /**\n * The display name for the static site user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** The roles for the static site user, in free-form string format */\n roles?: string;\n}\n\n/** Static Site Build ARM resource. */\nexport interface StaticSiteBuildARMResource extends ProxyOnlyResource {\n /**\n * An identifier for the static site build.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly buildId?: string;\n /**\n * The source branch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceBranch?: string;\n /**\n * The title of a pull request that a static site build is related to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pullRequestTitle?: string;\n /**\n * The hostname for a static site build.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostname?: string;\n /**\n * When this build was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimeUtc?: Date;\n /**\n * When this build was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn?: Date;\n /**\n * The status of the static site build.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: BuildStatus;\n /**\n * User provided function apps registered with the static site build\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userProvidedFunctionApps?: StaticSiteUserProvidedFunctionApp[];\n /**\n * Backends linked to the static side build\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkedBackends?: StaticSiteLinkedBackend[];\n /**\n * Database connections for the static site build\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseConnections?: DatabaseConnectionOverview[];\n}\n\n/** String dictionary resource. */\nexport interface StringDictionary extends ProxyOnlyResource {\n /** Settings. */\n properties?: { [propertyName: string]: string };\n}\n\n/** Static Site Database Connection resource. */\nexport interface DatabaseConnection extends ProxyOnlyResource {\n /** The resource id of the database. */\n resourceId?: string;\n /** If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource. */\n connectionIdentity?: string;\n /** The connection string to use to connect to the database. */\n connectionString?: string;\n /** The region of the database resource. */\n region?: string;\n /**\n * A list of configuration files associated with this database connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationFiles?: StaticSiteDatabaseConnectionConfigurationFileOverview[];\n}\n\n/** Static Site Function Overview ARM resource. */\nexport interface StaticSiteFunctionOverviewARMResource\n extends ProxyOnlyResource {\n /**\n * The name for the function\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly functionName?: string;\n /**\n * The trigger type of the function\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly triggerType?: TriggerTypes;\n}\n\n/** Static Site User Provided Function App ARM resource. */\nexport interface StaticSiteUserProvidedFunctionAppARMResource\n extends ProxyOnlyResource {\n /** The resource id of the function app registered with the static site */\n functionAppResourceId?: string;\n /** The region of the function app registered with the static site */\n functionAppRegion?: string;\n /**\n * The date and time on which the function app was registered with the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n}\n\n/** Static site zip deployment ARM resource. */\nexport interface StaticSiteZipDeploymentARMResource extends ProxyOnlyResource {\n /** URL for the zipped app content */\n appZipUrl?: string;\n /** URL for the zipped api content */\n apiZipUrl?: string;\n /** A title to label the deployment */\n deploymentTitle?: string;\n /** The provider submitting this deployment */\n provider?: string;\n /** The language of the api content, if it exists */\n functionLanguage?: string;\n}\n\n/** Static site basic auth properties ARM resource. */\nexport interface StaticSiteBasicAuthPropertiesARMResource\n extends ProxyOnlyResource {\n /** The password for basic auth. */\n password?: string;\n /** Url to the secret in Key Vault. */\n secretUrl?: string;\n /** State indicating if basic auth is enabled and for what environments it is active. */\n applicableEnvironmentsMode?: string;\n /** The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments. */\n environments?: string[];\n /**\n * State indicating if basic auth has a secret and what type it is.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secretState?: string;\n}\n\n/** Static sites user roles invitation resource. */\nexport interface StaticSiteUserInvitationRequestResource\n extends ProxyOnlyResource {\n /** The domain name for the static site custom domain. */\n domain?: string;\n /** The identity provider for the static site user. */\n provider?: string;\n /** The user id for the static site user. */\n userDetails?: string;\n /** The roles for the static site user, in free-form string format */\n roles?: string;\n /** The number of hours the sas token stays valid */\n numHoursToExpiration?: number;\n}\n\n/** Static sites user roles invitation link resource. */\nexport interface StaticSiteUserInvitationResponseResource\n extends ProxyOnlyResource {\n /**\n * The expiration time of the invitation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiresOn?: Date;\n /**\n * The url for the invitation link\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly invitationUrl?: string;\n}\n\n/** Static Site Custom Domain Overview ARM resource. */\nexport interface StaticSiteCustomDomainOverviewARMResource\n extends ProxyOnlyResource {\n /**\n * The domain name for the static site custom domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainName?: string;\n /**\n * The date and time on which the custom domain was created for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The status of the custom domain\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CustomDomainStatus;\n /**\n * The TXT record validation token\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationToken?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly errorMessage?: string;\n}\n\n/** Static Site Custom Domain Request Properties ARM resource. */\nexport interface StaticSiteCustomDomainRequestPropertiesARMResource\n extends ProxyOnlyResource {\n /** Validation method for adding a custom domain */\n validationMethod?: string;\n}\n\n/** String list resource. */\nexport interface StringList extends ProxyOnlyResource {\n /** List of string resources. */\n properties?: string[];\n}\n\n/** Static Site Reset Properties ARM resource. */\nexport interface StaticSiteResetPropertiesARMResource\n extends ProxyOnlyResource {\n /** The token which proves admin privileges to the repository. */\n repositoryToken?: string;\n /** Determines whether the repository should be updated with the new properties. */\n shouldUpdateRepository?: boolean;\n}\n\n/** Static Site Linked Backend ARM resource. */\nexport interface StaticSiteLinkedBackendARMResource extends ProxyOnlyResource {\n /** The resource id of the backend linked to the static site */\n backendResourceId?: string;\n /** The region of the backend linked to the static site */\n region?: string;\n /**\n * The date and time on which the backend was linked to the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The provisioning state of the linking process.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** ARM resource for a site. */\nexport interface SitePatchResource extends ProxyOnlyResource {\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /**\n * Current state of the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: string;\n /**\n * Hostnames associated with the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostNames?: string[];\n /**\n * Name of the repository site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositorySiteName?: string;\n /**\n * State indicating whether the app has exceeded its quota usage. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageState?: UsageState;\n /** <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline). */\n enabled?: boolean;\n /**\n * Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,\n * the app is not served on those hostnames.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabledHostNames?: string[];\n /**\n * Management information availability state for the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityState?: SiteAvailabilityState;\n /** Hostname SSL states are used to manage the SSL bindings for app's hostnames. */\n hostNameSslStates?: HostNameSslState[];\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** <code>true</code> if reserved; otherwise, <code>false</code>. */\n reserved?: boolean;\n /** Obsolete: Hyper-V sandbox. */\n isXenon?: boolean;\n /** Hyper-V sandbox. */\n hyperV?: boolean;\n /**\n * Last time the app was modified, in UTC. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTimeUtc?: Date;\n /** Property to configure various DNS related settings for a site. */\n dnsConfiguration?: SiteDnsConfig;\n /** Configuration of the app. */\n siteConfig?: SiteConfig;\n /**\n * Azure Traffic Manager hostnames associated with the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trafficManagerHostNames?: string[];\n /** <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>. */\n scmSiteAlsoStopped?: boolean;\n /**\n * Specifies which deployment slot this app will swap into. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetSwapSlot?: string;\n /** App Service Environment to use for the app. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. */\n clientAffinityEnabled?: boolean;\n /** <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. */\n clientCertEnabled?: boolean;\n /**\n * This composes with ClientCertEnabled setting.\n * - ClientCertEnabled: false means ClientCert is ignored.\n * - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.\n * - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted.\n */\n clientCertMode?: ClientCertMode;\n /** client certificate authentication comma-separated exclusion paths */\n clientCertExclusionPaths?: string;\n /**\n * <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.\n * If <code>true</code>, the app is only accessible via API management process.\n */\n hostNamesDisabled?: boolean;\n /** Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification. */\n customDomainVerificationId?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleOutboundIpAddresses?: string;\n /** Size of the function container. */\n containerSize?: number;\n /** Maximum allowed daily memory-time quota (applicable on dynamic apps only). */\n dailyMemoryTimeQuota?: number;\n /**\n * App suspended till in case memory-time quota is exceeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspendedTill?: Date;\n /**\n * Maximum number of workers.\n * This only applies to Functions container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfWorkers?: number;\n /** If specified during app creation, the app is cloned from a source app. */\n cloningInfo?: CloningInfo;\n /**\n * Name of the resource group the app belongs to. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * <code>true</code> if the app is a default container; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultContainer?: boolean;\n /**\n * Default hostname of the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostName?: string;\n /**\n * Status of the last deployment slot swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slotSwapStatus?: SlotSwapStatus;\n /**\n * HttpsOnly: configures a web site to accept only https requests. Issues redirect for\n * http requests\n */\n httpsOnly?: boolean;\n /** Site redundancy mode */\n redundancyMode?: RedundancyMode;\n /**\n * Specifies an operation id if this site has a pending operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inProgressOperationId?: string;\n /** Checks if Customer provided storage account is required */\n storageAccountRequired?: boolean;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /**\n * Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.\n * This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}\n */\n virtualNetworkSubnetId?: string;\n}\n\n/** Custom domain analysis. */\nexport interface CustomHostnameAnalysisResult extends ProxyOnlyResource {\n /**\n * <code>true</code> if hostname is already verified; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHostnameAlreadyVerified?: boolean;\n /**\n * DNS verification test result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationTest?: DnsVerificationTestResult;\n /**\n * Raw failure information if DNS verification fails.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationFailureInfo?: ErrorEntity;\n /**\n * <code>true</code> if there is a conflict on a scale unit; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasConflictOnScaleUnit?: boolean;\n /**\n * <code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasConflictAcrossSubscription?: boolean;\n /**\n * Name of the conflicting app on scale unit if it's within the same subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflictingAppResourceId?: string;\n /** CName records controller can see for this hostname. */\n cNameRecords?: string[];\n /** TXT records controller can see for this hostname. */\n txtRecords?: string[];\n /** A records controller can see for this hostname. */\n aRecords?: string[];\n /** Alternate CName records controller can see for this hostname. */\n alternateCNameRecords?: string[];\n /** Alternate TXT records controller can see for this hostname. */\n alternateTxtRecords?: string[];\n}\n\n/** Description of a backup which will be performed. */\nexport interface BackupRequest extends ProxyOnlyResource {\n /** Name of the backup. */\n backupName?: string;\n /** True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled. */\n enabled?: boolean;\n /** SAS URL to the container. */\n storageAccountUrl?: string;\n /** Schedule for the backup if it is executed periodically. */\n backupSchedule?: BackupSchedule;\n /** Databases included in the backup. */\n databases?: DatabaseBackupSetting[];\n}\n\n/** Backup description. */\nexport interface BackupItem extends ProxyOnlyResource {\n /**\n * Id of the backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupId?: number;\n /**\n * SAS URL for the storage account container which contains this backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountUrl?: string;\n /**\n * Name of the blob which contains data for this backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobName?: string;\n /**\n * Name of this backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly namePropertiesName?: string;\n /**\n * Backup status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: BackupItemStatus;\n /**\n * Size of the backup in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sizeInBytes?: number;\n /**\n * Timestamp of the backup creation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * Details regarding this backup. Might contain an error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly log?: string;\n /**\n * List of databases included in the backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: DatabaseBackupSetting[];\n /**\n * True if this backup has been created due to a schedule being triggered.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduled?: boolean;\n /**\n * Timestamp of a last restore operation which used this backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRestoreTimeStamp?: Date;\n /**\n * Timestamp when this backup finished.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly finishedTimeStamp?: Date;\n /**\n * Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /**\n * Size of the original web app which has been backed up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly websiteSizeInBytes?: number;\n}\n\n/** Description of a restore request. */\nexport interface RestoreRequest extends ProxyOnlyResource {\n /** SAS URL to the container. */\n storageAccountUrl?: string;\n /** Name of a blob which contains the backup. */\n blobName?: string;\n /** <code>true</code> if the restore operation can overwrite target app; otherwise, <code>false</code>. <code>true</code> is needed if trying to restore over an existing app. */\n overwrite?: boolean;\n /** Name of an app. */\n siteName?: string;\n /** Collection of databases which should be restored. This list has to match the list of databases included in the backup. */\n databases?: DatabaseBackupSetting[];\n /**\n * Changes a logic when restoring an app with custom domains. <code>true</code> to remove custom domains automatically. If <code>false</code>, custom domains are added to\n * the app's object when it is being restored, but that might fail due to conflicts during the operation.\n */\n ignoreConflictingHostNames?: boolean;\n /** Ignore the databases and only restore the site content */\n ignoreDatabases?: boolean;\n /** Specify app service plan that will own restored site. */\n appServicePlan?: string;\n /** Operation type. */\n operationType?: BackupRestoreOperationType;\n /** <code>true</code> if SiteConfig.ConnectionStrings should be set in new app; otherwise, <code>false</code>. */\n adjustConnectionStrings?: boolean;\n /** App Service Environment name, if needed (only when restoring an app to an App Service Environment). */\n hostingEnvironment?: string;\n}\n\n/** Publishing Credentials Policies parameters. */\nexport interface CsmPublishingCredentialsPoliciesEntity\n extends ProxyOnlyResource {\n /** <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>. */\n allow?: boolean;\n}\n\n/** Web app configuration ARM resource. */\nexport interface SiteConfigResource extends ProxyOnlyResource {\n /** Number of workers. */\n numberOfWorkers?: number;\n /** Default documents. */\n defaultDocuments?: string[];\n /** .NET Framework version. */\n netFrameworkVersion?: string;\n /** Version of PHP. */\n phpVersion?: string;\n /** Version of Python. */\n pythonVersion?: string;\n /** Version of Node.js. */\n nodeVersion?: string;\n /** Version of PowerShell. */\n powerShellVersion?: string;\n /** Linux App Framework and version */\n linuxFxVersion?: string;\n /** Xenon App Framework and version */\n windowsFxVersion?: string;\n /** <code>true</code> if request tracing is enabled; otherwise, <code>false</code>. */\n requestTracingEnabled?: boolean;\n /** Request tracing expiration time. */\n requestTracingExpirationTime?: Date;\n /** <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>. */\n remoteDebuggingEnabled?: boolean;\n /** Remote debugging version. */\n remoteDebuggingVersion?: string;\n /** <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>. */\n httpLoggingEnabled?: boolean;\n /** Flag to use Managed Identity Creds for ACR pull */\n acrUseManagedIdentityCreds?: boolean;\n /** If using user managed identity, the user managed identity ClientId */\n acrUserManagedIdentityID?: string;\n /** HTTP logs directory size limit. */\n logsDirectorySizeLimit?: number;\n /** <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>. */\n detailedErrorLoggingEnabled?: boolean;\n /** Publishing user name. */\n publishingUsername?: string;\n /** Application settings. */\n appSettings?: NameValuePair[];\n /** Application metadata. This property cannot be retrieved, since it may contain secrets. */\n metadata?: NameValuePair[];\n /** Connection strings. */\n connectionStrings?: ConnStringInfo[];\n /**\n * Site MachineKey.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineKey?: SiteMachineKey;\n /** Handler mappings. */\n handlerMappings?: HandlerMapping[];\n /** Document root. */\n documentRoot?: string;\n /** SCM type. */\n scmType?: ScmType;\n /** <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>. */\n use32BitWorkerProcess?: boolean;\n /** <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>. */\n webSocketsEnabled?: boolean;\n /** <code>true</code> if Always On is enabled; otherwise, <code>false</code>. */\n alwaysOn?: boolean;\n /** Java version. */\n javaVersion?: string;\n /** Java container. */\n javaContainer?: string;\n /** Java container version. */\n javaContainerVersion?: string;\n /** App command line to launch. */\n appCommandLine?: string;\n /** Managed pipeline mode. */\n managedPipelineMode?: ManagedPipelineMode;\n /** Virtual applications. */\n virtualApplications?: VirtualApplication[];\n /** Site load balancing. */\n loadBalancing?: SiteLoadBalancing;\n /** This is work around for polymorphic types. */\n experiments?: Experiments;\n /** Site limits. */\n limits?: SiteLimits;\n /** <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>. */\n autoHealEnabled?: boolean;\n /** Auto Heal rules. */\n autoHealRules?: AutoHealRules;\n /** Tracing options. */\n tracingOptions?: string;\n /** Virtual Network name. */\n vnetName?: string;\n /** Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. */\n vnetRouteAllEnabled?: boolean;\n /** The number of private ports assigned to this app. These will be assigned dynamically on runtime. */\n vnetPrivatePortsCount?: number;\n /** Cross-Origin Resource Sharing (CORS) settings. */\n cors?: CorsSettings;\n /** Push endpoint settings. */\n push?: PushSettings;\n /** Information about the formal API definition for the app. */\n apiDefinition?: ApiDefinitionInfo;\n /** Azure API management settings linked to the app. */\n apiManagementConfig?: ApiManagementConfig;\n /** Auto-swap slot name. */\n autoSwapSlotName?: string;\n /** <code>true</code> to enable local MySQL; otherwise, <code>false</code>. */\n localMySqlEnabled?: boolean;\n /** Managed Service Identity Id */\n managedServiceIdentityId?: number;\n /** Explicit Managed Service Identity Id */\n xManagedServiceIdentityId?: number;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /** IP security restrictions for main. */\n ipSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for main access restriction if no rules are matched. */\n ipSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm. */\n scmIpSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for scm access restriction if no rules are matched. */\n scmIpSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm to use main. */\n scmIpSecurityRestrictionsUseMain?: boolean;\n /** Http20Enabled: configures a web site to allow clients to connect over http2.0 */\n http20Enabled?: boolean;\n /** MinTlsVersion: configures the minimum version of TLS required for SSL requests */\n minTlsVersion?: SupportedTlsVersions;\n /** The minimum strength TLS cipher suite allowed for an application */\n minTlsCipherSuite?: TlsCipherSuites;\n /** ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site */\n scmMinTlsVersion?: SupportedTlsVersions;\n /** State of FTP / FTPS service */\n ftpsState?: FtpsState;\n /**\n * Number of preWarmed instances.\n * This setting only applies to the Consumption and Elastic Plans\n */\n preWarmedInstanceCount?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to the Consumption and Elastic Premium Plans\n */\n functionAppScaleLimit?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to apps in plans where ElasticScaleEnabled is <code>true</code>\n */\n elasticWebAppScaleLimit?: number;\n /** Health check path */\n healthCheckPath?: string;\n /**\n * Gets or sets a value indicating whether functions runtime scale monitoring is enabled. When enabled,\n * the ScaleController will not monitor event sources directly, but will instead call to the\n * runtime to get scale status.\n */\n functionsRuntimeScaleMonitoringEnabled?: boolean;\n /** Sets the time zone a site uses for generating timestamps. Compatible with Linux and Windows App Service. Setting the WEBSITE_TIME_ZONE app setting takes precedence over this config. For Linux, expects tz database values https://www.iana.org/time-zones (for a quick reference see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). For Windows, expects one of the time zones listed under HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones */\n websiteTimeZone?: string;\n /**\n * Number of minimum instance count for a site\n * This setting only applies to the Elastic Plans\n */\n minimumElasticInstanceCount?: number;\n /** List of Azure Storage Accounts. */\n azureStorageAccounts?: { [propertyName: string]: AzureStorageInfoValue };\n /** Property to allow or block all public traffic. */\n publicNetworkAccess?: string;\n}\n\n/** Configuration settings for the Azure App Service Authentication / Authorization feature. */\nexport interface SiteAuthSettings extends ProxyOnlyResource {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?: UnauthenticatedClientAction;\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n tokenStoreEnabled?: boolean;\n /**\n * External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: string[];\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n defaultProvider?: BuiltInAuthenticationProvider;\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /**\n * The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).\n * This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.\n * Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientSecret?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n issuer?: string;\n /** Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such. */\n validateIssuer?: boolean;\n /**\n * Allowed audience values to consider when validating JSON Web Tokens issued by\n * Azure Active Directory. Note that the <code>ClientID</code> value is always considered an\n * allowed audience, regardless of this setting.\n */\n allowedAudiences?: string[];\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n additionalLoginParams?: string[];\n /** Gets a JSON string containing the Azure AD Acl settings. */\n aadClaimsAuthorization?: string;\n /**\n * The OpenID Connect Client ID for the Google web application.\n * This setting is required for enabling Google Sign-In.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleClientId?: string;\n /**\n * The client secret associated with the Google web application.\n * This setting is required for enabling Google Sign-In.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleClientSecret?: string;\n /**\n * The app setting name that contains the client secret associated with\n * the Google web application.\n */\n googleClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.\n * This setting is optional. If not specified, \"openid\", \"profile\", and \"email\" are used as default scopes.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleOAuthScopes?: string[];\n /**\n * The App ID of the Facebook app used for login.\n * This setting is required for enabling Facebook Login.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookAppId?: string;\n /**\n * The App Secret of the Facebook app used for Facebook Login.\n * This setting is required for enabling Facebook Login.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookAppSecret?: string;\n /** The app setting name that contains the app secret used for Facebook Login. */\n facebookAppSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.\n * This setting is optional.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookOAuthScopes?: string[];\n /**\n * The Client Id of the GitHub app used for login.\n * This setting is required for enabling Github login\n */\n gitHubClientId?: string;\n /**\n * The Client Secret of the GitHub app used for Github Login.\n * This setting is required for enabling Github login.\n */\n gitHubClientSecret?: string;\n /**\n * The app setting name that contains the client secret of the Github\n * app used for GitHub Login.\n */\n gitHubClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.\n * This setting is optional\n */\n gitHubOAuthScopes?: string[];\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n twitterConsumerKey?: string;\n /**\n * The OAuth 1.0a consumer secret of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n twitterConsumerSecret?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n twitterConsumerSecretSettingName?: string;\n /**\n * The OAuth 2.0 client ID that was created for the app used for authentication.\n * This setting is required for enabling Microsoft Account authentication.\n * Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n */\n microsoftAccountClientId?: string;\n /**\n * The OAuth 2.0 client secret that was created for the app used for authentication.\n * This setting is required for enabling Microsoft Account authentication.\n * Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n */\n microsoftAccountClientSecret?: string;\n /**\n * The app setting name containing the OAuth 2.0 client secret that was created for the\n * app used for authentication.\n */\n microsoftAccountClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.\n * This setting is optional. If not specified, \"wl.basic\" is used as the default scope.\n * Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx\n */\n microsoftAccountOAuthScopes?: string[];\n /**\n * \"true\" if the auth config settings should be read from a file,\n * \"false\" otherwise\n */\n isAuthFromFile?: string;\n /**\n * The path of the config file containing auth settings.\n * If the path is relative, base will the site's root directory.\n */\n authFilePath?: string;\n /**\n * The ConfigVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of the control plane for Authentication / Authorization.\n */\n configVersion?: string;\n}\n\n/** Configuration settings for the Azure App Service Authentication / Authorization V2 feature. */\nexport interface SiteAuthSettingsV2 extends ProxyOnlyResource {\n /** The configuration settings of the platform of App Service Authentication/Authorization. */\n platform?: AuthPlatform;\n /** The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. */\n globalValidation?: GlobalValidation;\n /** The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. */\n identityProviders?: IdentityProviders;\n /** The configuration settings of the login flow of users using App Service Authentication/Authorization. */\n login?: Login;\n /** The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. */\n httpSettings?: HttpSettings;\n}\n\n/** AzureStorageInfo dictionary resource. */\nexport interface AzureStoragePropertyDictionaryResource\n extends ProxyOnlyResource {\n /** Azure storage accounts. */\n properties?: { [propertyName: string]: AzureStorageInfoValue };\n}\n\n/** Description of site key vault references. */\nexport interface ApiKVReference extends ProxyOnlyResource {\n reference?: string;\n status?: ResolveStatus;\n vaultName?: string;\n secretName?: string;\n secretVersion?: string;\n /** Managed service identity. */\n identityType?: ManagedServiceIdentity;\n details?: string;\n source?: \"KeyVault\";\n activeVersion?: string;\n}\n\n/** String dictionary resource. */\nexport interface ConnectionStringDictionary extends ProxyOnlyResource {\n /** Connection strings. */\n properties?: { [propertyName: string]: ConnStringValueTypePair };\n}\n\n/** Configuration of App Service site logs. */\nexport interface SiteLogsConfig extends ProxyOnlyResource {\n /** Application logs configuration. */\n applicationLogs?: ApplicationLogsConfig;\n /** HTTP logs configuration. */\n httpLogs?: HttpLogsConfig;\n /** Failed requests tracing configuration. */\n failedRequestsTracing?: EnabledConfig;\n /** Detailed error messages configuration. */\n detailedErrorMessages?: EnabledConfig;\n}\n\n/** Slot Config names azure resource. */\nexport interface SlotConfigNamesResource extends ProxyOnlyResource {\n /** List of connection string names. */\n connectionStringNames?: string[];\n /** List of application settings names. */\n appSettingNames?: string[];\n /** List of external Azure storage account identifiers. */\n azureStorageConfigNames?: string[];\n}\n\n/** A snapshot of a web app configuration. */\nexport interface SiteConfigurationSnapshotInfo extends ProxyOnlyResource {\n /**\n * The time the snapshot was taken.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: Date;\n /**\n * The id of the snapshot\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly snapshotId?: number;\n}\n\n/** Continuous Web Job Information. */\nexport interface ContinuousWebJob extends ProxyOnlyResource {\n /** Job status. */\n status?: ContinuousWebJobStatus;\n /** Detailed status. */\n detailedStatus?: string;\n /** Log URL. */\n logUrl?: string;\n /** Run command. */\n runCommand?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extraInfoUrl?: string;\n /** Job type. */\n webJobType?: WebJobType;\n /** Error information. */\n error?: string;\n /** Using SDK? */\n usingSdk?: boolean;\n /** Job settings. */\n settings?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Deployment status response payload. */\nexport interface CsmDeploymentStatus extends ProxyOnlyResource {\n /** Deployment operation id. */\n deploymentId?: string;\n /** Deployment build status. */\n status?: DeploymentBuildStatus;\n /** Number of site instances currently being provisioned. */\n numberOfInstancesInProgress?: number;\n /** Number of site instances provisioned successfully. */\n numberOfInstancesSuccessful?: number;\n /** Number of site instances failed to provision. */\n numberOfInstancesFailed?: number;\n /** List of URLs pointing to logs for instances which failed to provision. */\n failedInstancesLogs?: string[];\n /** List of errors. */\n errors?: ErrorEntity[];\n}\n\n/** User credentials used for publishing activity. */\nexport interface Deployment extends ProxyOnlyResource {\n /** Deployment status. */\n status?: number;\n /** Details about deployment status. */\n message?: string;\n /** Who authored the deployment. */\n author?: string;\n /** Who performed the deployment. */\n deployer?: string;\n /** Author email. */\n authorEmail?: string;\n /** Start time. */\n startTime?: Date;\n /** End time. */\n endTime?: Date;\n /** True if deployment is currently active, false if completed and null if not started. */\n active?: boolean;\n /** Details on deployment. */\n details?: string;\n}\n\n/** MSDeploy ARM response */\nexport interface MSDeployStatus extends ProxyOnlyResource {\n /**\n * Username of deployer\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deployer?: string;\n /**\n * Provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: MSDeployProvisioningState;\n /**\n * Start time of deploy operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End time of deploy operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Whether the deployment operation has completed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complete?: boolean;\n}\n\n/** MSDeploy ARM PUT information */\nexport interface MSDeploy extends ProxyOnlyResource {\n /** Package URI */\n packageUri?: string;\n /** SQL Connection String */\n connectionString?: string;\n /** Database Type */\n dbType?: string;\n /** URI of MSDeploy Parameters file. Must not be set if SetParameters is used. */\n setParametersXmlFileUri?: string;\n /** MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used. */\n setParameters?: { [propertyName: string]: string };\n /**\n * Controls whether the MSDeploy operation skips the App_Data directory.\n * If set to <code>true</code>, the existing App_Data directory on the destination\n * will not be deleted, and any App_Data directory in the source will be ignored.\n * Setting is <code>false</code> by default.\n */\n skipAppData?: boolean;\n /**\n * Sets the AppOffline rule while the MSDeploy operation executes.\n * Setting is <code>false</code> by default.\n */\n appOffline?: boolean;\n}\n\n/** MSDeploy log */\nexport interface MSDeployLog extends ProxyOnlyResource {\n /**\n * List of log entry messages\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly entries?: MSDeployLogEntry[];\n}\n\n/** Function information. */\nexport interface FunctionEnvelope extends ProxyOnlyResource {\n /** Function App ID. */\n functionAppId?: string;\n /** Script root path URI. */\n scriptRootPathHref?: string;\n /** Script URI. */\n scriptHref?: string;\n /** Config URI. */\n configHref?: string;\n /** Test data URI. */\n testDataHref?: string;\n /** Secrets file URI. */\n secretsFileHref?: string;\n /** Function URI. */\n href?: string;\n /** Config information. */\n config?: Record<string, unknown>;\n /** File list. */\n files?: { [propertyName: string]: string };\n /** Test data used when testing via the Azure Portal. */\n testData?: string;\n /** The invocation URL */\n invokeUrlTemplate?: string;\n /** The function language */\n language?: string;\n /** Gets or sets a value indicating whether the function is disabled */\n isDisabled?: boolean;\n}\n\n/** A hostname binding object. */\nexport interface HostNameBinding extends ProxyOnlyResource {\n /** App Service app name. */\n siteName?: string;\n /** Fully qualified ARM domain resource URI. */\n domainId?: string;\n /** Azure resource name. */\n azureResourceName?: string;\n /** Azure resource type. */\n azureResourceType?: AzureResourceType;\n /** Custom DNS record type. */\n customHostNameDnsRecordType?: CustomHostNameDnsRecordType;\n /** Hostname type. */\n hostNameType?: HostNameType;\n /** SSL type */\n sslState?: SslState;\n /** SSL certificate thumbprint */\n thumbprint?: string;\n /**\n * Virtual IP address assigned to the hostname if IP based SSL is enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualIP?: string;\n}\n\n/** Hybrid Connection for an App Service app. */\nexport interface RelayServiceConnectionEntity extends ProxyOnlyResource {\n entityName?: string;\n entityConnectionString?: string;\n resourceType?: string;\n resourceConnectionString?: string;\n hostname?: string;\n port?: number;\n biztalkUri?: string;\n}\n\nexport interface WebSiteInstanceStatus extends ProxyOnlyResource {\n state?: SiteRuntimeState;\n /** Link to the GetStatusApi in Kudu */\n statusUrl?: string;\n /** Link to the Diagnose and Solve Portal */\n detectorUrl?: string;\n /** Link to the console to web app instance */\n consoleUrl?: string;\n /** Link to the console to web app instance */\n healthCheckUrl?: string;\n /** Dictionary of <ContainerInfo> */\n containers?: { [propertyName: string]: ContainerInfo };\n /** The physical zone that the instance is in */\n physicalZone?: string;\n}\n\n/** Process Thread Information. */\nexport interface ProcessThreadInfo extends ProxyOnlyResource {\n /**\n * Site extension ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identifier?: number;\n /** HRef URI. */\n href?: string;\n /** Process URI. */\n process?: string;\n /** Start address. */\n startAddress?: string;\n /** Current thread priority. */\n currentPriority?: number;\n /** Thread priority level. */\n priorityLevel?: string;\n /** Base priority. */\n basePriority?: number;\n /** Start time. */\n startTime?: Date;\n /** Total processor time. */\n totalProcessorTime?: string;\n /** User processor time. */\n userProcessorTime?: string;\n /** Thread state. */\n state?: string;\n /** Wait reason. */\n waitReason?: string;\n}\n\n/** Process Module Information. */\nexport interface ProcessModuleInfo extends ProxyOnlyResource {\n /** Base address. Used as module identifier in ARM resource URI. */\n baseAddress?: string;\n /** File name. */\n fileName?: string;\n /** HRef URI. */\n href?: string;\n /** File path. */\n filePath?: string;\n /** Module memory size. */\n moduleMemorySize?: number;\n /** File version. */\n fileVersion?: string;\n /** File description. */\n fileDescription?: string;\n /** Product name. */\n product?: string;\n /** Product version. */\n productVersion?: string;\n /** Is debug? */\n isDebug?: boolean;\n /** Module language (locale). */\n language?: string;\n}\n\n/** Process Information. */\nexport interface ProcessInfo extends ProxyOnlyResource {\n /**\n * ARM Identifier for deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identifier?: number;\n /** Deployment name. */\n deploymentName?: string;\n /** HRef URI. */\n href?: string;\n /** Minidump URI. */\n minidump?: string;\n /** Is profile running? */\n isProfileRunning?: boolean;\n /** Is the IIS Profile running? */\n isIisProfileRunning?: boolean;\n /** IIS Profile timeout (seconds). */\n iisProfileTimeoutInSeconds?: number;\n /** Parent process. */\n parent?: string;\n /** Child process list. */\n children?: string[];\n /** Thread list. */\n threads?: ProcessThreadInfo[];\n /** List of open files. */\n openFileHandles?: string[];\n /** List of modules. */\n modules?: ProcessModuleInfo[];\n /** File name of this process. */\n fileName?: string;\n /** Command line. */\n commandLine?: string;\n /** User name. */\n userName?: string;\n /** Handle count. */\n handleCount?: number;\n /** Module count. */\n moduleCount?: number;\n /** Thread count. */\n threadCount?: number;\n /** Start time. */\n startTime?: Date;\n /** Total CPU time. */\n totalCpuTime?: string;\n /** User CPU time. */\n userCpuTime?: string;\n /** Privileged CPU time. */\n privilegedCpuTime?: string;\n /** Working set. */\n workingSet?: number;\n /** Peak working set. */\n peakWorkingSet?: number;\n /** Private memory size. */\n privateMemory?: number;\n /** Virtual memory size. */\n virtualMemory?: number;\n /** Peak virtual memory usage. */\n peakVirtualMemory?: number;\n /** Paged system memory. */\n pagedSystemMemory?: number;\n /** Non-paged system memory. */\n nonPagedSystemMemory?: number;\n /** Paged memory. */\n pagedMemory?: number;\n /** Peak paged memory. */\n peakPagedMemory?: number;\n /** Time stamp. */\n timeStamp?: Date;\n /** List of environment variables. */\n environmentVariables?: { [propertyName: string]: string };\n /** Is this the SCM site? */\n isScmSite?: boolean;\n /** Is this a Web Job? */\n isWebjob?: boolean;\n /** Description of process. */\n description?: string;\n}\n\n/** Options for app content migration. */\nexport interface StorageMigrationOptions extends ProxyOnlyResource {\n /** AzureFiles connection string. */\n azurefilesConnectionString?: string;\n /** AzureFiles share. */\n azurefilesShare?: string;\n /** <code>true</code>if the app should be switched over; otherwise, <code>false</code>. */\n switchSiteAfterMigration?: boolean;\n /** <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>. */\n blockWriteAccessToSite?: boolean;\n}\n\n/** Response for a migration of app content request. */\nexport interface StorageMigrationResponse extends ProxyOnlyResource {\n /**\n * When server starts the migration process, it will return an operation ID identifying that particular migration operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationId?: string;\n}\n\n/** MySQL migration request. */\nexport interface MigrateMySqlRequest extends ProxyOnlyResource {\n /** Connection string to the remote MySQL database. */\n connectionString?: string;\n /** The type of migration operation to be done */\n migrationType?: MySqlMigrationType;\n}\n\n/** MySQL migration status. */\nexport interface MigrateMySqlStatus extends ProxyOnlyResource {\n /**\n * Status of the migration task.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationOperationStatus?: OperationStatus;\n /**\n * Operation ID for the migration task.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationId?: string;\n /**\n * True if the web app has in app MySql enabled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localMySqlEnabled?: boolean;\n}\n\n/** Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration. */\nexport interface SwiftVirtualNetwork extends ProxyOnlyResource {\n /** The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first. */\n subnetResourceId?: string;\n /** A flag that specifies if the scale unit this Web App is on supports Swift integration. */\n swiftSupported?: boolean;\n}\n\n/** Full view of network features for an app (presently VNET integration and Hybrid Connections). */\nexport interface NetworkFeatures extends ProxyOnlyResource {\n /**\n * The Virtual Network name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNetworkName?: string;\n /**\n * The Virtual Network summary view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNetworkConnection?: VnetInfo;\n /**\n * The Hybrid Connections summary view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hybridConnections?: RelayServiceConnectionEntity[];\n /**\n * The Hybrid Connection V2 (Service Bus) view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hybridConnectionsV2?: HybridConnection[];\n}\n\n/** Used for getting PHP error logging flag. */\nexport interface SitePhpErrorLogFlag extends ProxyOnlyResource {\n /** Local log_errors setting. */\n localLogErrors?: string;\n /** Master log_errors setting. */\n masterLogErrors?: string;\n /** Local log_errors_max_len setting. */\n localLogErrorsMaxLength?: string;\n /** Master log_errors_max_len setting. */\n masterLogErrorsMaxLength?: string;\n}\n\n/** ARM resource for a PremierAddOn. */\nexport interface PremierAddOnPatchResource extends ProxyOnlyResource {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on Product. */\n product?: string;\n /** Premier add on Vendor. */\n vendor?: string;\n /** Premier add on Marketplace publisher. */\n marketplacePublisher?: string;\n /** Premier add on Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** Description of the parameters of Private Access for a Web Site. */\nexport interface PrivateAccess extends ProxyOnlyResource {\n /** Whether private access is enabled or not. */\n enabled?: boolean;\n /** The Virtual Networks (and subnets) allowed to access the site privately. */\n virtualNetworks?: PrivateAccessVirtualNetwork[];\n}\n\n/** Public certificate object */\nexport interface PublicCertificate extends ProxyOnlyResource {\n /** Public Certificate byte array */\n blob?: Uint8Array;\n /** Public Certificate Location */\n publicCertificateLocation?: PublicCertificateLocation;\n /**\n * Certificate Thumbprint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n}\n\n/** Details about restoring a deleted app. */\nexport interface DeletedAppRestoreRequest extends ProxyOnlyResource {\n /**\n * ARM resource ID of the deleted app. Example:\n * /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}\n */\n deletedSiteId?: string;\n /** If true, deleted site configuration, in addition to content, will be restored. */\n recoverConfiguration?: boolean;\n /**\n * Point in time to restore the deleted app from, formatted as a DateTime string.\n * If unspecified, default value is the time that the app was deleted.\n */\n snapshotTime?: string;\n /** If true, the snapshot is retrieved from DRSecondary endpoint. */\n useDRSecondary?: boolean;\n}\n\n/** Details about app recovery operation. */\nexport interface SnapshotRestoreRequest extends ProxyOnlyResource {\n /** Point in time in which the app restore should be done, formatted as a DateTime string. */\n snapshotTime?: string;\n /**\n * Optional. Specifies the web app that snapshot contents will be retrieved from.\n * If empty, the targeted web app will be used as the source.\n */\n recoverySource?: SnapshotRecoverySource;\n /** If <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>. */\n overwrite?: boolean;\n /** If true, site configuration, in addition to content, will be reverted. */\n recoverConfiguration?: boolean;\n /**\n * If true, custom hostname conflicts will be ignored when recovering to a target web app.\n * This setting is only necessary when RecoverConfiguration is enabled.\n */\n ignoreConflictingHostNames?: boolean;\n /** If true, the snapshot is retrieved from DRSecondary endpoint. */\n useDRSecondary?: boolean;\n}\n\n/** Container of a site */\nexport interface SiteContainer extends ProxyOnlyResource {\n /** Image Name */\n image?: string;\n /** Target Port */\n targetPort?: string;\n /** <code>true</code> if the container is the main site container; <code>false</code> otherwise. */\n isMain?: boolean;\n /** StartUp Command */\n startUpCommand?: string;\n /** Auth Type */\n authType?: AuthType;\n /** User Name */\n userName?: string;\n /** Password Secret */\n passwordSecret?: string;\n /** UserManagedIdentity ClientId */\n userManagedIdentityClientId?: string;\n /**\n * Created Time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Last Modified Time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** List of volume mounts */\n volumeMounts?: VolumeMount[];\n /** List of environment variables */\n environmentVariables?: EnvironmentVariable[];\n}\n\n/** Site Extension Information. */\nexport interface SiteExtensionInfo extends ProxyOnlyResource {\n /** Site extension ID. */\n extensionId?: string;\n title?: string;\n /** Site extension type. */\n extensionType?: SiteExtensionType;\n /** Summary description. */\n summary?: string;\n /** Detailed description. */\n description?: string;\n /** Version information. */\n version?: string;\n /** Extension URL. */\n extensionUrl?: string;\n /** Project URL. */\n projectUrl?: string;\n /** Icon URL. */\n iconUrl?: string;\n /** License URL. */\n licenseUrl?: string;\n /** Feed URL. */\n feedUrl?: string;\n /** List of authors. */\n authors?: string[];\n /** Installer command line parameters. */\n installerCommandLineParams?: string;\n /** Published timestamp. */\n publishedDateTime?: Date;\n /** Count of downloads. */\n downloadCount?: number;\n /** <code>true</code> if the local version is the latest version; <code>false</code> otherwise. */\n localIsLatestVersion?: boolean;\n /** Local path. */\n localPath?: string;\n /** Installed timestamp. */\n installedDateTime?: Date;\n /** Provisioning state. */\n provisioningState?: string;\n /** Site Extension comment. */\n comment?: string;\n}\n\n/** A setting difference between two deployment slots of an app. */\nexport interface SlotDifference extends ProxyOnlyResource {\n /**\n * Level of the difference: Information, Warning or Error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly level?: string;\n /**\n * The type of the setting: General, AppSetting or ConnectionString.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly settingType?: string;\n /**\n * Rule that describes how to process the setting difference during a slot swap.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diffRule?: string;\n /**\n * Name of the setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly settingName?: string;\n /**\n * Value of the setting in the current slot.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valueInCurrentSlot?: string;\n /**\n * Value of the setting in the target slot.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valueInTargetSlot?: string;\n /**\n * Description of the setting difference.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Source control configuration for an app. */\nexport interface SiteSourceControl extends ProxyOnlyResource {\n /** Repository or source control URL. */\n repoUrl?: string;\n /** Name of branch to use for deployment. */\n branch?: string;\n /** <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub). */\n isManualIntegration?: boolean;\n /** <code>true</code> if this is deployed via GitHub action. */\n isGitHubAction?: boolean;\n /** <code>true</code> to enable deployment rollback; otherwise, <code>false</code>. */\n deploymentRollbackEnabled?: boolean;\n /** <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository. */\n isMercurial?: boolean;\n /** If GitHub Action is selected, than the associated configuration. */\n gitHubActionConfiguration?: GitHubActionConfiguration;\n}\n\n/** Triggered Web Job Information. */\nexport interface TriggeredWebJob extends ProxyOnlyResource {\n /** Latest job run information. */\n latestRun?: TriggeredJobRun;\n /** History URL. */\n historyUrl?: string;\n /** Scheduler Logs URL. */\n schedulerLogsUrl?: string;\n /** Run command. */\n runCommand?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extraInfoUrl?: string;\n /** Job type. */\n webJobType?: WebJobType;\n /** Error information. */\n error?: string;\n /** Using SDK? */\n usingSdk?: boolean;\n /** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /** Checks if Customer provided storage account is required */\n storageAccountRequired?: boolean;\n /** Job settings. */\n settings?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Triggered Web Job History. List of Triggered Web Job Run Information elements. */\nexport interface TriggeredJobHistory extends ProxyOnlyResource {\n /** List of triggered web job runs. */\n runs?: TriggeredJobRun[];\n}\n\n/** Web Job Information. */\nexport interface WebJob extends ProxyOnlyResource {\n /** Run command. */\n runCommand?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extraInfoUrl?: string;\n /** Job type. */\n webJobType?: WebJobType;\n /** Error information. */\n error?: string;\n /** Using SDK? */\n usingSdk?: boolean;\n /** Job settings. */\n settings?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Private Endpoint Connection Approval ARM resource. */\nexport interface PrivateLinkConnectionApprovalRequestResource\n extends ProxyOnlyResource {\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n}\n\n/** The workflow output parameter. */\nexport interface WorkflowOutputParameter extends WorkflowParameter {\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n}\n\n/** The workflow run. */\nexport interface WorkflowRun extends SubResource {\n /**\n * Gets the workflow run name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the workflow run type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets the wait end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly waitEndTime?: Date;\n /**\n * Gets the start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n /**\n * Gets the correlation id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /** The run correlation. */\n correlation?: Correlation;\n /**\n * Gets the reference to workflow version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workflow?: ResourceReference;\n /**\n * Gets the fired trigger.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trigger?: WorkflowRunTrigger;\n /**\n * Gets the outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: { [propertyName: string]: WorkflowOutputParameter };\n /**\n * Gets the response of the flow run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly response?: WorkflowRunTrigger;\n}\n\n/** The workflow run action. */\nexport interface WorkflowRunAction extends SubResource {\n /**\n * Gets the workflow run action name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the workflow run action type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets the start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /** The correlation properties. */\n correlation?: RunActionCorrelation;\n /**\n * Gets the link to inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the link to outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * Gets the tracked properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedProperties?: Record<string, unknown>;\n /** Gets the retry histories. */\n retryHistory?: RetryHistory[];\n}\n\n/** The workflow trigger. */\nexport interface WorkflowTrigger extends SubResource {\n /**\n * Gets the workflow trigger name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the workflow trigger type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkflowTriggerProvisioningState;\n /**\n * Gets the created time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Gets the changed time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly changedTime?: Date;\n /**\n * Gets the state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: WorkflowState;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the last execution time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastExecutionTime?: Date;\n /**\n * Gets the next execution time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextExecutionTime?: Date;\n /**\n * Gets the workflow trigger recurrence.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recurrence?: WorkflowTriggerRecurrence;\n /**\n * Gets the reference to workflow.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workflow?: ResourceReference;\n}\n\n/** The workflow trigger history. */\nexport interface WorkflowTriggerHistory extends SubResource {\n /**\n * Gets the workflow trigger history name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the workflow trigger history type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets the start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * The scheduled time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledTime?: Date;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /** The run correlation. */\n correlation?: Correlation;\n /**\n * Gets the link to input parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the link to output parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * The value indicating whether trigger was fired.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fired?: boolean;\n /**\n * Gets the reference to workflow run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly run?: ResourceReference;\n}\n\n/** The workflow run action correlation properties. */\nexport interface RunActionCorrelation extends RunCorrelation {\n /** The action tracking identifier. */\n actionTrackingId?: string;\n}\n\n/** The expression root. */\nexport interface ExpressionRoot extends Expression {\n /** The path. */\n path?: string;\n}\n\n/** The azure resource error info. */\nexport interface AzureResourceErrorInfo extends ErrorInfo {\n /** The error message. */\n message: string;\n /** The error details. */\n details?: AzureResourceErrorInfo[];\n}\n\n/** The operation result definition. */\nexport interface OperationResult extends OperationResultProperties {\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /**\n * Gets the inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputs?: Record<string, unknown>;\n /**\n * Gets the link to inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: Record<string, unknown>;\n /**\n * Gets the link to outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * Gets the tracked properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedProperties?: Record<string, unknown>;\n /** Gets the retry histories. */\n retryHistory?: RetryHistory[];\n iterationCount?: number;\n}\n\n/** The workflow run action repetition definition. */\nexport interface WorkflowRunActionRepetitionDefinition\n extends WorkflowResource {\n /** The start time of the workflow scope repetition. */\n startTime?: Date;\n /** The end time of the workflow scope repetition. */\n endTime?: Date;\n /** The correlation properties. */\n correlation?: RunActionCorrelation;\n /** The status of the workflow scope repetition. */\n status?: WorkflowStatus;\n /** The workflow scope repetition code. */\n code?: string;\n /** Anything */\n error?: any;\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /**\n * Gets the inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputs?: Record<string, unknown>;\n /**\n * Gets the link to inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: Record<string, unknown>;\n /**\n * Gets the link to outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * Gets the tracked properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedProperties?: Record<string, unknown>;\n /** Gets the retry histories. */\n retryHistory?: RetryHistory[];\n iterationCount?: number;\n /** The repetition indexes. */\n repetitionIndexes?: RepetitionIndex[];\n}\n\n/** The request history. */\nexport interface RequestHistory extends WorkflowResource {\n /** The request history properties. */\n properties?: RequestHistoryProperties;\n}\n\n/** The workflow type. */\nexport interface Workflow extends WorkflowResource {\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkflowProvisioningState;\n /**\n * Gets the created time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Gets the changed time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly changedTime?: Date;\n /** The state. */\n state?: WorkflowState;\n /**\n * Gets the version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Gets the access endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessEndpoint?: string;\n /** The endpoints configuration. */\n endpointsConfiguration?: FlowEndpointsConfiguration;\n /** The access control configuration. */\n accessControl?: FlowAccessControlConfiguration;\n /**\n * The sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: WorkflowSku;\n /** The integration account. */\n integrationAccount?: ResourceReference;\n /** The integration service environment. */\n integrationServiceEnvironment?: ResourceReference;\n /** The definition. */\n definition?: Record<string, unknown>;\n /** The parameters. */\n parameters?: { [propertyName: string]: WorkflowParameter };\n /** The workflow kind. */\n kind?: Kind;\n}\n\n/** The workflow version. */\nexport interface WorkflowVersion extends WorkflowResource {\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkflowProvisioningState;\n /**\n * Gets the created time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Gets the changed time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly changedTime?: Date;\n /** The state. */\n state?: WorkflowState;\n /**\n * Gets the version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Gets the access endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessEndpoint?: string;\n /** The endpoints configuration. */\n endpointsConfiguration?: FlowEndpointsConfiguration;\n /** The access control configuration. */\n accessControl?: FlowAccessControlConfiguration;\n /**\n * The sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: WorkflowSku;\n /** The integration account. */\n integrationAccount?: ResourceReference;\n /** The definition. */\n definition?: Record<string, unknown>;\n /** The parameters. */\n parameters?: { [propertyName: string]: WorkflowParameter };\n}\n\n/** The workflow run action repetition properties definition. */\nexport interface WorkflowRunActionRepetitionProperties extends OperationResult {\n /** The repetition indexes. */\n repetitionIndexes?: RepetitionIndex[];\n}\n\n/** Defines headers for AppServiceEnvironments_createOrUpdate operation. */\nexport interface AppServiceEnvironmentsCreateOrUpdateHeaders {\n /** Location header for asynchronous response. */\n location?: string;\n}\n\n/** Known values of {@link ResourceNotRenewableReason} that the service accepts. */\nexport enum KnownResourceNotRenewableReason {\n /** RegistrationStatusNotSupportedForRenewal */\n RegistrationStatusNotSupportedForRenewal = \"RegistrationStatusNotSupportedForRenewal\",\n /** ExpirationNotInRenewalTimeRange */\n ExpirationNotInRenewalTimeRange = \"ExpirationNotInRenewalTimeRange\",\n /** SubscriptionNotActive */\n SubscriptionNotActive = \"SubscriptionNotActive\",\n}\n\n/**\n * Defines values for ResourceNotRenewableReason. \\\n * {@link KnownResourceNotRenewableReason} can be used interchangeably with ResourceNotRenewableReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RegistrationStatusNotSupportedForRenewal** \\\n * **ExpirationNotInRenewalTimeRange** \\\n * **SubscriptionNotActive**\n */\nexport type ResourceNotRenewableReason = string;\n\n/** Known values of {@link LoadBalancingMode} that the service accepts. */\nexport enum KnownLoadBalancingMode {\n /** None */\n None = \"None\",\n /** Web */\n Web = \"Web\",\n /** Publishing */\n Publishing = \"Publishing\",\n /** WebPublishing */\n WebPublishing = \"Web, Publishing\",\n}\n\n/**\n * Defines values for LoadBalancingMode. \\\n * {@link KnownLoadBalancingMode} can be used interchangeably with LoadBalancingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Web** \\\n * **Publishing** \\\n * **Web, Publishing**\n */\nexport type LoadBalancingMode = string;\n\n/** Known values of {@link UpgradePreference} that the service accepts. */\nexport enum KnownUpgradePreference {\n /** No preference on when this App Service Environment will be upgraded */\n None = \"None\",\n /** This App Service Environment will be upgraded before others in the same region that have Upgrade Preference 'Late' */\n Early = \"Early\",\n /** This App Service Environment will be upgraded after others in the same region that have Upgrade Preference 'Early' */\n Late = \"Late\",\n /** ASEv3 only. Once an upgrade is available, this App Service Environment will wait 10 days for the upgrade to be manually initiated. After 10 days the upgrade will begin automatically */\n Manual = \"Manual\",\n}\n\n/**\n * Defines values for UpgradePreference. \\\n * {@link KnownUpgradePreference} can be used interchangeably with UpgradePreference,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No preference on when this App Service Environment will be upgraded \\\n * **Early**: This App Service Environment will be upgraded before others in the same region that have Upgrade Preference 'Late' \\\n * **Late**: This App Service Environment will be upgraded after others in the same region that have Upgrade Preference 'Early' \\\n * **Manual**: ASEv3 only. Once an upgrade is available, this App Service Environment will wait 10 days for the upgrade to be manually initiated. After 10 days the upgrade will begin automatically\n */\nexport type UpgradePreference = string;\n\n/** Known values of {@link UpgradeAvailability} that the service accepts. */\nexport enum KnownUpgradeAvailability {\n /** No upgrade is currently available for this App Service Environment */\n None = \"None\",\n /** An upgrade is ready to be manually initiated on this App Service Environment */\n Ready = \"Ready\",\n}\n\n/**\n * Defines values for UpgradeAvailability. \\\n * {@link KnownUpgradeAvailability} can be used interchangeably with UpgradeAvailability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No upgrade is currently available for this App Service Environment \\\n * **Ready**: An upgrade is ready to be manually initiated on this App Service Environment\n */\nexport type UpgradeAvailability = string;\n\n/** Known values of {@link ScmType} that the service accepts. */\nexport enum KnownScmType {\n /** None */\n None = \"None\",\n /** Dropbox */\n Dropbox = \"Dropbox\",\n /** Tfs */\n Tfs = \"Tfs\",\n /** LocalGit */\n LocalGit = \"LocalGit\",\n /** GitHub */\n GitHub = \"GitHub\",\n /** CodePlexGit */\n CodePlexGit = \"CodePlexGit\",\n /** CodePlexHg */\n CodePlexHg = \"CodePlexHg\",\n /** BitbucketGit */\n BitbucketGit = \"BitbucketGit\",\n /** BitbucketHg */\n BitbucketHg = \"BitbucketHg\",\n /** ExternalGit */\n ExternalGit = \"ExternalGit\",\n /** ExternalHg */\n ExternalHg = \"ExternalHg\",\n /** OneDrive */\n OneDrive = \"OneDrive\",\n /** VSO */\n VSO = \"VSO\",\n /** Vstsrm */\n Vstsrm = \"VSTSRM\",\n}\n\n/**\n * Defines values for ScmType. \\\n * {@link KnownScmType} can be used interchangeably with ScmType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Dropbox** \\\n * **Tfs** \\\n * **LocalGit** \\\n * **GitHub** \\\n * **CodePlexGit** \\\n * **CodePlexHg** \\\n * **BitbucketGit** \\\n * **BitbucketHg** \\\n * **ExternalGit** \\\n * **ExternalHg** \\\n * **OneDrive** \\\n * **VSO** \\\n * **VSTSRM**\n */\nexport type ScmType = string;\n\n/** Known values of {@link IpFilterTag} that the service accepts. */\nexport enum KnownIpFilterTag {\n /** Default */\n Default = \"Default\",\n /** XffProxy */\n XffProxy = \"XffProxy\",\n /** ServiceTag */\n ServiceTag = \"ServiceTag\",\n}\n\n/**\n * Defines values for IpFilterTag. \\\n * {@link KnownIpFilterTag} can be used interchangeably with IpFilterTag,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **XffProxy** \\\n * **ServiceTag**\n */\nexport type IpFilterTag = string;\n\n/** Known values of {@link DefaultAction} that the service accepts. */\nexport enum KnownDefaultAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Defines values for DefaultAction. \\\n * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type DefaultAction = string;\n\n/** Known values of {@link SupportedTlsVersions} that the service accepts. */\nexport enum KnownSupportedTlsVersions {\n /** One0 */\n One0 = \"1.0\",\n /** One1 */\n One1 = \"1.1\",\n /** One2 */\n One2 = \"1.2\",\n /** One3 */\n One3 = \"1.3\",\n}\n\n/**\n * Defines values for SupportedTlsVersions. \\\n * {@link KnownSupportedTlsVersions} can be used interchangeably with SupportedTlsVersions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.1** \\\n * **1.2** \\\n * **1.3**\n */\nexport type SupportedTlsVersions = string;\n\n/** Known values of {@link TlsCipherSuites} that the service accepts. */\nexport enum KnownTlsCipherSuites {\n /** TLSAES256GCMSHA384 */\n TLSAES256GCMSHA384 = \"TLS_AES_256_GCM_SHA384\",\n /** TLSAES128GCMSHA256 */\n TLSAES128GCMSHA256 = \"TLS_AES_128_GCM_SHA256\",\n /** TLSEcdheEcdsaWithAES256GCMSHA384 */\n TLSEcdheEcdsaWithAES256GCMSHA384 = \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\n /** TLSEcdheEcdsaWithAES128CBCSHA256 */\n TLSEcdheEcdsaWithAES128CBCSHA256 = \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\n /** TLSEcdheEcdsaWithAES128GCMSHA256 */\n TLSEcdheEcdsaWithAES128GCMSHA256 = \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\n /** TLSEcdheRSAWithAES256GCMSHA384 */\n TLSEcdheRSAWithAES256GCMSHA384 = \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\n /** TLSEcdheRSAWithAES128GCMSHA256 */\n TLSEcdheRSAWithAES128GCMSHA256 = \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\n /** TLSEcdheRSAWithAES256CBCSHA384 */\n TLSEcdheRSAWithAES256CBCSHA384 = \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\n /** TLSEcdheRSAWithAES128CBCSHA256 */\n TLSEcdheRSAWithAES128CBCSHA256 = \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\n /** TLSEcdheRSAWithAES256CBCSHA */\n TLSEcdheRSAWithAES256CBCSHA = \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\n /** TLSEcdheRSAWithAES128CBCSHA */\n TLSEcdheRSAWithAES128CBCSHA = \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\n /** TLSRSAWithAES256GCMSHA384 */\n TLSRSAWithAES256GCMSHA384 = \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\n /** TLSRSAWithAES128GCMSHA256 */\n TLSRSAWithAES128GCMSHA256 = \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\n /** TLSRSAWithAES256CBCSHA256 */\n TLSRSAWithAES256CBCSHA256 = \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\n /** TLSRSAWithAES128CBCSHA256 */\n TLSRSAWithAES128CBCSHA256 = \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\n /** TLSRSAWithAES256CBCSHA */\n TLSRSAWithAES256CBCSHA = \"TLS_RSA_WITH_AES_256_CBC_SHA\",\n /** TLSRSAWithAES128CBCSHA */\n TLSRSAWithAES128CBCSHA = \"TLS_RSA_WITH_AES_128_CBC_SHA\",\n}\n\n/**\n * Defines values for TlsCipherSuites. \\\n * {@link KnownTlsCipherSuites} can be used interchangeably with TlsCipherSuites,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TLS_AES_256_GCM_SHA384** \\\n * **TLS_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA** \\\n * **TLS_RSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_RSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_RSA_WITH_AES_256_CBC_SHA256** \\\n * **TLS_RSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_RSA_WITH_AES_256_CBC_SHA** \\\n * **TLS_RSA_WITH_AES_128_CBC_SHA**\n */\nexport type TlsCipherSuites = string;\n\n/** Known values of {@link FtpsState} that the service accepts. */\nexport enum KnownFtpsState {\n /** AllAllowed */\n AllAllowed = \"AllAllowed\",\n /** FtpsOnly */\n FtpsOnly = \"FtpsOnly\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for FtpsState. \\\n * {@link KnownFtpsState} can be used interchangeably with FtpsState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AllAllowed** \\\n * **FtpsOnly** \\\n * **Disabled**\n */\nexport type FtpsState = string;\n\n/** Known values of {@link AzureStorageProtocol} that the service accepts. */\nexport enum KnownAzureStorageProtocol {\n /** Smb */\n Smb = \"Smb\",\n /** Http */\n Http = \"Http\",\n /** Nfs */\n Nfs = \"Nfs\",\n}\n\n/**\n * Defines values for AzureStorageProtocol. \\\n * {@link KnownAzureStorageProtocol} can be used interchangeably with AzureStorageProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Smb** \\\n * **Http** \\\n * **Nfs**\n */\nexport type AzureStorageProtocol = string;\n\n/** Known values of {@link FunctionsDeploymentStorageType} that the service accepts. */\nexport enum KnownFunctionsDeploymentStorageType {\n /** BlobContainer */\n BlobContainer = \"blobContainer\",\n}\n\n/**\n * Defines values for FunctionsDeploymentStorageType. \\\n * {@link KnownFunctionsDeploymentStorageType} can be used interchangeably with FunctionsDeploymentStorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **blobContainer**\n */\nexport type FunctionsDeploymentStorageType = string;\n\n/** Known values of {@link AuthenticationType} that the service accepts. */\nexport enum KnownAuthenticationType {\n /** SystemAssignedIdentity */\n SystemAssignedIdentity = \"SystemAssignedIdentity\",\n /** UserAssignedIdentity */\n UserAssignedIdentity = \"UserAssignedIdentity\",\n /** StorageAccountConnectionString */\n StorageAccountConnectionString = \"StorageAccountConnectionString\",\n}\n\n/**\n * Defines values for AuthenticationType. \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedIdentity** \\\n * **UserAssignedIdentity** \\\n * **StorageAccountConnectionString**\n */\nexport type AuthenticationType = string;\n\n/** Known values of {@link RuntimeName} that the service accepts. */\nexport enum KnownRuntimeName {\n /** DotnetIsolated */\n DotnetIsolated = \"dotnet-isolated\",\n /** Node */\n Node = \"node\",\n /** Java */\n Java = \"java\",\n /** Powershell */\n Powershell = \"powershell\",\n /** Python */\n Python = \"python\",\n /** Custom */\n Custom = \"custom\",\n}\n\n/**\n * Defines values for RuntimeName. \\\n * {@link KnownRuntimeName} can be used interchangeably with RuntimeName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **dotnet-isolated** \\\n * **node** \\\n * **java** \\\n * **powershell** \\\n * **python** \\\n * **custom**\n */\nexport type RuntimeName = string;\n\n/** Known values of {@link DaprLogLevel} that the service accepts. */\nexport enum KnownDaprLogLevel {\n /** Info */\n Info = \"info\",\n /** Debug */\n Debug = \"debug\",\n /** Warn */\n Warn = \"warn\",\n /** Error */\n Error = \"error\",\n}\n\n/**\n * Defines values for DaprLogLevel. \\\n * {@link KnownDaprLogLevel} can be used interchangeably with DaprLogLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **info** \\\n * **debug** \\\n * **warn** \\\n * **error**\n */\nexport type DaprLogLevel = string;\n\n/** Known values of {@link RouteType} that the service accepts. */\nexport enum KnownRouteType {\n /** Default */\n Default = \"DEFAULT\",\n /** Inherited */\n Inherited = \"INHERITED\",\n /** Static */\n Static = \"STATIC\",\n}\n\n/**\n * Defines values for RouteType. \\\n * {@link KnownRouteType} can be used interchangeably with RouteType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DEFAULT** \\\n * **INHERITED** \\\n * **STATIC**\n */\nexport type RouteType = string;\n\n/** Known values of {@link ProviderOsTypeSelected} that the service accepts. */\nexport enum KnownProviderOsTypeSelected {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n /** WindowsFunctions */\n WindowsFunctions = \"WindowsFunctions\",\n /** LinuxFunctions */\n LinuxFunctions = \"LinuxFunctions\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for ProviderOsTypeSelected. \\\n * {@link KnownProviderOsTypeSelected} can be used interchangeably with ProviderOsTypeSelected,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux** \\\n * **WindowsFunctions** \\\n * **LinuxFunctions** \\\n * **All**\n */\nexport type ProviderOsTypeSelected = string;\n\n/** Known values of {@link ProviderStackOsType} that the service accepts. */\nexport enum KnownProviderStackOsType {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for ProviderStackOsType. \\\n * {@link KnownProviderStackOsType} can be used interchangeably with ProviderStackOsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux** \\\n * **All**\n */\nexport type ProviderStackOsType = string;\n\n/** Known values of {@link ResourceScopeType} that the service accepts. */\nexport enum KnownResourceScopeType {\n /** ServerFarm */\n ServerFarm = \"ServerFarm\",\n /** Subscription */\n Subscription = \"Subscription\",\n /** WebSite */\n WebSite = \"WebSite\",\n}\n\n/**\n * Defines values for ResourceScopeType. \\\n * {@link KnownResourceScopeType} can be used interchangeably with ResourceScopeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServerFarm** \\\n * **Subscription** \\\n * **WebSite**\n */\nexport type ResourceScopeType = string;\n\n/** Known values of {@link CheckNameResourceTypes} that the service accepts. */\nexport enum KnownCheckNameResourceTypes {\n /** Site */\n Site = \"Site\",\n /** Slot */\n Slot = \"Slot\",\n /** HostingEnvironment */\n HostingEnvironment = \"HostingEnvironment\",\n /** PublishingUser */\n PublishingUser = \"PublishingUser\",\n /** MicrosoftWebSites */\n MicrosoftWebSites = \"Microsoft.Web/sites\",\n /** MicrosoftWebSitesSlots */\n MicrosoftWebSitesSlots = \"Microsoft.Web/sites/slots\",\n /** MicrosoftWebHostingEnvironments */\n MicrosoftWebHostingEnvironments = \"Microsoft.Web/hostingEnvironments\",\n /** MicrosoftWebPublishingUsers */\n MicrosoftWebPublishingUsers = \"Microsoft.Web/publishingUsers\",\n}\n\n/**\n * Defines values for CheckNameResourceTypes. \\\n * {@link KnownCheckNameResourceTypes} can be used interchangeably with CheckNameResourceTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Site** \\\n * **Slot** \\\n * **HostingEnvironment** \\\n * **PublishingUser** \\\n * **Microsoft.Web\\/sites** \\\n * **Microsoft.Web\\/sites\\/slots** \\\n * **Microsoft.Web\\/hostingEnvironments** \\\n * **Microsoft.Web\\/publishingUsers**\n */\nexport type CheckNameResourceTypes = string;\n\n/** Known values of {@link InAvailabilityReasonType} that the service accepts. */\nexport enum KnownInAvailabilityReasonType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for InAvailabilityReasonType. \\\n * {@link KnownInAvailabilityReasonType} can be used interchangeably with InAvailabilityReasonType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type InAvailabilityReasonType = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** Free */\n Free = \"Free\",\n /** Shared */\n Shared = \"Shared\",\n /** Basic */\n Basic = \"Basic\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n /** Isolated */\n Isolated = \"Isolated\",\n /** IsolatedV2 */\n IsolatedV2 = \"IsolatedV2\",\n /** PremiumV2 */\n PremiumV2 = \"PremiumV2\",\n /** PremiumV3 */\n PremiumV3 = \"PremiumV3\",\n /** PremiumContainer */\n PremiumContainer = \"PremiumContainer\",\n /** ElasticPremium */\n ElasticPremium = \"ElasticPremium\",\n /** ElasticIsolated */\n ElasticIsolated = \"ElasticIsolated\",\n /** FlexConsumption */\n FlexConsumption = \"FlexConsumption\",\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Shared** \\\n * **Basic** \\\n * **Standard** \\\n * **Premium** \\\n * **Dynamic** \\\n * **Isolated** \\\n * **IsolatedV2** \\\n * **PremiumV2** \\\n * **PremiumV3** \\\n * **PremiumContainer** \\\n * **ElasticPremium** \\\n * **ElasticIsolated** \\\n * **FlexConsumption**\n */\nexport type SkuName = string;\n\n/** Known values of {@link ValidateResourceTypes} that the service accepts. */\nexport enum KnownValidateResourceTypes {\n /** ServerFarm */\n ServerFarm = \"ServerFarm\",\n /** Site */\n Site = \"Site\",\n /** MicrosoftWebHostingEnvironments */\n MicrosoftWebHostingEnvironments = \"Microsoft.Web/hostingEnvironments\",\n}\n\n/**\n * Defines values for ValidateResourceTypes. \\\n * {@link KnownValidateResourceTypes} can be used interchangeably with ValidateResourceTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServerFarm** \\\n * **Site** \\\n * **Microsoft.Web\\/hostingEnvironments**\n */\nexport type ValidateResourceTypes = string;\n\n/** Known values of {@link EnterpriseGradeCdnStatus} that the service accepts. */\nexport enum KnownEnterpriseGradeCdnStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Enabling */\n Enabling = \"Enabling\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Disabling */\n Disabling = \"Disabling\",\n}\n\n/**\n * Defines values for EnterpriseGradeCdnStatus. \\\n * {@link KnownEnterpriseGradeCdnStatus} can be used interchangeably with EnterpriseGradeCdnStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Enabling** \\\n * **Disabled** \\\n * **Disabling**\n */\nexport type EnterpriseGradeCdnStatus = string;\n\n/** Known values of {@link BuildStatus} that the service accepts. */\nexport enum KnownBuildStatus {\n /** WaitingForDeployment */\n WaitingForDeployment = \"WaitingForDeployment\",\n /** Uploading */\n Uploading = \"Uploading\",\n /** Deploying */\n Deploying = \"Deploying\",\n /** Ready */\n Ready = \"Ready\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Detached */\n Detached = \"Detached\",\n}\n\n/**\n * Defines values for BuildStatus. \\\n * {@link KnownBuildStatus} can be used interchangeably with BuildStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WaitingForDeployment** \\\n * **Uploading** \\\n * **Deploying** \\\n * **Ready** \\\n * **Failed** \\\n * **Deleting** \\\n * **Detached**\n */\nexport type BuildStatus = string;\n\n/** Known values of {@link TriggerTypes} that the service accepts. */\nexport enum KnownTriggerTypes {\n /** HttpTrigger */\n HttpTrigger = \"HttpTrigger\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for TriggerTypes. \\\n * {@link KnownTriggerTypes} can be used interchangeably with TriggerTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HttpTrigger** \\\n * **Unknown**\n */\nexport type TriggerTypes = string;\n\n/** Known values of {@link BasicAuthName} that the service accepts. */\nexport enum KnownBasicAuthName {\n /** Default */\n Default = \"default\",\n}\n\n/**\n * Defines values for BasicAuthName. \\\n * {@link KnownBasicAuthName} can be used interchangeably with BasicAuthName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default**\n */\nexport type BasicAuthName = string;\n\n/** Known values of {@link CustomDomainStatus} that the service accepts. */\nexport enum KnownCustomDomainStatus {\n /** RetrievingValidationToken */\n RetrievingValidationToken = \"RetrievingValidationToken\",\n /** Validating */\n Validating = \"Validating\",\n /** Adding */\n Adding = \"Adding\",\n /** Ready */\n Ready = \"Ready\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n}\n\n/**\n * Defines values for CustomDomainStatus. \\\n * {@link KnownCustomDomainStatus} can be used interchangeably with CustomDomainStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RetrievingValidationToken** \\\n * **Validating** \\\n * **Adding** \\\n * **Ready** \\\n * **Failed** \\\n * **Deleting** \\\n * **Unhealthy**\n */\nexport type CustomDomainStatus = string;\n\n/** Known values of {@link DatabaseType} that the service accepts. */\nexport enum KnownDatabaseType {\n /** SqlAzure */\n SqlAzure = \"SqlAzure\",\n /** MySql */\n MySql = \"MySql\",\n /** LocalMySql */\n LocalMySql = \"LocalMySql\",\n /** PostgreSql */\n PostgreSql = \"PostgreSql\",\n}\n\n/**\n * Defines values for DatabaseType. \\\n * {@link KnownDatabaseType} can be used interchangeably with DatabaseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlAzure** \\\n * **MySql** \\\n * **LocalMySql** \\\n * **PostgreSql**\n */\nexport type DatabaseType = string;\n\n/** Known values of {@link DeploymentBuildStatus} that the service accepts. */\nexport enum KnownDeploymentBuildStatus {\n /** TimedOut */\n TimedOut = \"TimedOut\",\n /** RuntimeFailed */\n RuntimeFailed = \"RuntimeFailed\",\n /** BuildAborted */\n BuildAborted = \"BuildAborted\",\n /** BuildFailed */\n BuildFailed = \"BuildFailed\",\n /** BuildRequestReceived */\n BuildRequestReceived = \"BuildRequestReceived\",\n /** BuildPending */\n BuildPending = \"BuildPending\",\n /** BuildInProgress */\n BuildInProgress = \"BuildInProgress\",\n /** BuildSuccessful */\n BuildSuccessful = \"BuildSuccessful\",\n /** PostBuildRestartRequired */\n PostBuildRestartRequired = \"PostBuildRestartRequired\",\n /** StartPolling */\n StartPolling = \"StartPolling\",\n /** StartPollingWithRestart */\n StartPollingWithRestart = \"StartPollingWithRestart\",\n /** RuntimeStarting */\n RuntimeStarting = \"RuntimeStarting\",\n /** RuntimeSuccessful */\n RuntimeSuccessful = \"RuntimeSuccessful\",\n}\n\n/**\n * Defines values for DeploymentBuildStatus. \\\n * {@link KnownDeploymentBuildStatus} can be used interchangeably with DeploymentBuildStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TimedOut** \\\n * **RuntimeFailed** \\\n * **BuildAborted** \\\n * **BuildFailed** \\\n * **BuildRequestReceived** \\\n * **BuildPending** \\\n * **BuildInProgress** \\\n * **BuildSuccessful** \\\n * **PostBuildRestartRequired** \\\n * **StartPolling** \\\n * **StartPollingWithRestart** \\\n * **RuntimeStarting** \\\n * **RuntimeSuccessful**\n */\nexport type DeploymentBuildStatus = string;\n\n/** Known values of {@link PublishingProfileFormat} that the service accepts. */\nexport enum KnownPublishingProfileFormat {\n /** FileZilla3 */\n FileZilla3 = \"FileZilla3\",\n /** WebDeploy */\n WebDeploy = \"WebDeploy\",\n /** Ftp */\n Ftp = \"Ftp\",\n}\n\n/**\n * Defines values for PublishingProfileFormat. \\\n * {@link KnownPublishingProfileFormat} can be used interchangeably with PublishingProfileFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FileZilla3** \\\n * **WebDeploy** \\\n * **Ftp**\n */\nexport type PublishingProfileFormat = string;\n\n/** Known values of {@link WorkflowState} that the service accepts. */\nexport enum KnownWorkflowState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Completed */\n Completed = \"Completed\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Suspended */\n Suspended = \"Suspended\",\n}\n\n/**\n * Defines values for WorkflowState. \\\n * {@link KnownWorkflowState} can be used interchangeably with WorkflowState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Completed** \\\n * **Enabled** \\\n * **Disabled** \\\n * **Deleted** \\\n * **Suspended**\n */\nexport type WorkflowState = string;\n\n/** Known values of {@link KeyType} that the service accepts. */\nexport enum KnownKeyType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\",\n}\n\n/**\n * Defines values for KeyType. \\\n * {@link KnownKeyType} can be used interchangeably with KeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Primary** \\\n * **Secondary**\n */\nexport type KeyType = string;\n\n/** Known values of {@link WorkflowStatus} that the service accepts. */\nexport enum KnownWorkflowStatus {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Paused */\n Paused = \"Paused\",\n /** Running */\n Running = \"Running\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Skipped */\n Skipped = \"Skipped\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Failed */\n Failed = \"Failed\",\n /** Faulted */\n Faulted = \"Faulted\",\n /** TimedOut */\n TimedOut = \"TimedOut\",\n /** Aborted */\n Aborted = \"Aborted\",\n /** Ignored */\n Ignored = \"Ignored\",\n}\n\n/**\n * Defines values for WorkflowStatus. \\\n * {@link KnownWorkflowStatus} can be used interchangeably with WorkflowStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Paused** \\\n * **Running** \\\n * **Waiting** \\\n * **Succeeded** \\\n * **Skipped** \\\n * **Suspended** \\\n * **Cancelled** \\\n * **Failed** \\\n * **Faulted** \\\n * **TimedOut** \\\n * **Aborted** \\\n * **Ignored**\n */\nexport type WorkflowStatus = string;\n\n/** Known values of {@link ParameterType} that the service accepts. */\nexport enum KnownParameterType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** String */\n String = \"String\",\n /** SecureString */\n SecureString = \"SecureString\",\n /** Int */\n Int = \"Int\",\n /** Float */\n Float = \"Float\",\n /** Bool */\n Bool = \"Bool\",\n /** Array */\n Array = \"Array\",\n /** Object */\n Object = \"Object\",\n /** SecureObject */\n SecureObject = \"SecureObject\",\n}\n\n/**\n * Defines values for ParameterType. \\\n * {@link KnownParameterType} can be used interchangeably with ParameterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **String** \\\n * **SecureString** \\\n * **Int** \\\n * **Float** \\\n * **Bool** \\\n * **Array** \\\n * **Object** \\\n * **SecureObject**\n */\nexport type ParameterType = string;\n\n/** Known values of {@link WorkflowTriggerProvisioningState} that the service accepts. */\nexport enum KnownWorkflowTriggerProvisioningState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Running */\n Running = \"Running\",\n /** Ready */\n Ready = \"Ready\",\n /** Creating */\n Creating = \"Creating\",\n /** Created */\n Created = \"Created\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Moving */\n Moving = \"Moving\",\n /** Updating */\n Updating = \"Updating\",\n /** Registering */\n Registering = \"Registering\",\n /** Registered */\n Registered = \"Registered\",\n /** Unregistering */\n Unregistering = \"Unregistering\",\n /** Unregistered */\n Unregistered = \"Unregistered\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * Defines values for WorkflowTriggerProvisioningState. \\\n * {@link KnownWorkflowTriggerProvisioningState} can be used interchangeably with WorkflowTriggerProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Accepted** \\\n * **Running** \\\n * **Ready** \\\n * **Creating** \\\n * **Created** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Moving** \\\n * **Updating** \\\n * **Registering** \\\n * **Registered** \\\n * **Unregistering** \\\n * **Unregistered** \\\n * **Completed**\n */\nexport type WorkflowTriggerProvisioningState = string;\n\n/** Known values of {@link RecurrenceFrequency} that the service accepts. */\nexport enum KnownRecurrenceFrequency {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Second */\n Second = \"Second\",\n /** Minute */\n Minute = \"Minute\",\n /** Hour */\n Hour = \"Hour\",\n /** Day */\n Day = \"Day\",\n /** Week */\n Week = \"Week\",\n /** Month */\n Month = \"Month\",\n /** Year */\n Year = \"Year\",\n}\n\n/**\n * Defines values for RecurrenceFrequency. \\\n * {@link KnownRecurrenceFrequency} can be used interchangeably with RecurrenceFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Second** \\\n * **Minute** \\\n * **Hour** \\\n * **Day** \\\n * **Week** \\\n * **Month** \\\n * **Year**\n */\nexport type RecurrenceFrequency = string;\n\n/** Known values of {@link WorkflowProvisioningState} that the service accepts. */\nexport enum KnownWorkflowProvisioningState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Running */\n Running = \"Running\",\n /** Ready */\n Ready = \"Ready\",\n /** Creating */\n Creating = \"Creating\",\n /** Created */\n Created = \"Created\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Moving */\n Moving = \"Moving\",\n /** Updating */\n Updating = \"Updating\",\n /** Registering */\n Registering = \"Registering\",\n /** Registered */\n Registered = \"Registered\",\n /** Unregistering */\n Unregistering = \"Unregistering\",\n /** Unregistered */\n Unregistered = \"Unregistered\",\n /** Completed */\n Completed = \"Completed\",\n /** Renewing */\n Renewing = \"Renewing\",\n /** Pending */\n Pending = \"Pending\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for WorkflowProvisioningState. \\\n * {@link KnownWorkflowProvisioningState} can be used interchangeably with WorkflowProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Accepted** \\\n * **Running** \\\n * **Ready** \\\n * **Creating** \\\n * **Created** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Moving** \\\n * **Updating** \\\n * **Registering** \\\n * **Registered** \\\n * **Unregistering** \\\n * **Unregistered** \\\n * **Completed** \\\n * **Renewing** \\\n * **Pending** \\\n * **Waiting** \\\n * **InProgress**\n */\nexport type WorkflowProvisioningState = string;\n\n/** Known values of {@link OpenAuthenticationProviderType} that the service accepts. */\nexport enum KnownOpenAuthenticationProviderType {\n /** AAD */\n AAD = \"AAD\",\n}\n\n/**\n * Defines values for OpenAuthenticationProviderType. \\\n * {@link KnownOpenAuthenticationProviderType} can be used interchangeably with OpenAuthenticationProviderType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AAD**\n */\nexport type OpenAuthenticationProviderType = string;\n\n/** Known values of {@link WorkflowSkuName} that the service accepts. */\nexport enum KnownWorkflowSkuName {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Free */\n Free = \"Free\",\n /** Shared */\n Shared = \"Shared\",\n /** Basic */\n Basic = \"Basic\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n}\n\n/**\n * Defines values for WorkflowSkuName. \\\n * {@link KnownWorkflowSkuName} can be used interchangeably with WorkflowSkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Free** \\\n * **Shared** \\\n * **Basic** \\\n * **Standard** \\\n * **Premium**\n */\nexport type WorkflowSkuName = string;\n\n/** Known values of {@link Kind} that the service accepts. */\nexport enum KnownKind {\n /** Stateful */\n Stateful = \"Stateful\",\n /** Stateless */\n Stateless = \"Stateless\",\n}\n\n/**\n * Defines values for Kind. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Stateful** \\\n * **Stateless**\n */\nexport type Kind = string;\n/** Defines values for KeyVaultSecretStatus. */\nexport type KeyVaultSecretStatus =\n | \"Initialized\"\n | \"WaitingOnCertificateOrder\"\n | \"Succeeded\"\n | \"CertificateOrderFailed\"\n | \"OperationNotPermittedOnKeyVault\"\n | \"AzureServiceUnauthorizedToAccessKeyVault\"\n | \"KeyVaultDoesNotExist\"\n | \"KeyVaultSecretDoesNotExist\"\n | \"UnknownError\"\n | \"ExternalPrivateKey\"\n | \"Unknown\";\n/** Defines values for CertificateProductType. */\nexport type CertificateProductType =\n | \"StandardDomainValidatedSsl\"\n | \"StandardDomainValidatedWildCardSsl\";\n/** Defines values for ProvisioningState. */\nexport type ProvisioningState =\n | \"Succeeded\"\n | \"Failed\"\n | \"Canceled\"\n | \"InProgress\"\n | \"Deleting\";\n/** Defines values for CertificateOrderStatus. */\nexport type CertificateOrderStatus =\n | \"Pendingissuance\"\n | \"Issued\"\n | \"Revoked\"\n | \"Canceled\"\n | \"Denied\"\n | \"Pendingrevocation\"\n | \"PendingRekey\"\n | \"Unused\"\n | \"Expired\"\n | \"NotSubmitted\";\n/** Defines values for CertificateOrderActionType. */\nexport type CertificateOrderActionType =\n | \"CertificateIssued\"\n | \"CertificateOrderCanceled\"\n | \"CertificateOrderCreated\"\n | \"CertificateRevoked\"\n | \"DomainValidationComplete\"\n | \"FraudDetected\"\n | \"OrgNameChange\"\n | \"OrgValidationComplete\"\n | \"SanDrop\"\n | \"FraudCleared\"\n | \"CertificateExpired\"\n | \"CertificateExpirationWarning\"\n | \"FraudDocumentationRequired\"\n | \"Unknown\";\n/** Defines values for DetectorType. */\nexport type DetectorType = \"Detector\" | \"Analysis\" | \"CategoryOverview\";\n/** Defines values for RenderingType. */\nexport type RenderingType =\n | \"NoGraph\"\n | \"Table\"\n | \"TimeSeries\"\n | \"TimeSeriesPerInstance\"\n | \"PieChart\"\n | \"DataSummary\"\n | \"Email\"\n | \"Insights\"\n | \"DynamicInsight\"\n | \"Markdown\"\n | \"Detector\"\n | \"DropDown\"\n | \"Card\"\n | \"Solution\"\n | \"Guage\"\n | \"Form\"\n | \"ChangeSets\"\n | \"ChangeAnalysisOnboarding\"\n | \"ChangesView\"\n | \"AppInsight\"\n | \"DependencyGraph\"\n | \"DownTime\"\n | \"SummaryCard\"\n | \"SearchComponent\"\n | \"AppInsightEnablement\";\n/** Defines values for InsightStatus. */\nexport type InsightStatus =\n | \"Critical\"\n | \"Warning\"\n | \"Info\"\n | \"Success\"\n | \"None\";\n/** Defines values for DomainType. */\nexport type DomainType = \"Regular\" | \"SoftDeleted\";\n/** Defines values for DomainStatus. */\nexport type DomainStatus =\n | \"Active\"\n | \"Awaiting\"\n | \"Cancelled\"\n | \"Confiscated\"\n | \"Disabled\"\n | \"Excluded\"\n | \"Expired\"\n | \"Failed\"\n | \"Held\"\n | \"Locked\"\n | \"Parked\"\n | \"Pending\"\n | \"Reserved\"\n | \"Reverted\"\n | \"Suspended\"\n | \"Transferred\"\n | \"Unknown\"\n | \"Unlocked\"\n | \"Unparked\"\n | \"Updated\"\n | \"JsonConverterFailed\";\n/** Defines values for AzureResourceType. */\nexport type AzureResourceType = \"Website\" | \"TrafficManager\";\n/** Defines values for CustomHostNameDnsRecordType. */\nexport type CustomHostNameDnsRecordType = \"CName\" | \"A\";\n/** Defines values for HostNameType. */\nexport type HostNameType = \"Verified\" | \"Managed\";\n/** Defines values for DnsType. */\nexport type DnsType = \"AzureDns\" | \"DefaultDomainRegistrarDns\";\n/** Defines values for HostingEnvironmentStatus. */\nexport type HostingEnvironmentStatus =\n | \"Preparing\"\n | \"Ready\"\n | \"Scaling\"\n | \"Deleting\";\n/** Defines values for CustomDnsSuffixProvisioningState. */\nexport type CustomDnsSuffixProvisioningState =\n | \"Succeeded\"\n | \"Failed\"\n | \"Degraded\"\n | \"InProgress\";\n/** Defines values for ComputeModeOptions. */\nexport type ComputeModeOptions = \"Shared\" | \"Dedicated\" | \"Dynamic\";\n/** Defines values for WorkerSizeOptions. */\nexport type WorkerSizeOptions =\n | \"Small\"\n | \"Medium\"\n | \"Large\"\n | \"D1\"\n | \"D2\"\n | \"D3\"\n | \"SmallV3\"\n | \"MediumV3\"\n | \"LargeV3\"\n | \"NestedSmall\"\n | \"NestedSmallLinux\"\n | \"Default\";\n/** Defines values for UsageState. */\nexport type UsageState = \"Normal\" | \"Exceeded\";\n/** Defines values for SiteAvailabilityState. */\nexport type SiteAvailabilityState =\n | \"Normal\"\n | \"Limited\"\n | \"DisasterRecoveryMode\";\n/** Defines values for SslState. */\nexport type SslState = \"Disabled\" | \"SniEnabled\" | \"IpBasedEnabled\";\n/** Defines values for HostType. */\nexport type HostType = \"Standard\" | \"Repository\";\n/** Defines values for ConnectionStringType. */\nexport type ConnectionStringType =\n | \"MySql\"\n | \"SQLServer\"\n | \"SQLAzure\"\n | \"Custom\"\n | \"NotificationHub\"\n | \"ServiceBus\"\n | \"EventHub\"\n | \"ApiHub\"\n | \"DocDb\"\n | \"RedisCache\"\n | \"PostgreSQL\";\n/** Defines values for ManagedPipelineMode. */\nexport type ManagedPipelineMode = \"Integrated\" | \"Classic\";\n/** Defines values for SiteLoadBalancing. */\nexport type SiteLoadBalancing =\n | \"WeightedRoundRobin\"\n | \"LeastRequests\"\n | \"LeastResponseTime\"\n | \"WeightedTotalTraffic\"\n | \"RequestHash\"\n | \"PerSiteRoundRobin\"\n | \"LeastRequestsWithTieBreaker\";\n/** Defines values for AutoHealActionType. */\nexport type AutoHealActionType = \"Recycle\" | \"LogEvent\" | \"CustomAction\";\n/** Defines values for AzureStorageType. */\nexport type AzureStorageType = \"AzureFiles\" | \"AzureBlob\";\n/** Defines values for AzureStorageState. */\nexport type AzureStorageState =\n | \"Ok\"\n | \"InvalidCredentials\"\n | \"InvalidShare\"\n | \"NotValidated\";\n/** Defines values for ClientCertMode. */\nexport type ClientCertMode =\n | \"Required\"\n | \"Optional\"\n | \"OptionalInteractiveUser\";\n/** Defines values for IPMode. */\nexport type IPMode = \"IPv4\" | \"IPv6\" | \"IPv4AndIPv6\";\n/** Defines values for RedundancyMode. */\nexport type RedundancyMode =\n | \"None\"\n | \"Manual\"\n | \"Failover\"\n | \"ActiveActive\"\n | \"GeoRedundant\";\n/** Defines values for AutoGeneratedDomainNameLabelScope. */\nexport type AutoGeneratedDomainNameLabelScope =\n | \"TenantReuse\"\n | \"SubscriptionReuse\"\n | \"ResourceGroupReuse\"\n | \"NoReuse\";\n/** Defines values for ManagedServiceIdentityType. */\nexport type ManagedServiceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n/** Defines values for OperationStatus. */\nexport type OperationStatus =\n | \"InProgress\"\n | \"Failed\"\n | \"Succeeded\"\n | \"TimedOut\"\n | \"Created\";\n/** Defines values for StatusOptions. */\nexport type StatusOptions = \"Ready\" | \"Pending\" | \"Creating\";\n/** Defines values for IssueType. */\nexport type IssueType =\n | \"ServiceIncident\"\n | \"AppDeployment\"\n | \"AppCrash\"\n | \"RuntimeIssueDetected\"\n | \"AseDeployment\"\n | \"UserIssue\"\n | \"PlatformIssue\"\n | \"Other\";\n/** Defines values for SolutionType. */\nexport type SolutionType =\n | \"QuickSolution\"\n | \"DeepInvestigation\"\n | \"BestPractices\";\n/** Defines values for KubeEnvironmentProvisioningState. */\nexport type KubeEnvironmentProvisioningState =\n | \"Succeeded\"\n | \"Failed\"\n | \"Canceled\"\n | \"Waiting\"\n | \"InitializationInProgress\"\n | \"InfrastructureSetupInProgress\"\n | \"InfrastructureSetupComplete\"\n | \"ScheduledForDelete\"\n | \"UpgradeRequested\"\n | \"UpgradeFailed\";\n/** Defines values for StorageType. */\nexport type StorageType = \"LocalNode\" | \"NetworkFileSystem\";\n/** Defines values for FrontEndServiceType. */\nexport type FrontEndServiceType = \"NodePort\" | \"LoadBalancer\";\n/** Defines values for StackPreferredOs. */\nexport type StackPreferredOs = \"Windows\" | \"Linux\";\n/** Defines values for NotificationLevel. */\nexport type NotificationLevel =\n | \"Critical\"\n | \"Warning\"\n | \"Information\"\n | \"NonUrgentSuggestion\";\n/** Defines values for Channels. */\nexport type Channels = \"Notification\" | \"Api\" | \"Email\" | \"Webhook\" | \"All\";\n/** Defines values for AppServicePlanRestrictions. */\nexport type AppServicePlanRestrictions =\n | \"None\"\n | \"Free\"\n | \"Shared\"\n | \"Basic\"\n | \"Standard\"\n | \"Premium\";\n/** Defines values for StagingEnvironmentPolicy. */\nexport type StagingEnvironmentPolicy = \"Enabled\" | \"Disabled\";\n/** Defines values for DnsVerificationTestResult. */\nexport type DnsVerificationTestResult = \"Passed\" | \"Failed\" | \"Skipped\";\n/** Defines values for FrequencyUnit. */\nexport type FrequencyUnit = \"Day\" | \"Hour\";\n/** Defines values for BackupItemStatus. */\nexport type BackupItemStatus =\n | \"InProgress\"\n | \"Failed\"\n | \"Succeeded\"\n | \"TimedOut\"\n | \"Created\"\n | \"Skipped\"\n | \"PartiallySucceeded\"\n | \"DeleteInProgress\"\n | \"DeleteFailed\"\n | \"Deleted\";\n/** Defines values for BackupRestoreOperationType. */\nexport type BackupRestoreOperationType =\n | \"Default\"\n | \"Clone\"\n | \"Relocation\"\n | \"Snapshot\"\n | \"CloudFS\";\n/** Defines values for UnauthenticatedClientAction. */\nexport type UnauthenticatedClientAction =\n | \"RedirectToLoginPage\"\n | \"AllowAnonymous\";\n/** Defines values for BuiltInAuthenticationProvider. */\nexport type BuiltInAuthenticationProvider =\n | \"AzureActiveDirectory\"\n | \"Facebook\"\n | \"Google\"\n | \"MicrosoftAccount\"\n | \"Twitter\"\n | \"Github\";\n/** Defines values for UnauthenticatedClientActionV2. */\nexport type UnauthenticatedClientActionV2 =\n | \"RedirectToLoginPage\"\n | \"AllowAnonymous\"\n | \"Return401\"\n | \"Return403\";\n/** Defines values for CookieExpirationConvention. */\nexport type CookieExpirationConvention =\n | \"FixedTime\"\n | \"IdentityProviderDerived\";\n/** Defines values for ForwardProxyConvention. */\nexport type ForwardProxyConvention = \"NoProxy\" | \"Standard\" | \"Custom\";\n/** Defines values for ResolveStatus. */\nexport type ResolveStatus =\n | \"Initialized\"\n | \"Resolved\"\n | \"InvalidSyntax\"\n | \"MSINotEnabled\"\n | \"VaultNotFound\"\n | \"SecretNotFound\"\n | \"SecretVersionNotFound\"\n | \"AccessToKeyVaultDenied\"\n | \"OtherReasons\"\n | \"FetchTimedOut\"\n | \"UnauthorizedClient\";\n/** Defines values for LogLevel. */\nexport type LogLevel = \"Off\" | \"Verbose\" | \"Information\" | \"Warning\" | \"Error\";\n/** Defines values for ContinuousWebJobStatus. */\nexport type ContinuousWebJobStatus =\n | \"Initializing\"\n | \"Starting\"\n | \"Running\"\n | \"PendingRestart\"\n | \"Stopped\";\n/** Defines values for WebJobType. */\nexport type WebJobType = \"Continuous\" | \"Triggered\";\n/** Defines values for MSDeployProvisioningState. */\nexport type MSDeployProvisioningState =\n | \"accepted\"\n | \"running\"\n | \"succeeded\"\n | \"failed\"\n | \"canceled\";\n/** Defines values for MSDeployLogEntryType. */\nexport type MSDeployLogEntryType = \"Message\" | \"Warning\" | \"Error\";\n/** Defines values for SiteRuntimeState. */\nexport type SiteRuntimeState = \"READY\" | \"STOPPED\" | \"UNKNOWN\";\n/** Defines values for CloneAbilityResult. */\nexport type CloneAbilityResult =\n | \"Cloneable\"\n | \"PartiallyCloneable\"\n | \"NotCloneable\";\n/** Defines values for MySqlMigrationType. */\nexport type MySqlMigrationType = \"LocalToRemote\" | \"RemoteToLocal\";\n/** Defines values for PublicCertificateLocation. */\nexport type PublicCertificateLocation =\n | \"CurrentUserMy\"\n | \"LocalMachineMy\"\n | \"Unknown\";\n/** Defines values for AuthType. */\nexport type AuthType =\n | \"Anonymous\"\n | \"UserCredentials\"\n | \"SystemIdentity\"\n | \"UserAssigned\";\n/** Defines values for SiteExtensionType. */\nexport type SiteExtensionType = \"Gallery\" | \"WebRoot\";\n/** Defines values for TriggeredWebJobStatus. */\nexport type TriggeredWebJobStatus = \"Success\" | \"Failed\" | \"Error\";\n/** Defines values for WorkflowHealthState. */\nexport type WorkflowHealthState =\n | \"NotSpecified\"\n | \"Healthy\"\n | \"Unhealthy\"\n | \"Unknown\";\n/** Defines values for DaysOfWeek. */\nexport type DaysOfWeek =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\n/** Defines values for DayOfWeek. */\nexport type DayOfWeek =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AppServiceCertificateOrdersListResponse =\n AppServiceCertificateOrderCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AppServiceCertificateOrdersListByResourceGroupResponse =\n AppServiceCertificateOrderCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AppServiceCertificateOrdersGetResponse = AppServiceCertificateOrder;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AppServiceCertificateOrdersCreateOrUpdateResponse =\n AppServiceCertificateOrder;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AppServiceCertificateOrdersUpdateResponse =\n AppServiceCertificateOrder;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListCertificatesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCertificates operation. */\nexport type AppServiceCertificateOrdersListCertificatesResponse =\n AppServiceCertificateCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersGetCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCertificate operation. */\nexport type AppServiceCertificateOrdersGetCertificateResponse =\n AppServiceCertificateResource;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateCertificate operation. */\nexport type AppServiceCertificateOrdersCreateOrUpdateCertificateResponse =\n AppServiceCertificateResource;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersDeleteCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersUpdateCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateCertificate operation. */\nexport type AppServiceCertificateOrdersUpdateCertificateResponse =\n AppServiceCertificateResource;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersReissueOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRenewOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersResendEmailOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersResendRequestEmailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveSiteSealOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the retrieveSiteSeal operation. */\nexport type AppServiceCertificateOrdersRetrieveSiteSealResponse = SiteSeal;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the retrieveCertificateActions operation. */\nexport type AppServiceCertificateOrdersRetrieveCertificateActionsResponse =\n CertificateOrderAction[];\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the retrieveCertificateEmailHistory operation. */\nexport type AppServiceCertificateOrdersRetrieveCertificateEmailHistoryResponse =\n CertificateEmail[];\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AppServiceCertificateOrdersListNextResponse =\n AppServiceCertificateOrderCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AppServiceCertificateOrdersListByResourceGroupNextResponse =\n AppServiceCertificateOrderCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListCertificatesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCertificatesNext operation. */\nexport type AppServiceCertificateOrdersListCertificatesNextResponse =\n AppServiceCertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServiceCertificateOrderDetectorResponse operation. */\nexport type CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams\n extends coreClient.OperationOptions {\n /** The start time for detector response. */\n startTime?: Date;\n /** The end time for the detector response. */\n endTime?: Date;\n /** The time grain for the detector response. */\n timeGrain?: string;\n}\n\n/** Contains response data for the getAppServiceCertificateOrderDetectorResponse operation. */\nexport type CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse =\n DetectorResponse;\n\n/** Optional parameters. */\nexport interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServiceCertificateOrderDetectorResponseNext operation. */\nexport type CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseNextResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface CertificateRegistrationProviderListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type CertificateRegistrationProviderListOperationsResponse =\n CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface CertificateRegistrationProviderListOperationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperationsNext operation. */\nexport type CertificateRegistrationProviderListOperationsNextResponse =\n CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface DomainRegistrationProviderListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type DomainRegistrationProviderListOperationsResponse =\n CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface DomainRegistrationProviderListOperationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperationsNext operation. */\nexport type DomainRegistrationProviderListOperationsNextResponse =\n CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface DomainsCheckAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkAvailability operation. */\nexport type DomainsCheckAvailabilityResponse = DomainAvailabilityCheckResult;\n\n/** Optional parameters. */\nexport interface DomainsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DomainsListResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetControlCenterSsoRequestOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getControlCenterSsoRequest operation. */\nexport type DomainsGetControlCenterSsoRequestResponse =\n DomainControlCenterSsoRequest;\n\n/** Optional parameters. */\nexport interface DomainsListRecommendationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendations operation. */\nexport type DomainsListRecommendationsResponse = NameIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DomainsListByResourceGroupResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainsGetResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainsCreateOrUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to delete the domain immediately. The default is <code>false</code> which deletes the domain after 24 hours. */\n forceHardDeleteDomain?: boolean;\n}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DomainsUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsListOwnershipIdentifiersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOwnershipIdentifiers operation. */\nexport type DomainsListOwnershipIdentifiersResponse =\n DomainOwnershipIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOwnershipIdentifier operation. */\nexport type DomainsGetOwnershipIdentifierResponse = DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateOwnershipIdentifier operation. */\nexport type DomainsCreateOrUpdateOwnershipIdentifierResponse =\n DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateOwnershipIdentifier operation. */\nexport type DomainsUpdateOwnershipIdentifierResponse =\n DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsRenewOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DomainsTransferOutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the transferOut operation. */\nexport type DomainsTransferOutResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DomainsListNextResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsListRecommendationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendationsNext operation. */\nexport type DomainsListRecommendationsNextResponse = NameIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DomainsListByResourceGroupNextResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsListOwnershipIdentifiersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOwnershipIdentifiersNext operation. */\nexport type DomainsListOwnershipIdentifiersNextResponse =\n DomainOwnershipIdentifierCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TopLevelDomainsListResponse = TopLevelDomainCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopLevelDomainsGetResponse = TopLevelDomain;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListAgreementsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAgreements operation. */\nexport type TopLevelDomainsListAgreementsResponse = TldLegalAgreementCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TopLevelDomainsListNextResponse = TopLevelDomainCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListAgreementsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAgreementsNext operation. */\nexport type TopLevelDomainsListAgreementsNextResponse =\n TldLegalAgreementCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AppServiceEnvironmentsListResponse =\n AppServiceEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AppServiceEnvironmentsListByResourceGroupResponse =\n AppServiceEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AppServiceEnvironmentsGetResponse = AppServiceEnvironmentResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AppServiceEnvironmentsCreateOrUpdateResponse =\n AppServiceEnvironmentResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to force the deletion even if the App Service Environment contains resources. The default is <code>false</code>. */\n forceDelete?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AppServiceEnvironmentsUpdateResponse =\n AppServiceEnvironmentResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListCapacitiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCapacities operation. */\nexport type AppServiceEnvironmentsListCapacitiesResponse =\n StampCapacityCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetVipInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVipInfo operation. */\nexport type AppServiceEnvironmentsGetVipInfoResponse = AddressResponse;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsChangeVnetOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the changeVnet operation. */\nexport type AppServiceEnvironmentsChangeVnetResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAseCustomDnsSuffixConfiguration operation. */\nexport type AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationResponse =\n CustomDnsSuffixConfiguration;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAseCustomDnsSuffixConfiguration operation. */\nexport type AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationResponse =\n CustomDnsSuffixConfiguration;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteAseCustomDnsSuffixConfiguration operation. */\nexport type AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationResponse =\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAseV3NetworkingConfiguration operation. */\nexport type AppServiceEnvironmentsGetAseV3NetworkingConfigurationResponse =\n AseV3NetworkingConfiguration;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAseNetworkingConfiguration operation. */\nexport type AppServiceEnvironmentsUpdateAseNetworkingConfigurationResponse =\n AseV3NetworkingConfiguration;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListDiagnosticsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDiagnostics operation. */\nexport type AppServiceEnvironmentsListDiagnosticsResponse =\n HostingEnvironmentDiagnostics[];\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetDiagnosticsItemOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDiagnosticsItem operation. */\nexport type AppServiceEnvironmentsGetDiagnosticsItemResponse =\n HostingEnvironmentDiagnostics;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInboundNetworkDependenciesEndpoints operation. */\nexport type AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsResponse =\n InboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePools operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolsResponse =\n WorkerPoolCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetMultiRolePoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMultiRolePool operation. */\nexport type AppServiceEnvironmentsGetMultiRolePoolResponse = WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateMultiRolePool operation. */\nexport type AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse =\n WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateMultiRolePool operation. */\nexport type AppServiceEnvironmentsUpdateMultiRolePoolResponse =\n WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolInstanceMetricDefinitions operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRoleMetricDefinitions operation. */\nexport type AppServiceEnvironmentsListMultiRoleMetricDefinitionsResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolSkus operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolSkusResponse =\n SkuInfoCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsTestUpgradeAvailableNotificationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpgradeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRoleUsagesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRoleUsages operation. */\nexport type AppServiceEnvironmentsListMultiRoleUsagesResponse = UsageCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type AppServiceEnvironmentsListOperationsResponse = Operation[];\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOutboundNetworkDependenciesEndpoints operation. */\nexport type AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionList operation. */\nexport type AppServiceEnvironmentsGetPrivateEndpointConnectionListResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnection operation. */\nexport type AppServiceEnvironmentsGetPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the approveOrRejectPrivateEndpointConnection operation. */\nexport type AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnection operation. */\nexport type AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse =\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResources operation. */\nexport type AppServiceEnvironmentsGetPrivateLinkResourcesResponse =\n PrivateLinkResourcesWrapper;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsRebootOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsResumeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resume operation. */\nexport type AppServiceEnvironmentsResumeResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListAppServicePlansOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServicePlans operation. */\nexport type AppServiceEnvironmentsListAppServicePlansResponse =\n AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebAppsOptionalParams\n extends coreClient.OperationOptions {\n /** Comma separated list of app properties to include. */\n propertiesToInclude?: string;\n}\n\n/** Contains response data for the listWebApps operation. */\nexport type AppServiceEnvironmentsListWebAppsResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsSuspendOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the suspend operation. */\nexport type AppServiceEnvironmentsSuspendResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListUsagesOptionalParams\n extends coreClient.OperationOptions {\n /** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listUsages operation. */\nexport type AppServiceEnvironmentsListUsagesResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPools operation. */\nexport type AppServiceEnvironmentsListWorkerPoolsResponse =\n WorkerPoolCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetWorkerPoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWorkerPool operation. */\nexport type AppServiceEnvironmentsGetWorkerPoolResponse = WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateWorkerPool operation. */\nexport type AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse =\n WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateWorkerPoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateWorkerPool operation. */\nexport type AppServiceEnvironmentsUpdateWorkerPoolResponse = WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolInstanceMetricDefinitions operation. */\nexport type AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebWorkerMetricDefinitions operation. */\nexport type AppServiceEnvironmentsListWebWorkerMetricDefinitionsResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolSkus operation. */\nexport type AppServiceEnvironmentsListWorkerPoolSkusResponse =\n SkuInfoCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebWorkerUsagesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebWorkerUsages operation. */\nexport type AppServiceEnvironmentsListWebWorkerUsagesResponse = UsageCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AppServiceEnvironmentsListNextResponse =\n AppServiceEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AppServiceEnvironmentsListByResourceGroupNextResponse =\n AppServiceEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListCapacitiesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCapacitiesNext operation. */\nexport type AppServiceEnvironmentsListCapacitiesNextResponse =\n StampCapacityCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsChangeVnetNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the changeVnetNext operation. */\nexport type AppServiceEnvironmentsChangeVnetNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInboundNetworkDependenciesEndpointsNext operation. */\nexport type AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsNextResponse =\n InboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolsNext operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolsNextResponse =\n WorkerPoolCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolInstanceMetricDefinitionsNext operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsNextResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRoleMetricDefinitionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRoleMetricDefinitionsNext operation. */\nexport type AppServiceEnvironmentsListMultiRoleMetricDefinitionsNextResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolSkusNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolSkusNext operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolSkusNextResponse =\n SkuInfoCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRoleUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRoleUsagesNext operation. */\nexport type AppServiceEnvironmentsListMultiRoleUsagesNextResponse =\n UsageCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOutboundNetworkDependenciesEndpointsNext operation. */\nexport type AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsNextResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListNext operation. */\nexport type AppServiceEnvironmentsGetPrivateEndpointConnectionListNextResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsResumeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the resumeNext operation. */\nexport type AppServiceEnvironmentsResumeNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListAppServicePlansNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServicePlansNext operation. */\nexport type AppServiceEnvironmentsListAppServicePlansNextResponse =\n AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebAppsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebAppsNext operation. */\nexport type AppServiceEnvironmentsListWebAppsNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsSuspendNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the suspendNext operation. */\nexport type AppServiceEnvironmentsSuspendNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsagesNext operation. */\nexport type AppServiceEnvironmentsListUsagesNextResponse =\n CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolsNext operation. */\nexport type AppServiceEnvironmentsListWorkerPoolsNextResponse =\n WorkerPoolCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolInstanceMetricDefinitionsNext operation. */\nexport type AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsNextResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebWorkerMetricDefinitionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebWorkerMetricDefinitionsNext operation. */\nexport type AppServiceEnvironmentsListWebWorkerMetricDefinitionsNextResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolSkusNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolSkusNext operation. */\nexport type AppServiceEnvironmentsListWorkerPoolSkusNextResponse =\n SkuInfoCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebWorkerUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebWorkerUsagesNext operation. */\nexport type AppServiceEnvironmentsListWebWorkerUsagesNextResponse =\n UsageCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListOptionalParams\n extends coreClient.OperationOptions {\n /**\n * Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.\n * Retrieval of all properties may increase the API latency.\n */\n detailed?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type AppServicePlansListResponse = AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AppServicePlansListByResourceGroupResponse =\n AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AppServicePlansGetResponse = AppServicePlan;\n\n/** Optional parameters. */\nexport interface AppServicePlansCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AppServicePlansCreateOrUpdateResponse = AppServicePlan;\n\n/** Optional parameters. */\nexport interface AppServicePlansDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServicePlansUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AppServicePlansUpdateResponse = AppServicePlan;\n\n/** Optional parameters. */\nexport interface AppServicePlansListCapabilitiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCapabilities operation. */\nexport type AppServicePlansListCapabilitiesResponse = Capability[];\n\n/** Optional parameters. */\nexport interface AppServicePlansGetHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHybridConnection operation. */\nexport type AppServicePlansGetHybridConnectionResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface AppServicePlansDeleteHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServicePlansListHybridConnectionKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnectionKeys operation. */\nexport type AppServicePlansListHybridConnectionKeysResponse =\n HybridConnectionKey;\n\n/** Optional parameters. */\nexport interface AppServicePlansListWebAppsByHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebAppsByHybridConnection operation. */\nexport type AppServicePlansListWebAppsByHybridConnectionResponse =\n ResourceCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansGetHybridConnectionPlanLimitOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHybridConnectionPlanLimit operation. */\nexport type AppServicePlansGetHybridConnectionPlanLimitResponse =\n HybridConnectionLimits;\n\n/** Optional parameters. */\nexport interface AppServicePlansListHybridConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnections operation. */\nexport type AppServicePlansListHybridConnectionsResponse =\n HybridConnectionCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansRestartWebAppsOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps */\n softRestart?: boolean;\n}\n\n/** Optional parameters. */\nexport interface AppServicePlansListWebAppsOptionalParams\n extends coreClient.OperationOptions {\n /** Supported filter: $filter=state eq running. Returns only web apps that are currently running */\n filter?: string;\n /** Skip to a web app in the list of webapps associated with app service plan. If specified, the resulting list will contain web apps starting from (including) the skipToken. Otherwise, the resulting list contains web apps from the start of the list */\n skipToken?: string;\n /** List page size. If specified, results are paged. */\n top?: string;\n}\n\n/** Contains response data for the listWebApps operation. */\nexport type AppServicePlansListWebAppsResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansGetServerFarmSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getServerFarmSkus operation. */\nexport type AppServicePlansGetServerFarmSkusResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface AppServicePlansListUsagesOptionalParams\n extends coreClient.OperationOptions {\n /** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2'). */\n filter?: string;\n}\n\n/** Contains response data for the listUsages operation. */\nexport type AppServicePlansListUsagesResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListVnetsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVnets operation. */\nexport type AppServicePlansListVnetsResponse = VnetInfoResource[];\n\n/** Optional parameters. */\nexport interface AppServicePlansGetVnetFromServerFarmOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetFromServerFarm operation. */\nexport type AppServicePlansGetVnetFromServerFarmResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface AppServicePlansGetVnetGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetGateway operation. */\nexport type AppServicePlansGetVnetGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface AppServicePlansUpdateVnetGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetGateway operation. */\nexport type AppServicePlansUpdateVnetGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface AppServicePlansListRoutesForVnetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRoutesForVnet operation. */\nexport type AppServicePlansListRoutesForVnetResponse = VnetRoute[];\n\n/** Optional parameters. */\nexport interface AppServicePlansGetRouteForVnetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRouteForVnet operation. */\nexport type AppServicePlansGetRouteForVnetResponse = VnetRoute[];\n\n/** Optional parameters. */\nexport interface AppServicePlansCreateOrUpdateVnetRouteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetRoute operation. */\nexport type AppServicePlansCreateOrUpdateVnetRouteResponse = VnetRoute;\n\n/** Optional parameters. */\nexport interface AppServicePlansDeleteVnetRouteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServicePlansUpdateVnetRouteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetRoute operation. */\nexport type AppServicePlansUpdateVnetRouteResponse = VnetRoute;\n\n/** Optional parameters. */\nexport interface AppServicePlansRebootWorkerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServicePlansListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AppServicePlansListNextResponse = AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AppServicePlansListByResourceGroupNextResponse =\n AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListWebAppsByHybridConnectionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebAppsByHybridConnectionNext operation. */\nexport type AppServicePlansListWebAppsByHybridConnectionNextResponse =\n ResourceCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListHybridConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnectionsNext operation. */\nexport type AppServicePlansListHybridConnectionsNextResponse =\n HybridConnectionCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListWebAppsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebAppsNext operation. */\nexport type AppServicePlansListWebAppsNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsagesNext operation. */\nexport type AppServicePlansListUsagesNextResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListOptionalParams\n extends coreClient.OperationOptions {\n /** Return only information specified in the filter (using OData syntax). For example: $filter=KeyVaultId eq 'KeyVaultId' */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CertificatesListResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CertificatesListByResourceGroupResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CertificatesCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CertificatesListNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CertificatesListByResourceGroupNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DeletedWebAppsListResponse = DeletedWebAppCollection;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type DeletedWebAppsListByLocationResponse = DeletedWebAppCollection;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsGetDeletedWebAppByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeletedWebAppByLocation operation. */\nexport type DeletedWebAppsGetDeletedWebAppByLocationResponse = DeletedSite;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DeletedWebAppsListNextResponse = DeletedWebAppCollection;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type DeletedWebAppsListByLocationNextResponse = DeletedWebAppCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostingEnvironmentDetectorResponses operation. */\nexport type DiagnosticsListHostingEnvironmentDetectorResponsesResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetHostingEnvironmentDetectorResponseOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the getHostingEnvironmentDetectorResponse operation. */\nexport type DiagnosticsGetHostingEnvironmentDetectorResponseResponse =\n DetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorResponsesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorResponses operation. */\nexport type DiagnosticsListSiteDetectorResponsesResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDetectorResponseOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the getSiteDetectorResponse operation. */\nexport type DiagnosticsGetSiteDetectorResponseResponse = DetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDiagnosticCategoriesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDiagnosticCategories operation. */\nexport type DiagnosticsListSiteDiagnosticCategoriesResponse =\n DiagnosticCategoryCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDiagnosticCategoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteDiagnosticCategory operation. */\nexport type DiagnosticsGetSiteDiagnosticCategoryResponse = DiagnosticCategory;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteAnalysesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteAnalyses operation. */\nexport type DiagnosticsListSiteAnalysesResponse = DiagnosticAnalysisCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteAnalysisOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteAnalysis operation. */\nexport type DiagnosticsGetSiteAnalysisResponse = AnalysisDefinition;\n\n/** Optional parameters. */\nexport interface DiagnosticsExecuteSiteAnalysisOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the executeSiteAnalysis operation. */\nexport type DiagnosticsExecuteSiteAnalysisResponse = DiagnosticAnalysis;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectors operation. */\nexport type DiagnosticsListSiteDetectorsResponse = DiagnosticDetectorCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteDetector operation. */\nexport type DiagnosticsGetSiteDetectorResponse = DetectorDefinitionResource;\n\n/** Optional parameters. */\nexport interface DiagnosticsExecuteSiteDetectorOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the executeSiteDetector operation. */\nexport type DiagnosticsExecuteSiteDetectorResponse = DiagnosticDetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorResponsesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorResponsesSlot operation. */\nexport type DiagnosticsListSiteDetectorResponsesSlotResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDetectorResponseSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the getSiteDetectorResponseSlot operation. */\nexport type DiagnosticsGetSiteDetectorResponseSlotResponse = DetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDiagnosticCategoriesSlot operation. */\nexport type DiagnosticsListSiteDiagnosticCategoriesSlotResponse =\n DiagnosticCategoryCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDiagnosticCategorySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteDiagnosticCategorySlot operation. */\nexport type DiagnosticsGetSiteDiagnosticCategorySlotResponse =\n DiagnosticCategory;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteAnalysesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteAnalysesSlot operation. */\nexport type DiagnosticsListSiteAnalysesSlotResponse =\n DiagnosticAnalysisCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteAnalysisSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteAnalysisSlot operation. */\nexport type DiagnosticsGetSiteAnalysisSlotResponse = AnalysisDefinition;\n\n/** Optional parameters. */\nexport interface DiagnosticsExecuteSiteAnalysisSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the executeSiteAnalysisSlot operation. */\nexport type DiagnosticsExecuteSiteAnalysisSlotResponse = DiagnosticAnalysis;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorsSlot operation. */\nexport type DiagnosticsListSiteDetectorsSlotResponse =\n DiagnosticDetectorCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDetectorSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteDetectorSlot operation. */\nexport type DiagnosticsGetSiteDetectorSlotResponse = DetectorDefinitionResource;\n\n/** Optional parameters. */\nexport interface DiagnosticsExecuteSiteDetectorSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the executeSiteDetectorSlot operation. */\nexport type DiagnosticsExecuteSiteDetectorSlotResponse =\n DiagnosticDetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListHostingEnvironmentDetectorResponsesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostingEnvironmentDetectorResponsesNext operation. */\nexport type DiagnosticsListHostingEnvironmentDetectorResponsesNextResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorResponsesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorResponsesNext operation. */\nexport type DiagnosticsListSiteDetectorResponsesNextResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDiagnosticCategoriesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDiagnosticCategoriesNext operation. */\nexport type DiagnosticsListSiteDiagnosticCategoriesNextResponse =\n DiagnosticCategoryCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteAnalysesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteAnalysesNext operation. */\nexport type DiagnosticsListSiteAnalysesNextResponse =\n DiagnosticAnalysisCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorsNext operation. */\nexport type DiagnosticsListSiteDetectorsNextResponse =\n DiagnosticDetectorCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorResponsesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorResponsesSlotNext operation. */\nexport type DiagnosticsListSiteDetectorResponsesSlotNextResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDiagnosticCategoriesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDiagnosticCategoriesSlotNext operation. */\nexport type DiagnosticsListSiteDiagnosticCategoriesSlotNextResponse =\n DiagnosticCategoryCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteAnalysesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteAnalysesSlotNext operation. */\nexport type DiagnosticsListSiteAnalysesSlotNextResponse =\n DiagnosticAnalysisCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorsSlotNext operation. */\nexport type DiagnosticsListSiteDetectorsSlotNextResponse =\n DiagnosticDetectorCollection;\n\n/** Optional parameters. */\nexport interface GlobalGetDeletedWebAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeletedWebApp operation. */\nexport type GlobalGetDeletedWebAppResponse = DeletedSite;\n\n/** Optional parameters. */\nexport interface GlobalGetDeletedWebAppSnapshotsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeletedWebAppSnapshots operation. */\nexport type GlobalGetDeletedWebAppSnapshotsResponse = Snapshot[];\n\n/** Optional parameters. */\nexport interface GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type KubeEnvironmentsListBySubscriptionResponse =\n KubeEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type KubeEnvironmentsListByResourceGroupResponse =\n KubeEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type KubeEnvironmentsGetResponse = KubeEnvironment;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type KubeEnvironmentsCreateOrUpdateResponse = KubeEnvironment;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type KubeEnvironmentsUpdateResponse = KubeEnvironment;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type KubeEnvironmentsListBySubscriptionNextResponse =\n KubeEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type KubeEnvironmentsListByResourceGroupNextResponse =\n KubeEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetAvailableStacksOptionalParams\n extends coreClient.OperationOptions {\n osTypeSelected?: ProviderOsTypeSelected;\n}\n\n/** Contains response data for the getAvailableStacks operation. */\nexport type ProviderGetAvailableStacksResponse = ApplicationStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetFunctionAppStacksOptionalParams\n extends coreClient.OperationOptions {\n /** Stack OS Type */\n stackOsType?: ProviderStackOsType;\n}\n\n/** Contains response data for the getFunctionAppStacks operation. */\nexport type ProviderGetFunctionAppStacksResponse = FunctionAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetFunctionAppStacksForLocationOptionalParams\n extends coreClient.OperationOptions {\n /** Stack OS Type */\n stackOsType?: ProviderStackOsType;\n}\n\n/** Contains response data for the getFunctionAppStacksForLocation operation. */\nexport type ProviderGetFunctionAppStacksForLocationResponse =\n FunctionAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetWebAppStacksForLocationOptionalParams\n extends coreClient.OperationOptions {\n /** Stack OS Type */\n stackOsType?: ProviderStackOsType;\n}\n\n/** Contains response data for the getWebAppStacksForLocation operation. */\nexport type ProviderGetWebAppStacksForLocationResponse = WebAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type ProviderListOperationsResponse = CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetWebAppStacksOptionalParams\n extends coreClient.OperationOptions {\n /** Stack OS Type */\n stackOsType?: ProviderStackOsType;\n}\n\n/** Contains response data for the getWebAppStacks operation. */\nexport type ProviderGetWebAppStacksResponse = WebAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetAvailableStacksOnPremOptionalParams\n extends coreClient.OperationOptions {\n osTypeSelected?: ProviderOsTypeSelected;\n}\n\n/** Contains response data for the getAvailableStacksOnPrem operation. */\nexport type ProviderGetAvailableStacksOnPremResponse =\n ApplicationStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetAvailableStacksNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAvailableStacksNext operation. */\nexport type ProviderGetAvailableStacksNextResponse = ApplicationStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetFunctionAppStacksNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunctionAppStacksNext operation. */\nexport type ProviderGetFunctionAppStacksNextResponse =\n FunctionAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetFunctionAppStacksForLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunctionAppStacksForLocationNext operation. */\nexport type ProviderGetFunctionAppStacksForLocationNextResponse =\n FunctionAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetWebAppStacksForLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebAppStacksForLocationNext operation. */\nexport type ProviderGetWebAppStacksForLocationNextResponse =\n WebAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderListOperationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperationsNext operation. */\nexport type ProviderListOperationsNextResponse = CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetWebAppStacksNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebAppStacksNext operation. */\nexport type ProviderGetWebAppStacksNextResponse = WebAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetAvailableStacksOnPremNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAvailableStacksOnPremNext operation. */\nexport type ProviderGetAvailableStacksOnPremNextResponse =\n ApplicationStackCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListOptionalParams\n extends coreClient.OperationOptions {\n /** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */\n filter?: string;\n /** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */\n featured?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type RecommendationsListResponse = RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsResetAllFiltersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsDisableRecommendationForSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsListHistoryForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {\n /** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */\n filter?: string;\n /** Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations. */\n expiredOnly?: boolean;\n}\n\n/** Contains response data for the listHistoryForHostingEnvironment operation. */\nexport type RecommendationsListHistoryForHostingEnvironmentResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListRecommendedRulesForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {\n /** Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' */\n filter?: string;\n /** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */\n featured?: boolean;\n}\n\n/** Contains response data for the listRecommendedRulesForHostingEnvironment operation. */\nexport type RecommendationsListRecommendedRulesForHostingEnvironmentResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsDisableAllForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsResetAllFiltersForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsGetRuleDetailsByHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to update the last-seen timestamp of the recommendation object. */\n updateSeen?: boolean;\n /** The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. */\n recommendationId?: string;\n}\n\n/** Contains response data for the getRuleDetailsByHostingEnvironment operation. */\nexport type RecommendationsGetRuleDetailsByHostingEnvironmentResponse =\n RecommendationRule;\n\n/** Optional parameters. */\nexport interface RecommendationsDisableRecommendationForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsListHistoryForWebAppOptionalParams\n extends coreClient.OperationOptions {\n /** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */\n filter?: string;\n /** Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations. */\n expiredOnly?: boolean;\n}\n\n/** Contains response data for the listHistoryForWebApp operation. */\nexport type RecommendationsListHistoryForWebAppResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListRecommendedRulesForWebAppOptionalParams\n extends coreClient.OperationOptions {\n /** Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' */\n filter?: string;\n /** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */\n featured?: boolean;\n}\n\n/** Contains response data for the listRecommendedRulesForWebApp operation. */\nexport type RecommendationsListRecommendedRulesForWebAppResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsDisableAllForWebAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsResetAllFiltersForWebAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsGetRuleDetailsByWebAppOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to update the last-seen timestamp of the recommendation object. */\n updateSeen?: boolean;\n /** The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. */\n recommendationId?: string;\n}\n\n/** Contains response data for the getRuleDetailsByWebApp operation. */\nexport type RecommendationsGetRuleDetailsByWebAppResponse = RecommendationRule;\n\n/** Optional parameters. */\nexport interface RecommendationsDisableRecommendationForSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type RecommendationsListNextResponse = RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListHistoryForHostingEnvironmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHistoryForHostingEnvironmentNext operation. */\nexport type RecommendationsListHistoryForHostingEnvironmentNextResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListRecommendedRulesForHostingEnvironmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendedRulesForHostingEnvironmentNext operation. */\nexport type RecommendationsListRecommendedRulesForHostingEnvironmentNextResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListHistoryForWebAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHistoryForWebAppNext operation. */\nexport type RecommendationsListHistoryForWebAppNextResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListRecommendedRulesForWebAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendedRulesForWebAppNext operation. */\nexport type RecommendationsListRecommendedRulesForWebAppNextResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ResourceHealthMetadataListResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ResourceHealthMetadataListByResourceGroupResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListBySiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySite operation. */\nexport type ResourceHealthMetadataListBySiteResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataGetBySiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBySite operation. */\nexport type ResourceHealthMetadataGetBySiteResponse = ResourceHealthMetadata;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListBySiteSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySiteSlot operation. */\nexport type ResourceHealthMetadataListBySiteSlotResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataGetBySiteSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBySiteSlot operation. */\nexport type ResourceHealthMetadataGetBySiteSlotResponse =\n ResourceHealthMetadata;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ResourceHealthMetadataListNextResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ResourceHealthMetadataListByResourceGroupNextResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListBySiteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySiteNext operation. */\nexport type ResourceHealthMetadataListBySiteNextResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListBySiteSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySiteSlotNext operation. */\nexport type ResourceHealthMetadataListBySiteSlotNextResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface GetPublishingUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPublishingUser operation. */\nexport type GetPublishingUserResponse = User;\n\n/** Optional parameters. */\nexport interface UpdatePublishingUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updatePublishingUser operation. */\nexport type UpdatePublishingUserResponse = User;\n\n/** Optional parameters. */\nexport interface ListSourceControlsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSourceControls operation. */\nexport type ListSourceControlsResponse = SourceControlCollection;\n\n/** Optional parameters. */\nexport interface GetSourceControlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSourceControl operation. */\nexport type GetSourceControlResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface UpdateSourceControlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSourceControl operation. */\nexport type UpdateSourceControlResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface ListBillingMetersOptionalParams\n extends coreClient.OperationOptions {\n /** Azure Location of billable resource */\n billingLocation?: string;\n /** App Service OS type meters used for */\n osType?: string;\n}\n\n/** Contains response data for the listBillingMeters operation. */\nexport type ListBillingMetersResponse = BillingMeterCollection;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {\n /** Is fully qualified domain name. */\n isFqdn?: boolean;\n /** Azure Resource Manager ID of the customer's selected Container Apps Environment on which to host the Function app. This must be of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName} */\n environmentId?: string;\n}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CheckNameAvailabilityResponse = ResourceNameAvailability;\n\n/** Optional parameters. */\nexport interface ListCustomHostNameSitesOptionalParams\n extends coreClient.OperationOptions {\n /** Specific hostname */\n hostname?: string;\n}\n\n/** Contains response data for the listCustomHostNameSites operation. */\nexport type ListCustomHostNameSitesResponse = CustomHostnameSitesCollection;\n\n/** Optional parameters. */\nexport interface GetSubscriptionDeploymentLocationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSubscriptionDeploymentLocations operation. */\nexport type GetSubscriptionDeploymentLocationsResponse = DeploymentLocations;\n\n/** Optional parameters. */\nexport interface ListAseRegionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAseRegions operation. */\nexport type ListAseRegionsResponse = AseRegionCollection;\n\n/** Optional parameters. */\nexport interface ListGeoRegionsOptionalParams\n extends coreClient.OperationOptions {\n /** Name of SKU used to filter the regions. */\n sku?: SkuName;\n /** Specify <code>true</code> if you want to filter to only regions that support Linux workers. */\n linuxWorkersEnabled?: boolean;\n /** Specify <code>true</code> if you want to filter to only regions that support Xenon workers. */\n xenonWorkersEnabled?: boolean;\n /** Specify <code>true</code> if you want to filter to only regions that support Linux Consumption Workers. */\n linuxDynamicWorkersEnabled?: boolean;\n}\n\n/** Contains response data for the listGeoRegions operation. */\nexport type ListGeoRegionsResponse = GeoRegionCollection;\n\n/** Optional parameters. */\nexport interface ListSiteIdentifiersAssignedToHostNameOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteIdentifiersAssignedToHostName operation. */\nexport type ListSiteIdentifiersAssignedToHostNameResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface ListPremierAddOnOffersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPremierAddOnOffers operation. */\nexport type ListPremierAddOnOffersResponse = PremierAddOnOfferCollection;\n\n/** Optional parameters. */\nexport interface ListSkusOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkus operation. */\nexport type ListSkusResponse = SkuInfos;\n\n/** Optional parameters. */\nexport interface VerifyHostingEnvironmentVnetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the verifyHostingEnvironmentVnet operation. */\nexport type VerifyHostingEnvironmentVnetResponse = VnetValidationFailureDetails;\n\n/** Optional parameters. */\nexport interface MoveOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ValidateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the validate operation. */\nexport type ValidateOperationResponse = ValidateResponse;\n\n/** Optional parameters. */\nexport interface ValidateMoveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ListSourceControlsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSourceControlsNext operation. */\nexport type ListSourceControlsNextResponse = SourceControlCollection;\n\n/** Optional parameters. */\nexport interface ListBillingMetersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBillingMetersNext operation. */\nexport type ListBillingMetersNextResponse = BillingMeterCollection;\n\n/** Optional parameters. */\nexport interface ListCustomHostNameSitesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCustomHostNameSitesNext operation. */\nexport type ListCustomHostNameSitesNextResponse = CustomHostnameSitesCollection;\n\n/** Optional parameters. */\nexport interface ListAseRegionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAseRegionsNext operation. */\nexport type ListAseRegionsNextResponse = AseRegionCollection;\n\n/** Optional parameters. */\nexport interface ListGeoRegionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGeoRegionsNext operation. */\nexport type ListGeoRegionsNextResponse = GeoRegionCollection;\n\n/** Optional parameters. */\nexport interface ListSiteIdentifiersAssignedToHostNameNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteIdentifiersAssignedToHostNameNext operation. */\nexport type ListSiteIdentifiersAssignedToHostNameNextResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface ListPremierAddOnOffersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPremierAddOnOffersNext operation. */\nexport type ListPremierAddOnOffersNextResponse = PremierAddOnOfferCollection;\n\n/** Optional parameters. */\nexport interface GetUsagesInLocationListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GetUsagesInLocationListResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface GetUsagesInLocationListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GetUsagesInLocationListNextResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesPreviewWorkflowOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the previewWorkflow operation. */\nexport type StaticSitesPreviewWorkflowResponse = StaticSitesWorkflowPreview;\n\n/** Optional parameters. */\nexport interface StaticSitesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type StaticSitesListResponse = StaticSiteCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSitesByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSitesByResourceGroup operation. */\nexport type StaticSitesGetStaticSitesByResourceGroupResponse =\n StaticSiteCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSite operation. */\nexport type StaticSitesGetStaticSiteResponse = StaticSiteARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateStaticSite operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteResponse = StaticSiteARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesUpdateStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateStaticSite operation. */\nexport type StaticSitesUpdateStaticSiteResponse = StaticSiteARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteUsersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteUsers operation. */\nexport type StaticSitesListStaticSiteUsersResponse = StaticSiteUserCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteStaticSiteUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesUpdateStaticSiteUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateStaticSiteUser operation. */\nexport type StaticSitesUpdateStaticSiteUserResponse = StaticSiteUserARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteBuildsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSiteBuilds operation. */\nexport type StaticSitesGetStaticSiteBuildsResponse = StaticSiteBuildCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSiteBuild operation. */\nexport type StaticSitesGetStaticSiteBuildResponse = StaticSiteBuildARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateStaticSiteBuildAppSettings operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateStaticSiteBuildFunctionAppSettings operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnections operation. */\nexport type StaticSitesGetBuildDatabaseConnectionsResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnection operation. */\nexport type StaticSitesGetBuildDatabaseConnectionResponse = DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateBuildDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateBuildDatabaseConnection operation. */\nexport type StaticSitesCreateOrUpdateBuildDatabaseConnectionResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteBuildDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesUpdateBuildDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateBuildDatabaseConnection operation. */\nexport type StaticSitesUpdateBuildDatabaseConnectionResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionWithDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnectionWithDetails operation. */\nexport type StaticSitesGetBuildDatabaseConnectionWithDetailsResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteBuildFunctionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteBuildFunctions operation. */\nexport type StaticSitesListStaticSiteBuildFunctionsResponse =\n StaticSiteFunctionOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteBuildAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteBuildAppSettings operation. */\nexport type StaticSitesListStaticSiteBuildAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteBuildFunctionAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteBuildFunctionAppSettings operation. */\nexport type StaticSitesListStaticSiteBuildFunctionAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionsWithDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnectionsWithDetails operation. */\nexport type StaticSitesGetBuildDatabaseConnectionsWithDetailsResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppsForStaticSiteBuild operation. */\nexport type StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildResponse =\n StaticSiteUserProvidedFunctionAppsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppForStaticSiteBuild operation. */\nexport type StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildResponse =\n StaticSiteUserProvidedFunctionAppARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>. */\n isForced?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the registerUserProvidedFunctionAppWithStaticSiteBuild operation. */\nexport type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse =\n StaticSiteUserProvidedFunctionAppARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateStaticSiteAppSettings operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesListBasicAuthOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicAuth operation. */\nexport type StaticSitesListBasicAuthResponse =\n StaticSiteBasicAuthPropertiesCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBasicAuthOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBasicAuth operation. */\nexport type StaticSitesGetBasicAuthResponse =\n StaticSiteBasicAuthPropertiesARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateBasicAuthOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateBasicAuth operation. */\nexport type StaticSitesCreateOrUpdateBasicAuthResponse =\n StaticSiteBasicAuthPropertiesARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateStaticSiteFunctionAppSettings operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateUserRolesInvitationLinkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createUserRolesInvitationLink operation. */\nexport type StaticSitesCreateUserRolesInvitationLinkResponse =\n StaticSiteUserInvitationResponseResource;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteCustomDomainsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteCustomDomains operation. */\nexport type StaticSitesListStaticSiteCustomDomainsResponse =\n StaticSiteCustomDomainOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteCustomDomainOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSiteCustomDomain operation. */\nexport type StaticSitesGetStaticSiteCustomDomainResponse =\n StaticSiteCustomDomainOverviewARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateStaticSiteCustomDomain operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse =\n StaticSiteCustomDomainOverviewARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteStaticSiteCustomDomainOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnections operation. */\nexport type StaticSitesGetDatabaseConnectionsResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnection operation. */\nexport type StaticSitesGetDatabaseConnectionResponse = DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateDatabaseConnection operation. */\nexport type StaticSitesCreateOrUpdateDatabaseConnectionResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesUpdateDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDatabaseConnection operation. */\nexport type StaticSitesUpdateDatabaseConnectionResponse = DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionWithDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnectionWithDetails operation. */\nexport type StaticSitesGetDatabaseConnectionWithDetailsResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesDetachStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteFunctionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteFunctions operation. */\nexport type StaticSitesListStaticSiteFunctionsResponse =\n StaticSiteFunctionOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteAppSettings operation. */\nexport type StaticSitesListStaticSiteAppSettingsResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteConfiguredRolesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteConfiguredRoles operation. */\nexport type StaticSitesListStaticSiteConfiguredRolesResponse = StringList;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteFunctionAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteFunctionAppSettings operation. */\nexport type StaticSitesListStaticSiteFunctionAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteSecrets operation. */\nexport type StaticSitesListStaticSiteSecretsResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesGetPrivateEndpointConnectionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionList operation. */\nexport type StaticSitesGetPrivateEndpointConnectionListResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnection operation. */\nexport type StaticSitesGetPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the approveOrRejectPrivateEndpointConnection operation. */\nexport type StaticSitesApproveOrRejectPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDeletePrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnection operation. */\nexport type StaticSitesDeletePrivateEndpointConnectionResponse = Record<\n string,\n unknown\n>;\n\n/** Optional parameters. */\nexport interface StaticSitesGetPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResources operation. */\nexport type StaticSitesGetPrivateLinkResourcesResponse =\n PrivateLinkResourcesWrapper;\n\n/** Optional parameters. */\nexport interface StaticSitesResetStaticSiteApiKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionsWithDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnectionsWithDetails operation. */\nexport type StaticSitesGetDatabaseConnectionsWithDetailsResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppsForStaticSite operation. */\nexport type StaticSitesGetUserProvidedFunctionAppsForStaticSiteResponse =\n StaticSiteUserProvidedFunctionAppsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppForStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppForStaticSite operation. */\nexport type StaticSitesGetUserProvidedFunctionAppForStaticSiteResponse =\n StaticSiteUserProvidedFunctionAppARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>. */\n isForced?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the registerUserProvidedFunctionAppWithStaticSite operation. */\nexport type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse =\n StaticSiteUserProvidedFunctionAppARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesCreateZipDeploymentForStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesValidateBackendOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesValidateBackendForBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackends operation. */\nexport type StaticSitesGetLinkedBackendsResponse =\n StaticSiteLinkedBackendsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendsForBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackendsForBuild operation. */\nexport type StaticSitesGetLinkedBackendsForBuildResponse =\n StaticSiteLinkedBackendsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackend operation. */\nexport type StaticSitesGetLinkedBackendResponse =\n StaticSiteLinkedBackendARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesLinkBackendOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the linkBackend operation. */\nexport type StaticSitesLinkBackendResponse = StaticSiteLinkedBackendARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesUnlinkBackendOptionalParams\n extends coreClient.OperationOptions {\n /** Decides if Easy Auth configuration will be removed from backend configuration */\n isCleaningAuthConfig?: boolean;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendForBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackendForBuild operation. */\nexport type StaticSitesGetLinkedBackendForBuildResponse =\n StaticSiteLinkedBackendARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesLinkBackendToBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the linkBackendToBuild operation. */\nexport type StaticSitesLinkBackendToBuildResponse =\n StaticSiteLinkedBackendARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesUnlinkBackendFromBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Decides if auth will be removed from backend configuration */\n isCleaningAuthConfig?: boolean;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type StaticSitesListNextResponse = StaticSiteCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSitesByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSitesByResourceGroupNext operation. */\nexport type StaticSitesGetStaticSitesByResourceGroupNextResponse =\n StaticSiteCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteUsersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteUsersNext operation. */\nexport type StaticSitesListStaticSiteUsersNextResponse =\n StaticSiteUserCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteBuildsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSiteBuildsNext operation. */\nexport type StaticSitesGetStaticSiteBuildsNextResponse =\n StaticSiteBuildCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnectionsNext operation. */\nexport type StaticSitesGetBuildDatabaseConnectionsNextResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteBuildFunctionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteBuildFunctionsNext operation. */\nexport type StaticSitesListStaticSiteBuildFunctionsNextResponse =\n StaticSiteFunctionOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionsWithDetailsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnectionsWithDetailsNext operation. */\nexport type StaticSitesGetBuildDatabaseConnectionsWithDetailsNextResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppsForStaticSiteBuildNext operation. */\nexport type StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildNextResponse =\n StaticSiteUserProvidedFunctionAppsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListBasicAuthNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicAuthNext operation. */\nexport type StaticSitesListBasicAuthNextResponse =\n StaticSiteBasicAuthPropertiesCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteCustomDomainsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteCustomDomainsNext operation. */\nexport type StaticSitesListStaticSiteCustomDomainsNextResponse =\n StaticSiteCustomDomainOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnectionsNext operation. */\nexport type StaticSitesGetDatabaseConnectionsNextResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteFunctionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteFunctionsNext operation. */\nexport type StaticSitesListStaticSiteFunctionsNextResponse =\n StaticSiteFunctionOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetPrivateEndpointConnectionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListNext operation. */\nexport type StaticSitesGetPrivateEndpointConnectionListNextResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionsWithDetailsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnectionsWithDetailsNext operation. */\nexport type StaticSitesGetDatabaseConnectionsWithDetailsNextResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppsForStaticSiteNext operation. */\nexport type StaticSitesGetUserProvidedFunctionAppsForStaticSiteNextResponse =\n StaticSiteUserProvidedFunctionAppsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackendsNext operation. */\nexport type StaticSitesGetLinkedBackendsNextResponse =\n StaticSiteLinkedBackendsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendsForBuildNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackendsForBuildNext operation. */\nexport type StaticSitesGetLinkedBackendsForBuildNextResponse =\n StaticSiteLinkedBackendsCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WebAppsListResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <strong>true</strong> to include deployment slots in results. The default is false, which only gives you the production slot of all apps. */\n includeSlots?: boolean;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WebAppsListByResourceGroupResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WebAppsGetResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WebAppsCreateOrUpdateResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** If true, web app metrics are also deleted. */\n deleteMetrics?: boolean;\n /** Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. */\n deleteEmptyServerFarm?: boolean;\n}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WebAppsUpdateResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsAnalyzeCustomHostnameOptionalParams\n extends coreClient.OperationOptions {\n /** Custom hostname. */\n hostName?: string;\n}\n\n/** Contains response data for the analyzeCustomHostname operation. */\nexport type WebAppsAnalyzeCustomHostnameResponse = CustomHostnameAnalysisResult;\n\n/** Optional parameters. */\nexport interface WebAppsApplySlotConfigToProductionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the backup operation. */\nexport type WebAppsBackupResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsListBackupsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackups operation. */\nexport type WebAppsListBackupsResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetBackupStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBackupStatus operation. */\nexport type WebAppsGetBackupStatusResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListBackupStatusSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupStatusSecrets operation. */\nexport type WebAppsListBackupStatusSecretsResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicPublishingCredentialsPolicies operation. */\nexport type WebAppsListBasicPublishingCredentialsPoliciesResponse =\n PublishingCredentialsPoliciesCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetFtpAllowedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFtpAllowed operation. */\nexport type WebAppsGetFtpAllowedResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateFtpAllowedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateFtpAllowed operation. */\nexport type WebAppsUpdateFtpAllowedResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsGetScmAllowedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getScmAllowed operation. */\nexport type WebAppsGetScmAllowedResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateScmAllowedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateScmAllowed operation. */\nexport type WebAppsUpdateScmAllowedResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurations operation. */\nexport type WebAppsListConfigurationsResponse = SiteConfigResourceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateApplicationSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateApplicationSettings operation. */\nexport type WebAppsUpdateApplicationSettingsResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListApplicationSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApplicationSettings operation. */\nexport type WebAppsListApplicationSettingsResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAuthSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAuthSettings operation. */\nexport type WebAppsUpdateAuthSettingsResponse = SiteAuthSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettings operation. */\nexport type WebAppsGetAuthSettingsResponse = SiteAuthSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsV2WithoutSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsV2WithoutSecrets operation. */\nexport type WebAppsGetAuthSettingsV2WithoutSecretsResponse = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAuthSettingsV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAuthSettingsV2 operation. */\nexport type WebAppsUpdateAuthSettingsV2Response = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsV2 operation. */\nexport type WebAppsGetAuthSettingsV2Response = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAzureStorageAccountsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAzureStorageAccounts operation. */\nexport type WebAppsUpdateAzureStorageAccountsResponse =\n AzureStoragePropertyDictionaryResource;\n\n/** Optional parameters. */\nexport interface WebAppsListAzureStorageAccountsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAzureStorageAccounts operation. */\nexport type WebAppsListAzureStorageAccountsResponse =\n AzureStoragePropertyDictionaryResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateBackupConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateBackupConfiguration operation. */\nexport type WebAppsUpdateBackupConfigurationResponse = BackupRequest;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteBackupConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetBackupConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBackupConfiguration operation. */\nexport type WebAppsGetBackupConfigurationResponse = BackupRequest;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingsKeyVaultReferences operation. */\nexport type WebAppsGetAppSettingsKeyVaultReferencesResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingKeyVaultReferenceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingKeyVaultReference operation. */\nexport type WebAppsGetAppSettingKeyVaultReferenceResponse = ApiKVReference;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferences operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferencesResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferenceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReference operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferenceResponse =\n ApiKVReference;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateConnectionStringsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateConnectionStrings operation. */\nexport type WebAppsUpdateConnectionStringsResponse = ConnectionStringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListConnectionStringsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConnectionStrings operation. */\nexport type WebAppsListConnectionStringsResponse = ConnectionStringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsGetDiagnosticLogsConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDiagnosticLogsConfiguration operation. */\nexport type WebAppsGetDiagnosticLogsConfigurationResponse = SiteLogsConfig;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateDiagnosticLogsConfigOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDiagnosticLogsConfig operation. */\nexport type WebAppsUpdateDiagnosticLogsConfigResponse = SiteLogsConfig;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateMetadataOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateMetadata operation. */\nexport type WebAppsUpdateMetadataResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListMetadataOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetadata operation. */\nexport type WebAppsListMetadataResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListPublishingCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the listPublishingCredentials operation. */\nexport type WebAppsListPublishingCredentialsResponse = User;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSitePushSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSitePushSettings operation. */\nexport type WebAppsUpdateSitePushSettingsResponse = PushSettings;\n\n/** Optional parameters. */\nexport interface WebAppsListSitePushSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSitePushSettings operation. */\nexport type WebAppsListSitePushSettingsResponse = PushSettings;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotConfigurationNamesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotConfigurationNames operation. */\nexport type WebAppsListSlotConfigurationNamesResponse = SlotConfigNamesResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSlotConfigurationNamesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSlotConfigurationNames operation. */\nexport type WebAppsUpdateSlotConfigurationNamesResponse =\n SlotConfigNamesResource;\n\n/** Optional parameters. */\nexport interface WebAppsGetConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfiguration operation. */\nexport type WebAppsGetConfigurationResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateConfiguration operation. */\nexport type WebAppsCreateOrUpdateConfigurationResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateConfiguration operation. */\nexport type WebAppsUpdateConfigurationResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationSnapshotInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationSnapshotInfo operation. */\nexport type WebAppsListConfigurationSnapshotInfoResponse =\n SiteConfigurationSnapshotInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetConfigurationSnapshotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfigurationSnapshot operation. */\nexport type WebAppsGetConfigurationSnapshotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsRecoverSiteConfigurationSnapshotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetWebSiteContainerLogsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebSiteContainerLogs operation. */\nexport type WebAppsGetWebSiteContainerLogsResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsGetContainerLogsZipOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContainerLogsZip operation. */\nexport type WebAppsGetContainerLogsZipResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListContinuousWebJobsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listContinuousWebJobs operation. */\nexport type WebAppsListContinuousWebJobsResponse = ContinuousWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetContinuousWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContinuousWebJob operation. */\nexport type WebAppsGetContinuousWebJobResponse = ContinuousWebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteContinuousWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStartContinuousWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStopContinuousWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListProductionSiteDeploymentStatusesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProductionSiteDeploymentStatuses operation. */\nexport type WebAppsListProductionSiteDeploymentStatusesResponse =\n CsmDeploymentStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProductionSiteDeploymentStatusOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the getProductionSiteDeploymentStatus operation. */\nexport type WebAppsGetProductionSiteDeploymentStatusResponse =\n CsmDeploymentStatus;\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeployments operation. */\nexport type WebAppsListDeploymentsResponse = DeploymentCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetDeploymentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeployment operation. */\nexport type WebAppsGetDeploymentResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsCreateDeploymentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createDeployment operation. */\nexport type WebAppsCreateDeploymentResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteDeploymentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentLogOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentLog operation. */\nexport type WebAppsListDeploymentLogResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsDiscoverBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the discoverBackup operation. */\nexport type WebAppsDiscoverBackupResponse = RestoreRequest;\n\n/** Optional parameters. */\nexport interface WebAppsListDomainOwnershipIdentifiersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDomainOwnershipIdentifiers operation. */\nexport type WebAppsListDomainOwnershipIdentifiersResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDomainOwnershipIdentifier operation. */\nexport type WebAppsGetDomainOwnershipIdentifierResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateDomainOwnershipIdentifier operation. */\nexport type WebAppsCreateOrUpdateDomainOwnershipIdentifierResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDomainOwnershipIdentifier operation. */\nexport type WebAppsUpdateDomainOwnershipIdentifierResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsGetMSDeployStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMSDeployStatus operation. */\nexport type WebAppsGetMSDeployStatusResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsCreateMSDeployOperationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createMSDeployOperation operation. */\nexport type WebAppsCreateMSDeployOperationResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetMSDeployLogOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMSDeployLog operation. */\nexport type WebAppsGetMSDeployLogResponse = MSDeployLog;\n\n/** Optional parameters. */\nexport interface WebAppsGetOneDeployStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOneDeployStatus operation. */\nexport type WebAppsGetOneDeployStatusResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOneDeployOperationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOneDeployOperation operation. */\nexport type WebAppsCreateOneDeployOperationResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctions operation. */\nexport type WebAppsListFunctionsResponse = FunctionEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetFunctionsAdminTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunctionsAdminToken operation. */\nexport type WebAppsGetFunctionsAdminTokenResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebAppsGetFunctionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunction operation. */\nexport type WebAppsGetFunctionResponse = FunctionEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsCreateFunctionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createFunction operation. */\nexport type WebAppsCreateFunctionResponse = FunctionEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteFunctionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateFunctionSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateFunctionSecret operation. */\nexport type WebAppsCreateOrUpdateFunctionSecretResponse = KeyInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteFunctionSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionKeys operation. */\nexport type WebAppsListFunctionKeysResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionSecrets operation. */\nexport type WebAppsListFunctionSecretsResponse = FunctionSecrets;\n\n/** Optional parameters. */\nexport interface WebAppsListHostKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostKeys operation. */\nexport type WebAppsListHostKeysResponse = HostKeys;\n\n/** Optional parameters. */\nexport interface WebAppsListSyncStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncFunctionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHostSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHostSecret operation. */\nexport type WebAppsCreateOrUpdateHostSecretResponse = KeyInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHostSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListHostNameBindingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostNameBindings operation. */\nexport type WebAppsListHostNameBindingsResponse = HostNameBindingCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetHostNameBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHostNameBinding operation. */\nexport type WebAppsGetHostNameBindingResponse = HostNameBinding;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHostNameBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHostNameBinding operation. */\nexport type WebAppsCreateOrUpdateHostNameBindingResponse = HostNameBinding;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHostNameBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHybridConnection operation. */\nexport type WebAppsGetHybridConnectionResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHybridConnection operation. */\nexport type WebAppsCreateOrUpdateHybridConnectionResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateHybridConnection operation. */\nexport type WebAppsUpdateHybridConnectionResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsListHybridConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnections operation. */\nexport type WebAppsListHybridConnectionsResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsListRelayServiceConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRelayServiceConnections operation. */\nexport type WebAppsListRelayServiceConnectionsResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsGetRelayServiceConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRelayServiceConnection operation. */\nexport type WebAppsGetRelayServiceConnectionResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateRelayServiceConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateRelayServiceConnection operation. */\nexport type WebAppsCreateOrUpdateRelayServiceConnectionResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteRelayServiceConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateRelayServiceConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateRelayServiceConnection operation. */\nexport type WebAppsUpdateRelayServiceConnectionResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceIdentifiersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceIdentifiers operation. */\nexport type WebAppsListInstanceIdentifiersResponse =\n WebAppInstanceStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceInfo operation. */\nexport type WebAppsGetInstanceInfoResponse = WebSiteInstanceStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceMsDeployStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceMsDeployStatus operation. */\nexport type WebAppsGetInstanceMsDeployStatusResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsCreateInstanceMSDeployOperationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createInstanceMSDeployOperation operation. */\nexport type WebAppsCreateInstanceMSDeployOperationResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceMSDeployLogOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceMSDeployLog operation. */\nexport type WebAppsGetInstanceMSDeployLogResponse = MSDeployLog;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcesses operation. */\nexport type WebAppsListInstanceProcessesResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcess operation. */\nexport type WebAppsGetInstanceProcessResponse = ProcessInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteInstanceProcessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessDumpOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessDump operation. */\nexport type WebAppsGetInstanceProcessDumpResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessModulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessModules operation. */\nexport type WebAppsListInstanceProcessModulesResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessModuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessModule operation. */\nexport type WebAppsGetInstanceProcessModuleResponse = ProcessModuleInfo;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessThreadsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessThreads operation. */\nexport type WebAppsListInstanceProcessThreadsResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsIsCloneableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the isCloneable operation. */\nexport type WebAppsIsCloneableResponse = SiteCloneability;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteBackupsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteBackups operation. */\nexport type WebAppsListSiteBackupsResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSyncFunctionTriggersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSyncFunctionTriggers operation. */\nexport type WebAppsListSyncFunctionTriggersResponse = FunctionSecrets;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateMachineKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateMachineKey operation. */\nexport type WebAppsUpdateMachineKeyResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface WebAppsMigrateStorageOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the migrateStorage operation. */\nexport type WebAppsMigrateStorageResponse = StorageMigrationResponse;\n\n/** Optional parameters. */\nexport interface WebAppsMigrateMySqlOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the migrateMySql operation. */\nexport type WebAppsMigrateMySqlResponse = Operation;\n\n/** Optional parameters. */\nexport interface WebAppsGetMigrateMySqlStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMigrateMySqlStatus operation. */\nexport type WebAppsGetMigrateMySqlStatusResponse = MigrateMySqlStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetSwiftVirtualNetworkConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSwiftVirtualNetworkConnection operation. */\nexport type WebAppsGetSwiftVirtualNetworkConnectionResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSwiftVirtualNetworkConnectionWithCheck operation. */\nexport type WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSwiftVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSwiftVirtualNetworkConnectionWithCheck operation. */\nexport type WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsListNetworkFeaturesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNetworkFeatures operation. */\nexport type WebAppsListNetworkFeaturesResponse = NetworkFeatures;\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTraceOperationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraceOperation operation. */\nexport type WebAppsGetNetworkTraceOperationResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStartWebSiteNetworkTraceOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n}\n\n/** Contains response data for the startWebSiteNetworkTrace operation. */\nexport type WebAppsStartWebSiteNetworkTraceResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebAppsStartWebSiteNetworkTraceOperationOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startWebSiteNetworkTraceOperation operation. */\nexport type WebAppsStartWebSiteNetworkTraceOperationResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStopWebSiteNetworkTraceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTracesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraces operation. */\nexport type WebAppsGetNetworkTracesResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTraceOperationV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraceOperationV2 operation. */\nexport type WebAppsGetNetworkTraceOperationV2Response = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTracesV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTracesV2 operation. */\nexport type WebAppsGetNetworkTracesV2Response = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGenerateNewSitePublishingPasswordOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListPerfMonCountersOptionalParams\n extends coreClient.OperationOptions {\n /** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listPerfMonCounters operation. */\nexport type WebAppsListPerfMonCountersResponse = PerfMonCounterCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSitePhpErrorLogFlagOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSitePhpErrorLogFlag operation. */\nexport type WebAppsGetSitePhpErrorLogFlagResponse = SitePhpErrorLogFlag;\n\n/** Optional parameters. */\nexport interface WebAppsListPremierAddOnsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPremierAddOns operation. */\nexport type WebAppsListPremierAddOnsResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsGetPremierAddOnOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPremierAddOn operation. */\nexport type WebAppsGetPremierAddOnResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsAddPremierAddOnOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the addPremierAddOn operation. */\nexport type WebAppsAddPremierAddOnResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePremierAddOnOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdatePremierAddOnOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updatePremierAddOn operation. */\nexport type WebAppsUpdatePremierAddOnResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateAccessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateAccess operation. */\nexport type WebAppsGetPrivateAccessResponse = PrivateAccess;\n\n/** Optional parameters. */\nexport interface WebAppsPutPrivateAccessVnetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the putPrivateAccessVnet operation. */\nexport type WebAppsPutPrivateAccessVnetResponse = PrivateAccess;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionList operation. */\nexport type WebAppsGetPrivateEndpointConnectionListResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnection operation. */\nexport type WebAppsGetPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the approveOrRejectPrivateEndpointConnection operation. */\nexport type WebAppsApproveOrRejectPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnection operation. */\nexport type WebAppsDeletePrivateEndpointConnectionResponse = Record<\n string,\n unknown\n>;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResources operation. */\nexport type WebAppsGetPrivateLinkResourcesResponse =\n PrivateLinkResourcesWrapper;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcesses operation. */\nexport type WebAppsListProcessesResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcess operation. */\nexport type WebAppsGetProcessResponse = ProcessInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteProcessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessDumpOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessDump operation. */\nexport type WebAppsGetProcessDumpResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListProcessModulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessModules operation. */\nexport type WebAppsListProcessModulesResponse = ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessModuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessModule operation. */\nexport type WebAppsGetProcessModuleResponse = ProcessModuleInfo;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessThreadsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessThreads operation. */\nexport type WebAppsListProcessThreadsResponse = ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPublicCertificatesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicCertificates operation. */\nexport type WebAppsListPublicCertificatesResponse = PublicCertificateCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPublicCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPublicCertificate operation. */\nexport type WebAppsGetPublicCertificateResponse = PublicCertificate;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdatePublicCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdatePublicCertificate operation. */\nexport type WebAppsCreateOrUpdatePublicCertificateResponse = PublicCertificate;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePublicCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListPublishingProfileXmlWithSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublishingProfileXmlWithSecrets operation. */\nexport type WebAppsListPublishingProfileXmlWithSecretsResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsResetProductionSlotConfigOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. */\n softRestart?: boolean;\n /** Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). */\n synchronous?: boolean;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreFromBackupBlobOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreFromDeletedAppOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreSnapshotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListSiteContainersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteContainers operation. */\nexport type WebAppsListSiteContainersResponse = SiteContainerCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteContainerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteContainer operation. */\nexport type WebAppsGetSiteContainerResponse = SiteContainer;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSiteContainerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSiteContainer operation. */\nexport type WebAppsCreateOrUpdateSiteContainerResponse = SiteContainer;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSiteContainerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSiteExtensionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteExtensions operation. */\nexport type WebAppsListSiteExtensionsResponse = SiteExtensionInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteExtensionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteExtension operation. */\nexport type WebAppsGetSiteExtensionResponse = SiteExtensionInfo;\n\n/** Optional parameters. */\nexport interface WebAppsInstallSiteExtensionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the installSiteExtension operation. */\nexport type WebAppsInstallSiteExtensionResponse = SiteExtensionInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSiteExtensionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSlotsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlots operation. */\nexport type WebAppsListSlotsResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSlot operation. */\nexport type WebAppsGetSlotResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateSlot operation. */\nexport type WebAppsCreateOrUpdateSlotResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSlotOptionalParams\n extends coreClient.OperationOptions {\n /** If true, web app metrics are also deleted. */\n deleteMetrics?: boolean;\n /** Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. */\n deleteEmptyServerFarm?: boolean;\n}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSlot operation. */\nexport type WebAppsUpdateSlotResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsAnalyzeCustomHostnameSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Custom hostname. */\n hostName?: string;\n}\n\n/** Contains response data for the analyzeCustomHostnameSlot operation. */\nexport type WebAppsAnalyzeCustomHostnameSlotResponse =\n CustomHostnameAnalysisResult;\n\n/** Optional parameters. */\nexport interface WebAppsApplySlotConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsBackupSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the backupSlot operation. */\nexport type WebAppsBackupSlotResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsListBackupsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupsSlot operation. */\nexport type WebAppsListBackupsSlotResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetBackupStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBackupStatusSlot operation. */\nexport type WebAppsGetBackupStatusSlotResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteBackupSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListBackupStatusSecretsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupStatusSecretsSlot operation. */\nexport type WebAppsListBackupStatusSecretsSlotResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsRestoreSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicPublishingCredentialsPoliciesSlot operation. */\nexport type WebAppsListBasicPublishingCredentialsPoliciesSlotResponse =\n PublishingCredentialsPoliciesCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetFtpAllowedSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFtpAllowedSlot operation. */\nexport type WebAppsGetFtpAllowedSlotResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateFtpAllowedSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateFtpAllowedSlot operation. */\nexport type WebAppsUpdateFtpAllowedSlotResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsGetScmAllowedSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getScmAllowedSlot operation. */\nexport type WebAppsGetScmAllowedSlotResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateScmAllowedSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateScmAllowedSlot operation. */\nexport type WebAppsUpdateScmAllowedSlotResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationsSlot operation. */\nexport type WebAppsListConfigurationsSlotResponse =\n SiteConfigResourceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateApplicationSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateApplicationSettingsSlot operation. */\nexport type WebAppsUpdateApplicationSettingsSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListApplicationSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApplicationSettingsSlot operation. */\nexport type WebAppsListApplicationSettingsSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAuthSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAuthSettingsSlot operation. */\nexport type WebAppsUpdateAuthSettingsSlotResponse = SiteAuthSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsSlot operation. */\nexport type WebAppsGetAuthSettingsSlotResponse = SiteAuthSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsV2WithoutSecretsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsV2WithoutSecretsSlot operation. */\nexport type WebAppsGetAuthSettingsV2WithoutSecretsSlotResponse =\n SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAuthSettingsV2SlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAuthSettingsV2Slot operation. */\nexport type WebAppsUpdateAuthSettingsV2SlotResponse = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsV2SlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsV2Slot operation. */\nexport type WebAppsGetAuthSettingsV2SlotResponse = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAzureStorageAccountsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAzureStorageAccountsSlot operation. */\nexport type WebAppsUpdateAzureStorageAccountsSlotResponse =\n AzureStoragePropertyDictionaryResource;\n\n/** Optional parameters. */\nexport interface WebAppsListAzureStorageAccountsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAzureStorageAccountsSlot operation. */\nexport type WebAppsListAzureStorageAccountsSlotResponse =\n AzureStoragePropertyDictionaryResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateBackupConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateBackupConfigurationSlot operation. */\nexport type WebAppsUpdateBackupConfigurationSlotResponse = BackupRequest;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteBackupConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetBackupConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBackupConfigurationSlot operation. */\nexport type WebAppsGetBackupConfigurationSlotResponse = BackupRequest;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingsKeyVaultReferencesSlot operation. */\nexport type WebAppsGetAppSettingsKeyVaultReferencesSlotResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingKeyVaultReferenceSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingKeyVaultReferenceSlot operation. */\nexport type WebAppsGetAppSettingKeyVaultReferenceSlotResponse = ApiKVReference;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferencesSlot operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferencesSlotResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferenceSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferenceSlot operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferenceSlotResponse =\n ApiKVReference;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateConnectionStringsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateConnectionStringsSlot operation. */\nexport type WebAppsUpdateConnectionStringsSlotResponse =\n ConnectionStringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListConnectionStringsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConnectionStringsSlot operation. */\nexport type WebAppsListConnectionStringsSlotResponse =\n ConnectionStringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsGetDiagnosticLogsConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDiagnosticLogsConfigurationSlot operation. */\nexport type WebAppsGetDiagnosticLogsConfigurationSlotResponse = SiteLogsConfig;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateDiagnosticLogsConfigSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDiagnosticLogsConfigSlot operation. */\nexport type WebAppsUpdateDiagnosticLogsConfigSlotResponse = SiteLogsConfig;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateMetadataSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateMetadataSlot operation. */\nexport type WebAppsUpdateMetadataSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListMetadataSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetadataSlot operation. */\nexport type WebAppsListMetadataSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListPublishingCredentialsSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the listPublishingCredentialsSlot operation. */\nexport type WebAppsListPublishingCredentialsSlotResponse = User;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSitePushSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSitePushSettingsSlot operation. */\nexport type WebAppsUpdateSitePushSettingsSlotResponse = PushSettings;\n\n/** Optional parameters. */\nexport interface WebAppsListSitePushSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSitePushSettingsSlot operation. */\nexport type WebAppsListSitePushSettingsSlotResponse = PushSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfigurationSlot operation. */\nexport type WebAppsGetConfigurationSlotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateConfigurationSlot operation. */\nexport type WebAppsCreateOrUpdateConfigurationSlotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateConfigurationSlot operation. */\nexport type WebAppsUpdateConfigurationSlotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationSnapshotInfoSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationSnapshotInfoSlot operation. */\nexport type WebAppsListConfigurationSnapshotInfoSlotResponse =\n SiteConfigurationSnapshotInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetConfigurationSnapshotSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfigurationSnapshotSlot operation. */\nexport type WebAppsGetConfigurationSnapshotSlotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsRecoverSiteConfigurationSnapshotSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetWebSiteContainerLogsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebSiteContainerLogsSlot operation. */\nexport type WebAppsGetWebSiteContainerLogsSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsGetContainerLogsZipSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContainerLogsZipSlot operation. */\nexport type WebAppsGetContainerLogsZipSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListContinuousWebJobsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listContinuousWebJobsSlot operation. */\nexport type WebAppsListContinuousWebJobsSlotResponse =\n ContinuousWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetContinuousWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContinuousWebJobSlot operation. */\nexport type WebAppsGetContinuousWebJobSlotResponse = ContinuousWebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteContinuousWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStartContinuousWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStopContinuousWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSlotSiteDeploymentStatusesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotSiteDeploymentStatusesSlot operation. */\nexport type WebAppsListSlotSiteDeploymentStatusesSlotResponse =\n CsmDeploymentStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSlotSiteDeploymentStatusSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the getSlotSiteDeploymentStatusSlot operation. */\nexport type WebAppsGetSlotSiteDeploymentStatusSlotResponse =\n CsmDeploymentStatus;\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsSlot operation. */\nexport type WebAppsListDeploymentsSlotResponse = DeploymentCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetDeploymentSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeploymentSlot operation. */\nexport type WebAppsGetDeploymentSlotResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsCreateDeploymentSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createDeploymentSlot operation. */\nexport type WebAppsCreateDeploymentSlotResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteDeploymentSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentLogSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentLogSlot operation. */\nexport type WebAppsListDeploymentLogSlotResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsDiscoverBackupSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the discoverBackupSlot operation. */\nexport type WebAppsDiscoverBackupSlotResponse = RestoreRequest;\n\n/** Optional parameters. */\nexport interface WebAppsListDomainOwnershipIdentifiersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDomainOwnershipIdentifiersSlot operation. */\nexport type WebAppsListDomainOwnershipIdentifiersSlotResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetDomainOwnershipIdentifierSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDomainOwnershipIdentifierSlot operation. */\nexport type WebAppsGetDomainOwnershipIdentifierSlotResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateDomainOwnershipIdentifierSlot operation. */\nexport type WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotResponse =\n Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteDomainOwnershipIdentifierSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateDomainOwnershipIdentifierSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDomainOwnershipIdentifierSlot operation. */\nexport type WebAppsUpdateDomainOwnershipIdentifierSlotResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsGetMSDeployStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMSDeployStatusSlot operation. */\nexport type WebAppsGetMSDeployStatusSlotResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsCreateMSDeployOperationSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createMSDeployOperationSlot operation. */\nexport type WebAppsCreateMSDeployOperationSlotResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetMSDeployLogSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMSDeployLogSlot operation. */\nexport type WebAppsGetMSDeployLogSlotResponse = MSDeployLog;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceFunctionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceFunctionsSlot operation. */\nexport type WebAppsListInstanceFunctionsSlotResponse =\n FunctionEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetFunctionsAdminTokenSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunctionsAdminTokenSlot operation. */\nexport type WebAppsGetFunctionsAdminTokenSlotResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceFunctionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceFunctionSlot operation. */\nexport type WebAppsGetInstanceFunctionSlotResponse = FunctionEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsCreateInstanceFunctionSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createInstanceFunctionSlot operation. */\nexport type WebAppsCreateInstanceFunctionSlotResponse = FunctionEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteInstanceFunctionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateFunctionSecretSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateFunctionSecretSlot operation. */\nexport type WebAppsCreateOrUpdateFunctionSecretSlotResponse = KeyInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteFunctionSecretSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionKeysSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionKeysSlot operation. */\nexport type WebAppsListFunctionKeysSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionSecretsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionSecretsSlot operation. */\nexport type WebAppsListFunctionSecretsSlotResponse = FunctionSecrets;\n\n/** Optional parameters. */\nexport interface WebAppsListHostKeysSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostKeysSlot operation. */\nexport type WebAppsListHostKeysSlotResponse = HostKeys;\n\n/** Optional parameters. */\nexport interface WebAppsListSyncStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncFunctionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHostSecretSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHostSecretSlot operation. */\nexport type WebAppsCreateOrUpdateHostSecretSlotResponse = KeyInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHostSecretSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListHostNameBindingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostNameBindingsSlot operation. */\nexport type WebAppsListHostNameBindingsSlotResponse = HostNameBindingCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetHostNameBindingSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHostNameBindingSlot operation. */\nexport type WebAppsGetHostNameBindingSlotResponse = HostNameBinding;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHostNameBindingSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHostNameBindingSlot operation. */\nexport type WebAppsCreateOrUpdateHostNameBindingSlotResponse = HostNameBinding;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHostNameBindingSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetHybridConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHybridConnectionSlot operation. */\nexport type WebAppsGetHybridConnectionSlotResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHybridConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHybridConnectionSlot operation. */\nexport type WebAppsCreateOrUpdateHybridConnectionSlotResponse =\n HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHybridConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateHybridConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateHybridConnectionSlot operation. */\nexport type WebAppsUpdateHybridConnectionSlotResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsListHybridConnectionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnectionsSlot operation. */\nexport type WebAppsListHybridConnectionsSlotResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsListRelayServiceConnectionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRelayServiceConnectionsSlot operation. */\nexport type WebAppsListRelayServiceConnectionsSlotResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsGetRelayServiceConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRelayServiceConnectionSlot operation. */\nexport type WebAppsGetRelayServiceConnectionSlotResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateRelayServiceConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateRelayServiceConnectionSlot operation. */\nexport type WebAppsCreateOrUpdateRelayServiceConnectionSlotResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteRelayServiceConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateRelayServiceConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateRelayServiceConnectionSlot operation. */\nexport type WebAppsUpdateRelayServiceConnectionSlotResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceIdentifiersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceIdentifiersSlot operation. */\nexport type WebAppsListInstanceIdentifiersSlotResponse =\n WebAppInstanceStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceInfoSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceInfoSlot operation. */\nexport type WebAppsGetInstanceInfoSlotResponse = WebSiteInstanceStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceMsDeployStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceMsDeployStatusSlot operation. */\nexport type WebAppsGetInstanceMsDeployStatusSlotResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsCreateInstanceMSDeployOperationSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createInstanceMSDeployOperationSlot operation. */\nexport type WebAppsCreateInstanceMSDeployOperationSlotResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceMSDeployLogSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceMSDeployLogSlot operation. */\nexport type WebAppsGetInstanceMSDeployLogSlotResponse = MSDeployLog;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessesSlot operation. */\nexport type WebAppsListInstanceProcessesSlotResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessSlot operation. */\nexport type WebAppsGetInstanceProcessSlotResponse = ProcessInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteInstanceProcessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessDumpSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessDumpSlot operation. */\nexport type WebAppsGetInstanceProcessDumpSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessModulesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessModulesSlot operation. */\nexport type WebAppsListInstanceProcessModulesSlotResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessModuleSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessModuleSlot operation. */\nexport type WebAppsGetInstanceProcessModuleSlotResponse = ProcessModuleInfo;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessThreadsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessThreadsSlot operation. */\nexport type WebAppsListInstanceProcessThreadsSlotResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsIsCloneableSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the isCloneableSlot operation. */\nexport type WebAppsIsCloneableSlotResponse = SiteCloneability;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteBackupsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteBackupsSlot operation. */\nexport type WebAppsListSiteBackupsSlotResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSyncFunctionTriggersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSyncFunctionTriggersSlot operation. */\nexport type WebAppsListSyncFunctionTriggersSlotResponse = FunctionSecrets;\n\n/** Optional parameters. */\nexport interface WebAppsGetMigrateMySqlStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMigrateMySqlStatusSlot operation. */\nexport type WebAppsGetMigrateMySqlStatusSlotResponse = MigrateMySqlStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetSwiftVirtualNetworkConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSwiftVirtualNetworkConnectionSlot operation. */\nexport type WebAppsGetSwiftVirtualNetworkConnectionSlotResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot operation. */\nexport type WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSwiftVirtualNetworkSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSwiftVirtualNetworkConnectionWithCheckSlot operation. */\nexport type WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsListNetworkFeaturesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNetworkFeaturesSlot operation. */\nexport type WebAppsListNetworkFeaturesSlotResponse = NetworkFeatures;\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTraceOperationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraceOperationSlot operation. */\nexport type WebAppsGetNetworkTraceOperationSlotResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStartWebSiteNetworkTraceSlotOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n}\n\n/** Contains response data for the startWebSiteNetworkTraceSlot operation. */\nexport type WebAppsStartWebSiteNetworkTraceSlotResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebAppsStartWebSiteNetworkTraceOperationSlotOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startWebSiteNetworkTraceOperationSlot operation. */\nexport type WebAppsStartWebSiteNetworkTraceOperationSlotResponse =\n NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStopWebSiteNetworkTraceSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTracesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTracesSlot operation. */\nexport type WebAppsGetNetworkTracesSlotResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTraceOperationSlotV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraceOperationSlotV2 operation. */\nexport type WebAppsGetNetworkTraceOperationSlotV2Response = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTracesSlotV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTracesSlotV2 operation. */\nexport type WebAppsGetNetworkTracesSlotV2Response = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGenerateNewSitePublishingPasswordSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListPerfMonCountersSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listPerfMonCountersSlot operation. */\nexport type WebAppsListPerfMonCountersSlotResponse = PerfMonCounterCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSitePhpErrorLogFlagSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSitePhpErrorLogFlagSlot operation. */\nexport type WebAppsGetSitePhpErrorLogFlagSlotResponse = SitePhpErrorLogFlag;\n\n/** Optional parameters. */\nexport interface WebAppsListPremierAddOnsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPremierAddOnsSlot operation. */\nexport type WebAppsListPremierAddOnsSlotResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsGetPremierAddOnSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPremierAddOnSlot operation. */\nexport type WebAppsGetPremierAddOnSlotResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsAddPremierAddOnSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the addPremierAddOnSlot operation. */\nexport type WebAppsAddPremierAddOnSlotResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePremierAddOnSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdatePremierAddOnSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updatePremierAddOnSlot operation. */\nexport type WebAppsUpdatePremierAddOnSlotResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateAccessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateAccessSlot operation. */\nexport type WebAppsGetPrivateAccessSlotResponse = PrivateAccess;\n\n/** Optional parameters. */\nexport interface WebAppsPutPrivateAccessVnetSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the putPrivateAccessVnetSlot operation. */\nexport type WebAppsPutPrivateAccessVnetSlotResponse = PrivateAccess;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionListSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListSlot operation. */\nexport type WebAppsGetPrivateEndpointConnectionListSlotResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionSlot operation. */\nexport type WebAppsGetPrivateEndpointConnectionSlotResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnectionSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the approveOrRejectPrivateEndpointConnectionSlot operation. */\nexport type WebAppsApproveOrRejectPrivateEndpointConnectionSlotResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePrivateEndpointConnectionSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnectionSlot operation. */\nexport type WebAppsDeletePrivateEndpointConnectionSlotResponse = Record<\n string,\n unknown\n>;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateLinkResourcesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResourcesSlot operation. */\nexport type WebAppsGetPrivateLinkResourcesSlotResponse =\n PrivateLinkResourcesWrapper;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessesSlot operation. */\nexport type WebAppsListProcessesSlotResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessSlot operation. */\nexport type WebAppsGetProcessSlotResponse = ProcessInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteProcessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessDumpSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessDumpSlot operation. */\nexport type WebAppsGetProcessDumpSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListProcessModulesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessModulesSlot operation. */\nexport type WebAppsListProcessModulesSlotResponse = ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessModuleSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessModuleSlot operation. */\nexport type WebAppsGetProcessModuleSlotResponse = ProcessModuleInfo;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessThreadsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessThreadsSlot operation. */\nexport type WebAppsListProcessThreadsSlotResponse = ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPublicCertificatesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicCertificatesSlot operation. */\nexport type WebAppsListPublicCertificatesSlotResponse =\n PublicCertificateCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPublicCertificateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPublicCertificateSlot operation. */\nexport type WebAppsGetPublicCertificateSlotResponse = PublicCertificate;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdatePublicCertificateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdatePublicCertificateSlot operation. */\nexport type WebAppsCreateOrUpdatePublicCertificateSlotResponse =\n PublicCertificate;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePublicCertificateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListPublishingProfileXmlWithSecretsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublishingProfileXmlWithSecretsSlot operation. */\nexport type WebAppsListPublishingProfileXmlWithSecretsSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsResetSlotConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsRestartSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. */\n softRestart?: boolean;\n /** Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). */\n synchronous?: boolean;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreFromBackupBlobSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreFromDeletedAppSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreSnapshotSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListSiteContainersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteContainersSlot operation. */\nexport type WebAppsListSiteContainersSlotResponse = SiteContainerCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteContainerSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteContainerSlot operation. */\nexport type WebAppsGetSiteContainerSlotResponse = SiteContainer;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSiteContainerSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSiteContainerSlot operation. */\nexport type WebAppsCreateOrUpdateSiteContainerSlotResponse = SiteContainer;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSiteContainerSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSiteExtensionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteExtensionsSlot operation. */\nexport type WebAppsListSiteExtensionsSlotResponse = SiteExtensionInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteExtensionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteExtensionSlot operation. */\nexport type WebAppsGetSiteExtensionSlotResponse = SiteExtensionInfo;\n\n/** Optional parameters. */\nexport interface WebAppsInstallSiteExtensionSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the installSiteExtensionSlot operation. */\nexport type WebAppsInstallSiteExtensionSlotResponse = SiteExtensionInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSiteExtensionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSlotDifferencesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotDifferencesSlot operation. */\nexport type WebAppsListSlotDifferencesSlotResponse = SlotDifferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsSwapSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsSlot operation. */\nexport type WebAppsListSnapshotsSlotResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsFromDRSecondarySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsFromDRSecondarySlot operation. */\nexport type WebAppsListSnapshotsFromDRSecondarySlotResponse =\n SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSourceControlSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSourceControlSlot operation. */\nexport type WebAppsGetSourceControlSlotResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSourceControlSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateSourceControlSlot operation. */\nexport type WebAppsCreateOrUpdateSourceControlSlotResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSourceControlSlotOptionalParams\n extends coreClient.OperationOptions {\n additionalFlags?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSourceControlSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSourceControlSlot operation. */\nexport type WebAppsUpdateSourceControlSlotResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsStartSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStartNetworkTraceSlotOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startNetworkTraceSlot operation. */\nexport type WebAppsStartNetworkTraceSlotResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStopSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStopNetworkTraceSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncRepositorySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncFunctionTriggersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobsSlot operation. */\nexport type WebAppsListTriggeredWebJobsSlotResponse = TriggeredWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetTriggeredWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTriggeredWebJobSlot operation. */\nexport type WebAppsGetTriggeredWebJobSlotResponse = TriggeredWebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteTriggeredWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobHistorySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobHistorySlot operation. */\nexport type WebAppsListTriggeredWebJobHistorySlotResponse =\n TriggeredJobHistoryCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetTriggeredWebJobHistorySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTriggeredWebJobHistorySlot operation. */\nexport type WebAppsGetTriggeredWebJobHistorySlotResponse = TriggeredJobHistory;\n\n/** Optional parameters. */\nexport interface WebAppsRunTriggeredWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListUsagesSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listUsagesSlot operation. */\nexport type WebAppsListUsagesSlotResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListVnetConnectionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVnetConnectionsSlot operation. */\nexport type WebAppsListVnetConnectionsSlotResponse = VnetInfoResource[];\n\n/** Optional parameters. */\nexport interface WebAppsGetVnetConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetConnectionSlot operation. */\nexport type WebAppsGetVnetConnectionSlotResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateVnetConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetConnectionSlot operation. */\nexport type WebAppsCreateOrUpdateVnetConnectionSlotResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteVnetConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateVnetConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetConnectionSlot operation. */\nexport type WebAppsUpdateVnetConnectionSlotResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsGetVnetConnectionGatewaySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetConnectionGatewaySlot operation. */\nexport type WebAppsGetVnetConnectionGatewaySlotResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateVnetConnectionGatewaySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetConnectionGatewaySlot operation. */\nexport type WebAppsCreateOrUpdateVnetConnectionGatewaySlotResponse =\n VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateVnetConnectionGatewaySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetConnectionGatewaySlot operation. */\nexport type WebAppsUpdateVnetConnectionGatewaySlotResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsListWebJobsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebJobsSlot operation. */\nexport type WebAppsListWebJobsSlotResponse = WebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebJobSlot operation. */\nexport type WebAppsGetWebJobSlotResponse = WebJob;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotDifferencesFromProductionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotDifferencesFromProduction operation. */\nexport type WebAppsListSlotDifferencesFromProductionResponse =\n SlotDifferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsSwapSlotWithProductionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshots operation. */\nexport type WebAppsListSnapshotsResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsFromDRSecondaryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsFromDRSecondary operation. */\nexport type WebAppsListSnapshotsFromDRSecondaryResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSourceControlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSourceControl operation. */\nexport type WebAppsGetSourceControlResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSourceControlOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateSourceControl operation. */\nexport type WebAppsCreateOrUpdateSourceControlResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSourceControlOptionalParams\n extends coreClient.OperationOptions {\n additionalFlags?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSourceControlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSourceControl operation. */\nexport type WebAppsUpdateSourceControlResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsStartOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStartNetworkTraceOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startNetworkTrace operation. */\nexport type WebAppsStartNetworkTraceResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStopNetworkTraceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncRepositoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncFunctionTriggersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobs operation. */\nexport type WebAppsListTriggeredWebJobsResponse = TriggeredWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetTriggeredWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTriggeredWebJob operation. */\nexport type WebAppsGetTriggeredWebJobResponse = TriggeredWebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteTriggeredWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobHistory operation. */\nexport type WebAppsListTriggeredWebJobHistoryResponse =\n TriggeredJobHistoryCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetTriggeredWebJobHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTriggeredWebJobHistory operation. */\nexport type WebAppsGetTriggeredWebJobHistoryResponse = TriggeredJobHistory;\n\n/** Optional parameters. */\nexport interface WebAppsRunTriggeredWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListUsagesOptionalParams\n extends coreClient.OperationOptions {\n /** Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listUsages operation. */\nexport type WebAppsListUsagesResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListVnetConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVnetConnections operation. */\nexport type WebAppsListVnetConnectionsResponse = VnetInfoResource[];\n\n/** Optional parameters. */\nexport interface WebAppsGetVnetConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetConnection operation. */\nexport type WebAppsGetVnetConnectionResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateVnetConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetConnection operation. */\nexport type WebAppsCreateOrUpdateVnetConnectionResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteVnetConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateVnetConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetConnection operation. */\nexport type WebAppsUpdateVnetConnectionResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsGetVnetConnectionGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetConnectionGateway operation. */\nexport type WebAppsGetVnetConnectionGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateVnetConnectionGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetConnectionGateway operation. */\nexport type WebAppsCreateOrUpdateVnetConnectionGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateVnetConnectionGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetConnectionGateway operation. */\nexport type WebAppsUpdateVnetConnectionGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsListWebJobsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebJobs operation. */\nexport type WebAppsListWebJobsResponse = WebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebJob operation. */\nexport type WebAppsGetWebJobResponse = WebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeployWorkflowArtifactsOptionalParams\n extends coreClient.OperationOptions {\n /** Application settings and files of the workflow. */\n workflowArtifacts?: WorkflowArtifacts;\n}\n\n/** Optional parameters. */\nexport interface WebAppsDeployWorkflowArtifactsSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Application settings and files of the workflow. */\n workflowArtifacts?: WorkflowArtifacts;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceWorkflowsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceWorkflowsSlot operation. */\nexport type WebAppsListInstanceWorkflowsSlotResponse =\n WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceWorkflowSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceWorkflowSlot operation. */\nexport type WebAppsGetInstanceWorkflowSlotResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsListWorkflowsConnectionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflowsConnectionsSlot operation. */\nexport type WebAppsListWorkflowsConnectionsSlotResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsListWorkflowsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflows operation. */\nexport type WebAppsListWorkflowsResponse = WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetWorkflowOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWorkflow operation. */\nexport type WebAppsGetWorkflowResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsListWorkflowsConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflowsConnections operation. */\nexport type WebAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WebAppsListNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type WebAppsListByResourceGroupNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListBackupsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupsNext operation. */\nexport type WebAppsListBackupsNextResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicPublishingCredentialsPoliciesNext operation. */\nexport type WebAppsListBasicPublishingCredentialsPoliciesNextResponse =\n PublishingCredentialsPoliciesCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationsNext operation. */\nexport type WebAppsListConfigurationsNextResponse =\n SiteConfigResourceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingsKeyVaultReferencesNext operation. */\nexport type WebAppsGetAppSettingsKeyVaultReferencesNextResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferencesNext operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferencesNextResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationSnapshotInfoNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationSnapshotInfoNext operation. */\nexport type WebAppsListConfigurationSnapshotInfoNextResponse =\n SiteConfigurationSnapshotInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListContinuousWebJobsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listContinuousWebJobsNext operation. */\nexport type WebAppsListContinuousWebJobsNextResponse =\n ContinuousWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProductionSiteDeploymentStatusesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProductionSiteDeploymentStatusesNext operation. */\nexport type WebAppsListProductionSiteDeploymentStatusesNextResponse =\n CsmDeploymentStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsNext operation. */\nexport type WebAppsListDeploymentsNextResponse = DeploymentCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListDomainOwnershipIdentifiersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDomainOwnershipIdentifiersNext operation. */\nexport type WebAppsListDomainOwnershipIdentifiersNextResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionsNext operation. */\nexport type WebAppsListFunctionsNextResponse = FunctionEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListHostNameBindingsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostNameBindingsNext operation. */\nexport type WebAppsListHostNameBindingsNextResponse = HostNameBindingCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceIdentifiersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceIdentifiersNext operation. */\nexport type WebAppsListInstanceIdentifiersNextResponse =\n WebAppInstanceStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessesNext operation. */\nexport type WebAppsListInstanceProcessesNextResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessModulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessModulesNext operation. */\nexport type WebAppsListInstanceProcessModulesNextResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessThreadsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessThreadsNext operation. */\nexport type WebAppsListInstanceProcessThreadsNextResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteBackupsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteBackupsNext operation. */\nexport type WebAppsListSiteBackupsNextResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPerfMonCountersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPerfMonCountersNext operation. */\nexport type WebAppsListPerfMonCountersNextResponse = PerfMonCounterCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListNext operation. */\nexport type WebAppsGetPrivateEndpointConnectionListNextResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessesNext operation. */\nexport type WebAppsListProcessesNextResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessModulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessModulesNext operation. */\nexport type WebAppsListProcessModulesNextResponse = ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessThreadsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessThreadsNext operation. */\nexport type WebAppsListProcessThreadsNextResponse = ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPublicCertificatesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicCertificatesNext operation. */\nexport type WebAppsListPublicCertificatesNextResponse =\n PublicCertificateCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteContainersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteContainersNext operation. */\nexport type WebAppsListSiteContainersNextResponse = SiteContainerCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteExtensionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteExtensionsNext operation. */\nexport type WebAppsListSiteExtensionsNextResponse = SiteExtensionInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotsNext operation. */\nexport type WebAppsListSlotsNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListBackupsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupsSlotNext operation. */\nexport type WebAppsListBackupsSlotNextResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicPublishingCredentialsPoliciesSlotNext operation. */\nexport type WebAppsListBasicPublishingCredentialsPoliciesSlotNextResponse =\n PublishingCredentialsPoliciesCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationsSlotNext operation. */\nexport type WebAppsListConfigurationsSlotNextResponse =\n SiteConfigResourceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingsKeyVaultReferencesSlotNext operation. */\nexport type WebAppsGetAppSettingsKeyVaultReferencesSlotNextResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferencesSlotNext operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferencesSlotNextResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationSnapshotInfoSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationSnapshotInfoSlotNext operation. */\nexport type WebAppsListConfigurationSnapshotInfoSlotNextResponse =\n SiteConfigurationSnapshotInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListContinuousWebJobsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listContinuousWebJobsSlotNext operation. */\nexport type WebAppsListContinuousWebJobsSlotNextResponse =\n ContinuousWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotSiteDeploymentStatusesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotSiteDeploymentStatusesSlotNext operation. */\nexport type WebAppsListSlotSiteDeploymentStatusesSlotNextResponse =\n CsmDeploymentStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsSlotNext operation. */\nexport type WebAppsListDeploymentsSlotNextResponse = DeploymentCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListDomainOwnershipIdentifiersSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDomainOwnershipIdentifiersSlotNext operation. */\nexport type WebAppsListDomainOwnershipIdentifiersSlotNextResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceFunctionsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceFunctionsSlotNext operation. */\nexport type WebAppsListInstanceFunctionsSlotNextResponse =\n FunctionEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListHostNameBindingsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostNameBindingsSlotNext operation. */\nexport type WebAppsListHostNameBindingsSlotNextResponse =\n HostNameBindingCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceIdentifiersSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceIdentifiersSlotNext operation. */\nexport type WebAppsListInstanceIdentifiersSlotNextResponse =\n WebAppInstanceStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessesSlotNext operation. */\nexport type WebAppsListInstanceProcessesSlotNextResponse =\n ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessModulesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessModulesSlotNext operation. */\nexport type WebAppsListInstanceProcessModulesSlotNextResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessThreadsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessThreadsSlotNext operation. */\nexport type WebAppsListInstanceProcessThreadsSlotNextResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteBackupsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteBackupsSlotNext operation. */\nexport type WebAppsListSiteBackupsSlotNextResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPerfMonCountersSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPerfMonCountersSlotNext operation. */\nexport type WebAppsListPerfMonCountersSlotNextResponse =\n PerfMonCounterCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionListSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListSlotNext operation. */\nexport type WebAppsGetPrivateEndpointConnectionListSlotNextResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessesSlotNext operation. */\nexport type WebAppsListProcessesSlotNextResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessModulesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessModulesSlotNext operation. */\nexport type WebAppsListProcessModulesSlotNextResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessThreadsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessThreadsSlotNext operation. */\nexport type WebAppsListProcessThreadsSlotNextResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPublicCertificatesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicCertificatesSlotNext operation. */\nexport type WebAppsListPublicCertificatesSlotNextResponse =\n PublicCertificateCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteContainersSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteContainersSlotNext operation. */\nexport type WebAppsListSiteContainersSlotNextResponse = SiteContainerCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteExtensionsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteExtensionsSlotNext operation. */\nexport type WebAppsListSiteExtensionsSlotNextResponse =\n SiteExtensionInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotDifferencesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotDifferencesSlotNext operation. */\nexport type WebAppsListSlotDifferencesSlotNextResponse =\n SlotDifferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsSlotNext operation. */\nexport type WebAppsListSnapshotsSlotNextResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsFromDRSecondarySlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsFromDRSecondarySlotNext operation. */\nexport type WebAppsListSnapshotsFromDRSecondarySlotNextResponse =\n SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobsSlotNext operation. */\nexport type WebAppsListTriggeredWebJobsSlotNextResponse =\n TriggeredWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobHistorySlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobHistorySlotNext operation. */\nexport type WebAppsListTriggeredWebJobHistorySlotNextResponse =\n TriggeredJobHistoryCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListUsagesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsagesSlotNext operation. */\nexport type WebAppsListUsagesSlotNextResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListWebJobsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebJobsSlotNext operation. */\nexport type WebAppsListWebJobsSlotNextResponse = WebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotDifferencesFromProductionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotDifferencesFromProductionNext operation. */\nexport type WebAppsListSlotDifferencesFromProductionNextResponse =\n SlotDifferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsNext operation. */\nexport type WebAppsListSnapshotsNextResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsFromDRSecondaryNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsFromDRSecondaryNext operation. */\nexport type WebAppsListSnapshotsFromDRSecondaryNextResponse =\n SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobsNext operation. */\nexport type WebAppsListTriggeredWebJobsNextResponse = TriggeredWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobHistoryNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobHistoryNext operation. */\nexport type WebAppsListTriggeredWebJobHistoryNextResponse =\n TriggeredJobHistoryCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsagesNext operation. */\nexport type WebAppsListUsagesNextResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListWebJobsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebJobsNext operation. */\nexport type WebAppsListWebJobsNextResponse = WebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceWorkflowsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceWorkflowsSlotNext operation. */\nexport type WebAppsListInstanceWorkflowsSlotNextResponse =\n WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListWorkflowsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflowsNext operation. */\nexport type WebAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WorkflowsRegenerateAccessKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkflowsValidateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkflowRunsListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n /** The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunsListResponse = WorkflowRunListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunsGetResponse = WorkflowRun;\n\n/** Optional parameters. */\nexport interface WorkflowRunsCancelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkflowRunsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunsListNextResponse = WorkflowRunListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n /** The filter to apply on the operation. Options for filters include: Status. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunActionsListResponse = WorkflowRunActionListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunActionsGetResponse = WorkflowRunAction;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsListExpressionTracesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExpressionTraces operation. */\nexport type WorkflowRunActionsListExpressionTracesResponse = ExpressionTraces;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunActionsListNextResponse = WorkflowRunActionListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsListExpressionTracesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExpressionTracesNext operation. */\nexport type WorkflowRunActionsListExpressionTracesNextResponse =\n ExpressionTraces;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunActionRepetitionsListResponse =\n WorkflowRunActionRepetitionDefinitionCollection;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunActionRepetitionsGetResponse =\n WorkflowRunActionRepetitionDefinition;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsListExpressionTracesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExpressionTraces operation. */\nexport type WorkflowRunActionRepetitionsListExpressionTracesResponse =\n ExpressionTraces;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunActionRepetitionsListNextResponse =\n WorkflowRunActionRepetitionDefinitionCollection;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsListExpressionTracesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExpressionTracesNext operation. */\nexport type WorkflowRunActionRepetitionsListExpressionTracesNextResponse =\n ExpressionTraces;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsRequestHistoriesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunActionRepetitionsRequestHistoriesListResponse =\n RequestHistoryListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsRequestHistoriesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunActionRepetitionsRequestHistoriesGetResponse =\n RequestHistory;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsRequestHistoriesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunActionRepetitionsRequestHistoriesListNextResponse =\n RequestHistoryListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionScopeRepetitionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunActionScopeRepetitionsListResponse =\n WorkflowRunActionRepetitionDefinitionCollection;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionScopeRepetitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunActionScopeRepetitionsGetResponse =\n WorkflowRunActionRepetitionDefinition;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionScopeRepetitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunActionScopeRepetitionsListNextResponse =\n WorkflowRunActionRepetitionDefinitionCollection;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowTriggersListResponse = WorkflowTriggerListResult;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowTriggersGetResponse = WorkflowTrigger;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersListCallbackUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCallbackUrl operation. */\nexport type WorkflowTriggersListCallbackUrlResponse =\n WorkflowTriggerCallbackUrl;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersRunOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WorkflowTriggersGetSchemaJsonOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSchemaJson operation. */\nexport type WorkflowTriggersGetSchemaJsonResponse = JsonSchema;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowTriggersListNextResponse = WorkflowTriggerListResult;\n\n/** Optional parameters. */\nexport interface WorkflowTriggerHistoriesListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n /** The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowTriggerHistoriesListResponse =\n WorkflowTriggerHistoryListResult;\n\n/** Optional parameters. */\nexport interface WorkflowTriggerHistoriesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowTriggerHistoriesGetResponse = WorkflowTriggerHistory;\n\n/** Optional parameters. */\nexport interface WorkflowTriggerHistoriesResubmitOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WorkflowTriggerHistoriesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowTriggerHistoriesListNextResponse =\n WorkflowTriggerHistoryListResult;\n\n/** Optional parameters. */\nexport interface WorkflowVersionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowVersionsListResponse = WorkflowVersionListResult;\n\n/** Optional parameters. */\nexport interface WorkflowVersionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowVersionsGetResponse = WorkflowVersion;\n\n/** Optional parameters. */\nexport interface WorkflowVersionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowVersionsListNextResponse = WorkflowVersionListResult;\n\n/** Optional parameters. */\nexport interface WebSiteManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAirSH,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAOX;AAPD,WAAY,+BAA+B;IACzC,+CAA+C;IAC/C,wHAAqF,CAAA;IACrF,sCAAsC;IACtC,sGAAmE,CAAA;IACnE,4BAA4B;IAC5B,kFAA+C,CAAA;AACjD,CAAC,EAPW,+BAA+B,KAA/B,+BAA+B,QAO1C;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,WAAW;IACX,uCAAa,CAAA;IACb,UAAU;IACV,qCAAW,CAAA;IACX,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,oBAAoB;IACpB,2DAAiC,CAAA;AACnC,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;AAcD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,0EAA0E;IAC1E,uCAAa,CAAA;IACb,yHAAyH;IACzH,yCAAe,CAAA;IACf,yHAAyH;IACzH,uCAAa,CAAA;IACb,4LAA4L;IAC5L,2CAAiB,CAAA;AACnB,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,yEAAyE;IACzE,yCAAa,CAAA;IACb,mFAAmF;IACnF,2CAAe,CAAA;AACjB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YA6BX;AA7BD,WAAY,YAAY;IACtB,WAAW;IACX,6BAAa,CAAA;IACb,cAAc;IACd,mCAAmB,CAAA;IACnB,UAAU;IACV,2BAAW,CAAA;IACX,eAAe;IACf,qCAAqB,CAAA;IACrB,aAAa;IACb,iCAAiB,CAAA;IACjB,kBAAkB;IAClB,2CAA2B,CAAA;IAC3B,iBAAiB;IACjB,yCAAyB,CAAA;IACzB,mBAAmB;IACnB,6CAA6B,CAAA;IAC7B,kBAAkB;IAClB,2CAA2B,CAAA;IAC3B,kBAAkB;IAClB,2CAA2B,CAAA;IAC3B,iBAAiB;IACjB,yCAAyB,CAAA;IACzB,eAAe;IACf,qCAAqB,CAAA;IACrB,UAAU;IACV,2BAAW,CAAA;IACX,aAAa;IACb,iCAAiB,CAAA;AACnB,CAAC,EA7BW,YAAY,KAAZ,YAAY,QA6BvB;AAwBD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,cAAc;IACd,uCAAmB,CAAA;IACnB,eAAe;IACf,yCAAqB,CAAA;IACrB,iBAAiB;IACjB,6CAAyB,CAAA;AAC3B,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,qCAAe,CAAA;IACf,WAAW;IACX,mCAAa,CAAA;AACf,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBASX;AATD,WAAY,yBAAyB;IACnC,WAAW;IACX,yCAAY,CAAA;IACZ,WAAW;IACX,yCAAY,CAAA;IACZ,WAAW;IACX,yCAAY,CAAA;IACZ,WAAW;IACX,yCAAY,CAAA;AACd,CAAC,EATW,yBAAyB,KAAzB,yBAAyB,QASpC;AAcD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAmCX;AAnCD,WAAY,oBAAoB;IAC9B,yBAAyB;IACzB,qEAA6C,CAAA;IAC7C,yBAAyB;IACzB,qEAA6C,CAAA;IAC7C,uCAAuC;IACvC,oGAA4E,CAAA;IAC5E,uCAAuC;IACvC,oGAA4E,CAAA;IAC5E,uCAAuC;IACvC,oGAA4E,CAAA;IAC5E,qCAAqC;IACrC,gGAAwE,CAAA;IACxE,qCAAqC;IACrC,gGAAwE,CAAA;IACxE,qCAAqC;IACrC,gGAAwE,CAAA;IACxE,qCAAqC;IACrC,gGAAwE,CAAA;IACxE,kCAAkC;IAClC,0FAAkE,CAAA;IAClE,kCAAkC;IAClC,0FAAkE,CAAA;IAClE,gCAAgC;IAChC,qFAA6D,CAAA;IAC7D,gCAAgC;IAChC,qFAA6D,CAAA;IAC7D,gCAAgC;IAChC,qFAA6D,CAAA;IAC7D,gCAAgC;IAChC,qFAA6D,CAAA;IAC7D,6BAA6B;IAC7B,+EAAuD,CAAA;IACvD,6BAA6B;IAC7B,+EAAuD,CAAA;AACzD,CAAC,EAnCW,oBAAoB,KAApB,oBAAoB,QAmC/B;AA2BD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,iBAAiB;IACjB,2CAAyB,CAAA;IACzB,eAAe;IACf,uCAAqB,CAAA;IACrB,eAAe;IACf,uCAAqB,CAAA;AACvB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IACnC,UAAU;IACV,wCAAW,CAAA;IACX,WAAW;IACX,0CAAa,CAAA;IACb,UAAU;IACV,wCAAW,CAAA;AACb,CAAC,EAPW,yBAAyB,KAAzB,yBAAyB,QAOpC;AAaD,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAGX;AAHD,WAAY,mCAAmC;IAC7C,oBAAoB;IACpB,sEAA+B,CAAA;AACjC,CAAC,EAHW,mCAAmC,KAAnC,mCAAmC,QAG9C;AAWD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,6BAA6B;IAC7B,4EAAiD,CAAA;IACjD,2BAA2B;IAC3B,wEAA6C,CAAA;IAC7C,qCAAqC;IACrC,4FAAiE,CAAA;AACnE,CAAC,EAPW,uBAAuB,KAAvB,uBAAuB,QAOlC;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAaX;AAbD,WAAY,gBAAgB;IAC1B,qBAAqB;IACrB,sDAAkC,CAAA;IAClC,WAAW;IACX,iCAAa,CAAA;IACb,WAAW;IACX,iCAAa,CAAA;IACb,iBAAiB;IACjB,6CAAyB,CAAA;IACzB,aAAa;IACb,qCAAiB,CAAA;IACjB,aAAa;IACb,qCAAiB,CAAA;AACnB,CAAC,EAbW,gBAAgB,KAAhB,gBAAgB,QAa3B;AAgBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,WAAW;IACX,kCAAa,CAAA;IACb,YAAY;IACZ,oCAAe,CAAA;IACf,WAAW;IACX,kCAAa,CAAA;IACb,YAAY;IACZ,oCAAe,CAAA;AACjB,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B;AAcD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,cAAc;IACd,qCAAmB,CAAA;IACnB,gBAAgB;IAChB,yCAAuB,CAAA;IACvB,aAAa;IACb,mCAAiB,CAAA;AACnB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAWX;AAXD,WAAY,2BAA2B;IACrC,cAAc;IACd,kDAAmB,CAAA;IACnB,YAAY;IACZ,8CAAe,CAAA;IACf,uBAAuB;IACvB,oEAAqC,CAAA;IACrC,qBAAqB;IACrB,gEAAiC,CAAA;IACjC,UAAU;IACV,0CAAW,CAAA;AACb,CAAC,EAXW,2BAA2B,KAA3B,2BAA2B,QAWtC;AAeD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,YAAY;IACZ,2CAAe,CAAA;IACf,UAAU;IACV,uCAAW,CAAA;AACb,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,mBAAmB;IACnB,uDAA6B,CAAA;IAC7B,cAAc;IACd,6CAAmB,CAAA;AACrB,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAiBX;AAjBD,WAAY,2BAA2B;IACrC,WAAW;IACX,4CAAa,CAAA;IACb,WAAW;IACX,4CAAa,CAAA;IACb,yBAAyB;IACzB,wEAAyC,CAAA;IACzC,qBAAqB;IACrB,gEAAiC,CAAA;IACjC,wBAAwB;IACxB,wEAAyC,CAAA;IACzC,6BAA6B;IAC7B,mFAAoD,CAAA;IACpD,sCAAsC;IACtC,oGAAqE,CAAA;IACrE,kCAAkC;IAClC,4FAA6D,CAAA;AAC/D,CAAC,EAjBW,2BAA2B,KAA3B,2BAA2B,QAiBtC;AAkBD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;IACnB,oBAAoB;IACpB,gEAA+B,CAAA;AACjC,CAAC,EALW,6BAA6B,KAA7B,6BAA6B,QAKxC;AAYD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YA6BX;AA7BD,WAAY,YAAY;IACtB,WAAW;IACX,6BAAa,CAAA;IACb,aAAa;IACb,iCAAiB,CAAA;IACjB,YAAY;IACZ,+BAAe,CAAA;IACf,eAAe;IACf,qCAAqB,CAAA;IACrB,cAAc;IACd,mCAAmB,CAAA;IACnB,cAAc;IACd,mCAAmB,CAAA;IACnB,eAAe;IACf,qCAAqB,CAAA;IACrB,iBAAiB;IACjB,yCAAyB,CAAA;IACzB,gBAAgB;IAChB,uCAAuB,CAAA;IACvB,gBAAgB;IAChB,uCAAuB,CAAA;IACvB,uBAAuB;IACvB,qDAAqC,CAAA;IACrC,qBAAqB;IACrB,iDAAiC,CAAA;IACjC,sBAAsB;IACtB,mDAAmC,CAAA;IACnC,sBAAsB;IACtB,mDAAmC,CAAA;AACrC,CAAC,EA7BW,YAAY,KAAZ,YAAY,QA6BvB;AAwBD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IACpC,iBAAiB;IACjB,uDAAyB,CAAA;IACzB,WAAW;IACX,2CAAa,CAAA;IACb,sCAAsC;IACtC,mGAAqE,CAAA;AACvE,CAAC,EAPW,0BAA0B,KAA1B,0BAA0B,QAOrC;AAaD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BASX;AATD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;IACnB,eAAe;IACf,sDAAqB,CAAA;IACrB,eAAe;IACf,sDAAqB,CAAA;IACrB,gBAAgB;IAChB,wDAAuB,CAAA;AACzB,CAAC,EATW,6BAA6B,KAA7B,6BAA6B,QASxC;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAeX;AAfD,WAAY,gBAAgB;IAC1B,2BAA2B;IAC3B,iEAA6C,CAAA;IAC7C,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,gBAAgB;IAChB,2CAAuB,CAAA;IACvB,YAAY;IACZ,mCAAe,CAAA;IACf,aAAa;IACb,qCAAiB,CAAA;IACjB,eAAe;IACf,yCAAqB,CAAA;IACrB,eAAe;IACf,yCAAqB,CAAA;AACvB,CAAC,EAfW,gBAAgB,KAAhB,gBAAgB,QAe3B;AAiBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,kBAAkB;IAClB,gDAA2B,CAAA;IAC3B,cAAc;IACd,wCAAmB,CAAA;AACrB,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,cAAc;IACd,yCAAmB,CAAA;AACrB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAWD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAeX;AAfD,WAAY,uBAAuB;IACjC,gCAAgC;IAChC,kFAAuD,CAAA;IACvD,iBAAiB;IACjB,oDAAyB,CAAA;IACzB,aAAa;IACb,4CAAiB,CAAA;IACjB,YAAY;IACZ,0CAAe,CAAA;IACf,aAAa;IACb,4CAAiB,CAAA;IACjB,eAAe;IACf,gDAAqB,CAAA;IACrB,gBAAgB;IAChB,kDAAuB,CAAA;AACzB,CAAC,EAfW,uBAAuB,KAAvB,uBAAuB,QAelC;AAiBD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBASX;AATD,WAAY,iBAAiB;IAC3B,eAAe;IACf,0CAAqB,CAAA;IACrB,YAAY;IACZ,oCAAe,CAAA;IACf,iBAAiB;IACjB,8CAAyB,CAAA;IACzB,iBAAiB;IACjB,8CAAyB,CAAA;AAC3B,CAAC,EATW,iBAAiB,KAAjB,iBAAiB,QAS5B;AAcD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BA2BX;AA3BD,WAAY,0BAA0B;IACpC,eAAe;IACf,mDAAqB,CAAA;IACrB,oBAAoB;IACpB,6DAA+B,CAAA;IAC/B,mBAAmB;IACnB,2DAA6B,CAAA;IAC7B,kBAAkB;IAClB,yDAA2B,CAAA;IAC3B,2BAA2B;IAC3B,2EAA6C,CAAA;IAC7C,mBAAmB;IACnB,2DAA6B,CAAA;IAC7B,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,+BAA+B;IAC/B,mFAAqD,CAAA;IACrD,mBAAmB;IACnB,2DAA6B,CAAA;IAC7B,8BAA8B;IAC9B,iFAAmD,CAAA;IACnD,sBAAsB;IACtB,iEAAmC,CAAA;IACnC,wBAAwB;IACxB,qEAAuC,CAAA;AACzC,CAAC,EA3BW,0BAA0B,KAA1B,0BAA0B,QA2BrC;AAuBD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACtC,iBAAiB;IACjB,yDAAyB,CAAA;IACzB,gBAAgB;IAChB,uDAAuB,CAAA;IACvB,UAAU;IACV,2CAAW,CAAA;AACb,CAAC,EAPW,4BAA4B,KAA5B,4BAA4B,QAOvC;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAaX;AAbD,WAAY,kBAAkB;IAC5B,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,gBAAgB;IAChB,6CAAuB,CAAA;IACvB,cAAc;IACd,yCAAmB,CAAA;IACnB,eAAe;IACf,2CAAqB,CAAA;IACrB,cAAc;IACd,yCAAmB,CAAA;IACnB,gBAAgB;IAChB,6CAAuB,CAAA;AACzB,CAAC,EAbW,kBAAkB,KAAlB,kBAAkB,QAa7B;AAgBD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAOX;AAPD,WAAY,YAAY;IACtB,mBAAmB;IACnB,6CAA6B,CAAA;IAC7B,cAAc;IACd,mCAAmB,CAAA;IACnB,gBAAgB;IAChB,uCAAuB,CAAA;AACzB,CAAC,EAPW,YAAY,KAAZ,YAAY,QAOvB;AAaD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBA2BX;AA3BD,WAAY,mBAAmB;IAC7B,mBAAmB;IACnB,oDAA6B,CAAA;IAC7B,aAAa;IACb,wCAAiB,CAAA;IACjB,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;IACnB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,cAAc;IACd,0CAAmB,CAAA;IACnB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,gBAAgB;IAChB,8CAAuB,CAAA;IACvB,aAAa;IACb,wCAAiB,CAAA;IACjB,cAAc;IACd,0CAAmB,CAAA;IACnB,eAAe;IACf,4CAAqB,CAAA;IACrB,cAAc;IACd,0CAAmB,CAAA;IACnB,cAAc;IACd,0CAAmB,CAAA;AACrB,CAAC,EA3BW,mBAAmB,KAAnB,mBAAmB,QA2B9B;AAuBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAmBX;AAnBD,WAAY,kBAAkB;IAC5B,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,aAAa;IACb,uCAAiB,CAAA;IACjB,mBAAmB;IACnB,mDAA6B,CAAA;IAC7B,UAAU;IACV,iCAAW,CAAA;IACX,YAAY;IACZ,qCAAe,CAAA;IACf,WAAW;IACX,mCAAa,CAAA;IACb,YAAY;IACZ,qCAAe,CAAA;IACf,aAAa;IACb,uCAAiB,CAAA;IACjB,mBAAmB;IACnB,mDAA6B,CAAA;AAC/B,CAAC,EAnBW,kBAAkB,KAAlB,kBAAkB,QAmB7B;AAmBD,yFAAyF;AACzF,MAAM,CAAN,IAAY,qCAqCX;AArCD,WAAY,qCAAqC;IAC/C,mBAAmB;IACnB,sEAA6B,CAAA;IAC7B,eAAe;IACf,8DAAqB,CAAA;IACrB,cAAc;IACd,4DAAmB,CAAA;IACnB,YAAY;IACZ,wDAAe,CAAA;IACf,eAAe;IACf,8DAAqB,CAAA;IACrB,cAAc;IACd,4DAAmB,CAAA;IACnB,eAAe;IACf,8DAAqB,CAAA;IACrB,cAAc;IACd,4DAAmB,CAAA;IACnB,eAAe;IACf,8DAAqB,CAAA;IACrB,aAAa;IACb,0DAAiB,CAAA;IACjB,gBAAgB;IAChB,gEAAuB,CAAA;IACvB,aAAa;IACb,0DAAiB,CAAA;IACjB,eAAe;IACf,8DAAqB,CAAA;IACrB,kBAAkB;IAClB,oEAA2B,CAAA;IAC3B,iBAAiB;IACjB,kEAAyB,CAAA;IACzB,oBAAoB;IACpB,wEAA+B,CAAA;IAC/B,mBAAmB;IACnB,sEAA6B,CAAA;IAC7B,gBAAgB;IAChB,gEAAuB,CAAA;AACzB,CAAC,EArCW,qCAAqC,KAArC,qCAAqC,QAqChD;AA4BD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAiBX;AAjBD,WAAY,wBAAwB;IAClC,mBAAmB;IACnB,yDAA6B,CAAA;IAC7B,aAAa;IACb,6CAAiB,CAAA;IACjB,aAAa;IACb,6CAAiB,CAAA;IACjB,WAAW;IACX,yCAAa,CAAA;IACb,UAAU;IACV,uCAAW,CAAA;IACX,WAAW;IACX,yCAAa,CAAA;IACb,YAAY;IACZ,2CAAe,CAAA;IACf,WAAW;IACX,yCAAa,CAAA;AACf,CAAC,EAjBW,wBAAwB,KAAxB,wBAAwB,QAiBnC;AAkBD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BA6CX;AA7CD,WAAY,8BAA8B;IACxC,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,YAAY;IACZ,iDAAe,CAAA;IACf,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,eAAe;IACf,uDAAqB,CAAA;IACrB,aAAa;IACb,mDAAiB,CAAA;IACjB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,aAAa;IACb,mDAAiB,CAAA;IACjB,eAAe;IACf,uDAAqB,CAAA;IACrB,kBAAkB;IAClB,6DAA2B,CAAA;IAC3B,iBAAiB;IACjB,2DAAyB,CAAA;IACzB,oBAAoB;IACpB,iEAA+B,CAAA;IAC/B,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,cAAc;IACd,qDAAmB,CAAA;IACnB,iBAAiB;IACjB,2DAAyB,CAAA;AAC3B,CAAC,EA7CW,8BAA8B,KAA9B,8BAA8B,QA6CzC;AAgCD,uFAAuF;AACvF,MAAM,CAAN,IAAY,mCAGX;AAHD,WAAY,mCAAmC;IAC7C,UAAU;IACV,kDAAW,CAAA;AACb,CAAC,EAHW,mCAAmC,KAAnC,mCAAmC,QAG9C;AAWD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAaX;AAbD,WAAY,oBAAoB;IAC9B,mBAAmB;IACnB,qDAA6B,CAAA;IAC7B,WAAW;IACX,qCAAa,CAAA;IACb,aAAa;IACb,yCAAiB,CAAA;IACjB,YAAY;IACZ,uCAAe,CAAA;IACf,eAAe;IACf,6CAAqB,CAAA;IACrB,cAAc;IACd,2CAAmB,CAAA;AACrB,CAAC,EAbW,oBAAoB,KAApB,oBAAoB,QAa/B;AAgBD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,eAAe;IACf,kCAAqB,CAAA;IACrB,gBAAgB;IAChB,oCAAuB,CAAA;AACzB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Collection of certificate orders. */\nexport interface AppServiceCertificateOrderCollection {\n /** Collection of resources. */\n value: AppServiceCertificateOrder[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Key Vault container for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificate {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\n/** SSL certificate details. */\nexport interface CertificateDetails {\n /**\n * Certificate Version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: number;\n /**\n * Certificate Serial Number.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serialNumber?: string;\n /**\n * Certificate Thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Certificate Subject.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subject?: string;\n /**\n * Date Certificate is valid from.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notBefore?: Date;\n /**\n * Date Certificate is valid to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notAfter?: Date;\n /**\n * Certificate Signature algorithm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signatureAlgorithm?: string;\n /**\n * Certificate Issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Raw certificate data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rawData?: string;\n}\n\nexport interface CertificateOrderContact {\n email?: string;\n nameFirst?: string;\n nameLast?: string;\n phone?: string;\n}\n\n/** Azure resource. This resource is tracked in Azure Resource Manager */\nexport interface Resource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. */\n kind?: string;\n /** Resource Location. */\n location: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** App Service error response. */\nexport interface DefaultErrorResponse {\n /**\n * Error model.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: DefaultErrorResponseError;\n}\n\n/** Error model. */\nexport interface DefaultErrorResponseError {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n details?: DefaultErrorResponseErrorDetailsItem[];\n /**\n * More information to debug error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innererror?: string;\n}\n\n/** Detailed errors. */\nexport interface DefaultErrorResponseErrorDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Azure proxy only resource. This resource is not tracked by Azure Resource Manager. */\nexport interface ProxyOnlyResource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Kind of resource. */\n kind?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Collection of certificate order certificates. */\nexport interface AppServiceCertificateCollection {\n /** Collection of resources. */\n value: AppServiceCertificateResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Identifies an object. */\nexport interface NameIdentifier {\n /** Name of the object. */\n name?: string;\n}\n\n/** Site seal request. */\nexport interface SiteSealRequest {\n /** If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme. */\n lightTheme?: boolean;\n /** Locale of site seal. */\n locale?: string;\n}\n\n/** Site seal */\nexport interface SiteSeal {\n /** HTML snippet */\n html: string;\n}\n\n/** Certificate order action. */\nexport interface CertificateOrderAction {\n /**\n * Action type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: CertificateOrderActionType;\n /**\n * Time at which the certificate action was performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n}\n\n/** SSL certificate email. */\nexport interface CertificateEmail {\n /** Email id. */\n emailId?: string;\n /** Time stamp. */\n timeStamp?: Date;\n}\n\n/** Collection of detector responses */\nexport interface DetectorResponseCollection {\n /** Collection of resources. */\n value: DetectorResponse[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Definition of Detector */\nexport interface DetectorInfo {\n /**\n * Id of detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Short description of the detector and its purpose.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Author of the detector.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /**\n * Problem category. This serves for organizing group for detectors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * List of Support Topics for which this detector is enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportTopicList?: SupportTopic[];\n /**\n * Analysis Types for which this detector should apply to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly analysisType?: string[];\n /**\n * Whether this detector is an Analysis Detector or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: DetectorType;\n /**\n * Defines score of a detector to power ML based matching.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly score?: number;\n}\n\n/** Defines a unique Support Topic */\nexport interface SupportTopic {\n /**\n * Support Topic Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Unique resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pesId?: string;\n}\n\n/** Set of data with rendering instructions */\nexport interface DiagnosticData {\n /** Data in table form */\n table?: DataTableResponseObject;\n /** Properties that describe how the table should be rendered */\n renderingProperties?: Rendering;\n}\n\n/** Data Table which defines columns and raw row values */\nexport interface DataTableResponseObject {\n /** Name of the table */\n tableName?: string;\n /** List of columns with data types */\n columns?: DataTableResponseColumn[];\n /** Raw row values */\n rows?: string[][];\n}\n\n/** Column definition */\nexport interface DataTableResponseColumn {\n /** Name of the column */\n columnName?: string;\n /** Data type which looks like 'String' or 'Int32'. */\n dataType?: string;\n /** Column Type */\n columnType?: string;\n}\n\n/** Instructions for rendering the data */\nexport interface Rendering {\n /** Rendering Type */\n type?: RenderingType;\n /** Title of data */\n title?: string;\n /** Description of the data that will help it be interpreted */\n description?: string;\n}\n\n/** Identify the status of the most severe insight generated by the detector. */\nexport interface Status {\n /** Descriptive message. */\n message?: string;\n /** Level of the most severe insight generated by the detector. */\n statusId?: InsightStatus;\n}\n\n/** Additional configuration for a data providers */\nexport interface DataProviderMetadata {\n providerName?: string;\n /**\n * Settings for the data provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly propertyBag?: KeyValuePairStringObject[];\n}\n\nexport interface KeyValuePairStringObject {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly key?: string;\n /**\n * Any object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Record<string, unknown>;\n}\n\n/** Suggested utterances where the detector can be applicable */\nexport interface QueryUtterancesResults {\n /** Search Query. */\n query?: string;\n /** Array of utterance results for search query. */\n results?: QueryUtterancesResult[];\n}\n\n/** Result for utterances query. */\nexport interface QueryUtterancesResult {\n /** A sample utterance. */\n sampleUtterance?: SampleUtterance;\n /** Score of a sample utterance. */\n score?: number;\n}\n\n/** Sample utterance. */\nexport interface SampleUtterance {\n /** Text attribute of sample utterance. */\n text?: string;\n /** Links attribute of sample utterance. */\n links?: string[];\n /** Question id of sample utterance (for stackoverflow questions titles). */\n qid?: string;\n}\n\n/** Collection of Azure resource manager operation metadata. */\nexport interface CsmOperationCollection {\n /** Collection of resources. */\n value: CsmOperationDescription[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Description of an operation available for Microsoft.Web resource provider. */\nexport interface CsmOperationDescription {\n name?: string;\n isDataAction?: boolean;\n /** Meta data about operation used for display in portal. */\n display?: CsmOperationDisplay;\n origin?: string;\n /** Properties available for a Microsoft.Web resource provider operation. */\n properties?: CsmOperationDescriptionProperties;\n}\n\n/** Meta data about operation used for display in portal. */\nexport interface CsmOperationDisplay {\n provider?: string;\n resource?: string;\n operation?: string;\n description?: string;\n}\n\n/** Properties available for a Microsoft.Web resource provider operation. */\nexport interface CsmOperationDescriptionProperties {\n /** Resource metrics service provided by Microsoft.Insights resource provider. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** Resource metrics service provided by Microsoft.Insights resource provider. */\nexport interface ServiceSpecification {\n metricSpecifications?: MetricSpecification[];\n logSpecifications?: LogSpecification[];\n}\n\n/** Definition of a single resource metric. */\nexport interface MetricSpecification {\n name?: string;\n displayName?: string;\n displayDescription?: string;\n unit?: string;\n aggregationType?: string;\n supportsInstanceLevelAggregation?: boolean;\n enableRegionalMdmAccount?: boolean;\n sourceMdmAccount?: string;\n sourceMdmNamespace?: string;\n metricFilterPattern?: string;\n fillGapWithZero?: boolean;\n isInternal?: boolean;\n dimensions?: Dimension[];\n category?: string;\n availabilities?: MetricAvailability[];\n supportedTimeGrainTypes?: string[];\n supportedAggregationTypes?: string[];\n}\n\n/**\n * Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app,\n * where instance name is dimension of the metric HTTP request\n */\nexport interface Dimension {\n name?: string;\n displayName?: string;\n internalName?: string;\n toBeExportedForShoebox?: boolean;\n}\n\n/** Retention policy of a resource metric. */\nexport interface MetricAvailability {\n timeGrain?: string;\n blobDuration?: string;\n}\n\n/** Log Definition of a single resource metric. */\nexport interface LogSpecification {\n name?: string;\n displayName?: string;\n blobDuration?: string;\n logFilterPattern?: string;\n}\n\n/** Domain availability check result. */\nexport interface DomainAvailabilityCheckResult {\n /** Name of the domain. */\n name?: string;\n /** <code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>. */\n available?: boolean;\n /** Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything. */\n domainType?: DomainType;\n}\n\n/** Collection of domains. */\nexport interface DomainCollection {\n /** Collection of resources. */\n value: Domain[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/**\n * Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois\n * directories as per ICANN requirements.\n */\nexport interface Contact {\n /** Mailing address. */\n addressMailing?: Address;\n /** Email address. */\n email: string;\n /** Fax number. */\n fax?: string;\n /** Job title. */\n jobTitle?: string;\n /** First name. */\n nameFirst: string;\n /** Last name. */\n nameLast: string;\n /** Middle name. */\n nameMiddle?: string;\n /** Organization contact belongs to. */\n organization?: string;\n /** Phone number. */\n phone: string;\n}\n\n/** Address information for domain registration. */\nexport interface Address {\n /** First line of an Address. */\n address1: string;\n /** The second line of the Address. Optional. */\n address2?: string;\n /** The city for the address. */\n city: string;\n /** The country for the address. */\n country: string;\n /** The postal code for the address. */\n postalCode: string;\n /** The state or province for the address. */\n state: string;\n}\n\n/** Details of a hostname derived from a domain. */\nexport interface HostName {\n /** Name of the hostname. */\n name?: string;\n /** List of apps the hostname is assigned to. This list will have more than one app only if the hostname is pointing to a Traffic Manager. */\n siteNames?: string[];\n /** Name of the Azure resource the hostname is assigned to. If it is assigned to a Traffic Manager then it will be the Traffic Manager name otherwise it will be the app name. */\n azureResourceName?: string;\n /** Type of the Azure resource the hostname is assigned to. */\n azureResourceType?: AzureResourceType;\n /** Type of the DNS record. */\n customHostNameDnsRecordType?: CustomHostNameDnsRecordType;\n /** Type of the hostname. */\n hostNameType?: HostNameType;\n}\n\n/** Domain purchase consent object, representing acceptance of applicable legal agreements. */\nexport interface DomainPurchaseConsent {\n /** List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under <code>TopLevelDomain</code> resource. */\n agreementKeys?: string[];\n /** Client IP address. */\n agreedBy?: string;\n /** Timestamp when the agreements were accepted. */\n agreedAt?: Date;\n}\n\n/** Single sign-on request information for domain management. */\nexport interface DomainControlCenterSsoRequest {\n /**\n * URL where the single sign-on request is to be made.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly url?: string;\n /**\n * Post parameter key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly postParameterKey?: string;\n /**\n * Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly postParameterValue?: string;\n}\n\n/** Domain recommendation search parameters. */\nexport interface DomainRecommendationSearchParameters {\n /** Keywords to be used for generating domain recommendations. */\n keywords?: string;\n /** Maximum number of recommendations. */\n maxDomainRecommendations?: number;\n}\n\n/** Collection of domain name identifiers. */\nexport interface NameIdentifierCollection {\n /** Collection of resources. */\n value: NameIdentifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of domain ownership identifiers. */\nexport interface DomainOwnershipIdentifierCollection {\n /** Collection of resources. */\n value: DomainOwnershipIdentifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Top-level domains. */\nexport interface TopLevelDomainCollection {\n /** Collection of resources. */\n value: TopLevelDomain[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Options for retrieving the list of top level domain legal agreements. */\nexport interface TopLevelDomainAgreementOption {\n /** If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>. */\n includePrivacy?: boolean;\n /** If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>. */\n forTransfer?: boolean;\n}\n\n/** Collection of top-level domain legal agreements. */\nexport interface TldLegalAgreementCollection {\n /** Collection of resources. */\n value: TldLegalAgreement[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Legal agreement for a top level domain. */\nexport interface TldLegalAgreement {\n /** Unique identifier for the agreement. */\n agreementKey: string;\n /** Agreement title. */\n title: string;\n /** Agreement details. */\n content: string;\n /** URL where a copy of the agreement details is hosted. */\n url?: string;\n}\n\n/** Collection of App Service Environments. */\nexport interface AppServiceEnvironmentCollection {\n /** Collection of resources. */\n value: AppServiceEnvironmentResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Description of an App Service Environment. */\nexport interface AppServiceEnvironment {\n /**\n * Provisioning state of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current status of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HostingEnvironmentStatus;\n /** Description of the Virtual Network. */\n virtualNetwork: VirtualNetworkProfile;\n /** Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. */\n internalLoadBalancingMode?: LoadBalancingMode;\n /** Front-end VM size, e.g. \"Medium\", \"Large\". */\n multiSize?: string;\n /**\n * Number of front-end instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiRoleCount?: number;\n /** Number of IP SSL addresses reserved for the App Service Environment. */\n ipsslAddressCount?: number;\n /** DNS suffix of the App Service Environment. */\n dnsSuffix?: string;\n /**\n * Maximum number of VMs in the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfMachines?: number;\n /** Scale factor for front-ends. */\n frontEndScaleFactor?: number;\n /**\n * <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available\n * (most likely because NSG blocked the incoming traffic).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspended?: boolean;\n /** Custom settings for changing the behavior of the App Service Environment. */\n clusterSettings?: NameValuePair[];\n /** User added ip ranges to whitelist on ASE db */\n userWhitelistedIpRanges?: string[];\n /**\n * Flag that displays whether an ASE has linux workers or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasLinuxWorkers?: boolean;\n /** Upgrade Preference */\n upgradePreference?: UpgradePreference;\n /** Dedicated Host Count */\n dedicatedHostCount?: number;\n /** Whether or not this App Service Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Full view of the custom domain suffix configuration for ASEv3. */\n customDnsSuffixConfiguration?: CustomDnsSuffixConfiguration;\n /** Full view of networking configuration for an ASE. */\n networkingConfiguration?: AseV3NetworkingConfiguration;\n /**\n * Whether an upgrade is available for this App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeAvailability?: UpgradeAvailability;\n}\n\n/** Specification for using a Virtual Network. */\nexport interface VirtualNetworkProfile {\n /** Resource id of the Virtual Network. */\n id: string;\n /**\n * Name of the Virtual Network (read-only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the Virtual Network (read-only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Subnet within the Virtual Network. */\n subnet?: string;\n}\n\n/** Name value pair. */\nexport interface NameValuePair {\n /** Pair name. */\n name?: string;\n /** Pair value. */\n value?: string;\n}\n\n/** Collection of stamp capacities. */\nexport interface StampCapacityCollection {\n /** Collection of resources. */\n value: StampCapacity[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Stamp capacity information. */\nexport interface StampCapacity {\n /** Name of the stamp. */\n name?: string;\n /** Available capacity (# of machines, bytes of storage etc...). */\n availableCapacity?: number;\n /** Total capacity (# of machines, bytes of storage etc...). */\n totalCapacity?: number;\n /** Name of the unit. */\n unit?: string;\n /** Shared/dedicated workers. */\n computeMode?: ComputeModeOptions;\n /** Size of the machines. */\n workerSize?: WorkerSizeOptions;\n /**\n * Size ID of machines:\n * 0 - Small\n * 1 - Medium\n * 2 - Large\n */\n workerSizeId?: number;\n /**\n * If <code>true</code>, it includes basic apps.\n * Basic apps are not used for capacity allocation.\n */\n excludeFromCapacityAllocation?: boolean;\n /** <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>. */\n isApplicableForAllComputeModes?: boolean;\n /** Shared or Dedicated. */\n siteMode?: string;\n /** Is this a linux stamp capacity */\n isLinux?: boolean;\n}\n\n/** Virtual IP mapping. */\nexport interface VirtualIPMapping {\n /** Virtual IP address. */\n virtualIP?: string;\n /** Internal HTTP port. */\n internalHttpPort?: number;\n /** Internal HTTPS port. */\n internalHttpsPort?: number;\n /** Is virtual IP mapping in use. */\n inUse?: boolean;\n /** name of the service that virtual IP is assigned to */\n serviceName?: string;\n}\n\n/** Collection of App Service apps. */\nexport interface WebAppCollection {\n /** Collection of resources. */\n value: Site[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** SSL-enabled hostname. */\nexport interface HostNameSslState {\n /** Hostname. */\n name?: string;\n /** SSL type. */\n sslState?: SslState;\n /** Virtual IP address assigned to the hostname if IP based SSL is enabled. */\n virtualIP?: string;\n /** SSL certificate thumbprint. */\n thumbprint?: string;\n /** Set to <code>true</code> to update existing hostname. */\n toUpdate?: boolean;\n /** Indicates whether the hostname is a standard or repository hostname. */\n hostType?: HostType;\n}\n\nexport interface SiteDnsConfig {\n /** List of custom DNS servers to be used by an app for lookups. Maximum 5 dns servers can be set. */\n dnsServers?: string[];\n /** Alternate DNS server to be used by apps. This property replicates the WEBSITE_DNS_ALT_SERVER app setting. */\n dnsAltServer?: string;\n /** Timeout for a single dns lookup in seconds. Allowed range: 1-30. Default is 3. */\n dnsRetryAttemptTimeout?: number;\n /** Total number of retries for dns lookup. Allowed range: 1-5. Default is 3. */\n dnsRetryAttemptCount?: number;\n /** Custom time for DNS to be cached in seconds. Allowed range: 0-60. Default is 30 seconds. 0 means caching disabled. */\n dnsMaxCacheTimeout?: number;\n /**\n * Indicates that sites using Virtual network custom DNS servers are still sorting the list of DNS servers. Read-Only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsLegacySortOrder?: boolean;\n}\n\n/** Outbound traffic options over virtual network. */\nexport interface OutboundVnetRouting {\n /** Enables all other routing options defined in OutboundVnetRouting if this setting is set to true. */\n allTraffic?: boolean;\n /** This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled. */\n applicationTraffic?: boolean;\n /** Enables accessing content over virtual network. Previously called VnetContentShareEnabled */\n contentShareTraffic?: boolean;\n /** Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled. */\n imagePullTraffic?: boolean;\n /** Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled */\n backupRestoreTraffic?: boolean;\n}\n\n/** Configuration of an App Service app. */\nexport interface SiteConfig {\n /** Number of workers. */\n numberOfWorkers?: number;\n /** Default documents. */\n defaultDocuments?: string[];\n /** .NET Framework version. */\n netFrameworkVersion?: string;\n /** Version of PHP. */\n phpVersion?: string;\n /** Version of Python. */\n pythonVersion?: string;\n /** Version of Node.js. */\n nodeVersion?: string;\n /** Version of PowerShell. */\n powerShellVersion?: string;\n /** Linux App Framework and version */\n linuxFxVersion?: string;\n /** Xenon App Framework and version */\n windowsFxVersion?: string;\n /** <code>true</code> if request tracing is enabled; otherwise, <code>false</code>. */\n requestTracingEnabled?: boolean;\n /** Request tracing expiration time. */\n requestTracingExpirationTime?: Date;\n /** <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>. */\n remoteDebuggingEnabled?: boolean;\n /** Remote debugging version. */\n remoteDebuggingVersion?: string;\n /** <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>. */\n httpLoggingEnabled?: boolean;\n /** Flag to use Managed Identity Creds for ACR pull */\n acrUseManagedIdentityCreds?: boolean;\n /** If using user managed identity, the user managed identity ClientId */\n acrUserManagedIdentityID?: string;\n /** HTTP logs directory size limit. */\n logsDirectorySizeLimit?: number;\n /** <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>. */\n detailedErrorLoggingEnabled?: boolean;\n /** Publishing user name. */\n publishingUsername?: string;\n /** Application settings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */\n appSettings?: NameValuePair[];\n /** Application metadata. This property cannot be retrieved, since it may contain secrets. */\n metadata?: NameValuePair[];\n /** Connection strings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */\n connectionStrings?: ConnStringInfo[];\n /**\n * Site MachineKey.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineKey?: SiteMachineKey;\n /** Handler mappings. */\n handlerMappings?: HandlerMapping[];\n /** Document root. */\n documentRoot?: string;\n /** SCM type. */\n scmType?: ScmType;\n /** <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>. */\n use32BitWorkerProcess?: boolean;\n /** <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>. */\n webSocketsEnabled?: boolean;\n /** <code>true</code> if Always On is enabled; otherwise, <code>false</code>. */\n alwaysOn?: boolean;\n /** Java version. */\n javaVersion?: string;\n /** Java container. */\n javaContainer?: string;\n /** Java container version. */\n javaContainerVersion?: string;\n /** App command line to launch. */\n appCommandLine?: string;\n /** Managed pipeline mode. */\n managedPipelineMode?: ManagedPipelineMode;\n /** Virtual applications. */\n virtualApplications?: VirtualApplication[];\n /** Site load balancing. */\n loadBalancing?: SiteLoadBalancing;\n /** This is work around for polymorphic types. */\n experiments?: Experiments;\n /** Site limits. */\n limits?: SiteLimits;\n /** <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>. */\n autoHealEnabled?: boolean;\n /** Auto Heal rules. */\n autoHealRules?: AutoHealRules;\n /** Tracing options. */\n tracingOptions?: string;\n /** Virtual Network name. */\n vnetName?: string;\n /** Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. */\n vnetRouteAllEnabled?: boolean;\n /** The number of private ports assigned to this app. These will be assigned dynamically on runtime. */\n vnetPrivatePortsCount?: number;\n /** Cross-Origin Resource Sharing (CORS) settings. */\n cors?: CorsSettings;\n /** Push endpoint settings. */\n push?: PushSettings;\n /** Information about the formal API definition for the app. */\n apiDefinition?: ApiDefinitionInfo;\n /** Azure API management settings linked to the app. */\n apiManagementConfig?: ApiManagementConfig;\n /** Auto-swap slot name. */\n autoSwapSlotName?: string;\n /** <code>true</code> to enable local MySQL; otherwise, <code>false</code>. */\n localMySqlEnabled?: boolean;\n /** Managed Service Identity Id */\n managedServiceIdentityId?: number;\n /** Explicit Managed Service Identity Id */\n xManagedServiceIdentityId?: number;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /** IP security restrictions for main. */\n ipSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for main access restriction if no rules are matched. */\n ipSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm. */\n scmIpSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for scm access restriction if no rules are matched. */\n scmIpSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm to use main. */\n scmIpSecurityRestrictionsUseMain?: boolean;\n /** Http20Enabled: configures a web site to allow clients to connect over http2.0 */\n http20Enabled?: boolean;\n /** Http20ProxyFlag: Configures a website to allow http2.0 to pass be proxied all the way to the app. 0 = disabled, 1 = pass through all http2 traffic, 2 = pass through gRPC only. */\n http20ProxyFlag?: number;\n /** MinTlsVersion: configures the minimum version of TLS required for SSL requests */\n minTlsVersion?: SupportedTlsVersions;\n /** The minimum strength TLS cipher suite allowed for an application */\n minTlsCipherSuite?: TlsCipherSuites;\n /** ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site */\n scmMinTlsVersion?: SupportedTlsVersions;\n /** State of FTP / FTPS service */\n ftpsState?: FtpsState;\n /**\n * Number of preWarmed instances.\n * This setting only applies to the Consumption and Elastic Plans\n */\n preWarmedInstanceCount?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to the Consumption and Elastic Premium Plans\n */\n functionAppScaleLimit?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to apps in plans where ElasticScaleEnabled is <code>true</code>\n */\n elasticWebAppScaleLimit?: number;\n /** Health check path */\n healthCheckPath?: string;\n /**\n * Gets or sets a value indicating whether functions runtime scale monitoring is enabled. When enabled,\n * the ScaleController will not monitor event sources directly, but will instead call to the\n * runtime to get scale status.\n */\n functionsRuntimeScaleMonitoringEnabled?: boolean;\n /** Sets the time zone a site uses for generating timestamps. Compatible with Linux and Windows App Service. Setting the WEBSITE_TIME_ZONE app setting takes precedence over this config. For Linux, expects tz database values https://www.iana.org/time-zones (for a quick reference see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). For Windows, expects one of the time zones listed under HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones */\n websiteTimeZone?: string;\n /**\n * Number of minimum instance count for a site\n * This setting only applies to the Elastic Plans\n */\n minimumElasticInstanceCount?: number;\n /** List of Azure Storage Accounts. */\n azureStorageAccounts?: { [propertyName: string]: AzureStorageInfoValue };\n /** Property to allow or block all public traffic. */\n publicNetworkAccess?: string;\n}\n\n/** Database connection string information. */\nexport interface ConnStringInfo {\n /** Name of connection string. */\n name?: string;\n /** Connection string value. */\n connectionString?: string;\n /** Type of database. */\n type?: ConnectionStringType;\n}\n\n/** MachineKey of an app. */\nexport interface SiteMachineKey {\n /** MachineKey validation. */\n validation?: string;\n /** Validation key. */\n validationKey?: string;\n /** Algorithm used for decryption. */\n decryption?: string;\n /** Decryption key. */\n decryptionKey?: string;\n}\n\n/**\n * The IIS handler mappings used to define which handler processes HTTP requests with certain extension.\n * For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.\n */\nexport interface HandlerMapping {\n /** Requests with this extension will be handled using the specified FastCGI application. */\n extension?: string;\n /** The absolute path to the FastCGI application. */\n scriptProcessor?: string;\n /** Command-line arguments to be passed to the script processor. */\n arguments?: string;\n}\n\n/** Virtual application in an app. */\nexport interface VirtualApplication {\n /** Virtual path. */\n virtualPath?: string;\n /** Physical path. */\n physicalPath?: string;\n /** <code>true</code> if preloading is enabled; otherwise, <code>false</code>. */\n preloadEnabled?: boolean;\n /** Virtual directories for virtual application. */\n virtualDirectories?: VirtualDirectory[];\n}\n\n/** Directory for virtual application. */\nexport interface VirtualDirectory {\n /** Path to virtual application. */\n virtualPath?: string;\n /** Physical path. */\n physicalPath?: string;\n}\n\n/** Routing rules in production experiments. */\nexport interface Experiments {\n /** List of ramp-up rules. */\n rampUpRules?: RampUpRule[];\n}\n\n/** Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance. */\nexport interface RampUpRule {\n /** Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net. */\n actionHostName?: string;\n /** Percentage of the traffic which will be redirected to <code>ActionHostName</code>. */\n reroutePercentage?: number;\n /**\n * In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches \\n<code>MinReroutePercentage</code> or\n * <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.\\nCustom decision algorithm\n * can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.\n */\n changeStep?: number;\n /** Specifies interval in minutes to reevaluate ReroutePercentage. */\n changeIntervalInMinutes?: number;\n /** Specifies lower boundary above which ReroutePercentage will stay. */\n minReroutePercentage?: number;\n /** Specifies upper boundary below which ReroutePercentage will stay. */\n maxReroutePercentage?: number;\n /** Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. */\n changeDecisionCallbackUrl?: string;\n /** Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. */\n name?: string;\n}\n\n/** Metric limits set on an app. */\nexport interface SiteLimits {\n /** Maximum allowed CPU usage percentage. */\n maxPercentageCpu?: number;\n /** Maximum allowed memory usage in MB. */\n maxMemoryInMb?: number;\n /** Maximum allowed disk size usage in MB. */\n maxDiskSizeInMb?: number;\n}\n\n/** Rules that can be defined for auto-heal. */\nexport interface AutoHealRules {\n /** Conditions that describe when to execute the auto-heal actions. */\n triggers?: AutoHealTriggers;\n /** Actions to be executed when a rule is triggered. */\n actions?: AutoHealActions;\n}\n\n/** Triggers for auto-heal. */\nexport interface AutoHealTriggers {\n /** A rule based on total requests. */\n requests?: RequestsBasedTrigger;\n /** A rule based on private bytes. */\n privateBytesInKB?: number;\n /** A rule based on status codes. */\n statusCodes?: StatusCodesBasedTrigger[];\n /** A rule based on request execution time. */\n slowRequests?: SlowRequestsBasedTrigger;\n /** A rule based on multiple Slow Requests Rule with path */\n slowRequestsWithPath?: SlowRequestsBasedTrigger[];\n /** A rule based on status codes ranges. */\n statusCodesRange?: StatusCodesRangeBasedTrigger[];\n}\n\n/** Trigger based on total requests. */\nexport interface RequestsBasedTrigger {\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Trigger based on status code. */\nexport interface StatusCodesBasedTrigger {\n /** HTTP status code. */\n status?: number;\n /** Request Sub Status. */\n subStatus?: number;\n /** Win32 error code. */\n win32Status?: number;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n /** Request Path */\n path?: string;\n}\n\n/** Trigger based on request execution time. */\nexport interface SlowRequestsBasedTrigger {\n /** Time taken. */\n timeTaken?: string;\n /** Request Path. */\n path?: string;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Trigger based on range of status codes. */\nexport interface StatusCodesRangeBasedTrigger {\n /** HTTP status code. */\n statusCodes?: string;\n path?: string;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Actions which to take by the auto-heal module when a rule is triggered. */\nexport interface AutoHealActions {\n /** Predefined action to be taken. */\n actionType?: AutoHealActionType;\n /** Custom action to be taken. */\n customAction?: AutoHealCustomAction;\n /**\n * Minimum time the process must execute\n * before taking the action\n */\n minProcessExecutionTime?: string;\n}\n\n/**\n * Custom action to be executed\n * when an auto heal rule is triggered.\n */\nexport interface AutoHealCustomAction {\n /** Executable to be run. */\n exe?: string;\n /** Parameters for the executable. */\n parameters?: string;\n}\n\n/** Cross-Origin Resource Sharing (CORS) settings for the app. */\nexport interface CorsSettings {\n /**\n * Gets or sets the list of origins that should be allowed to make cross-origin\n * calls (for example: http://example.com:12345). Use \"*\" to allow all.\n */\n allowedOrigins?: string[];\n /**\n * Gets or sets whether CORS requests with credentials are allowed. See\n * https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials\n * for more details.\n */\n supportCredentials?: boolean;\n}\n\n/** Information about the formal API definition for the app. */\nexport interface ApiDefinitionInfo {\n /** The URL of the API definition. */\n url?: string;\n}\n\n/** Azure API management (APIM) configuration linked to the app. */\nexport interface ApiManagementConfig {\n /** APIM-Api Identifier. */\n id?: string;\n}\n\n/** IP security restriction on an app. */\nexport interface IpSecurityRestriction {\n /**\n * IP address the security restriction is valid for.\n * It can be in form of pure ipv4 address (required SubnetMask property) or\n * CIDR notation such as ipv4/mask (leading bit match). For CIDR,\n * SubnetMask property must not be specified.\n */\n ipAddress?: string;\n /** Subnet mask for the range of IP addresses the restriction is valid for. */\n subnetMask?: string;\n /** Virtual network resource id */\n vnetSubnetResourceId?: string;\n /** (internal) Vnet traffic tag */\n vnetTrafficTag?: number;\n /** (internal) Subnet traffic tag */\n subnetTrafficTag?: number;\n /** Allow or Deny access for this IP range. */\n action?: string;\n /** Defines what this IP filter will be used for. This is to support IP filtering on proxies. */\n tag?: IpFilterTag;\n /** Priority of IP restriction rule. */\n priority?: number;\n /** IP restriction rule name. */\n name?: string;\n /** IP restriction rule description. */\n description?: string;\n /**\n * IP restriction rule headers.\n * X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples).\n * The matching logic is ..\n * - If the property is null or empty (default), all hosts(or lack of) are allowed.\n * - A value is compared using ordinal-ignore-case (excluding port number).\n * - Subdomain wildcards are permitted but don't match the root domain. For example, *.contoso.com matches the subdomain foo.contoso.com\n * but not the root domain contoso.com or multi-level foo.bar.contoso.com\n * - Unicode host names are allowed but are converted to Punycode for matching.\n *\n * X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples).\n * The matching logic is ..\n * - If the property is null or empty (default), any forwarded-for chains (or lack of) are allowed.\n * - If any address (excluding port number) in the chain (comma separated) matches the CIDR defined by the property.\n *\n * X-Azure-FDID and X-FD-HealthProbe.\n * The matching logic is exact match.\n */\n headers?: { [propertyName: string]: string[] };\n}\n\n/** Azure Files or Blob Storage access information value for dictionary storage. */\nexport interface AzureStorageInfoValue {\n /** Type of storage. */\n type?: AzureStorageType;\n /** Name of the storage account. */\n accountName?: string;\n /** Name of the file share (container name, for Blob storage). */\n shareName?: string;\n /** Access key for the storage account. */\n accessKey?: string;\n /** Path to mount the storage within the site's runtime environment. */\n mountPath?: string;\n /**\n * State of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: AzureStorageState;\n /** Mounting protocol to use for the storage account. */\n protocol?: AzureStorageProtocol;\n}\n\n/** Function app configuration. */\nexport interface FunctionAppConfig {\n /** Function app deployment configuration. */\n deployment?: FunctionsDeployment;\n /** Function app runtime settings. */\n runtime?: FunctionsRuntime;\n /** Function app scale and concurrency settings. */\n scaleAndConcurrency?: FunctionsScaleAndConcurrency;\n}\n\n/** Configuration section for the function app deployment. */\nexport interface FunctionsDeployment {\n /** Storage for deployed package used by the function app. */\n storage?: FunctionsDeploymentStorage;\n}\n\n/** Storage for deployed package used by the function app. */\nexport interface FunctionsDeploymentStorage {\n /** Property to select Azure Storage type. Available options: blobContainer. */\n type?: FunctionsDeploymentStorageType;\n /** Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>. */\n value?: string;\n /** Authentication method to access the storage account for deployment. */\n authentication?: FunctionsDeploymentStorageAuthentication;\n}\n\n/** Authentication method to access the storage account for deployment. */\nexport interface FunctionsDeploymentStorageAuthentication {\n /** Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString. */\n type?: AuthenticationType;\n /** Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type. */\n userAssignedIdentityResourceId?: string;\n /** Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type. */\n storageAccountConnectionStringName?: string;\n}\n\n/** Function app runtime name and version. */\nexport interface FunctionsRuntime {\n /** Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom */\n name?: RuntimeName;\n /** Function app runtime version. Example: 8 (for dotnet-isolated) */\n version?: string;\n}\n\n/** Scale and concurrency settings for the function app. */\nexport interface FunctionsScaleAndConcurrency {\n /** 'Always Ready' configuration for the function app. */\n alwaysReady?: FunctionsAlwaysReadyConfig[];\n /** The maximum number of instances for the function app. */\n maximumInstanceCount?: number;\n /** Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally. */\n instanceMemoryMB?: number;\n /** Scale and concurrency settings for the function app triggers. */\n triggers?: FunctionsScaleAndConcurrencyTriggers;\n}\n\n/** Sets the number of 'Always Ready' instances for a function group or a specific function. */\nexport interface FunctionsAlwaysReadyConfig {\n /** Either a function group or a function name is required. For additional information see https://aka.ms/flexconsumption/alwaysready. */\n name?: string;\n /** Sets the number of 'Always Ready' instances for a given function group or a specific function. For additional information see https://aka.ms/flexconsumption/alwaysready. */\n instanceCount?: number;\n}\n\n/** Scale and concurrency settings for the function app triggers. */\nexport interface FunctionsScaleAndConcurrencyTriggers {\n /** Scale and concurrency settings for the HTTP trigger. */\n http?: FunctionsScaleAndConcurrencyTriggersHttp;\n}\n\n/** Scale and concurrency settings for the HTTP trigger. */\nexport interface FunctionsScaleAndConcurrencyTriggersHttp {\n /** The maximum number of concurrent HTTP trigger invocations per instance. */\n perInstanceConcurrency?: number;\n}\n\n/** App Dapr configuration. */\nexport interface DaprConfig {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Tells Dapr which port your application is listening on */\n appPort?: number;\n /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */\n httpReadBufferSize?: number;\n /** Increasing max size of request body http servers parameter in MB to handle uploading of big files. Default is 4 MB. */\n httpMaxRequestSize?: number;\n /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */\n logLevel?: DaprLogLevel;\n /** Enables API logging for the Dapr sidecar */\n enableApiLogging?: boolean;\n}\n\n/** Function app resource requirements. */\nexport interface ResourceConfig {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"1Gi\" */\n memory?: string;\n}\n\n/** Specification for an App Service Environment to use for this resource. */\nexport interface HostingEnvironmentProfile {\n /** Resource ID of the App Service Environment. */\n id?: string;\n /**\n * Name of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Information needed for cloning operation. */\nexport interface CloningInfo {\n /**\n * Correlation ID of cloning operation. This ID ties multiple cloning operations\n * together to use the same snapshot.\n */\n correlationId?: string;\n /** <code>true</code> to overwrite destination app; otherwise, <code>false</code>. */\n overwrite?: boolean;\n /** <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>. */\n cloneCustomHostNames?: boolean;\n /** <code>true</code> to clone source control from source app; otherwise, <code>false</code>. */\n cloneSourceControl?: boolean;\n /**\n * ARM resource ID of the source app. App resource ID is of the form\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.\n */\n sourceWebAppId: string;\n /** Location of source app ex: West US or North Europe */\n sourceWebAppLocation?: string;\n /** App Service Environment. */\n hostingEnvironment?: string;\n /**\n * Application setting overrides for cloned app. If specified, these settings override the settings cloned\n * from source app. Otherwise, application settings from source app are retained.\n */\n appSettingsOverrides?: { [propertyName: string]: string };\n /** <code>true</code> to configure load balancing for source and destination app. */\n configureLoadBalancing?: boolean;\n /**\n * ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.\n */\n trafficManagerProfileId?: string;\n /** Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist. */\n trafficManagerProfileName?: string;\n}\n\n/** The status of the last successful slot swap operation. */\nexport interface SlotSwapStatus {\n /**\n * The time the last successful slot swap completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timestampUtc?: Date;\n /**\n * The source slot of the last swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceSlotName?: string;\n /**\n * The destination slot of the last swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly destinationSlotName?: string;\n}\n\n/** Managed service identity. */\nexport interface ManagedServiceIdentity {\n /** Type of managed service identity. */\n type?: ManagedServiceIdentityType;\n /**\n * Tenant of managed service identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * Principal Id of managed service identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /** The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User Assigned identity. */\nexport interface UserAssignedIdentity {\n /**\n * Principal Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * Client Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Extended Location. */\nexport interface ExtendedLocation {\n /** Name of extended location. */\n name?: string;\n /**\n * Type of extended location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Diagnostics for an App Service Environment. */\nexport interface HostingEnvironmentDiagnostics {\n /** Name/identifier of the diagnostics. */\n name?: string;\n /** Diagnostics output. */\n diagnosticsOutput?: string;\n}\n\n/** Collection of Inbound Environment Endpoints */\nexport interface InboundEnvironmentEndpointCollection {\n /** Collection of resources. */\n value: InboundEnvironmentEndpoint[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment. */\nexport interface InboundEnvironmentEndpoint {\n /** Short text describing the purpose of the network traffic. */\n description?: string;\n /** The IP addresses that network traffic will originate from in cidr notation. */\n endpoints?: string[];\n /** The ports that network traffic will arrive to the App Service Environment at. */\n ports?: string[];\n}\n\n/** Collection of worker pools. */\nexport interface WorkerPoolCollection {\n /** Collection of resources. */\n value: WorkerPoolResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Description of a SKU for a scalable resource. */\nexport interface SkuDescription {\n /** Name of the resource SKU. */\n name?: string;\n /** Service tier of the resource SKU. */\n tier?: string;\n /** Size specifier of the resource SKU. */\n size?: string;\n /** Family code of the resource SKU. */\n family?: string;\n /** Current number of instances assigned to the resource. */\n capacity?: number;\n /** Min, max, and default scale values of the SKU. */\n skuCapacity?: SkuCapacity;\n /** Locations of the SKU. */\n locations?: string[];\n /** Capabilities of the SKU, e.g., is traffic manager enabled? */\n capabilities?: Capability[];\n}\n\n/** Description of the App Service plan scale options. */\nexport interface SkuCapacity {\n /** Minimum number of workers for this App Service plan SKU. */\n minimum?: number;\n /** Maximum number of workers for this App Service plan SKU. */\n maximum?: number;\n /** Maximum number of Elastic workers for this App Service plan SKU. */\n elasticMaximum?: number;\n /** Default number of workers for this App Service plan SKU. */\n default?: number;\n /** Available scale configurations for an App Service plan. */\n scaleType?: string;\n}\n\n/** Describes the capabilities/features allowed for a specific SKU. */\nexport interface Capability {\n /** Name of the SKU capability. */\n name?: string;\n /** Value of the SKU capability. */\n value?: string;\n /** Reason of the SKU capability. */\n reason?: string;\n}\n\n/** Collection of metric definitions. */\nexport interface ResourceMetricDefinitionCollection {\n /** Collection of resources. */\n value: ResourceMetricDefinition[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Metrics availability and retention. */\nexport interface ResourceMetricAvailability {\n /**\n * Time grain .\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeGrain?: string;\n /**\n * Retention period for the current time grain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly retention?: string;\n}\n\n/** Collection of SKU information. */\nexport interface SkuInfoCollection {\n /** Collection of resources. */\n value: SkuInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** SKU discovery information. */\nexport interface SkuInfo {\n /** Resource type that this SKU applies to. */\n resourceType?: string;\n /** Name and tier of the SKU. */\n sku?: SkuDescription;\n /** Min, max, and default scale values of the SKU. */\n capacity?: SkuCapacity;\n}\n\n/** Collection of usages. */\nexport interface UsageCollection {\n /** Collection of resources. */\n value: Usage[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** An operation on a resource. */\nexport interface Operation {\n /** Operation ID. */\n id?: string;\n /** Operation name. */\n name?: string;\n /** The current status of the operation. */\n status?: OperationStatus;\n /** Any errors associate with the operation. */\n errors?: ErrorEntity[];\n /** Time when operation has started. */\n createdTime?: Date;\n /** Time when operation has been updated. */\n modifiedTime?: Date;\n /** Time when operation will expire. */\n expirationTime?: Date;\n /** Applicable only for stamp operation ids. */\n geoMasterOperationId?: string;\n}\n\n/** Body of the error response returned from the API. */\nexport interface ErrorEntity {\n /** Type of error. */\n extendedCode?: string;\n /** Message template. */\n messageTemplate?: string;\n /** Parameters for the template. */\n parameters?: string[];\n /** Inner errors. */\n innerErrors?: ErrorEntity[];\n /** Error Details. */\n details?: ErrorEntity[];\n /** The error target. */\n target?: string;\n /** Basic error code. */\n code?: string;\n /** Any details of the error. */\n message?: string;\n}\n\n/** Collection of Outbound Environment Endpoints */\nexport interface OutboundEnvironmentEndpointCollection {\n /** Collection of resources. */\n value: OutboundEnvironmentEndpoint[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Endpoints accessed for a common purpose that the App Service Environment requires outbound network access to. */\nexport interface OutboundEnvironmentEndpoint {\n /** The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. */\n category?: string;\n /** The endpoints that the App Service Environment reaches the service at. */\n endpoints?: EndpointDependency[];\n}\n\n/** A domain name that a service is reached at, including details of the current connection status. */\nexport interface EndpointDependency {\n /** The domain name of the dependency. */\n domainName?: string;\n /** The IP Addresses and Ports used when connecting to DomainName. */\n endpointDetails?: EndpointDetail[];\n}\n\n/** Current TCP connectivity information from the App Service Environment to a single endpoint. */\nexport interface EndpointDetail {\n /** An IP Address that Domain Name currently resolves to. */\n ipAddress?: string;\n /** The port an endpoint is connected to. */\n port?: number;\n /** The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port. */\n latency?: number;\n /** Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port. */\n isAccessible?: boolean;\n}\n\nexport interface PrivateEndpointConnectionCollection {\n /** Collection of resources. */\n value: RemotePrivateEndpointConnectionARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A wrapper for an ARM resource id */\nexport interface ArmIdWrapper {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n}\n\n/** The state of a private link connection */\nexport interface PrivateLinkConnectionState {\n /** Status of a private link connection */\n status?: string;\n /** Description of a private link connection */\n description?: string;\n /** ActionsRequired for a private link connection */\n actionsRequired?: string;\n}\n\n/** Wrapper for a collection of private link resources */\nexport interface PrivateLinkResourcesWrapper {\n value: PrivateLinkResource[];\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource {\n id: string;\n /** Name of a private link resource */\n name: string;\n type: string;\n /** Properties of a private link resource */\n properties: PrivateLinkResourceProperties;\n}\n\n/** Properties of a private link resource */\nexport interface PrivateLinkResourceProperties {\n /**\n * GroupId of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * RequiredMembers of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * RequiredZoneNames of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n}\n\n/** Collection of App Service plans. */\nexport interface AppServicePlanCollection {\n /** Collection of resources. */\n value: AppServicePlan[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Specification for a Kubernetes Environment to use for this resource. */\nexport interface KubeEnvironmentProfile {\n /** Resource ID of the Kubernetes Environment. */\n id?: string;\n /**\n * Name of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Collection of CSM usage quotas. */\nexport interface CsmUsageQuotaCollection {\n /** Collection of resources. */\n value: CsmUsageQuota[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Usage of the quota resource. */\nexport interface CsmUsageQuota {\n /** Units of measurement for the quota resource. */\n unit?: string;\n /** Next reset time for the resource counter. */\n nextResetTime?: Date;\n /** The current value of the resource counter. */\n currentValue?: number;\n /** The resource limit. */\n limit?: number;\n /** Quota name. */\n name?: LocalizableString;\n}\n\n/** Localizable string object containing the name and a localized value. */\nexport interface LocalizableString {\n /** Non-localized name. */\n value?: string;\n /** Localized name. */\n localizedValue?: string;\n}\n\n/** Collection of resources. */\nexport interface ResourceCollection {\n /** Collection of resources. */\n value: string[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of hostname bindings. */\nexport interface HybridConnectionCollection {\n /** Collection of resources. */\n value: HybridConnection[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Virtual Network information contract. */\nexport interface VnetInfo {\n /** The Virtual Network's resource ID. */\n vnetResourceId?: string;\n /**\n * The client certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly certThumbprint?: string;\n /**\n * A certificate file (.cer) blob containing the public key of the private key used to authenticate a\n * Point-To-Site VPN connection.\n */\n certBlob?: string;\n /**\n * The routes that this Virtual Network connection uses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly routes?: VnetRoute[];\n /**\n * <code>true</code> if a resync is required; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRequired?: boolean;\n /** DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses. */\n dnsServers?: string;\n /** Flag that is used to denote if this is VNET injection */\n isSwift?: boolean;\n}\n\n/** Collection of certificates. */\nexport interface CertificateCollection {\n /** Collection of resources. */\n value: Certificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of deleted apps. */\nexport interface DeletedWebAppCollection {\n /** Collection of resources. */\n value: DeletedSite[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Diagnostic Categories */\nexport interface DiagnosticCategoryCollection {\n /** Collection of resources. */\n value: DiagnosticCategory[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Diagnostic Analyses */\nexport interface DiagnosticAnalysisCollection {\n /** Collection of resources. */\n value: AnalysisDefinition[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Class representing Abnormal Time Period identified in diagnosis */\nexport interface AbnormalTimePeriod {\n /** Start time of the downtime */\n startTime?: Date;\n /** End time of the downtime */\n endTime?: Date;\n /** List of Possible Cause of downtime */\n events?: DetectorAbnormalTimePeriod[];\n /** List of proposed solutions */\n solutions?: Solution[];\n}\n\n/** Class representing Abnormal Time Period detected. */\nexport interface DetectorAbnormalTimePeriod {\n /** Start time of the correlated event */\n startTime?: Date;\n /** End time of the correlated event */\n endTime?: Date;\n /** Message describing the event */\n message?: string;\n /** Represents the name of the Detector */\n source?: string;\n /** Represents the rank of the Detector */\n priority?: number;\n /** Downtime metadata */\n metaData?: NameValuePair[][];\n /** Represents the type of the Detector */\n type?: IssueType;\n /** List of proposed solutions */\n solutions?: Solution[];\n}\n\n/** Class Representing Solution for problems detected. */\nexport interface Solution {\n /** Solution Id. */\n id?: number;\n /** Display Name of the solution */\n displayName?: string;\n /** Order of the solution. */\n order?: number;\n /** Description of the solution */\n description?: string;\n /** Type of Solution */\n type?: SolutionType;\n /** Solution Data. */\n data?: NameValuePair[][];\n /** Solution Metadata. */\n metadata?: NameValuePair[][];\n}\n\n/** Class Representing Detector Evidence used for analysis */\nexport interface AnalysisData {\n /** Name of the Detector */\n source?: string;\n /** Detector Definition */\n detectorDefinition?: DetectorDefinition;\n /** Source Metrics */\n metrics?: DiagnosticMetricSet[];\n /** Additional Source Data */\n data?: NameValuePair[][];\n /** Detector Meta Data */\n detectorMetaData?: ResponseMetaData;\n}\n\n/** Class representing detector definition */\nexport interface DetectorDefinition {\n /**\n * Display name of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Description of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Detector Rank\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rank?: number;\n /**\n * Flag representing whether detector is enabled or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEnabled?: boolean;\n}\n\n/** Class representing Diagnostic Metric information */\nexport interface DiagnosticMetricSet {\n /** Name of the metric */\n name?: string;\n /** Metric's unit */\n unit?: string;\n /** Start time of the period */\n startTime?: Date;\n /** End time of the period */\n endTime?: Date;\n /** Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D */\n timeGrain?: string;\n /** Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain} */\n values?: DiagnosticMetricSample[];\n}\n\n/** Class representing Diagnostic Metric */\nexport interface DiagnosticMetricSample {\n /** Time at which metric is measured */\n timestamp?: Date;\n /**\n * Role Instance. Null if this counter is not per instance\n * This is returned and should be whichever instance name we desire to be returned\n * i.e. CPU and Memory return RDWORKERNAME (LargeDed..._IN_0)\n * where RDWORKERNAME is Machine name below and RoleInstance name in parenthesis\n */\n roleInstance?: string;\n /** Total value of the metric. If multiple measurements are made this will have sum of all. */\n total?: number;\n /** Maximum of the metric sampled during the time period */\n maximum?: number;\n /** Minimum of the metric sampled during the time period */\n minimum?: number;\n /** Whether the values are aggregates across all workers or not */\n isAggregated?: boolean;\n}\n\nexport interface ResponseMetaData {\n /** Source of the Data */\n dataSource?: DataSource;\n}\n\n/** Class representing data source used by the detectors */\nexport interface DataSource {\n /** Instructions if any for the data source */\n instructions?: string[];\n /** Datasource Uri Links */\n dataSourceUri?: NameValuePair[];\n}\n\n/** Collection of Diagnostic Detectors */\nexport interface DiagnosticDetectorCollection {\n /** Collection of resources. */\n value: DetectorDefinitionResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kubernetes Environments */\nexport interface KubeEnvironmentCollection {\n /** Collection of resources. */\n value: KubeEnvironment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface ArcConfiguration {\n artifactsStorageType?: StorageType;\n artifactStorageClassName?: string;\n artifactStorageMountPath?: string;\n artifactStorageNodeName?: string;\n artifactStorageAccessMode?: string;\n frontEndServiceConfiguration?: FrontEndConfiguration;\n kubeConfig?: string;\n}\n\nexport interface FrontEndConfiguration {\n kind?: FrontEndServiceType;\n}\n\nexport interface AppLogsConfiguration {\n destination?: string;\n logAnalyticsConfiguration?: LogAnalyticsConfiguration;\n}\n\nexport interface LogAnalyticsConfiguration {\n customerId?: string;\n sharedKey?: string;\n}\n\nexport interface ContainerAppsConfiguration {\n /** Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry */\n daprAIInstrumentationKey?: string;\n /** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. It must not overlap with any other Subnet IP ranges. */\n platformReservedCidr?: string;\n /** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server */\n platformReservedDnsIP?: string;\n /** Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined. */\n controlPlaneSubnetResourceId?: string;\n /** Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined. */\n appSubnetResourceId?: string;\n /** CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the IP range defined in platformReservedCidr, if defined. */\n dockerBridgeCidr?: string;\n}\n\n/** Collection of Application Stacks */\nexport interface ApplicationStackCollection {\n /** Collection of resources. */\n value: ApplicationStackResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Application stack. */\nexport interface ApplicationStack {\n /** Application stack name. */\n name?: string;\n /** Application stack display name. */\n display?: string;\n /** Application stack dependency. */\n dependency?: string;\n /** List of major versions available. */\n majorVersions?: StackMajorVersion[];\n /** List of frameworks associated with application stack. */\n frameworks?: ApplicationStack[];\n /** <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>. */\n isDeprecated?: ApplicationStack[];\n}\n\n/** Application stack major version. */\nexport interface StackMajorVersion {\n /** Application stack major version (display only). */\n displayVersion?: string;\n /** Application stack major version (runtime only). */\n runtimeVersion?: string;\n /** <code>true</code> if this is the default major version; otherwise, <code>false</code>. */\n isDefault?: boolean;\n /** Minor versions associated with the major version. */\n minorVersions?: StackMinorVersion[];\n /** <code>true</code> if this supports Application Insights; otherwise, <code>false</code>. */\n applicationInsights?: boolean;\n /** <code>true</code> if this stack is in Preview, otherwise <code>false</code>. */\n isPreview?: boolean;\n /** <code>true</code> if this stack has been deprecated, otherwise <code>false</code>. */\n isDeprecated?: boolean;\n /** <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>. */\n isHidden?: boolean;\n /**\n * <appSettings>\n * <appSetting name=\"FUNCTIONS_WORKER_RUNTIME\" value=\"dotnet\" />\n * </appSettings>\n * Example: All the function apps need AppSetting: \"FUNCTIONS_WORKER_RUNTIME\" to be set stack name\n */\n appSettingsDictionary?: { [propertyName: string]: Record<string, unknown> };\n /**\n * <siteConfigProperties>\n * <siteConfigProperty name=\"Use32BitWorkerProcess\" value=\"false\" />\n * </siteConfigProperties>\n * Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0\n */\n siteConfigPropertiesDictionary?: {\n [propertyName: string]: Record<string, unknown>;\n };\n}\n\n/** Application stack minor version. */\nexport interface StackMinorVersion {\n /** Application stack minor version (display only). */\n displayVersion?: string;\n /** Application stack minor version (runtime only). */\n runtimeVersion?: string;\n /** <code>true</code> if this is the default minor version; otherwise, <code>false</code>. */\n isDefault?: boolean;\n /** <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>. */\n isRemoteDebuggingEnabled?: boolean;\n}\n\n/** Collection of Function app Stacks */\nexport interface FunctionAppStackCollection {\n /** Collection of resources. */\n value: FunctionAppStack[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Function App stack major version. */\nexport interface FunctionAppMajorVersion {\n /**\n * Function App stack major version (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Function App stack major version name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Minor versions associated with the major version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minorVersions?: FunctionAppMinorVersion[];\n}\n\n/** Function App stack minor version. */\nexport interface FunctionAppMinorVersion {\n /**\n * Function App stack (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Function App stack name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stackSettings?: FunctionAppRuntimes;\n}\n\n/** Function App stack runtimes. */\nexport interface FunctionAppRuntimes {\n /**\n * Linux-specific settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linuxRuntimeSettings?: FunctionAppRuntimeSettings;\n /**\n * Windows-specific settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly windowsRuntimeSettings?: FunctionAppRuntimeSettings;\n}\n\n/** Function App runtime settings. */\nexport interface FunctionAppRuntimeSettings {\n /**\n * Function App stack minor version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runtimeVersion?: string;\n /**\n * <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remoteDebuggingSupported?: boolean;\n /**\n * Application Insights settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appInsightsSettings?: AppInsightsWebAppStackSettings;\n /**\n * GitHub Actions settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gitHubActionSettings?: GitHubActionWebAppStackSettings;\n /**\n * Application settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appSettingsDictionary?: { [propertyName: string]: string };\n /**\n * Configuration settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteConfigPropertiesDictionary?: SiteConfigPropertiesDictionary;\n /**\n * List of supported Functions extension versions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFunctionsExtensionVersions?: string[];\n /**\n * <code>true</code> if the stack is in preview; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /**\n * <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeprecated?: boolean;\n /**\n * <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * End-of-life date for the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endOfLifeDate?: Date;\n /**\n * <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoUpdate?: boolean;\n /**\n * <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEarlyAccess?: boolean;\n /**\n * <code>true</code> if the minor version the default; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefault?: boolean;\n}\n\n/** App Insights Web App stack settings. */\nexport interface AppInsightsWebAppStackSettings {\n /**\n * <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isSupported?: boolean;\n /**\n * <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultOff?: boolean;\n}\n\n/** GitHub Actions Web App stack settings. */\nexport interface GitHubActionWebAppStackSettings {\n /**\n * <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isSupported?: boolean;\n /**\n * The minor version that is supported for GitHub Actions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedVersion?: string;\n}\n\n/** Site config properties dictionary. */\nexport interface SiteConfigPropertiesDictionary {\n /**\n * <code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly use32BitWorkerProcess?: boolean;\n /**\n * LinuxFxVersion configuration setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linuxFxVersion?: string;\n /**\n * JavaVersion configuration setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly javaVersion?: string;\n /**\n * PowerShellVersion configuration setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerShellVersion?: string;\n}\n\n/** Collection of Web app Stacks */\nexport interface WebAppStackCollection {\n /** Collection of resources. */\n value: WebAppStack[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Web App stack major version. */\nexport interface WebAppMajorVersion {\n /**\n * Web App stack major version (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Web App stack major version name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Minor versions associated with the major version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minorVersions?: WebAppMinorVersion[];\n}\n\n/** Web App stack minor version. */\nexport interface WebAppMinorVersion {\n /**\n * Web App stack minor version (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Web App stack major version name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stackSettings?: WebAppRuntimes;\n}\n\n/** Web App stack runtimes. */\nexport interface WebAppRuntimes {\n /**\n * Linux-specific settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linuxRuntimeSettings?: WebAppRuntimeSettings;\n /**\n * Windows-specific settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly windowsRuntimeSettings?: WebAppRuntimeSettings;\n /**\n * Linux-specific settings associated with the Java container minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linuxContainerSettings?: LinuxJavaContainerSettings;\n /**\n * Windows-specific settings associated with the Java container minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly windowsContainerSettings?: WindowsJavaContainerSettings;\n}\n\n/** Web App runtime settings. */\nexport interface WebAppRuntimeSettings {\n /**\n * Web App stack minor version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runtimeVersion?: string;\n /**\n * <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remoteDebuggingSupported?: boolean;\n /**\n * Application Insights settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appInsightsSettings?: AppInsightsWebAppStackSettings;\n /**\n * GitHub Actions settings associated with the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gitHubActionSettings?: GitHubActionWebAppStackSettings;\n /**\n * <code>true</code> if the stack is in preview; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /**\n * <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeprecated?: boolean;\n /**\n * <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * End-of-life date for the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endOfLifeDate?: Date;\n /**\n * <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoUpdate?: boolean;\n /**\n * <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEarlyAccess?: boolean;\n}\n\n/** Linux Java Container settings. */\nexport interface LinuxJavaContainerSettings {\n /**\n * Java 11 version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly java11Runtime?: string;\n /**\n * Java 8 version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly java8Runtime?: string;\n /**\n * <code>true</code> if the stack is in preview; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /**\n * <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeprecated?: boolean;\n /**\n * <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * End-of-life date for the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endOfLifeDate?: Date;\n /**\n * <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoUpdate?: boolean;\n /**\n * <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEarlyAccess?: boolean;\n}\n\n/** Windows Java Container settings. */\nexport interface WindowsJavaContainerSettings {\n /**\n * Java container (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly javaContainer?: string;\n /**\n * Java container version (runtime only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly javaContainerVersion?: string;\n /**\n * <code>true</code> if the stack is in preview; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /**\n * <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDeprecated?: boolean;\n /**\n * <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHidden?: boolean;\n /**\n * End-of-life date for the minor version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endOfLifeDate?: Date;\n /**\n * <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoUpdate?: boolean;\n /**\n * <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEarlyAccess?: boolean;\n}\n\n/** Collection of recommendations. */\nexport interface RecommendationCollection {\n /** Collection of resources. */\n value: Recommendation[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of resource health metadata. */\nexport interface ResourceHealthMetadataCollection {\n /** Collection of resources. */\n value: ResourceHealthMetadata[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of source controls. */\nexport interface SourceControlCollection {\n /** Collection of resources. */\n value: SourceControl[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Billing Meters */\nexport interface BillingMeterCollection {\n /** Collection of resources. */\n value: BillingMeter[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Resource name availability request content. */\nexport interface ResourceNameAvailabilityRequest {\n /** Resource name to verify. */\n name: string;\n /** Resource type used for verification. */\n type: CheckNameResourceTypes;\n /** Is fully qualified domain name. */\n isFqdn?: boolean;\n /** Azure Resource Manager ID of the customer's selected Container Apps Environment on which to host the Function app. This must be of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName} */\n environmentId?: string;\n}\n\n/** Information regarding availability of a resource name. */\nexport interface ResourceNameAvailability {\n /** <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both. */\n nameAvailable?: boolean;\n /** <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. */\n reason?: InAvailabilityReasonType;\n /** If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. */\n message?: string;\n}\n\n/** Collection of custom hostname sites */\nexport interface CustomHostnameSitesCollection {\n /** Collection of resources. */\n value: CustomHostnameSites[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/**\n * List of available locations (regions or App Service Environments) for\n * deployment of App Service resources.\n */\nexport interface DeploymentLocations {\n /** Available regions. */\n locations?: GeoRegion[];\n /** Available App Service Environments with full descriptions of the environments. */\n hostingEnvironments?: AppServiceEnvironment[];\n /** Available App Service Environments with basic information. */\n hostingEnvironmentDeploymentInfos?: HostingEnvironmentDeploymentInfo[];\n}\n\n/** Information needed to create resources on an App Service Environment. */\nexport interface HostingEnvironmentDeploymentInfo {\n /** Name of the App Service Environment. */\n name?: string;\n /** Location of the App Service Environment. */\n location?: string;\n}\n\n/** Collection of ASE regions. */\nexport interface AseRegionCollection {\n /** Collection of resources. */\n value: AseRegion[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of geographical regions. */\nexport interface GeoRegionCollection {\n /** Collection of resources. */\n value: GeoRegion[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of identifiers. */\nexport interface IdentifierCollection {\n /** Collection of resources. */\n value: Identifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface DnlResourceNameAvailabilityRequest {\n /** Resource group name */\n resourceGroupName?: string;\n /**\n * Indicates the endpoint name reuse scope.The default value is TenantReuse.\n * Supported values are TenantReuse, SubscriptionReuse, ResourceGroupReuse, NoReuse\n */\n autoGeneratedDomainNameLabelScope?: string;\n /** Resource name to verify. */\n name: string;\n /** Resource type used for verification. */\n type: CheckNameResourceTypes;\n}\n\n/** Information regarding availability of a resource name for DNL apps with regionalized default hostnames. */\nexport interface DnlResourceNameAvailability {\n hostName?: string;\n /** <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both. */\n nameAvailable?: boolean;\n /** <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. */\n reason?: InAvailabilityReasonType;\n /** If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. */\n message?: string;\n}\n\n/** Collection of premier add-on offers. */\nexport interface PremierAddOnOfferCollection {\n /** Collection of resources. */\n value: PremierAddOnOffer[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of SKU information. */\nexport interface SkuInfos {\n /** Resource type that this SKU applies to. */\n resourceType?: string;\n /** List of SKUs the subscription is able to use. */\n skus?: GlobalCsmSkuDescription[];\n}\n\n/** A Global SKU Description. */\nexport interface GlobalCsmSkuDescription {\n /** Name of the resource SKU. */\n name?: string;\n /** Service Tier of the resource SKU. */\n tier?: string;\n /** Size specifier of the resource SKU. */\n size?: string;\n /** Family code of the resource SKU. */\n family?: string;\n /** Min, max, and default scale values of the SKU. */\n capacity?: SkuCapacity;\n /** Locations of the SKU. */\n locations?: string[];\n /** Capabilities of the SKU, e.g., is traffic manager enabled? */\n capabilities?: Capability[];\n}\n\n/** Object with a list of the resources that need to be moved and the resource group they should be moved to. */\nexport interface CsmMoveResourceEnvelope {\n targetResourceGroup?: string;\n resources?: string[];\n}\n\n/** Resource validation request content. */\nexport interface ValidateRequest {\n /** Resource name to verify. */\n name: string;\n /** Resource type used for verification. */\n type: ValidateResourceTypes;\n /** Expected location of the resource. */\n location: string;\n /** ARM resource ID of an App Service plan that would host the app. */\n serverFarmId?: string;\n /** Name of the target SKU for the App Service plan. */\n skuName?: string;\n /** <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>. */\n needLinuxWorkers?: boolean;\n /** <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>. */\n isSpot?: boolean;\n /** Target capacity of the App Service plan (number of VMs). */\n capacity?: number;\n /** Name of App Service Environment where app or App Service plan should be created. */\n hostingEnvironment?: string;\n /** <code>true</code> if App Service plan is running as a windows container */\n isXenon?: boolean;\n /** Base URL of the container registry */\n containerRegistryBaseUrl?: string;\n /** Username for to access the container registry */\n containerRegistryUsername?: string;\n /** Password for to access the container registry */\n containerRegistryPassword?: string;\n /** Repository name (image name) */\n containerImageRepository?: string;\n /** Image tag */\n containerImageTag?: string;\n /** Platform (windows or linux) */\n containerImagePlatform?: string;\n /** App Service Environment Properties */\n appServiceEnvironment?: AppServiceEnvironment;\n}\n\n/** Describes the result of resource validation. */\nexport interface ValidateResponse {\n /** Result of validation. */\n status?: string;\n /** Error details for the case when validation fails. */\n error?: ValidateResponseError;\n}\n\n/** Error details for when validation fails. */\nexport interface ValidateResponseError {\n /** Validation error code. */\n code?: string;\n /** Validation error message. */\n message?: string;\n}\n\n/** Build properties for the static site. */\nexport interface StaticSiteBuildProperties {\n /** The path to the app code within the repository. */\n appLocation?: string;\n /** The path to the api code within the repository. */\n apiLocation?: string;\n /** Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation) */\n appArtifactLocation?: string;\n /** The output path of the app after building. */\n outputLocation?: string;\n /** A custom command to run during deployment of the static content application. */\n appBuildCommand?: string;\n /** A custom command to run during deployment of the Azure Functions API application. */\n apiBuildCommand?: string;\n /** Skip Github Action workflow generation. */\n skipGithubActionWorkflowGeneration?: boolean;\n /** Github Action secret name override. */\n githubActionSecretNameOverride?: string;\n}\n\n/** Collection of static sites. */\nexport interface StaticSiteCollection {\n /** Collection of resources. */\n value: StaticSiteARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Message envelope that contains the common Azure resource manager properties and the resource provider specific content. */\nexport interface ResponseMessageEnvelopeRemotePrivateEndpointConnection {\n /**\n * Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this\n * value for GET requests only.\n * For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}\n */\n id?: string;\n /** Name of resource. */\n name?: string;\n /** Type of resource e.g \"Microsoft.Web/sites\". */\n type?: string;\n /** Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia. */\n location?: string;\n /** Tags associated with resource. */\n tags?: { [propertyName: string]: string };\n /** Azure resource manager plan. */\n plan?: ArmPlan;\n /** Resource specific properties. */\n properties?: RemotePrivateEndpointConnection;\n /** SKU description of the resource. */\n sku?: SkuDescription;\n /** Azure-AsyncOperation Status info. */\n status?: string;\n /** Azure-AsyncOperation Error info. */\n error?: ErrorEntity;\n /** MSI resource */\n identity?: ManagedServiceIdentity;\n /** Logical Availability Zones the service is hosted in */\n zones?: string[];\n}\n\n/** The plan object in Azure Resource Manager, represents a marketplace plan. */\nexport interface ArmPlan {\n /** The name. */\n name?: string;\n /** The publisher. */\n publisher?: string;\n /** The product. */\n product?: string;\n /** The promotion code. */\n promotionCode?: string;\n /** Version of product. */\n version?: string;\n}\n\n/** Template Options for the static site. */\nexport interface StaticSiteTemplateOptions {\n /** URL of the template repository. The newly generated repository will be based on this one. */\n templateRepositoryUrl?: string;\n /** Owner of the newly generated repository. */\n owner?: string;\n /** Name of the newly generated repository. */\n repositoryName?: string;\n /** Description of the newly generated repository. */\n description?: string;\n /** Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public). */\n isPrivate?: boolean;\n}\n\n/** Static Site Linked Backend ARM resource. */\nexport interface StaticSiteLinkedBackend {\n /** The resource id of the backend linked to the static site */\n backendResourceId?: string;\n /** The region of the backend linked to the static site */\n region?: string;\n /**\n * The date and time on which the backend was linked to the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The provisioning state of the linking process.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Static Site Database Connection overview. */\nexport interface DatabaseConnectionOverview {\n /**\n * The resource id of the database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionIdentity?: string;\n /**\n * The region of the database resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly region?: string;\n /**\n * A list of configuration files associated with this database connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationFiles?: StaticSiteDatabaseConnectionConfigurationFileOverview[];\n /**\n * If present, the name of this database connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** A database connection configuration file */\nexport interface StaticSiteDatabaseConnectionConfigurationFileOverview {\n /**\n * The name of the configuration file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fileName?: string;\n /**\n * The Base64 encoding of the file contents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contents?: string;\n /**\n * The type of configuration file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Collection of static site custom users. */\nexport interface StaticSiteUserCollection {\n /** Collection of resources. */\n value: StaticSiteUserARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site builds. */\nexport interface StaticSiteBuildCollection {\n /** Collection of resources. */\n value: StaticSiteBuildARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site database connections. */\nexport interface DatabaseConnectionCollection {\n /** Collection of resources. */\n value: DatabaseConnection[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Static Site Database Connection Request Properties resource when patching */\nexport interface DatabaseConnectionPatchRequest {\n /** The resource id of the database. */\n resourceId?: string;\n /** If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource. */\n connectionIdentity?: string;\n /** The connection string to use to connect to the database. */\n connectionString?: string;\n /** The region of the database resource. */\n region?: string;\n}\n\n/** Collection of static site functions. */\nexport interface StaticSiteFunctionOverviewCollection {\n /** Collection of resources. */\n value: StaticSiteFunctionOverviewARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site user provided function apps. */\nexport interface StaticSiteUserProvidedFunctionAppsCollection {\n /** Collection of resources. */\n value: StaticSiteUserProvidedFunctionAppARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site basic auth. */\nexport interface StaticSiteBasicAuthPropertiesCollection {\n /** Collection of resources. */\n value: StaticSiteBasicAuthPropertiesARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site custom domains. */\nexport interface StaticSiteCustomDomainOverviewCollection {\n /** Collection of resources. */\n value: StaticSiteCustomDomainOverviewARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of static site linked backends. */\nexport interface StaticSiteLinkedBackendsCollection {\n /** Collection of resources. */\n value: StaticSiteLinkedBackendARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Deployment slot parameters. */\nexport interface CsmSlotEntity {\n /** Destination deployment slot during swap operation. */\n targetSlot: string;\n /** <code>true</code> to preserve Virtual Network to the slot during swap; otherwise, <code>false</code>. */\n preserveVnet: boolean;\n}\n\n/** Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy. */\nexport interface BackupSchedule {\n /** How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day) */\n frequencyInterval: number;\n /** The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7) */\n frequencyUnit: FrequencyUnit;\n /** True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise. */\n keepAtLeastOneBackup: boolean;\n /** After how many days backups should be deleted. */\n retentionPeriodInDays: number;\n /** When the schedule should start working. */\n startTime?: Date;\n /**\n * Last time when this schedule was triggered.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastExecutionTime?: Date;\n}\n\n/** Database backup settings. */\nexport interface DatabaseBackupSetting {\n /** Database type (e.g. SqlAzure / MySql). */\n databaseType: DatabaseType;\n name?: string;\n /**\n * Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.\n * This is used during restore with overwrite connection strings options.\n */\n connectionStringName?: string;\n /** Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one. */\n connectionString?: string;\n}\n\n/** Collection of backup items. */\nexport interface BackupItemCollection {\n /** Collection of resources. */\n value: BackupItem[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Publishing Credentials Policies entity collection ARM resource. */\nexport interface PublishingCredentialsPoliciesCollection {\n /** Collection of resources. */\n value: CsmPublishingCredentialsPoliciesEntity[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of site configurations. */\nexport interface SiteConfigResourceCollection {\n /** Collection of resources. */\n value: SiteConfigResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The configuration settings of the platform of App Service Authentication/Authorization. */\nexport interface AuthPlatform {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n /**\n * The path of the config file containing auth settings if they come from a file.\n * If the path is relative, base will the site's root directory.\n */\n configFilePath?: string;\n}\n\n/** The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. */\nexport interface GlobalValidation {\n /** <code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>. */\n requireAuthentication?: boolean;\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?: UnauthenticatedClientActionV2;\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n redirectToProvider?: string;\n /** The paths for which unauthenticated flow would not be redirected to the login page. */\n excludedPaths?: string[];\n}\n\n/** The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. */\nexport interface IdentityProviders {\n /** The configuration settings of the Azure Active directory provider. */\n azureActiveDirectory?: AzureActiveDirectory;\n /** The configuration settings of the Facebook provider. */\n facebook?: Facebook;\n /** The configuration settings of the GitHub provider. */\n gitHub?: GitHub;\n /** The configuration settings of the Google provider. */\n google?: Google;\n /** The configuration settings of the legacy Microsoft Account provider. */\n legacyMicrosoftAccount?: LegacyMicrosoftAccount;\n /** The configuration settings of the Twitter provider. */\n twitter?: Twitter;\n /** The configuration settings of the Apple provider. */\n apple?: Apple;\n /** The configuration settings of the Azure Static Web Apps provider. */\n azureStaticWebApps?: AzureStaticWebApps;\n /**\n * The map of the name of the alias of each custom Open ID Connect provider to the\n * configuration settings of the custom Open ID Connect provider.\n */\n customOpenIdConnectProviders?: {\n [propertyName: string]: CustomOpenIdConnectProvider;\n };\n}\n\n/** The configuration settings of the Azure Active directory provider. */\nexport interface AzureActiveDirectory {\n /** <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Active Directory app registration. */\n registration?: AzureActiveDirectoryRegistration;\n /** The configuration settings of the Azure Active Directory login flow. */\n login?: AzureActiveDirectoryLogin;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AzureActiveDirectoryValidation;\n /**\n * Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.\n * This is an internal flag primarily intended to support the Azure Management Portal. Users should not\n * read or write to this property.\n */\n isAutoProvisioned?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory app registration. */\nexport interface AzureActiveDirectoryRegistration {\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://login.microsoftonline.com/v2.0/{tenant-guid}/`.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n openIdIssuer?: string;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateSubjectAlternativeName?: string;\n /**\n * An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateIssuer?: string;\n}\n\n/** The configuration settings of the Azure Active Directory login flow. */\nexport interface AzureActiveDirectoryLogin {\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n loginParameters?: string[];\n /** <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. */\n disableWWWAuthenticate?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory token validation flow. */\nexport interface AzureActiveDirectoryValidation {\n /** The configuration settings of the checks that should be made while validating the JWT Claims. */\n jwtClaimChecks?: JwtClaimChecks;\n /** The list of audiences that can make successful authentication/authorization requests. */\n allowedAudiences?: string[];\n /** The configuration settings of the default authorization policy. */\n defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;\n}\n\n/** The configuration settings of the checks that should be made while validating the JWT Claims. */\nexport interface JwtClaimChecks {\n /** The list of the allowed groups. */\n allowedGroups?: string[];\n /** The list of the allowed client applications. */\n allowedClientApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory default authorization policy. */\nexport interface DefaultAuthorizationPolicy {\n /** The configuration settings of the Azure Active Directory allowed principals. */\n allowedPrincipals?: AllowedPrincipals;\n /** The configuration settings of the Azure Active Directory allowed applications. */\n allowedApplications?: string[];\n}\n\n/** The configuration settings of the Azure Active Directory allowed principals. */\nexport interface AllowedPrincipals {\n /** The list of the allowed groups. */\n groups?: string[];\n /** The list of the allowed identities. */\n identities?: string[];\n}\n\n/** The configuration settings of the Facebook provider. */\nexport interface Facebook {\n /** <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Facebook provider. */\n registration?: AppRegistration;\n /** The version of the Facebook api to be used while logging in. */\n graphApiVersion?: string;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have app ids and app secrets */\nexport interface AppRegistration {\n /** The App ID of the app used for login. */\n appId?: string;\n /** The app setting name that contains the app secret. */\n appSecretSettingName?: string;\n}\n\n/** The configuration settings of the login flow, including the scopes that should be requested. */\nexport interface LoginScopes {\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the GitHub provider. */\nexport interface GitHub {\n /** <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the GitHub provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have client ids and client secrets */\nexport interface ClientRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Google provider. */\nexport interface Google {\n /** <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Google provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Allowed Audiences validation flow. */\nexport interface AllowedAudiencesValidation {\n /** The configuration settings of the allowed list of audiences from which to validate the JWT token. */\n allowedAudiences?: string[];\n}\n\n/** The configuration settings of the legacy Microsoft Account provider. */\nexport interface LegacyMicrosoftAccount {\n /** <code>false</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the legacy Microsoft Account provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the legacy Microsoft Account provider token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Twitter provider. */\nexport interface Twitter {\n /** <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Twitter provider. */\n registration?: TwitterRegistration;\n}\n\n/** The configuration settings of the app registration for the Twitter provider. */\nexport interface TwitterRegistration {\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n consumerKey?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n consumerSecretSettingName?: string;\n}\n\n/** The configuration settings of the Apple provider. */\nexport interface Apple {\n /** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Apple registration. */\n registration?: AppleRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the registration for the Apple provider */\nexport interface AppleRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Azure Static Web Apps provider. */\nexport interface AzureStaticWebApps {\n /** <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Static Web Apps registration. */\n registration?: AzureStaticWebAppsRegistration;\n}\n\n/** The configuration settings of the registration for the Azure Static Web Apps provider */\nexport interface AzureStaticWebAppsRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n}\n\n/** The configuration settings of the custom Open ID Connect provider. */\nexport interface CustomOpenIdConnectProvider {\n /** <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the custom Open ID Connect provider. */\n registration?: OpenIdConnectRegistration;\n /** The configuration settings of the login flow of the custom Open ID Connect provider. */\n login?: OpenIdConnectLogin;\n}\n\n/** The configuration settings of the app registration for the custom Open ID Connect provider. */\nexport interface OpenIdConnectRegistration {\n /** The client id of the custom Open ID Connect provider. */\n clientId?: string;\n /** The authentication credentials of the custom Open ID Connect provider. */\n clientCredential?: OpenIdConnectClientCredential;\n /** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\n openIdConnectConfiguration?: OpenIdConnectConfig;\n}\n\n/** The authentication client credentials of the custom Open ID Connect provider. */\nexport interface OpenIdConnectClientCredential {\n /** The method that should be used to authenticate the user. */\n method?: \"ClientSecretPost\";\n /** The app setting that contains the client secret for the custom Open ID Connect provider. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\nexport interface OpenIdConnectConfig {\n /** The endpoint to be used to make an authorization request. */\n authorizationEndpoint?: string;\n /** The endpoint to be used to request a token. */\n tokenEndpoint?: string;\n /** The endpoint that issues the token. */\n issuer?: string;\n /** The endpoint that provides the keys necessary to validate the token. */\n certificationUri?: string;\n /** The endpoint that contains all the configuration endpoints for the provider. */\n wellKnownOpenIdConfiguration?: string;\n}\n\n/** The configuration settings of the login flow of the custom Open ID Connect provider. */\nexport interface OpenIdConnectLogin {\n /** The name of the claim that contains the users name. */\n nameClaimType?: string;\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: string[];\n}\n\n/** The configuration settings of the login flow of users using App Service Authentication/Authorization. */\nexport interface Login {\n /** The routes that specify the endpoints used for login and logout requests. */\n routes?: LoginRoutes;\n /** The configuration settings of the token store. */\n tokenStore?: TokenStore;\n /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */\n preserveUrlFragmentsForLogins?: boolean;\n /**\n * External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: string[];\n /** The configuration settings of the session cookie's expiration. */\n cookieExpiration?: CookieExpiration;\n /** The configuration settings of the nonce used in the login flow. */\n nonce?: Nonce;\n}\n\n/** The routes that specify the endpoints used for login and logout requests. */\nexport interface LoginRoutes {\n /** The endpoint at which a logout request should be made. */\n logoutEndpoint?: string;\n}\n\n/** The configuration settings of the token store. */\nexport interface TokenStore {\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n enabled?: boolean;\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /** The configuration settings of the storage of the tokens if a file system is used. */\n fileSystem?: FileSystemTokenStore;\n /** The configuration settings of the storage of the tokens if blob storage is used. */\n azureBlobStorage?: BlobStorageTokenStore;\n}\n\n/** The configuration settings of the storage of the tokens if a file system is used. */\nexport interface FileSystemTokenStore {\n /** The directory in which the tokens will be stored. */\n directory?: string;\n}\n\n/** The configuration settings of the storage of the tokens if blob storage is used. */\nexport interface BlobStorageTokenStore {\n /** The name of the app setting containing the SAS URL of the blob storage containing the tokens. */\n sasUrlSettingName?: string;\n}\n\n/** The configuration settings of the session cookie's expiration. */\nexport interface CookieExpiration {\n /** The convention used when determining the session cookie's expiration. */\n convention?: CookieExpirationConvention;\n /** The time after the request is made when the session cookie should expire. */\n timeToExpiration?: string;\n}\n\n/** The configuration settings of the nonce used in the login flow. */\nexport interface Nonce {\n /** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */\n validateNonce?: boolean;\n /** The time after the request is made when the nonce should expire. */\n nonceExpirationInterval?: string;\n}\n\n/** The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. */\nexport interface HttpSettings {\n /** <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. */\n requireHttps?: boolean;\n /** The configuration settings of the paths HTTP requests. */\n routes?: HttpSettingsRoutes;\n /** The configuration settings of a forward proxy used to make the requests. */\n forwardProxy?: ForwardProxy;\n}\n\n/** The configuration settings of the paths HTTP requests. */\nexport interface HttpSettingsRoutes {\n /** The prefix that should precede all the authentication/authorization paths. */\n apiPrefix?: string;\n}\n\n/** The configuration settings of a forward proxy used to make the requests. */\nexport interface ForwardProxy {\n /** The convention used to determine the url of the request made. */\n convention?: ForwardProxyConvention;\n /** The name of the header containing the host of the request. */\n customHostHeaderName?: string;\n /** The name of the header containing the scheme of the request. */\n customProtoHeaderName?: string;\n}\n\nexport interface ApiKVReferenceCollection {\n /** Collection of resources. */\n value: ApiKVReference[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Database connection string value to type pair. */\nexport interface ConnStringValueTypePair {\n /** Value of pair. */\n value: string;\n /** Type of database. */\n type: ConnectionStringType;\n}\n\n/** Application logs configuration. */\nexport interface ApplicationLogsConfig {\n /** Application logs to file system configuration. */\n fileSystem?: FileSystemApplicationLogsConfig;\n /** Application logs to azure table storage configuration. */\n azureTableStorage?: AzureTableStorageApplicationLogsConfig;\n /** Application logs to blob storage configuration. */\n azureBlobStorage?: AzureBlobStorageApplicationLogsConfig;\n}\n\n/** Application logs to file system configuration. */\nexport interface FileSystemApplicationLogsConfig {\n /** Log level. */\n level?: LogLevel;\n}\n\n/** Application logs to Azure table storage configuration. */\nexport interface AzureTableStorageApplicationLogsConfig {\n /** Log level. */\n level?: LogLevel;\n /** SAS URL to an Azure table with add/query/delete permissions. */\n sasUrl: string;\n}\n\n/** Application logs azure blob storage configuration. */\nexport interface AzureBlobStorageApplicationLogsConfig {\n /** Log level. */\n level?: LogLevel;\n /** SAS url to a azure blob container with read/write/list/delete permissions. */\n sasUrl?: string;\n /**\n * Retention in days.\n * Remove blobs older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n}\n\n/** Http logs configuration. */\nexport interface HttpLogsConfig {\n /** Http logs to file system configuration. */\n fileSystem?: FileSystemHttpLogsConfig;\n /** Http logs to azure blob storage configuration. */\n azureBlobStorage?: AzureBlobStorageHttpLogsConfig;\n}\n\n/** Http logs to file system configuration. */\nexport interface FileSystemHttpLogsConfig {\n /**\n * Maximum size in megabytes that http log files can use.\n * When reached old log files will be removed to make space for new ones.\n * Value can range between 25 and 100.\n */\n retentionInMb?: number;\n /**\n * Retention in days.\n * Remove files older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Http logs to azure blob storage configuration. */\nexport interface AzureBlobStorageHttpLogsConfig {\n /** SAS url to a azure blob container with read/write/list/delete permissions. */\n sasUrl?: string;\n /**\n * Retention in days.\n * Remove blobs older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Enabled configuration. */\nexport interface EnabledConfig {\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Collection of metadata for the app configuration snapshots that can be restored. */\nexport interface SiteConfigurationSnapshotInfoCollection {\n /** Collection of resources. */\n value: SiteConfigurationSnapshotInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kudu continuous web job information elements. */\nexport interface ContinuousWebJobCollection {\n /** Collection of resources. */\n value: ContinuousWebJob[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Deployment status collection ARM resource. */\nexport interface CsmDeploymentStatusCollection {\n /** Collection of resources. */\n value: CsmDeploymentStatus[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of app deployments. */\nexport interface DeploymentCollection {\n /** Collection of resources. */\n value: Deployment[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** MSDeploy log entry */\nexport interface MSDeployLogEntry {\n /**\n * Timestamp of log entry\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: Date;\n /**\n * Log entry type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: MSDeployLogEntryType;\n /**\n * Log entry message\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Collection of Kudu function information elements. */\nexport interface FunctionEnvelopeCollection {\n /** Collection of resources. */\n value: FunctionEnvelope[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Function key info. */\nexport interface KeyInfo {\n /** Key name */\n name?: string;\n /** Key value */\n value?: string;\n}\n\n/** Function secrets. */\nexport interface FunctionSecrets {\n /** Secret key. */\n key?: string;\n /** Trigger URL. */\n triggerUrl?: string;\n}\n\n/** Functions host level keys. */\nexport interface HostKeys {\n /** Secret key. */\n masterKey?: string;\n /** Host level function keys. */\n functionKeys?: { [propertyName: string]: string };\n /** System keys. */\n systemKeys?: { [propertyName: string]: string };\n}\n\n/** Collection of hostname bindings. */\nexport interface HostNameBindingCollection {\n /** Collection of resources. */\n value: HostNameBinding[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of app instances. */\nexport interface WebAppInstanceStatusCollection {\n /** Collection of resources. */\n value: WebSiteInstanceStatus[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface ContainerInfo {\n currentTimeStamp?: Date;\n previousTimeStamp?: Date;\n currentCpuStats?: ContainerCpuStatistics;\n previousCpuStats?: ContainerCpuStatistics;\n memoryStats?: ContainerMemoryStatistics;\n name?: string;\n id?: string;\n eth0?: ContainerNetworkInterfaceStatistics;\n}\n\nexport interface ContainerCpuStatistics {\n cpuUsage?: ContainerCpuUsage;\n systemCpuUsage?: number;\n onlineCpuCount?: number;\n throttlingData?: ContainerThrottlingData;\n}\n\nexport interface ContainerCpuUsage {\n totalUsage?: number;\n perCpuUsage?: number[];\n kernelModeUsage?: number;\n userModeUsage?: number;\n}\n\nexport interface ContainerThrottlingData {\n periods?: number;\n throttledPeriods?: number;\n throttledTime?: number;\n}\n\nexport interface ContainerMemoryStatistics {\n usage?: number;\n maxUsage?: number;\n limit?: number;\n}\n\nexport interface ContainerNetworkInterfaceStatistics {\n rxBytes?: number;\n rxPackets?: number;\n rxErrors?: number;\n rxDropped?: number;\n txBytes?: number;\n txPackets?: number;\n txErrors?: number;\n txDropped?: number;\n}\n\n/** Collection of Kudu process information elements. */\nexport interface ProcessInfoCollection {\n /** Collection of resources. */\n value: ProcessInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kudu thread information elements. */\nexport interface ProcessModuleInfoCollection {\n /** Collection of resources. */\n value: ProcessModuleInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kudu thread information elements. */\nexport interface ProcessThreadInfoCollection {\n /** Collection of resources. */\n value: ProcessThreadInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Represents whether or not an app is cloneable. */\nexport interface SiteCloneability {\n /** Name of app. */\n result?: CloneAbilityResult;\n /** List of features enabled on app that prevent cloning. */\n blockingFeatures?: SiteCloneabilityCriterion[];\n /**\n * List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned\n * but the features in this list will not be set up on cloned app.\n */\n unsupportedFeatures?: SiteCloneabilityCriterion[];\n /** List of blocking application characteristics. */\n blockingCharacteristics?: SiteCloneabilityCriterion[];\n}\n\n/** An app cloneability criterion. */\nexport interface SiteCloneabilityCriterion {\n /** Name of criterion. */\n name?: string;\n /** Description of criterion. */\n description?: string;\n}\n\n/** Network trace */\nexport interface NetworkTrace {\n /** Local file path for the captured network trace file. */\n path?: string;\n /** Current status of the network trace operation, same as Operation.Status (InProgress/Succeeded/Failed). */\n status?: string;\n /** Detailed message of a network trace operation, e.g. error message in case of failure. */\n message?: string;\n}\n\n/** Collection of performance monitor counters. */\nexport interface PerfMonCounterCollection {\n /** Collection of resources. */\n value: PerfMonResponse[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Performance monitor API response. */\nexport interface PerfMonResponse {\n /** The response code. */\n code?: string;\n /** The message. */\n message?: string;\n /** The performance monitor counters. */\n data?: PerfMonSet;\n}\n\n/** Metric information. */\nexport interface PerfMonSet {\n /** Unique key name of the counter. */\n name?: string;\n /** Start time of the period. */\n startTime?: Date;\n /** End time of the period. */\n endTime?: Date;\n /** Presented time grain. */\n timeGrain?: string;\n /** Collection of workers that are active during this time. */\n values?: PerfMonSample[];\n}\n\n/** Performance monitor sample in a set. */\nexport interface PerfMonSample {\n /** Point in time for which counter was measured. */\n time?: Date;\n /** Name of the server on which the measurement is made. */\n instanceName?: string;\n /** Value of counter at a certain time. */\n value?: number;\n}\n\n/** Description of a Virtual Network that is useable for private site access. */\nexport interface PrivateAccessVirtualNetwork {\n /** The name of the Virtual Network. */\n name?: string;\n /** The key (ID) of the Virtual Network. */\n key?: number;\n /** The ARM uri of the Virtual Network */\n resourceId?: string;\n /** A List of subnets that access is allowed to on this Virtual Network. An empty array (but not null) is interpreted to mean that all subnets are allowed within this Virtual Network. */\n subnets?: PrivateAccessSubnet[];\n}\n\n/** Description of a Virtual Network subnet that is useable for private site access. */\nexport interface PrivateAccessSubnet {\n /** The name of the subnet. */\n name?: string;\n /** The key (ID) of the subnet. */\n key?: number;\n}\n\n/** Collection of public certificates */\nexport interface PublicCertificateCollection {\n /** Collection of resources. */\n value: PublicCertificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Publishing options for requested profile. */\nexport interface CsmPublishingProfileOptions {\n /**\n * Name of the format. Valid values are:\n * FileZilla3\n * WebDeploy -- default\n * Ftp\n */\n format?: PublishingProfileFormat;\n /** Include the DisasterRecover endpoint if true */\n includeDisasterRecoveryEndpoints?: boolean;\n}\n\n/** Specifies the web app that snapshot contents will be retrieved from. */\nexport interface SnapshotRecoverySource {\n /** Geographical location of the source web app, e.g. SouthEastAsia, SouthCentralUS */\n location?: string;\n /**\n * ARM resource ID of the source app.\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.\n */\n id?: string;\n}\n\n/** Collection of site containers */\nexport interface SiteContainerCollection {\n /** Collection of resources. */\n value: SiteContainer[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface VolumeMount {\n /** Sub path in the volume where volume is mounted from. */\n volumeSubPath: string;\n /** Target path on the container where volume is mounted on */\n containerMountPath: string;\n /** Config Data to be mounted on the volume */\n data?: string;\n /** Boolean to specify if the mount is read only on the container */\n readOnly?: boolean;\n}\n\nexport interface EnvironmentVariable {\n /** Environment variable name */\n name: string;\n /** The value of this environment variable must be the name of an AppSetting. The actual value of the environment variable in container will be retrieved from the specified AppSetting at runtime. If the AppSetting is not found, the value will be set to an empty string in the container at runtime. */\n value: string;\n}\n\n/** Collection of Kudu site extension information elements. */\nexport interface SiteExtensionInfoCollection {\n /** Collection of resources. */\n value: SiteExtensionInfo[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of slot differences. */\nexport interface SlotDifferenceCollection {\n /** Collection of resources. */\n value: SlotDifference[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of snapshots which can be used to revert an app to a previous time. */\nexport interface SnapshotCollection {\n /** Collection of resources. */\n value: Snapshot[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The GitHub action configuration. */\nexport interface GitHubActionConfiguration {\n /** GitHub Action code configuration. */\n codeConfiguration?: GitHubActionCodeConfiguration;\n /** GitHub Action container configuration. */\n containerConfiguration?: GitHubActionContainerConfiguration;\n /** This will help determine the workflow configuration to select. */\n isLinux?: boolean;\n /** Workflow option to determine whether the workflow file should be generated and written to the repository. */\n generateWorkflowFile?: boolean;\n}\n\n/** The GitHub action code configuration. */\nexport interface GitHubActionCodeConfiguration {\n /** Runtime stack is used to determine the workflow file content for code base apps. */\n runtimeStack?: string;\n /** Runtime version is used to determine what build version to set in the workflow file. */\n runtimeVersion?: string;\n}\n\n/** The GitHub action container configuration. */\nexport interface GitHubActionContainerConfiguration {\n /** The server URL for the container registry where the build will be hosted. */\n serverUrl?: string;\n /** The image name for the build. */\n imageName?: string;\n /** The username used to upload the image to the container registry. */\n username?: string;\n /** The password used to upload the image to the container registry. */\n password?: string;\n}\n\n/** Collection of Kudu continuous web job information elements. */\nexport interface TriggeredWebJobCollection {\n /** Collection of resources. */\n value: TriggeredWebJob[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Triggered Web Job Run Information. */\nexport interface TriggeredJobRun {\n /** Job ID. */\n webJobId?: string;\n /** Job name. */\n webJobName?: string;\n /** Job status. */\n status?: TriggeredWebJobStatus;\n /** Start time. */\n startTime?: Date;\n /** End time. */\n endTime?: Date;\n /** Job duration. */\n duration?: string;\n /** Output URL. */\n outputUrl?: string;\n /** Error URL. */\n errorUrl?: string;\n /** Job URL. */\n url?: string;\n /** Job name. */\n jobName?: string;\n /** Job trigger. */\n trigger?: string;\n}\n\n/** Collection of Kudu continuous web job information elements. */\nexport interface TriggeredJobHistoryCollection {\n /** Collection of resources. */\n value: TriggeredJobHistory[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Kudu web job information elements. */\nexport interface WebJobCollection {\n /** Collection of resources. */\n value: WebJob[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The workflow filter. */\nexport interface WorkflowArtifacts {\n /** Application settings of the workflow. */\n appSettings?: Record<string, unknown>;\n /** Files of the app. */\n files?: { [propertyName: string]: Record<string, unknown> };\n /** Files of the app to delete. */\n filesToDelete?: string[];\n}\n\n/** Collection of Kudu workflow information elements. */\nexport interface WorkflowEnvelopeCollection {\n /** Collection of resources. */\n value: WorkflowEnvelope[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Workflow properties definition. */\nexport interface WorkflowEnvelope {\n /**\n * The resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The resource kind. */\n kind?: string;\n /** The resource location. */\n location?: string;\n /** Additional workflow properties. */\n properties?: WorkflowEnvelopeProperties;\n}\n\n/** Additional workflow properties. */\nexport interface WorkflowEnvelopeProperties {\n /** Gets or sets the files. */\n files?: { [propertyName: string]: Record<string, unknown> };\n /** Gets or sets the state of the workflow. */\n flowState?: WorkflowState;\n /** Gets or sets workflow health. */\n health?: WorkflowHealth;\n}\n\n/** Represents the workflow health. */\nexport interface WorkflowHealth {\n /** Gets or sets the workflow health state. */\n state: WorkflowHealthState;\n /** Gets or sets the workflow error. */\n error?: ErrorEntity;\n}\n\n/** The access key regenerate action content. */\nexport interface RegenerateActionParameter {\n /** The key type. */\n keyType?: KeyType;\n}\n\n/** Error response indicates Logic service is not able to process the incoming request. The error property contains the error details. */\nexport interface ErrorResponse {\n /** The error properties. */\n error?: ErrorProperties;\n}\n\n/** Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorProperties {\n /** Error code. */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** The list of workflow runs. */\nexport interface WorkflowRunListResult {\n /** A list of workflow runs. */\n value?: WorkflowRun[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The correlation property. */\nexport interface Correlation {\n /** The client tracking id. */\n clientTrackingId?: string;\n}\n\n/** The resource reference. */\nexport interface ResourceReference {\n /** The resource id. */\n id?: string;\n /**\n * Gets the resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The workflow run trigger. */\nexport interface WorkflowRunTrigger {\n /**\n * Gets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputs?: Record<string, unknown>;\n /**\n * Gets the link to inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: Record<string, unknown>;\n /**\n * Gets the link to outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * Gets the scheduled time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledTime?: Date;\n /**\n * Gets the start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /** The run correlation. */\n correlation?: Correlation;\n /**\n * Gets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n /**\n * Gets the tracked properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedProperties?: Record<string, unknown>;\n}\n\n/** The content link. */\nexport interface ContentLink {\n /** The content link URI. */\n uri?: string;\n /**\n * The content version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentVersion?: string;\n /**\n * The content size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentSize?: number;\n /**\n * The content hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentHash?: ContentHash;\n /**\n * The metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: Record<string, unknown>;\n}\n\n/** The content hash. */\nexport interface ContentHash {\n /** The algorithm of the content hash. */\n algorithm?: string;\n /** The value of the content hash. */\n value?: string;\n}\n\n/** The workflow parameters. */\nexport interface WorkflowParameter {\n /** The type. */\n type?: ParameterType;\n /** The value. */\n value?: Record<string, unknown>;\n /** The metadata. */\n metadata?: Record<string, unknown>;\n /** The description. */\n description?: string;\n}\n\n/** The sub resource type. */\nexport interface SubResource {\n /**\n * The resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** The list of workflow run actions. */\nexport interface WorkflowRunActionListResult {\n /** A list of workflow run actions. */\n value?: WorkflowRunAction[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The correlation properties. */\nexport interface RunCorrelation {\n /** The client tracking identifier. */\n clientTrackingId?: string;\n /** The client keywords. */\n clientKeywords?: string[];\n}\n\n/** The retry history. */\nexport interface RetryHistory {\n /** Gets the start time. */\n startTime?: Date;\n /** Gets the end time. */\n endTime?: Date;\n /** Gets the status code. */\n code?: string;\n /** Gets the client request Id. */\n clientRequestId?: string;\n /** Gets the service request Id. */\n serviceRequestId?: string;\n /** Gets the error response. */\n error?: ErrorResponse;\n}\n\n/** The expression traces. */\nexport interface ExpressionTraces {\n /** Anything */\n value?: any;\n inputs?: ExpressionRoot[];\n /** The link used to get the next page of recommendations. */\n nextLink?: string;\n}\n\n/** The expression. */\nexport interface Expression {\n /** The text. */\n text?: string;\n /** Anything */\n value?: any;\n /** The sub expressions. */\n subexpressions?: Expression[];\n /** The azure resource error info. */\n error?: AzureResourceErrorInfo;\n}\n\n/** The error info. */\nexport interface ErrorInfo {\n /** The error code. */\n code: string;\n}\n\n/** A collection of workflow run action repetitions. */\nexport interface WorkflowRunActionRepetitionDefinitionCollection {\n /** The link used to get the next page of recommendations. */\n nextLink?: string;\n value?: WorkflowRunActionRepetitionDefinition[];\n}\n\n/** The workflow run action repetition index. */\nexport interface RepetitionIndex {\n /** The scope. */\n scopeName?: string;\n /** The index. */\n itemIndex: number;\n}\n\n/** The run operation result properties. */\nexport interface OperationResultProperties {\n /** The start time of the workflow scope repetition. */\n startTime?: Date;\n /** The end time of the workflow scope repetition. */\n endTime?: Date;\n /** The correlation properties. */\n correlation?: RunActionCorrelation;\n /** The status of the workflow scope repetition. */\n status?: WorkflowStatus;\n /** The workflow scope repetition code. */\n code?: string;\n /** Anything */\n error?: any;\n}\n\n/** The base resource type. */\nexport interface WorkflowResource {\n /**\n * The resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The resource location. */\n location?: string;\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The list of workflow request histories. */\nexport interface RequestHistoryListResult {\n /** A list of workflow request histories. */\n value?: RequestHistory[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The request history. */\nexport interface RequestHistoryProperties {\n /** The time the request started. */\n startTime?: Date;\n /** The time the request ended. */\n endTime?: Date;\n /** The request. */\n request?: Request;\n /** The response. */\n response?: Response;\n}\n\n/** A request. */\nexport interface Request {\n /** A list of all the headers attached to the request. */\n headers?: Record<string, unknown>;\n /** The destination for the request. */\n uri?: string;\n /** The HTTP method used for the request. */\n method?: string;\n}\n\n/** A response. */\nexport interface Response {\n /** A list of all the headers attached to the response. */\n headers?: Record<string, unknown>;\n /** The status code of the response. */\n statusCode?: number;\n /** Details on the location of the body content. */\n bodyLink?: ContentLink;\n}\n\n/** The list of workflow triggers. */\nexport interface WorkflowTriggerListResult {\n /** A list of workflow triggers. */\n value?: WorkflowTrigger[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The workflow trigger recurrence. */\nexport interface WorkflowTriggerRecurrence {\n /** The frequency. */\n frequency?: RecurrenceFrequency;\n /** The interval. */\n interval?: number;\n /** The start time. */\n startTime?: string;\n /** The end time. */\n endTime?: string;\n /** The time zone. */\n timeZone?: string;\n /** The recurrence schedule. */\n schedule?: RecurrenceSchedule;\n}\n\n/** The recurrence schedule. */\nexport interface RecurrenceSchedule {\n /** The minutes. */\n minutes?: number[];\n /** The hours. */\n hours?: number[];\n /** The days of the week. */\n weekDays?: DaysOfWeek[];\n /** The month days. */\n monthDays?: number[];\n /** The monthly occurrences. */\n monthlyOccurrences?: RecurrenceScheduleOccurrence[];\n}\n\n/** The recurrence schedule occurrence. */\nexport interface RecurrenceScheduleOccurrence {\n /** The day of the week. */\n day?: DayOfWeek;\n /** The occurrence. */\n occurrence?: number;\n}\n\n/** The list of workflow trigger histories. */\nexport interface WorkflowTriggerHistoryListResult {\n /** A list of workflow trigger histories. */\n value?: WorkflowTriggerHistory[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The workflow trigger callback URL. */\nexport interface WorkflowTriggerCallbackUrl {\n /**\n * Gets the workflow trigger callback URL.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Gets the workflow trigger callback URL HTTP method.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly method?: string;\n /**\n * Gets the workflow trigger callback URL base path.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly basePath?: string;\n /**\n * Gets the workflow trigger callback URL relative path.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relativePath?: string;\n /** Gets the workflow trigger callback URL relative path parameters. */\n relativePathParameters?: string[];\n /** Gets the workflow trigger callback URL query parameters. */\n queries?: WorkflowTriggerListCallbackUrlQueries;\n}\n\n/** Gets the workflow trigger callback URL query parameters. */\nexport interface WorkflowTriggerListCallbackUrlQueries {\n /** The api version. */\n apiVersion?: string;\n /** The SAS permissions. */\n sp?: string;\n /** The SAS version. */\n sv?: string;\n /** The SAS signature. */\n sig?: string;\n /** The SAS timestamp. */\n se?: string;\n}\n\n/** The JSON schema. */\nexport interface JsonSchema {\n /** The JSON title. */\n title?: string;\n /** The JSON content. */\n content?: string;\n}\n\n/** The endpoints configuration. */\nexport interface FlowEndpointsConfiguration {\n /** The workflow endpoints. */\n workflow?: FlowEndpoints;\n /** The connector endpoints. */\n connector?: FlowEndpoints;\n}\n\n/** The flow endpoints configuration. */\nexport interface FlowEndpoints {\n /** The outgoing ip address. */\n outgoingIpAddresses?: IpAddress[];\n /** The access endpoint ip address. */\n accessEndpointIpAddresses?: IpAddress[];\n}\n\n/** The ip address. */\nexport interface IpAddress {\n /** The address. */\n address?: string;\n}\n\n/** The access control configuration. */\nexport interface FlowAccessControlConfiguration {\n /** The access control configuration for invoking workflow triggers. */\n triggers?: FlowAccessControlConfigurationPolicy;\n /** The access control configuration for accessing workflow run contents. */\n contents?: FlowAccessControlConfigurationPolicy;\n /** The access control configuration for workflow actions. */\n actions?: FlowAccessControlConfigurationPolicy;\n /** The access control configuration for workflow management. */\n workflowManagement?: FlowAccessControlConfigurationPolicy;\n}\n\n/** The access control configuration policy. */\nexport interface FlowAccessControlConfigurationPolicy {\n /** The allowed caller IP address ranges. */\n allowedCallerIpAddresses?: IpAddressRange[];\n /** The authentication policies for workflow. */\n openAuthenticationPolicies?: OpenAuthenticationAccessPolicies;\n}\n\n/** The ip address range. */\nexport interface IpAddressRange {\n /** The IP address range. */\n addressRange?: string;\n}\n\n/** AuthenticationPolicy of type Open. */\nexport interface OpenAuthenticationAccessPolicies {\n /** Open authentication policies. */\n policies?: { [propertyName: string]: OpenAuthenticationAccessPolicy };\n}\n\n/** Open authentication access policy defined by user. */\nexport interface OpenAuthenticationAccessPolicy {\n /** Type of provider for OAuth. */\n type?: OpenAuthenticationProviderType;\n /** The access policy claims. */\n claims?: OpenAuthenticationPolicyClaim[];\n}\n\n/** Open authentication policy claim. */\nexport interface OpenAuthenticationPolicyClaim {\n /** The name of the claim. */\n name?: string;\n /** The value of the claim. */\n value?: string;\n}\n\n/** The sku type. */\nexport interface WorkflowSku {\n /** The name. */\n name: WorkflowSkuName;\n /** The reference to plan. */\n plan?: ResourceReference;\n}\n\n/** The list of workflow versions. */\nexport interface WorkflowVersionListResult {\n /** A list of workflow versions. */\n value?: WorkflowVersion[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** Describes valid TLS cipher suites. */\nexport interface CipherSuites {\n /** List of TLS Cipher Suites that are supported by App Service. */\n suites?: string[];\n}\n\n/** Container App container definition. */\nexport interface Container {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n}\n\n/** Container App container environment variable. */\nexport interface EnvironmentVar {\n /** Environment variable name. */\n name?: string;\n /** Non-secret environment variable value. */\n value?: string;\n /** Name of the Container App secret from which to pull the environment variable value. */\n secretRef?: string;\n}\n\n/** Container App container resource requirements. */\nexport interface ContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface CustomScaleRule {\n /**\n * Type of the custom scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe custom scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Auth Secrets for Container App Scale Rule */\nexport interface ScaleRuleAuth {\n /** Name of the Container App secret from which to pull the auth params. */\n secretRef?: string;\n /** Trigger Parameter that uses the secret */\n triggerParameter?: string;\n}\n\n/** Container App Dapr configuration. */\nexport interface Dapr {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Port on which the Dapr side car */\n appPort?: number;\n /** Collection of Dapr components */\n components?: DaprComponent[];\n}\n\n/** Dapr component configuration */\nexport interface DaprComponent {\n /** Component name */\n name?: string;\n /** Component type */\n type?: string;\n /** Component version */\n version?: string;\n /** Component metadata */\n metadata?: DaprMetadata[];\n}\n\n/** Container App Dapr component metadata. */\nexport interface DaprMetadata {\n /** Metadata property name. */\n name?: string;\n /** Metadata property value. */\n value?: string;\n /** Name of the Container App secret from which to pull the metadata property value. */\n secretRef?: string;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface HttpScaleRule {\n /** Metadata properties to describe http scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Container App container Azure Queue based scaling rule. */\nexport interface QueueScaleRule {\n /** Queue name. */\n queueName?: string;\n /** Queue length. */\n queueLength?: number;\n /** Authentication secrets for the queue scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Container App scaling configurations. */\nexport interface Scale {\n /** Optional. Minimum number of container replicas. */\n minReplicas?: number;\n /** Optional. Maximum number of container replicas. Defaults to 10 if not set. */\n maxReplicas?: number;\n /** Scaling rules. */\n rules?: ScaleRule[];\n}\n\n/** Container App container scaling rule. */\nexport interface ScaleRule {\n /** Scale Rule Name */\n name?: string;\n /** Azure Queue based scaling. */\n azureQueue?: QueueScaleRule;\n /** Custom scale rule. */\n custom?: CustomScaleRule;\n /** HTTP requests based scaling. */\n http?: HttpScaleRule;\n}\n\n/**\n * Container App versioned application definition.\n * Defines the desired state of an immutable revision.\n * Any changes to this section Will result in a new revision being created\n */\nexport interface Template {\n /** User friendly suffix that is appended to the revision name */\n revisionSuffix?: string;\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** Scaling properties for the Container App. */\n scale?: Scale;\n /** Dapr configuration for the Container App. */\n dapr?: Dapr;\n}\n\n/** Github access token for Appservice CLI github integration. */\nexport interface AppserviceGithubToken {\n /** Github access token for Appservice CLI github integration */\n accessToken?: string;\n /** Scope of the github access token */\n scope?: string;\n /** token type */\n tokenType?: string;\n /** True if valid github token received, False otherwise */\n gotToken?: boolean;\n /** Error message if unable to get token */\n errorMessage?: string;\n}\n\n/** Appservice Github token request content. */\nexport interface AppserviceGithubTokenRequest {\n /** Code string to exchange for Github Access token */\n code: string;\n /** State string used for verification. */\n state: string;\n}\n\n/** A custom error page for a specific status returned by a web app. */\nexport interface ErrorPage {\n /** The status code for which the error page will be used */\n statusCode?: number;\n /** The content of the error page. There is a 10kb limit imposed on custom error page content. */\n content?: string;\n /** The content type of the error page. For example, 'text/html' */\n contentType?: string;\n /** If true, the error page will be shown for all requests with a matching status code, regardless of whether they failed on the App Service FrontEnd load balancer or on the app itself. */\n alwaysUse?: boolean;\n}\n\n/** The workflow filter. */\nexport interface WorkflowFilter {\n /** The state of workflows. */\n state?: WorkflowState;\n}\n\n/** The list of workflows. */\nexport interface WorkflowListResult {\n /** The list of workflows. */\n value?: Workflow[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The workflow run action filter. */\nexport interface WorkflowRunActionFilter {\n /** The status of workflow run action. */\n status?: WorkflowStatus;\n}\n\n/** The workflow run filter. */\nexport interface WorkflowRunFilter {\n /** The status of workflow run. */\n status?: WorkflowStatus;\n}\n\n/** The workflow trigger filter. */\nexport interface WorkflowTriggerFilter {\n /** The state of workflow trigger. */\n state?: WorkflowState;\n}\n\n/** The workflow trigger history filter. */\nexport interface WorkflowTriggerHistoryFilter {\n /** The status of workflow trigger history. */\n status?: WorkflowStatus;\n}\n\n/** SSL certificate purchase order. */\nexport interface AppServiceCertificateOrder extends Resource {\n /** State of the Key Vault secret. */\n certificates?: { [propertyName: string]: AppServiceCertificate };\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /**\n * Domain verification token.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainVerificationToken?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType?: CertificateProductType;\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * Status of certificate order.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current order status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CertificateOrderStatus;\n /**\n * Signed certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signedCertificate?: CertificateDetails;\n /** Last CSR that was created for this order. */\n csr?: string;\n /**\n * Intermediate certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intermediate?: CertificateDetails;\n /**\n * Root certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly root?: CertificateDetails;\n /**\n * Current serial number of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serialNumber?: string;\n /**\n * Certificate last issuance time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCertificateIssuanceTime?: Date;\n /**\n * Certificate expiration time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * <code>true</code> if private key is external; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPrivateKeyExternal?: boolean;\n /**\n * Reasons why App Service Certificate is not renewable at the current moment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];\n /**\n * Time stamp when the certificate would be auto renewed next\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextAutoRenewalTimeStamp?: Date;\n /**\n * Contact info\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contact?: CertificateOrderContact;\n}\n\n/** Key Vault container ARM resource for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificateResource extends Resource {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\n/** Information about a domain. */\nexport interface Domain extends Resource {\n /** Administrative contact. */\n contactAdmin?: Contact;\n /** Billing contact. */\n contactBilling?: Contact;\n /** Registrant contact. */\n contactRegistrant?: Contact;\n /** Technical contact. */\n contactTech?: Contact;\n /**\n * Domain registration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationStatus?: DomainStatus;\n /**\n * Domain provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Name servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameServers?: string[];\n /** <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. */\n privacy?: boolean;\n /**\n * Domain creation timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Domain expiration timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * Timestamp when the domain was renewed last time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRenewedTime?: Date;\n /** <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and\n * it is hosted on name servers Azure has programmatic access to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly readyForDnsRecordManagement?: boolean;\n /**\n * All hostnames derived from the domain and assigned to Azure resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedHostNames?: HostName[];\n /** Legal agreement consent. */\n consent?: DomainPurchaseConsent;\n /**\n * Reasons why domain is not renewable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Current DNS type */\n dnsType?: DnsType;\n /** Azure DNS Zone to use */\n dnsZoneId?: string;\n /** Target DNS type (would be used for migration) */\n targetDnsType?: DnsType;\n authCode?: string;\n}\n\n/** App Service Environment ARM resource. */\nexport interface AppServiceEnvironmentResource extends Resource {\n /**\n * Provisioning state of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current status of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HostingEnvironmentStatus;\n /** Description of the Virtual Network. */\n virtualNetwork?: VirtualNetworkProfile;\n /** Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. */\n internalLoadBalancingMode?: LoadBalancingMode;\n /** Front-end VM size, e.g. \"Medium\", \"Large\". */\n multiSize?: string;\n /**\n * Number of front-end instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiRoleCount?: number;\n /** Number of IP SSL addresses reserved for the App Service Environment. */\n ipsslAddressCount?: number;\n /** DNS suffix of the App Service Environment. */\n dnsSuffix?: string;\n /**\n * Maximum number of VMs in the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfMachines?: number;\n /** Scale factor for front-ends. */\n frontEndScaleFactor?: number;\n /**\n * <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available\n * (most likely because NSG blocked the incoming traffic).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspended?: boolean;\n /** Custom settings for changing the behavior of the App Service Environment. */\n clusterSettings?: NameValuePair[];\n /** User added ip ranges to whitelist on ASE db */\n userWhitelistedIpRanges?: string[];\n /**\n * Flag that displays whether an ASE has linux workers or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasLinuxWorkers?: boolean;\n /** Upgrade Preference */\n upgradePreference?: UpgradePreference;\n /** Dedicated Host Count */\n dedicatedHostCount?: number;\n /** Whether or not this App Service Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Full view of the custom domain suffix configuration for ASEv3. */\n customDnsSuffixConfiguration?: CustomDnsSuffixConfiguration;\n /** Full view of networking configuration for an ASE. */\n networkingConfiguration?: AseV3NetworkingConfiguration;\n /**\n * Whether an upgrade is available for this App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeAvailability?: UpgradeAvailability;\n}\n\n/** A web app, a mobile app backend, or an API app. */\nexport interface Site extends Resource {\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n /**\n * Current state of the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: string;\n /**\n * Hostnames associated with the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostNames?: string[];\n /**\n * Name of the repository site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositorySiteName?: string;\n /**\n * State indicating whether the app has exceeded its quota usage. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageState?: UsageState;\n /** <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline). */\n enabled?: boolean;\n /**\n * Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,\n * the app is not served on those hostnames.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabledHostNames?: string[];\n /**\n * Management information availability state for the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityState?: SiteAvailabilityState;\n /** Hostname SSL states are used to manage the SSL bindings for app's hostnames. */\n hostNameSslStates?: HostNameSslState[];\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** <code>true</code> if reserved; otherwise, <code>false</code>. */\n reserved?: boolean;\n /** Obsolete: Hyper-V sandbox. */\n isXenon?: boolean;\n /** Hyper-V sandbox. */\n hyperV?: boolean;\n /**\n * Last time the app was modified, in UTC. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTimeUtc?: Date;\n /** Property to configure various DNS related settings for a site. */\n dnsConfiguration?: SiteDnsConfig;\n /** Property to configure various outbound traffic routing options over virtual network for a site */\n outboundVnetRouting?: OutboundVnetRouting;\n /** Configuration of an App Service app. This property is not returned in response to normal create and read requests since it may contain sensitive information. */\n siteConfig?: SiteConfig;\n /** Configuration specific of the Azure Function app. */\n functionAppConfig?: FunctionAppConfig;\n /** Dapr configuration of the app. */\n daprConfig?: DaprConfig;\n /** Workload profile name for function app to execute on. */\n workloadProfileName?: string;\n /** Function app resource requirements. */\n resourceConfig?: ResourceConfig;\n /**\n * Azure Traffic Manager hostnames associated with the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trafficManagerHostNames?: string[];\n /** <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>. */\n scmSiteAlsoStopped?: boolean;\n /**\n * Specifies which deployment slot this app will swap into. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetSwapSlot?: string;\n /** App Service Environment to use for the app. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. */\n clientAffinityEnabled?: boolean;\n /** <code>true</code> to enable client affinity partitioning using CHIPS cookies, this will add the <code>partitioned</code> property to the affinity cookies; <code>false</code> to stop sending partitioned affinity cookies. Default is <code>false</code>. */\n clientAffinityPartitioningEnabled?: boolean;\n /** <code>true</code> to override client affinity cookie domain with X-Forwarded-Host request header. <code>false</code> to use default domain. Default is <code>false</code>. */\n clientAffinityProxyEnabled?: boolean;\n /** <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. */\n clientCertEnabled?: boolean;\n /**\n * This composes with ClientCertEnabled setting.\n * - ClientCertEnabled: false means ClientCert is ignored.\n * - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.\n * - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted.\n */\n clientCertMode?: ClientCertMode;\n /** client certificate authentication comma-separated exclusion paths */\n clientCertExclusionPaths?: string;\n /** Specifies the IP mode of the app. */\n ipMode?: IPMode;\n /** Whether to use end to end encryption between the FrontEnd and the Worker */\n endToEndEncryptionEnabled?: boolean;\n /** Whether to enable ssh access. */\n sshEnabled?: boolean;\n /**\n * <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.\n * If <code>true</code>, the app is only accessible via API management process.\n */\n hostNamesDisabled?: boolean;\n /** Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification. */\n customDomainVerificationId?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleOutboundIpAddresses?: string;\n /** Size of the function container. */\n containerSize?: number;\n /** Maximum allowed daily memory-time quota (applicable on dynamic apps only). */\n dailyMemoryTimeQuota?: number;\n /**\n * App suspended till in case memory-time quota is exceeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspendedTill?: Date;\n /**\n * Maximum number of workers.\n * This only applies to Functions container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfWorkers?: number;\n /** If specified during app creation, the app is cloned from a source app. */\n cloningInfo?: CloningInfo;\n /**\n * Name of the resource group the app belongs to. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * <code>true</code> if the app is a default container; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultContainer?: boolean;\n /**\n * Default hostname of the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostName?: string;\n /**\n * Status of the last deployment slot swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slotSwapStatus?: SlotSwapStatus;\n /**\n * HttpsOnly: configures a web site to accept only https requests. Issues redirect for\n * http requests\n */\n httpsOnly?: boolean;\n /** Site redundancy mode */\n redundancyMode?: RedundancyMode;\n /**\n * Specifies an operation id if this site has a pending operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inProgressOperationId?: string;\n /** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /** Checks if Customer provided storage account is required */\n storageAccountRequired?: boolean;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /** Specifies the scope of uniqueness for the default hostname during resource creation */\n autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;\n /**\n * Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.\n * This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}\n */\n virtualNetworkSubnetId?: string;\n /** Azure Resource Manager ID of the customer's selected Managed Environment on which to host this app. This must be of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName} */\n managedEnvironmentId?: string;\n /**\n * Current SKU of application based on associated App Service Plan. Some valid SKU values are Free, Shared, Basic, Dynamic, FlexConsumption, Standard, Premium, PremiumV2, PremiumV3, Isolated, IsolatedV2\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: string;\n}\n\n/** App Service plan. */\nexport interface AppServicePlan extends Resource {\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n /** Target worker tier assigned to the App Service plan. */\n workerTierName?: string;\n /**\n * App Service plan status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StatusOptions;\n /**\n * App Service plan subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscription?: string;\n /** Specification for the App Service Environment to use for the App Service plan. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /**\n * Maximum number of instances that can be assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfWorkers?: number;\n /**\n * The number of instances that are assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfWorkers?: number;\n /**\n * Geographical location for the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoRegion?: string;\n /**\n * If <code>true</code>, apps assigned to this App Service plan can be scaled independently.\n * If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.\n */\n perSiteScaling?: boolean;\n /** ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku */\n elasticScaleEnabled?: boolean;\n /** Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan */\n maximumElasticWorkerCount?: number;\n /**\n * Number of apps assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfSites?: number;\n /** If <code>true</code>, this App Service Plan owns spot instances. */\n isSpot?: boolean;\n /** The time when the server farm expires. Valid only if it is a spot server farm. */\n spotExpirationTime?: Date;\n /** The time when the server farm free offer expires. */\n freeOfferExpirationTime?: Date;\n /**\n * Resource group of the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /** If Linux app service plan <code>true</code>, <code>false</code> otherwise. */\n reserved?: boolean;\n /** Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n isXenon?: boolean;\n /** If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n hyperV?: boolean;\n /** Scaling worker count. */\n targetWorkerCount?: number;\n /** Scaling worker size ID. */\n targetWorkerSizeId?: number;\n /**\n * Provisioning state of the App Service Plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Specification for the Kubernetes Environment to use for the App Service plan. */\n kubeEnvironmentProfile?: KubeEnvironmentProfile;\n /**\n * If <code>true</code>, this App Service Plan will perform availability zone balancing.\n * If <code>false</code>, this App Service Plan will not perform availability zone balancing.\n */\n zoneRedundant?: boolean;\n /**\n * If <code>true</code>, this App Service Plan will attempt to scale asynchronously if there are insufficient workers to scale synchronously.\n * If <code>false</code>, this App Service Plan will only attempt sync scaling.\n */\n asyncScalingEnabled?: boolean;\n}\n\n/** SSL certificate for an app. */\nexport interface Certificate extends Resource {\n /** Certificate password. */\n password?: string;\n /**\n * Friendly name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly friendlyName?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /** Host names the certificate applies to. */\n hostNames?: string[];\n /** Pfx blob. */\n pfxBlob?: Uint8Array;\n /**\n * App name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteName?: string;\n /**\n * Self link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly selfLink?: string;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Raw bytes of .cer file\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cerBlob?: Uint8Array;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n /**\n * Specification for the App Service Environment to use for the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** Azure Key Vault Csm resource Id. */\n keyVaultId?: string;\n /** Azure Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultSecretStatus?: KeyVaultSecretStatus;\n /** Resource ID of the associated App Service plan. */\n serverFarmId?: string;\n /** CNAME of the certificate to be issued via free certificate */\n canonicalName?: string;\n /** Method of domain validation for free cert */\n domainValidationMethod?: string;\n}\n\n/** A Kubernetes cluster specialized for web workloads by Azure App Service */\nexport interface KubeEnvironment extends Resource {\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n /**\n * Provisioning state of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KubeEnvironmentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /** Only visible within Vnet/Subnet */\n internalLoadBalancerEnabled?: boolean;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /** Static IP of the KubeEnvironment */\n staticIp?: string;\n /** Type of Kubernetes Environment. Only supported for Container App Environments with value as Managed */\n environmentType?: string;\n /**\n * Cluster configuration which determines the ARC cluster\n * components types. Eg: Choosing between BuildService kind,\n * FrontEnd Service ArtifactsStorageType etc.\n */\n arcConfiguration?: ArcConfiguration;\n /**\n * Cluster configuration which enables the log daemon to export\n * app logs to a destination. Currently only \"log-analytics\" is\n * supported\n */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration */\n containerAppsConfiguration?: ContainerAppsConfiguration;\n aksResourceID?: string;\n}\n\n/** Static Site ARM resource. */\nexport interface StaticSiteARMResource extends Resource {\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /**\n * The default autogenerated hostname for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostname?: string;\n /** URL for the repository of the static site. */\n repositoryUrl?: string;\n /** The target branch in the repository. */\n branch?: string;\n /**\n * The custom domains associated with this static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomains?: string[];\n /** A user's github repository token. This is used to setup the Github Actions workflow file and API secrets. */\n repositoryToken?: string;\n /** Build properties to configure on the repository. */\n buildProperties?: StaticSiteBuildProperties;\n /**\n * Private endpoint connections\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: ResponseMessageEnvelopeRemotePrivateEndpointConnection[];\n /** State indicating whether staging environments are allowed or not allowed for a static web app. */\n stagingEnvironmentPolicy?: StagingEnvironmentPolicy;\n /** <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>. */\n allowConfigFileUpdates?: boolean;\n /** Template options for generating a new repository. */\n templateProperties?: StaticSiteTemplateOptions;\n /**\n * The content distribution endpoint for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentDistributionEndpoint?: string;\n /**\n * Identity to use for Key Vault Reference authentication.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultReferenceIdentity?: string;\n /**\n * User provided function apps registered with the static site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userProvidedFunctionApps?: StaticSiteUserProvidedFunctionApp[];\n /**\n * Backends linked to the static side\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkedBackends?: StaticSiteLinkedBackend[];\n /** The provider that submitted the last deployment to the primary environment of the static site. */\n provider?: string;\n /** State indicating the status of the enterprise grade CDN serving traffic to the static web app. */\n enterpriseGradeCdnStatus?: EnterpriseGradeCdnStatus;\n /** State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /**\n * Database connections for the static site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseConnections?: DatabaseConnectionOverview[];\n}\n\n/** Premier add-on. */\nexport interface PremierAddOn extends Resource {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on Product. */\n product?: string;\n /** Premier add on Vendor. */\n vendor?: string;\n /** Premier add on Marketplace publisher. */\n marketplacePublisher?: string;\n /** Premier add on Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** ARM resource for a certificate order that is purchased through Azure. */\nexport interface AppServiceCertificateOrderPatchResource\n extends ProxyOnlyResource {\n /** State of the Key Vault secret. */\n certificates?: { [propertyName: string]: AppServiceCertificate };\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /**\n * Domain verification token.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainVerificationToken?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType?: CertificateProductType;\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * Status of certificate order.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current order status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CertificateOrderStatus;\n /**\n * Signed certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signedCertificate?: CertificateDetails;\n /** Last CSR that was created for this order. */\n csr?: string;\n /**\n * Intermediate certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intermediate?: CertificateDetails;\n /**\n * Root certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly root?: CertificateDetails;\n /**\n * Current serial number of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serialNumber?: string;\n /**\n * Certificate last issuance time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastCertificateIssuanceTime?: Date;\n /**\n * Certificate expiration time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * <code>true</code> if private key is external; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPrivateKeyExternal?: boolean;\n /**\n * Reasons why App Service Certificate is not renewable at the current moment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];\n /**\n * Time stamp when the certificate would be auto renewed next\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextAutoRenewalTimeStamp?: Date;\n /**\n * Contact info\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contact?: CertificateOrderContact;\n}\n\n/** Key Vault container ARM resource for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificatePatchResource extends ProxyOnlyResource {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KeyVaultSecretStatus;\n}\n\n/** Class representing certificate reissue request. */\nexport interface ReissueCertificateOrderRequest extends ProxyOnlyResource {\n /** Certificate Key Size. */\n keySize?: number;\n /** Delay in hours to revoke existing certificate after the new certificate is issued. */\n delayExistingRevokeInHours?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\n/** Class representing certificate renew request. */\nexport interface RenewCertificateOrderRequest extends ProxyOnlyResource {\n /** Certificate Key Size. */\n keySize?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\n/** Class representing Response from Detector */\nexport interface DetectorResponse extends ProxyOnlyResource {\n /** metadata for the detector */\n metadata?: DetectorInfo;\n /** Data Set */\n dataset?: DiagnosticData[];\n /** Indicates status of the most severe insight. */\n status?: Status;\n /** Additional configuration for different data providers to be used by the UI */\n dataProvidersMetadata?: DataProviderMetadata[];\n /** Suggested utterances where the detector can be applicable. */\n suggestedUtterances?: QueryUtterancesResults;\n}\n\n/** ARM resource for a domain. */\nexport interface DomainPatchResource extends ProxyOnlyResource {\n /** Administrative contact. */\n contactAdmin?: Contact;\n /** Billing contact. */\n contactBilling?: Contact;\n /** Registrant contact. */\n contactRegistrant?: Contact;\n /** Technical contact. */\n contactTech?: Contact;\n /**\n * Domain registration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationStatus?: DomainStatus;\n /**\n * Domain provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Name servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameServers?: string[];\n /** <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. */\n privacy?: boolean;\n /**\n * Domain creation timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Domain expiration timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * Timestamp when the domain was renewed last time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRenewedTime?: Date;\n /** <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and\n * it is hosted on name servers Azure has programmatic access to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly readyForDnsRecordManagement?: boolean;\n /**\n * All hostnames derived from the domain and assigned to Azure resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedHostNames?: HostName[];\n /** Legal agreement consent. */\n consent?: DomainPurchaseConsent;\n /**\n * Reasons why domain is not renewable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Current DNS type */\n dnsType?: DnsType;\n /** Azure DNS Zone to use */\n dnsZoneId?: string;\n /** Target DNS type (would be used for migration) */\n targetDnsType?: DnsType;\n authCode?: string;\n}\n\n/** Domain ownership Identifier. */\nexport interface DomainOwnershipIdentifier extends ProxyOnlyResource {\n /** Ownership Id. */\n ownershipId?: string;\n}\n\n/** A top level domain object. */\nexport interface TopLevelDomain extends ProxyOnlyResource {\n /** If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>. */\n privacy?: boolean;\n}\n\n/** Full view of the custom domain suffix configuration for ASEv3. */\nexport interface CustomDnsSuffixConfiguration extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: CustomDnsSuffixProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningDetails?: string;\n /** The default custom domain suffix to use for all sites deployed on the ASE. */\n dnsSuffix?: string;\n /** The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix. */\n certificateUrl?: string;\n /** The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available. */\n keyVaultReferenceIdentity?: string;\n}\n\n/** Full view of networking configuration for an ASE. */\nexport interface AseV3NetworkingConfiguration extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly windowsOutboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly linuxOutboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly externalInboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly internalInboundIpAddresses?: string[];\n /** Property to enable and disable new private endpoint connection creation on ASE */\n allowNewPrivateEndpointConnections?: boolean;\n /** Property to enable and disable FTP on ASEV3 */\n ftpEnabled?: boolean;\n /** Property to enable and disable Remote Debug on ASEV3 */\n remoteDebugEnabled?: boolean;\n /** Customer provided Inbound IP Address. Only able to be set on Ase create. */\n inboundIpAddressOverride?: string;\n}\n\n/** ARM resource for a app service environment. */\nexport interface AppServiceEnvironmentPatchResource extends ProxyOnlyResource {\n /**\n * Provisioning state of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current status of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HostingEnvironmentStatus;\n /** Description of the Virtual Network. */\n virtualNetwork?: VirtualNetworkProfile;\n /** Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. */\n internalLoadBalancingMode?: LoadBalancingMode;\n /** Front-end VM size, e.g. \"Medium\", \"Large\". */\n multiSize?: string;\n /**\n * Number of front-end instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiRoleCount?: number;\n /** Number of IP SSL addresses reserved for the App Service Environment. */\n ipsslAddressCount?: number;\n /** DNS suffix of the App Service Environment. */\n dnsSuffix?: string;\n /**\n * Maximum number of VMs in the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfMachines?: number;\n /** Scale factor for front-ends. */\n frontEndScaleFactor?: number;\n /**\n * <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available\n * (most likely because NSG blocked the incoming traffic).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspended?: boolean;\n /** Custom settings for changing the behavior of the App Service Environment. */\n clusterSettings?: NameValuePair[];\n /** User added ip ranges to whitelist on ASE db */\n userWhitelistedIpRanges?: string[];\n /**\n * Flag that displays whether an ASE has linux workers or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasLinuxWorkers?: boolean;\n /** Upgrade Preference */\n upgradePreference?: UpgradePreference;\n /** Dedicated Host Count */\n dedicatedHostCount?: number;\n /** Whether or not this App Service Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Full view of the custom domain suffix configuration for ASEv3. */\n customDnsSuffixConfiguration?: CustomDnsSuffixConfiguration;\n /** Full view of networking configuration for an ASE. */\n networkingConfiguration?: AseV3NetworkingConfiguration;\n /**\n * Whether an upgrade is available for this App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeAvailability?: UpgradeAvailability;\n}\n\n/** Describes main public IP address and any extra virtual IPs. */\nexport interface AddressResponse extends ProxyOnlyResource {\n /** Main public virtual IP. */\n serviceIpAddress?: string;\n /** Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode. */\n internalIpAddress?: string;\n /** IP addresses appearing on outbound connections. */\n outboundIpAddresses?: string[];\n /** Additional virtual IPs. */\n vipMappings?: VirtualIPMapping[];\n}\n\n/** Push settings for the App. */\nexport interface PushSettings extends ProxyOnlyResource {\n /** Gets or sets a flag indicating whether the Push endpoint is enabled. */\n isPushEnabled?: boolean;\n /** Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. */\n tagWhitelistJson?: string;\n /**\n * Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.\n * Tags can consist of alphanumeric characters and the following:\n * '_', '@', '#', '.', ':', '-'.\n * Validation should be performed at the PushRequestHandler.\n */\n tagsRequiringAuth?: string;\n /** Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. */\n dynamicTagsJson?: string;\n}\n\n/** Worker pool of an App Service Environment ARM resource. */\nexport interface WorkerPoolResource extends ProxyOnlyResource {\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Worker size ID for referencing this worker pool. */\n workerSizeId?: number;\n /** Shared or dedicated app hosting. */\n computeMode?: ComputeModeOptions;\n /** VM size of the worker pool instances. */\n workerSize?: string;\n /** Number of instances in the worker pool. */\n workerCount?: number;\n /**\n * Names of all instances in the worker pool (read only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceNames?: string[];\n}\n\n/** Metadata for the metrics. */\nexport interface ResourceMetricDefinition extends ProxyOnlyResource {\n /**\n * Unit of the metric.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Primary aggregation type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryAggregationType?: string;\n /**\n * List of time grains supported for the metric together with retention period.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricAvailabilities?: ResourceMetricAvailability[];\n /**\n * Resource URI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceUri?: string;\n /**\n * Resource metric definition properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: string };\n}\n\n/** Usage of the quota resource. */\nexport interface Usage extends ProxyOnlyResource {\n /**\n * Friendly name shown in the UI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Name of the quota resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceName?: string;\n /**\n * Units of measurement for the quota resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * The current value of the resource counter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentValue?: number;\n /**\n * The resource limit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly limit?: number;\n /**\n * Next reset time for the resource counter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextResetTime?: Date;\n /**\n * Compute mode used for this usage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computeMode?: ComputeModeOptions;\n /**\n * Site mode used for this usage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteMode?: string;\n}\n\n/** Remote Private Endpoint Connection ARM resource. */\nexport interface RemotePrivateEndpointConnectionARMResource\n extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: string;\n /** PrivateEndpoint of a remote private endpoint connection */\n privateEndpoint?: ArmIdWrapper;\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n /** Private IPAddresses mapped to the remote private endpoint */\n ipAddresses?: string[];\n}\n\n/** ARM resource for a app service plan. */\nexport interface AppServicePlanPatchResource extends ProxyOnlyResource {\n /** Target worker tier assigned to the App Service plan. */\n workerTierName?: string;\n /**\n * App Service plan status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StatusOptions;\n /**\n * App Service plan subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscription?: string;\n /** Specification for the App Service Environment to use for the App Service plan. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /**\n * Maximum number of instances that can be assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfWorkers?: number;\n /**\n * The number of instances that are assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfWorkers?: number;\n /**\n * Geographical location for the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoRegion?: string;\n /**\n * If <code>true</code>, apps assigned to this App Service plan can be scaled independently.\n * If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.\n */\n perSiteScaling?: boolean;\n /** ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku */\n elasticScaleEnabled?: boolean;\n /** Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan */\n maximumElasticWorkerCount?: number;\n /**\n * Number of apps assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfSites?: number;\n /** If <code>true</code>, this App Service Plan owns spot instances. */\n isSpot?: boolean;\n /** The time when the server farm expires. Valid only if it is a spot server farm. */\n spotExpirationTime?: Date;\n /** The time when the server farm free offer expires. */\n freeOfferExpirationTime?: Date;\n /**\n * Resource group of the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /** If Linux app service plan <code>true</code>, <code>false</code> otherwise. */\n reserved?: boolean;\n /** Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n isXenon?: boolean;\n /** If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n hyperV?: boolean;\n /** Scaling worker count. */\n targetWorkerCount?: number;\n /** Scaling worker size ID. */\n targetWorkerSizeId?: number;\n /**\n * Provisioning state of the App Service Plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Specification for the Kubernetes Environment to use for the App Service plan. */\n kubeEnvironmentProfile?: KubeEnvironmentProfile;\n /**\n * If <code>true</code>, this App Service Plan will perform availability zone balancing.\n * If <code>false</code>, this App Service Plan will not perform availability zone balancing.\n */\n zoneRedundant?: boolean;\n}\n\n/** Hybrid Connection contract. This is used to configure a Hybrid Connection. */\nexport interface HybridConnection extends ProxyOnlyResource {\n /** The name of the Service Bus namespace. */\n serviceBusNamespace?: string;\n /** The name of the Service Bus relay. */\n relayName?: string;\n /** The ARM URI to the Service Bus relay. */\n relayArmUri?: string;\n /** The hostname of the endpoint. */\n hostname?: string;\n /** The port of the endpoint. */\n port?: number;\n /** The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus. */\n sendKeyName?: string;\n /**\n * The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned\n * normally, use the POST /listKeys API instead.\n */\n sendKeyValue?: string;\n /** The suffix for the service bus endpoint. By default this is .servicebus.windows.net */\n serviceBusSuffix?: string;\n}\n\n/** Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection. */\nexport interface HybridConnectionKey extends ProxyOnlyResource {\n /**\n * The name of the send key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sendKeyName?: string;\n /**\n * The value of the send key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sendKeyValue?: string;\n}\n\n/** Hybrid Connection limits contract. This is used to return the plan limits of Hybrid Connections. */\nexport interface HybridConnectionLimits extends ProxyOnlyResource {\n /**\n * The current number of Hybrid Connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly current?: number;\n /**\n * The maximum number of Hybrid Connections allowed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n}\n\n/** Virtual Network route contract used to pass routing information for a Virtual Network. */\nexport interface VnetRoute extends ProxyOnlyResource {\n /** The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified. */\n startAddress?: string;\n /** The ending address for this route. If the start address is specified in CIDR notation, this must be omitted. */\n endAddress?: string;\n /**\n * The type of route this is:\n * DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918\n * INHERITED - Routes inherited from the real Virtual Network routes\n * STATIC - Static route set on the app only\n *\n * These values will be used for syncing an app's routes with those from a Virtual Network.\n */\n routeType?: RouteType;\n}\n\n/** Virtual Network information ARM resource. */\nexport interface VnetInfoResource extends ProxyOnlyResource {\n /** The Virtual Network's resource ID. */\n vnetResourceId?: string;\n /**\n * The client certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly certThumbprint?: string;\n /**\n * A certificate file (.cer) blob containing the public key of the private key used to authenticate a\n * Point-To-Site VPN connection.\n */\n certBlob?: string;\n /**\n * The routes that this Virtual Network connection uses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly routes?: VnetRoute[];\n /**\n * <code>true</code> if a resync is required; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRequired?: boolean;\n /** DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses. */\n dnsServers?: string;\n /** Flag that is used to denote if this is VNET injection */\n isSwift?: boolean;\n}\n\n/** The Virtual Network gateway contract. This is used to give the Virtual Network gateway access to the VPN package. */\nexport interface VnetGateway extends ProxyOnlyResource {\n /** The Virtual Network name. */\n vnetName?: string;\n /** The URI where the VPN package can be downloaded. */\n vpnPackageUri?: string;\n}\n\n/** ARM resource for a certificate. */\nexport interface CertificatePatchResource extends ProxyOnlyResource {\n /** Certificate password. */\n password?: string;\n /**\n * Friendly name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly friendlyName?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /** Host names the certificate applies to. */\n hostNames?: string[];\n /** Pfx blob. */\n pfxBlob?: Uint8Array;\n /**\n * App name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteName?: string;\n /**\n * Self link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly selfLink?: string;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Raw bytes of .cer file\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cerBlob?: Uint8Array;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n /**\n * Specification for the App Service Environment to use for the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** Key Vault Csm resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultSecretStatus?: KeyVaultSecretStatus;\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** CNAME of the certificate to be issued via free certificate */\n canonicalName?: string;\n /** Method of domain validation for free cert */\n domainValidationMethod?: string;\n}\n\n/** A deleted app. */\nexport interface DeletedSite extends ProxyOnlyResource {\n /**\n * Numeric id for the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedSiteId?: number;\n /**\n * Time in UTC when the app was deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedTimestamp?: string;\n /**\n * Subscription containing the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscription?: string;\n /**\n * ResourceGroup that contained the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * Name of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedSiteName?: string;\n /**\n * Slot of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slot?: string;\n /**\n * Kind of site that was deleted\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kindPropertiesKind?: string;\n /**\n * Geo Region of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoRegionName?: string;\n}\n\n/** Class representing detector definition */\nexport interface DiagnosticCategory extends ProxyOnlyResource {\n /**\n * Description of the diagnostic category\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Definition of Analysis */\nexport interface AnalysisDefinition extends ProxyOnlyResource {\n /**\n * Description of the Analysis\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Class representing a diagnostic analysis done on an application */\nexport interface DiagnosticAnalysis extends ProxyOnlyResource {\n /** Start time of the period */\n startTime?: Date;\n /** End time of the period */\n endTime?: Date;\n /** List of time periods. */\n abnormalTimePeriods?: AbnormalTimePeriod[];\n /** Data by each detector */\n payload?: AnalysisData[];\n /** Data by each detector for detectors that did not corelate */\n nonCorrelatedDetectors?: DetectorDefinition[];\n}\n\n/** ARM resource for a detector definition */\nexport interface DetectorDefinitionResource extends ProxyOnlyResource {\n /**\n * Display name of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Description of the detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Detector Rank\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rank?: number;\n /**\n * Flag representing whether detector is enabled or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isEnabled?: boolean;\n}\n\n/** Class representing Response from Diagnostic Detectors */\nexport interface DiagnosticDetectorResponse extends ProxyOnlyResource {\n /** Start time of the period */\n startTime?: Date;\n /** End time of the period */\n endTime?: Date;\n /** Flag representing Issue was detected. */\n issueDetected?: boolean;\n /** Detector's definition */\n detectorDefinition?: DetectorDefinition;\n /** Metrics provided by the detector */\n metrics?: DiagnosticMetricSet[];\n /** List of Correlated events found by the detector */\n abnormalTimePeriods?: DetectorAbnormalTimePeriod[];\n /** Additional Data that detector wants to send. */\n data?: NameValuePair[][];\n /** Meta Data */\n responseMetaData?: ResponseMetaData;\n}\n\n/** A snapshot of an app. */\nexport interface Snapshot extends ProxyOnlyResource {\n /**\n * The time the snapshot was taken.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: string;\n}\n\n/** ARM resource for a KubeEnvironment when patching */\nexport interface KubeEnvironmentPatchResource extends ProxyOnlyResource {\n /**\n * Provisioning state of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: KubeEnvironmentProvisioningState;\n /**\n * Any errors that occurred during deployment or deployment validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentErrors?: string;\n /** Only visible within Vnet/Subnet */\n internalLoadBalancerEnabled?: boolean;\n /**\n * Default Domain Name for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /** Static IP of the KubeEnvironment */\n staticIp?: string;\n /**\n * Cluster configuration which determines the ARC cluster\n * components types. Eg: Choosing between BuildService kind,\n * FrontEnd Service ArtifactsStorageType etc.\n */\n arcConfiguration?: ArcConfiguration;\n /**\n * Cluster configuration which enables the log daemon to export\n * app logs to a destination. Currently only \"log-analytics\" is\n * supported\n */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration */\n containerAppsConfiguration?: ContainerAppsConfiguration;\n aksResourceID?: string;\n}\n\n/** ARM resource for a ApplicationStack. */\nexport interface ApplicationStackResource extends ProxyOnlyResource {\n /** Application stack name. */\n namePropertiesName?: string;\n /** Application stack display name. */\n display?: string;\n /** Application stack dependency. */\n dependency?: string;\n /** List of major versions available. */\n majorVersions?: StackMajorVersion[];\n /** List of frameworks associated with application stack. */\n frameworks?: ApplicationStack[];\n /** <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>. */\n isDeprecated?: ApplicationStack[];\n}\n\n/** Function App Stack. */\nexport interface FunctionAppStack extends ProxyOnlyResource {\n /**\n * Function App stack location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Function App stack (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Function App stack name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * List of major versions available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly majorVersions?: FunctionAppMajorVersion[];\n /**\n * Function App stack preferred OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preferredOs?: StackPreferredOs;\n}\n\n/** Web App stack. */\nexport interface WebAppStack extends ProxyOnlyResource {\n /**\n * Web App stack location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Web App stack (display only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayText?: string;\n /**\n * Web App stack name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * List of major versions available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly majorVersions?: WebAppMajorVersion[];\n /**\n * Web App stack preferred OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly preferredOs?: StackPreferredOs;\n}\n\n/** Represents a recommendation result generated by the recommendation engine. */\nexport interface Recommendation extends ProxyOnlyResource {\n /** Timestamp when this instance was created. */\n creationTime?: Date;\n /** A GUID value that each recommendation object is associated with. */\n recommendationId?: string;\n /** Full ARM resource ID string that this recommendation object is associated with. */\n resourceId?: string;\n /** Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. */\n resourceScope?: ResourceScopeType;\n /** Unique name of the rule. */\n ruleName?: string;\n /** UI friendly name of the rule (may not be unique). */\n displayName?: string;\n /** Recommendation text. */\n message?: string;\n /** Level indicating how critical this recommendation can impact. */\n level?: NotificationLevel;\n /** List of channels that this recommendation can apply. */\n channels?: Channels;\n /**\n * The list of category tags that this recommendation belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly categoryTags?: string[];\n /** Name of action recommended by this object. */\n actionName?: string;\n /** True if this recommendation is still valid (i.e. \"actionable\"). False if it is invalid. */\n enabled?: number;\n /** The list of states of this recommendation. If it's null then it should be considered \"Active\". */\n states?: string[];\n /** The beginning time in UTC of a range that the recommendation refers to. */\n startTime?: Date;\n /** The end time in UTC of a range that the recommendation refers to. */\n endTime?: Date;\n /** When to notify this recommendation next in UTC. Null means that this will never be notified anymore. */\n nextNotificationTime?: Date;\n /** Date and time in UTC when this notification expires. */\n notificationExpirationTime?: Date;\n /** Last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet. */\n notifiedTime?: Date;\n /** A metric value measured by the rule. */\n score?: number;\n /** True if this is associated with a dynamically added rule */\n isDynamic?: boolean;\n /** Extension name of the portal if exists. */\n extensionName?: string;\n /** Deep link to a blade on the portal. */\n bladeName?: string;\n /** Forward link to an external document associated with the rule. */\n forwardLink?: string;\n}\n\n/** Represents a recommendation rule that the recommendation engine can perform. */\nexport interface RecommendationRule extends ProxyOnlyResource {\n /** Unique name of the rule. */\n recommendationName?: string;\n /** UI friendly name of the rule. */\n displayName?: string;\n /** Localized name of the rule (Good for UI). */\n message?: string;\n /**\n * Recommendation ID of an associated recommendation object tied to the rule, if exists.\n * If such an object doesn't exist, it is set to null.\n */\n recommendationId?: string;\n /** Localized detailed description of the rule. */\n description?: string;\n /** Name of action that is recommended by this rule in string. */\n actionName?: string;\n /** Level of impact indicating how critical this rule is. */\n level?: NotificationLevel;\n /** List of available channels that this rule applies. */\n channels?: Channels;\n /**\n * The list of category tags that this recommendation rule belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly categoryTags?: string[];\n /** True if this is associated with a dynamically added rule */\n isDynamic?: boolean;\n /** Extension name of the portal if exists. Applicable to dynamic rule only. */\n extensionName?: string;\n /** Deep link to a blade on the portal. Applicable to dynamic rule only. */\n bladeName?: string;\n /** Forward link to an external document associated with the rule. Applicable to dynamic rule only. */\n forwardLink?: string;\n}\n\n/** Used for getting ResourceHealthCheck settings. */\nexport interface ResourceHealthMetadata extends ProxyOnlyResource {\n /** The category that the resource matches in the RHC Policy File */\n category?: string;\n /** Is there a health signal for the resource */\n signalAvailability?: boolean;\n}\n\n/** User credentials used for publishing activity. */\nexport interface User extends ProxyOnlyResource {\n /** Username used for publishing. */\n publishingUserName?: string;\n /**\n * Password used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPassword?: string;\n /**\n * Password hash used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPasswordHash?: string;\n /**\n * Password hash salt used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPasswordHashSalt?: string;\n /** Url of SCM site. */\n scmUri?: string;\n}\n\n/** The source control OAuth token. */\nexport interface SourceControl extends ProxyOnlyResource {\n /** OAuth access token. */\n token?: string;\n /** OAuth access token secret. */\n tokenSecret?: string;\n /** OAuth refresh token. */\n refreshToken?: string;\n /** OAuth token expiration. */\n expirationTime?: Date;\n}\n\n/** App Service billing entity that contains information about meter which the Azure billing system utilizes to charge users for services. */\nexport interface BillingMeter extends ProxyOnlyResource {\n /** Meter GUID onboarded in Commerce */\n meterId?: string;\n /** Azure Location of billable resource */\n billingLocation?: string;\n /** Short Name from App Service Azure pricing Page */\n shortName?: string;\n /** Friendly name of the meter */\n friendlyName?: string;\n /** App Service ResourceType meter used for */\n resourceType?: string;\n /** App Service OS type meter used for */\n osType?: string;\n /** Meter Multiplier */\n multiplier?: number;\n}\n\n/** A domain specific resource identifier. */\nexport interface Identifier extends ProxyOnlyResource {\n /** String representation of the identity. */\n value?: string;\n}\n\n/** A hostname and its assigned sites */\nexport interface CustomHostnameSites extends ProxyOnlyResource {\n customHostname?: string;\n region?: string;\n siteResourceIds?: Identifier[];\n}\n\n/** Geographical region. */\nexport interface GeoRegion extends ProxyOnlyResource {\n /**\n * Region description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Display name for region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Display name for region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly orgDomain?: string;\n}\n\n/** ASE region. */\nexport interface AseRegion extends ProxyOnlyResource {\n /**\n * Display name for region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Is region standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly standard?: boolean;\n /**\n * Dedicated host enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dedicatedHost?: boolean;\n /**\n * Zone redundant deployment enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneRedundant?: boolean;\n /** Available Skus in region. */\n availableSku?: string[];\n /** Available OSs in region. */\n availableOS?: string[];\n}\n\n/** Premier add-on offer. */\nexport interface PremierAddOnOffer extends ProxyOnlyResource {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on offer Product. */\n product?: string;\n /** Premier add on offer Vendor. */\n vendor?: string;\n /** <code>true</code> if promotion code is required; otherwise, <code>false</code>. */\n promoCodeRequired?: boolean;\n /** Premier add on offer Quota. */\n quota?: number;\n /** App Service plans this offer is restricted to. */\n webHostingPlanRestrictions?: AppServicePlanRestrictions;\n /** Privacy policy URL. */\n privacyPolicyUrl?: string;\n /** Legal terms URL. */\n legalTermsUrl?: string;\n /** Marketplace publisher. */\n marketplacePublisher?: string;\n /** Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** The required set of inputs to validate a VNET */\nexport interface VnetParameters extends ProxyOnlyResource {\n /** The Resource Group of the VNET to be validated */\n vnetResourceGroup?: string;\n /** The name of the VNET to be validated */\n vnetName?: string;\n /** The subnet name to be validated */\n vnetSubnetName?: string;\n /** The ARM Resource ID of the subnet to validate */\n subnetResourceId?: string;\n}\n\n/** A class that describes a test that failed during NSG and UDR validation. */\nexport interface VnetValidationTestFailure extends ProxyOnlyResource {\n /** The name of the test that failed. */\n testName?: string;\n /** The details of what caused the failure, e.g. the blocking rule name, etc. */\n details?: string;\n}\n\n/** A class that describes the reason for a validation failure. */\nexport interface VnetValidationFailureDetails extends ProxyOnlyResource {\n /** Text describing the validation outcome. */\n message?: string;\n /** A flag describing whether or not validation failed. */\n failed?: boolean;\n /** A list of tests that failed in the validation. */\n failedTests?: VnetValidationTestFailure[];\n /** A list of warnings generated during validation. */\n warnings?: VnetValidationTestFailure[];\n}\n\n/** Request entity for previewing the Static Site workflow */\nexport interface StaticSitesWorkflowPreviewRequest extends ProxyOnlyResource {\n /** URL for the repository of the static site. */\n repositoryUrl?: string;\n /** The target branch in the repository. */\n branch?: string;\n /** Build properties to configure on the repository. */\n buildProperties?: StaticSiteBuildProperties;\n}\n\n/** Preview for the Static Site Workflow to be generated */\nexport interface StaticSitesWorkflowPreview extends ProxyOnlyResource {\n /**\n * The path for the workflow file to be generated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly path?: string;\n /**\n * The contents for the workflow file to be generated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contents?: string;\n}\n\n/** A remote private endpoint connection */\nexport interface RemotePrivateEndpointConnection extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: string;\n /** PrivateEndpoint of a remote private endpoint connection */\n privateEndpoint?: ArmIdWrapper;\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n /** Private IPAddresses mapped to the remote private endpoint */\n ipAddresses?: string[];\n}\n\n/** A static site user provided function. */\nexport interface StaticSiteUserProvidedFunctionApp extends ProxyOnlyResource {\n /** The resource id of the function app registered with the static site */\n functionAppResourceId?: string;\n /** The region of the function app registered with the static site */\n functionAppRegion?: string;\n /**\n * The date and time on which the function app was registered with the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n}\n\n/** ARM resource for a static site when patching */\nexport interface StaticSitePatchResource extends ProxyOnlyResource {\n /**\n * The default autogenerated hostname for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostname?: string;\n /** URL for the repository of the static site. */\n repositoryUrl?: string;\n /** The target branch in the repository. */\n branch?: string;\n /**\n * The custom domains associated with this static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomains?: string[];\n /** A user's github repository token. This is used to setup the Github Actions workflow file and API secrets. */\n repositoryToken?: string;\n /** Build properties to configure on the repository. */\n buildProperties?: StaticSiteBuildProperties;\n /**\n * Private endpoint connections\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: ResponseMessageEnvelopeRemotePrivateEndpointConnection[];\n /** State indicating whether staging environments are allowed or not allowed for a static web app. */\n stagingEnvironmentPolicy?: StagingEnvironmentPolicy;\n /** <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>. */\n allowConfigFileUpdates?: boolean;\n /** Template options for generating a new repository. */\n templateProperties?: StaticSiteTemplateOptions;\n /**\n * The content distribution endpoint for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentDistributionEndpoint?: string;\n /**\n * Identity to use for Key Vault Reference authentication.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultReferenceIdentity?: string;\n /**\n * User provided function apps registered with the static site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userProvidedFunctionApps?: StaticSiteUserProvidedFunctionApp[];\n /**\n * Backends linked to the static side\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkedBackends?: StaticSiteLinkedBackend[];\n /** The provider that submitted the last deployment to the primary environment of the static site. */\n provider?: string;\n /** State indicating the status of the enterprise grade CDN serving traffic to the static web app. */\n enterpriseGradeCdnStatus?: EnterpriseGradeCdnStatus;\n /** State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /**\n * Database connections for the static site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseConnections?: DatabaseConnectionOverview[];\n}\n\n/** Static Site User ARM resource. */\nexport interface StaticSiteUserARMResource extends ProxyOnlyResource {\n /**\n * The identity provider for the static site user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The user id for the static site user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userId?: string;\n /**\n * The display name for the static site user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** The roles for the static site user, in free-form string format */\n roles?: string;\n}\n\n/** Static Site Build ARM resource. */\nexport interface StaticSiteBuildARMResource extends ProxyOnlyResource {\n /**\n * An identifier for the static site build.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly buildId?: string;\n /**\n * The source branch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceBranch?: string;\n /**\n * The title of a pull request that a static site build is related to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pullRequestTitle?: string;\n /**\n * The hostname for a static site build.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostname?: string;\n /**\n * When this build was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTimeUtc?: Date;\n /**\n * When this build was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn?: Date;\n /**\n * The status of the static site build.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: BuildStatus;\n /**\n * User provided function apps registered with the static site build\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userProvidedFunctionApps?: StaticSiteUserProvidedFunctionApp[];\n /**\n * Backends linked to the static side build\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkedBackends?: StaticSiteLinkedBackend[];\n /**\n * Database connections for the static site build\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseConnections?: DatabaseConnectionOverview[];\n}\n\n/** String dictionary resource. */\nexport interface StringDictionary extends ProxyOnlyResource {\n /** Settings. */\n properties?: { [propertyName: string]: string };\n}\n\n/** Static Site Database Connection resource. */\nexport interface DatabaseConnection extends ProxyOnlyResource {\n /** The resource id of the database. */\n resourceId?: string;\n /** If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource. */\n connectionIdentity?: string;\n /** The connection string to use to connect to the database. */\n connectionString?: string;\n /** The region of the database resource. */\n region?: string;\n /**\n * A list of configuration files associated with this database connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationFiles?: StaticSiteDatabaseConnectionConfigurationFileOverview[];\n}\n\n/** Static Site Function Overview ARM resource. */\nexport interface StaticSiteFunctionOverviewARMResource\n extends ProxyOnlyResource {\n /**\n * The name for the function\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly functionName?: string;\n /**\n * The trigger type of the function\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly triggerType?: TriggerTypes;\n}\n\n/** Static Site User Provided Function App ARM resource. */\nexport interface StaticSiteUserProvidedFunctionAppARMResource\n extends ProxyOnlyResource {\n /** The resource id of the function app registered with the static site */\n functionAppResourceId?: string;\n /** The region of the function app registered with the static site */\n functionAppRegion?: string;\n /**\n * The date and time on which the function app was registered with the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n}\n\n/** Static site zip deployment ARM resource. */\nexport interface StaticSiteZipDeploymentARMResource extends ProxyOnlyResource {\n /** URL for the zipped app content */\n appZipUrl?: string;\n /** URL for the zipped api content */\n apiZipUrl?: string;\n /** A title to label the deployment */\n deploymentTitle?: string;\n /** The provider submitting this deployment */\n provider?: string;\n /** The language of the api content, if it exists */\n functionLanguage?: string;\n}\n\n/** Static site basic auth properties ARM resource. */\nexport interface StaticSiteBasicAuthPropertiesARMResource\n extends ProxyOnlyResource {\n /** The password for basic auth. */\n password?: string;\n /** Url to the secret in Key Vault. */\n secretUrl?: string;\n /** State indicating if basic auth is enabled and for what environments it is active. */\n applicableEnvironmentsMode?: string;\n /** The list of enabled environments for Basic Auth if ApplicableEnvironmentsMode is set to SpecifiedEnvironments. */\n environments?: string[];\n /**\n * State indicating if basic auth has a secret and what type it is.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secretState?: string;\n}\n\n/** Static sites user roles invitation resource. */\nexport interface StaticSiteUserInvitationRequestResource\n extends ProxyOnlyResource {\n /** The domain name for the static site custom domain. */\n domain?: string;\n /** The identity provider for the static site user. */\n provider?: string;\n /** The user id for the static site user. */\n userDetails?: string;\n /** The roles for the static site user, in free-form string format */\n roles?: string;\n /** The number of hours the sas token stays valid */\n numHoursToExpiration?: number;\n}\n\n/** Static sites user roles invitation link resource. */\nexport interface StaticSiteUserInvitationResponseResource\n extends ProxyOnlyResource {\n /**\n * The expiration time of the invitation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiresOn?: Date;\n /**\n * The url for the invitation link\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly invitationUrl?: string;\n}\n\n/** Static Site Custom Domain Overview ARM resource. */\nexport interface StaticSiteCustomDomainOverviewARMResource\n extends ProxyOnlyResource {\n /**\n * The domain name for the static site custom domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainName?: string;\n /**\n * The date and time on which the custom domain was created for the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The status of the custom domain\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CustomDomainStatus;\n /**\n * The TXT record validation token\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationToken?: string;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly errorMessage?: string;\n}\n\n/** Static Site Custom Domain Request Properties ARM resource. */\nexport interface StaticSiteCustomDomainRequestPropertiesARMResource\n extends ProxyOnlyResource {\n /** Validation method for adding a custom domain */\n validationMethod?: string;\n}\n\n/** String list resource. */\nexport interface StringList extends ProxyOnlyResource {\n /** List of string resources. */\n properties?: string[];\n}\n\n/** Static Site Reset Properties ARM resource. */\nexport interface StaticSiteResetPropertiesARMResource\n extends ProxyOnlyResource {\n /** The token which proves admin privileges to the repository. */\n repositoryToken?: string;\n /** Determines whether the repository should be updated with the new properties. */\n shouldUpdateRepository?: boolean;\n}\n\n/** Static Site Linked Backend ARM resource. */\nexport interface StaticSiteLinkedBackendARMResource extends ProxyOnlyResource {\n /** The resource id of the backend linked to the static site */\n backendResourceId?: string;\n /** The region of the backend linked to the static site */\n region?: string;\n /**\n * The date and time on which the backend was linked to the static site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The provisioning state of the linking process.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** ARM resource for a site. */\nexport interface SitePatchResource extends ProxyOnlyResource {\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /**\n * Current state of the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: string;\n /**\n * Hostnames associated with the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostNames?: string[];\n /**\n * Name of the repository site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositorySiteName?: string;\n /**\n * State indicating whether the app has exceeded its quota usage. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageState?: UsageState;\n /** <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline). */\n enabled?: boolean;\n /**\n * Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,\n * the app is not served on those hostnames.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabledHostNames?: string[];\n /**\n * Management information availability state for the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityState?: SiteAvailabilityState;\n /** Hostname SSL states are used to manage the SSL bindings for app's hostnames. */\n hostNameSslStates?: HostNameSslState[];\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** <code>true</code> if reserved; otherwise, <code>false</code>. */\n reserved?: boolean;\n /** Obsolete: Hyper-V sandbox. */\n isXenon?: boolean;\n /** Hyper-V sandbox. */\n hyperV?: boolean;\n /**\n * Last time the app was modified, in UTC. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTimeUtc?: Date;\n /** Property to configure various DNS related settings for a site. */\n dnsConfiguration?: SiteDnsConfig;\n /** Configuration of the app. */\n siteConfig?: SiteConfig;\n /**\n * Azure Traffic Manager hostnames associated with the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trafficManagerHostNames?: string[];\n /** <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>. */\n scmSiteAlsoStopped?: boolean;\n /**\n * Specifies which deployment slot this app will swap into. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetSwapSlot?: string;\n /** App Service Environment to use for the app. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. */\n clientAffinityEnabled?: boolean;\n /** <code>true</code> to override client affinity cookie domain with X-Forwarded-Host request header. <code>false</code> to use default domain. Default is <code>false</code>. */\n clientAffinityProxyEnabled?: boolean;\n /** <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. */\n clientCertEnabled?: boolean;\n /**\n * This composes with ClientCertEnabled setting.\n * - ClientCertEnabled: false means ClientCert is ignored.\n * - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.\n * - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted.\n */\n clientCertMode?: ClientCertMode;\n /** client certificate authentication comma-separated exclusion paths */\n clientCertExclusionPaths?: string;\n /**\n * <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.\n * If <code>true</code>, the app is only accessible via API management process.\n */\n hostNamesDisabled?: boolean;\n /** Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification. */\n customDomainVerificationId?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleOutboundIpAddresses?: string;\n /** Size of the function container. */\n containerSize?: number;\n /** Maximum allowed daily memory-time quota (applicable on dynamic apps only). */\n dailyMemoryTimeQuota?: number;\n /**\n * App suspended till in case memory-time quota is exceeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspendedTill?: Date;\n /**\n * Maximum number of workers.\n * This only applies to Functions container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfWorkers?: number;\n /** If specified during app creation, the app is cloned from a source app. */\n cloningInfo?: CloningInfo;\n /**\n * Name of the resource group the app belongs to. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * <code>true</code> if the app is a default container; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultContainer?: boolean;\n /**\n * Default hostname of the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostName?: string;\n /**\n * Status of the last deployment slot swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slotSwapStatus?: SlotSwapStatus;\n /**\n * HttpsOnly: configures a web site to accept only https requests. Issues redirect for\n * http requests\n */\n httpsOnly?: boolean;\n /** Site redundancy mode */\n redundancyMode?: RedundancyMode;\n /**\n * Specifies an operation id if this site has a pending operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inProgressOperationId?: string;\n /** Checks if Customer provided storage account is required */\n storageAccountRequired?: boolean;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /**\n * Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.\n * This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}\n */\n virtualNetworkSubnetId?: string;\n}\n\n/** Custom domain analysis. */\nexport interface CustomHostnameAnalysisResult extends ProxyOnlyResource {\n /**\n * <code>true</code> if hostname is already verified; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHostnameAlreadyVerified?: boolean;\n /**\n * DNS verification test result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationTest?: DnsVerificationTestResult;\n /**\n * Raw failure information if DNS verification fails.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainVerificationFailureInfo?: ErrorEntity;\n /**\n * <code>true</code> if there is a conflict on a scale unit; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasConflictOnScaleUnit?: boolean;\n /**\n * <code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasConflictAcrossSubscription?: boolean;\n /**\n * Name of the conflicting app on scale unit if it's within the same subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflictingAppResourceId?: string;\n /** CName records controller can see for this hostname. */\n cNameRecords?: string[];\n /** TXT records controller can see for this hostname. */\n txtRecords?: string[];\n /** A records controller can see for this hostname. */\n aRecords?: string[];\n /** Alternate CName records controller can see for this hostname. */\n alternateCNameRecords?: string[];\n /** Alternate TXT records controller can see for this hostname. */\n alternateTxtRecords?: string[];\n}\n\n/** Description of a backup which will be performed. */\nexport interface BackupRequest extends ProxyOnlyResource {\n /** Name of the backup. */\n backupName?: string;\n /** True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled. */\n enabled?: boolean;\n /** SAS URL to the container. */\n storageAccountUrl?: string;\n /** Schedule for the backup if it is executed periodically. */\n backupSchedule?: BackupSchedule;\n /** Databases included in the backup. */\n databases?: DatabaseBackupSetting[];\n}\n\n/** Backup description. */\nexport interface BackupItem extends ProxyOnlyResource {\n /**\n * Id of the backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupId?: number;\n /**\n * SAS URL for the storage account container which contains this backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountUrl?: string;\n /**\n * Name of the blob which contains data for this backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobName?: string;\n /**\n * Name of this backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly namePropertiesName?: string;\n /**\n * Backup status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: BackupItemStatus;\n /**\n * Size of the backup in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sizeInBytes?: number;\n /**\n * Timestamp of the backup creation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * Details regarding this backup. Might contain an error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly log?: string;\n /**\n * List of databases included in the backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databases?: DatabaseBackupSetting[];\n /**\n * True if this backup has been created due to a schedule being triggered.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduled?: boolean;\n /**\n * Timestamp of a last restore operation which used this backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRestoreTimeStamp?: Date;\n /**\n * Timestamp when this backup finished.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly finishedTimeStamp?: Date;\n /**\n * Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /**\n * Size of the original web app which has been backed up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly websiteSizeInBytes?: number;\n}\n\n/** Description of a restore request. */\nexport interface RestoreRequest extends ProxyOnlyResource {\n /** SAS URL to the container. */\n storageAccountUrl?: string;\n /** Name of a blob which contains the backup. */\n blobName?: string;\n /** <code>true</code> if the restore operation can overwrite target app; otherwise, <code>false</code>. <code>true</code> is needed if trying to restore over an existing app. */\n overwrite?: boolean;\n /** Name of an app. */\n siteName?: string;\n /** Collection of databases which should be restored. This list has to match the list of databases included in the backup. */\n databases?: DatabaseBackupSetting[];\n /**\n * Changes a logic when restoring an app with custom domains. <code>true</code> to remove custom domains automatically. If <code>false</code>, custom domains are added to\n * the app's object when it is being restored, but that might fail due to conflicts during the operation.\n */\n ignoreConflictingHostNames?: boolean;\n /** Ignore the databases and only restore the site content */\n ignoreDatabases?: boolean;\n /** Specify app service plan that will own restored site. */\n appServicePlan?: string;\n /** Operation type. */\n operationType?: BackupRestoreOperationType;\n /** <code>true</code> if SiteConfig.ConnectionStrings should be set in new app; otherwise, <code>false</code>. */\n adjustConnectionStrings?: boolean;\n /** App Service Environment name, if needed (only when restoring an app to an App Service Environment). */\n hostingEnvironment?: string;\n}\n\n/** Publishing Credentials Policies parameters. */\nexport interface CsmPublishingCredentialsPoliciesEntity\n extends ProxyOnlyResource {\n /** <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>. */\n allow?: boolean;\n}\n\n/** Web app configuration ARM resource. */\nexport interface SiteConfigResource extends ProxyOnlyResource {\n /** Number of workers. */\n numberOfWorkers?: number;\n /** Default documents. */\n defaultDocuments?: string[];\n /** .NET Framework version. */\n netFrameworkVersion?: string;\n /** Version of PHP. */\n phpVersion?: string;\n /** Version of Python. */\n pythonVersion?: string;\n /** Version of Node.js. */\n nodeVersion?: string;\n /** Version of PowerShell. */\n powerShellVersion?: string;\n /** Linux App Framework and version */\n linuxFxVersion?: string;\n /** Xenon App Framework and version */\n windowsFxVersion?: string;\n /** <code>true</code> if request tracing is enabled; otherwise, <code>false</code>. */\n requestTracingEnabled?: boolean;\n /** Request tracing expiration time. */\n requestTracingExpirationTime?: Date;\n /** <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>. */\n remoteDebuggingEnabled?: boolean;\n /** Remote debugging version. */\n remoteDebuggingVersion?: string;\n /** <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>. */\n httpLoggingEnabled?: boolean;\n /** Flag to use Managed Identity Creds for ACR pull */\n acrUseManagedIdentityCreds?: boolean;\n /** If using user managed identity, the user managed identity ClientId */\n acrUserManagedIdentityID?: string;\n /** HTTP logs directory size limit. */\n logsDirectorySizeLimit?: number;\n /** <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>. */\n detailedErrorLoggingEnabled?: boolean;\n /** Publishing user name. */\n publishingUsername?: string;\n /** Application settings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */\n appSettings?: NameValuePair[];\n /** Application metadata. This property cannot be retrieved, since it may contain secrets. */\n metadata?: NameValuePair[];\n /** Connection strings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */\n connectionStrings?: ConnStringInfo[];\n /**\n * Site MachineKey.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineKey?: SiteMachineKey;\n /** Handler mappings. */\n handlerMappings?: HandlerMapping[];\n /** Document root. */\n documentRoot?: string;\n /** SCM type. */\n scmType?: ScmType;\n /** <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>. */\n use32BitWorkerProcess?: boolean;\n /** <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>. */\n webSocketsEnabled?: boolean;\n /** <code>true</code> if Always On is enabled; otherwise, <code>false</code>. */\n alwaysOn?: boolean;\n /** Java version. */\n javaVersion?: string;\n /** Java container. */\n javaContainer?: string;\n /** Java container version. */\n javaContainerVersion?: string;\n /** App command line to launch. */\n appCommandLine?: string;\n /** Managed pipeline mode. */\n managedPipelineMode?: ManagedPipelineMode;\n /** Virtual applications. */\n virtualApplications?: VirtualApplication[];\n /** Site load balancing. */\n loadBalancing?: SiteLoadBalancing;\n /** This is work around for polymorphic types. */\n experiments?: Experiments;\n /** Site limits. */\n limits?: SiteLimits;\n /** <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>. */\n autoHealEnabled?: boolean;\n /** Auto Heal rules. */\n autoHealRules?: AutoHealRules;\n /** Tracing options. */\n tracingOptions?: string;\n /** Virtual Network name. */\n vnetName?: string;\n /** Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. */\n vnetRouteAllEnabled?: boolean;\n /** The number of private ports assigned to this app. These will be assigned dynamically on runtime. */\n vnetPrivatePortsCount?: number;\n /** Cross-Origin Resource Sharing (CORS) settings. */\n cors?: CorsSettings;\n /** Push endpoint settings. */\n push?: PushSettings;\n /** Information about the formal API definition for the app. */\n apiDefinition?: ApiDefinitionInfo;\n /** Azure API management settings linked to the app. */\n apiManagementConfig?: ApiManagementConfig;\n /** Auto-swap slot name. */\n autoSwapSlotName?: string;\n /** <code>true</code> to enable local MySQL; otherwise, <code>false</code>. */\n localMySqlEnabled?: boolean;\n /** Managed Service Identity Id */\n managedServiceIdentityId?: number;\n /** Explicit Managed Service Identity Id */\n xManagedServiceIdentityId?: number;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /** IP security restrictions for main. */\n ipSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for main access restriction if no rules are matched. */\n ipSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm. */\n scmIpSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for scm access restriction if no rules are matched. */\n scmIpSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm to use main. */\n scmIpSecurityRestrictionsUseMain?: boolean;\n /** Http20Enabled: configures a web site to allow clients to connect over http2.0 */\n http20Enabled?: boolean;\n /** Http20ProxyFlag: Configures a website to allow http2.0 to pass be proxied all the way to the app. 0 = disabled, 1 = pass through all http2 traffic, 2 = pass through gRPC only. */\n http20ProxyFlag?: number;\n /** MinTlsVersion: configures the minimum version of TLS required for SSL requests */\n minTlsVersion?: SupportedTlsVersions;\n /** The minimum strength TLS cipher suite allowed for an application */\n minTlsCipherSuite?: TlsCipherSuites;\n /** ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site */\n scmMinTlsVersion?: SupportedTlsVersions;\n /** State of FTP / FTPS service */\n ftpsState?: FtpsState;\n /**\n * Number of preWarmed instances.\n * This setting only applies to the Consumption and Elastic Plans\n */\n preWarmedInstanceCount?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to the Consumption and Elastic Premium Plans\n */\n functionAppScaleLimit?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to apps in plans where ElasticScaleEnabled is <code>true</code>\n */\n elasticWebAppScaleLimit?: number;\n /** Health check path */\n healthCheckPath?: string;\n /**\n * Gets or sets a value indicating whether functions runtime scale monitoring is enabled. When enabled,\n * the ScaleController will not monitor event sources directly, but will instead call to the\n * runtime to get scale status.\n */\n functionsRuntimeScaleMonitoringEnabled?: boolean;\n /** Sets the time zone a site uses for generating timestamps. Compatible with Linux and Windows App Service. Setting the WEBSITE_TIME_ZONE app setting takes precedence over this config. For Linux, expects tz database values https://www.iana.org/time-zones (for a quick reference see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). For Windows, expects one of the time zones listed under HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones */\n websiteTimeZone?: string;\n /**\n * Number of minimum instance count for a site\n * This setting only applies to the Elastic Plans\n */\n minimumElasticInstanceCount?: number;\n /** List of Azure Storage Accounts. */\n azureStorageAccounts?: { [propertyName: string]: AzureStorageInfoValue };\n /** Property to allow or block all public traffic. */\n publicNetworkAccess?: string;\n}\n\n/** Configuration settings for the Azure App Service Authentication / Authorization feature. */\nexport interface SiteAuthSettings extends ProxyOnlyResource {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?: UnauthenticatedClientAction;\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n tokenStoreEnabled?: boolean;\n /**\n * External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: string[];\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n defaultProvider?: BuiltInAuthenticationProvider;\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /**\n * The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).\n * This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.\n * Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientSecret?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://sts.windows.net/{tenant-guid}/`.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n issuer?: string;\n /** Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such. */\n validateIssuer?: boolean;\n /**\n * Allowed audience values to consider when validating JSON Web Tokens issued by\n * Azure Active Directory. Note that the <code>ClientID</code> value is always considered an\n * allowed audience, regardless of this setting.\n */\n allowedAudiences?: string[];\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n additionalLoginParams?: string[];\n /** Gets a JSON string containing the Azure AD Acl settings. */\n aadClaimsAuthorization?: string;\n /**\n * The OpenID Connect Client ID for the Google web application.\n * This setting is required for enabling Google Sign-In.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleClientId?: string;\n /**\n * The client secret associated with the Google web application.\n * This setting is required for enabling Google Sign-In.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleClientSecret?: string;\n /**\n * The app setting name that contains the client secret associated with\n * the Google web application.\n */\n googleClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.\n * This setting is optional. If not specified, \"openid\", \"profile\", and \"email\" are used as default scopes.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleOAuthScopes?: string[];\n /**\n * The App ID of the Facebook app used for login.\n * This setting is required for enabling Facebook Login.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookAppId?: string;\n /**\n * The App Secret of the Facebook app used for Facebook Login.\n * This setting is required for enabling Facebook Login.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookAppSecret?: string;\n /** The app setting name that contains the app secret used for Facebook Login. */\n facebookAppSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.\n * This setting is optional.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookOAuthScopes?: string[];\n /**\n * The Client Id of the GitHub app used for login.\n * This setting is required for enabling Github login\n */\n gitHubClientId?: string;\n /**\n * The Client Secret of the GitHub app used for Github Login.\n * This setting is required for enabling Github login.\n */\n gitHubClientSecret?: string;\n /**\n * The app setting name that contains the client secret of the Github\n * app used for GitHub Login.\n */\n gitHubClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.\n * This setting is optional\n */\n gitHubOAuthScopes?: string[];\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n twitterConsumerKey?: string;\n /**\n * The OAuth 1.0a consumer secret of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n twitterConsumerSecret?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n twitterConsumerSecretSettingName?: string;\n /**\n * The OAuth 2.0 client ID that was created for the app used for authentication.\n * This setting is required for enabling Microsoft Account authentication.\n * Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n */\n microsoftAccountClientId?: string;\n /**\n * The OAuth 2.0 client secret that was created for the app used for authentication.\n * This setting is required for enabling Microsoft Account authentication.\n * Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n */\n microsoftAccountClientSecret?: string;\n /**\n * The app setting name containing the OAuth 2.0 client secret that was created for the\n * app used for authentication.\n */\n microsoftAccountClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.\n * This setting is optional. If not specified, \"wl.basic\" is used as the default scope.\n * Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx\n */\n microsoftAccountOAuthScopes?: string[];\n /**\n * \"true\" if the auth config settings should be read from a file,\n * \"false\" otherwise\n */\n isAuthFromFile?: string;\n /**\n * The path of the config file containing auth settings.\n * If the path is relative, base will the site's root directory.\n */\n authFilePath?: string;\n /**\n * The ConfigVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of the control plane for Authentication / Authorization.\n */\n configVersion?: string;\n}\n\n/** Configuration settings for the Azure App Service Authentication / Authorization V2 feature. */\nexport interface SiteAuthSettingsV2 extends ProxyOnlyResource {\n /** The configuration settings of the platform of App Service Authentication/Authorization. */\n platform?: AuthPlatform;\n /** The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. */\n globalValidation?: GlobalValidation;\n /** The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. */\n identityProviders?: IdentityProviders;\n /** The configuration settings of the login flow of users using App Service Authentication/Authorization. */\n login?: Login;\n /** The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. */\n httpSettings?: HttpSettings;\n}\n\n/** AzureStorageInfo dictionary resource. */\nexport interface AzureStoragePropertyDictionaryResource\n extends ProxyOnlyResource {\n /** Azure storage accounts. */\n properties?: { [propertyName: string]: AzureStorageInfoValue };\n}\n\n/** Description of site key vault references. */\nexport interface ApiKVReference extends ProxyOnlyResource {\n reference?: string;\n status?: ResolveStatus;\n vaultName?: string;\n secretName?: string;\n secretVersion?: string;\n /** Managed service identity. */\n identityType?: ManagedServiceIdentity;\n details?: string;\n source?: \"KeyVault\";\n activeVersion?: string;\n}\n\n/** String dictionary resource. */\nexport interface ConnectionStringDictionary extends ProxyOnlyResource {\n /** Connection strings. */\n properties?: { [propertyName: string]: ConnStringValueTypePair };\n}\n\n/** Configuration of App Service site logs. */\nexport interface SiteLogsConfig extends ProxyOnlyResource {\n /** Application logs configuration. */\n applicationLogs?: ApplicationLogsConfig;\n /** HTTP logs configuration. */\n httpLogs?: HttpLogsConfig;\n /** Failed requests tracing configuration. */\n failedRequestsTracing?: EnabledConfig;\n /** Detailed error messages configuration. */\n detailedErrorMessages?: EnabledConfig;\n}\n\n/** Slot Config names azure resource. */\nexport interface SlotConfigNamesResource extends ProxyOnlyResource {\n /** List of connection string names. */\n connectionStringNames?: string[];\n /** List of application settings names. */\n appSettingNames?: string[];\n /** List of external Azure storage account identifiers. */\n azureStorageConfigNames?: string[];\n}\n\n/** A snapshot of a web app configuration. */\nexport interface SiteConfigurationSnapshotInfo extends ProxyOnlyResource {\n /**\n * The time the snapshot was taken.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: Date;\n /**\n * The id of the snapshot\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly snapshotId?: number;\n}\n\n/** Continuous Web Job Information. */\nexport interface ContinuousWebJob extends ProxyOnlyResource {\n /** Job status. */\n status?: ContinuousWebJobStatus;\n /** Detailed status. */\n detailedStatus?: string;\n /** Log URL. */\n logUrl?: string;\n /** Run command. */\n runCommand?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extraInfoUrl?: string;\n /** Job type. */\n webJobType?: WebJobType;\n /** Error information. */\n error?: string;\n /** Using SDK? */\n usingSdk?: boolean;\n /** Job settings. */\n settings?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Deployment status response payload. */\nexport interface CsmDeploymentStatus extends ProxyOnlyResource {\n /** Deployment operation id. */\n deploymentId?: string;\n /** Deployment build status. */\n status?: DeploymentBuildStatus;\n /** Number of site instances currently being provisioned. */\n numberOfInstancesInProgress?: number;\n /** Number of site instances provisioned successfully. */\n numberOfInstancesSuccessful?: number;\n /** Number of site instances failed to provision. */\n numberOfInstancesFailed?: number;\n /** List of URLs pointing to logs for instances which failed to provision. */\n failedInstancesLogs?: string[];\n /** List of errors. */\n errors?: ErrorEntity[];\n}\n\n/** User credentials used for publishing activity. */\nexport interface Deployment extends ProxyOnlyResource {\n /** Deployment status. */\n status?: number;\n /** Details about deployment status. */\n message?: string;\n /** Who authored the deployment. */\n author?: string;\n /** Who performed the deployment. */\n deployer?: string;\n /** Author email. */\n authorEmail?: string;\n /** Start time. */\n startTime?: Date;\n /** End time. */\n endTime?: Date;\n /** True if deployment is currently active, false if completed and null if not started. */\n active?: boolean;\n /** Details on deployment. */\n details?: string;\n}\n\n/** MSDeploy ARM response */\nexport interface MSDeployStatus extends ProxyOnlyResource {\n /**\n * Username of deployer\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deployer?: string;\n /**\n * Provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: MSDeployProvisioningState;\n /**\n * Start time of deploy operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End time of deploy operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Whether the deployment operation has completed\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complete?: boolean;\n}\n\n/** MSDeploy ARM PUT information */\nexport interface MSDeploy extends ProxyOnlyResource {\n /** Package URI */\n packageUri?: string;\n /** SQL Connection String */\n connectionString?: string;\n /** Database Type */\n dbType?: string;\n /** URI of MSDeploy Parameters file. Must not be set if SetParameters is used. */\n setParametersXmlFileUri?: string;\n /** MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used. */\n setParameters?: { [propertyName: string]: string };\n /**\n * Controls whether the MSDeploy operation skips the App_Data directory.\n * If set to <code>true</code>, the existing App_Data directory on the destination\n * will not be deleted, and any App_Data directory in the source will be ignored.\n * Setting is <code>false</code> by default.\n */\n skipAppData?: boolean;\n /**\n * Sets the AppOffline rule while the MSDeploy operation executes.\n * Setting is <code>false</code> by default.\n */\n appOffline?: boolean;\n}\n\n/** MSDeploy log */\nexport interface MSDeployLog extends ProxyOnlyResource {\n /**\n * List of log entry messages\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly entries?: MSDeployLogEntry[];\n}\n\n/** Function information. */\nexport interface FunctionEnvelope extends ProxyOnlyResource {\n /** Function App ID. */\n functionAppId?: string;\n /** Script root path URI. */\n scriptRootPathHref?: string;\n /** Script URI. */\n scriptHref?: string;\n /** Config URI. */\n configHref?: string;\n /** Test data URI. */\n testDataHref?: string;\n /** Secrets file URI. */\n secretsFileHref?: string;\n /** Function URI. */\n href?: string;\n /** Config information. */\n config?: Record<string, unknown>;\n /** File list. */\n files?: { [propertyName: string]: string };\n /** Test data used when testing via the Azure Portal. */\n testData?: string;\n /** The invocation URL */\n invokeUrlTemplate?: string;\n /** The function language */\n language?: string;\n /** Gets or sets a value indicating whether the function is disabled */\n isDisabled?: boolean;\n}\n\n/** A hostname binding object. */\nexport interface HostNameBinding extends ProxyOnlyResource {\n /** App Service app name. */\n siteName?: string;\n /** Fully qualified ARM domain resource URI. */\n domainId?: string;\n /** Azure resource name. */\n azureResourceName?: string;\n /** Azure resource type. */\n azureResourceType?: AzureResourceType;\n /** Custom DNS record type. */\n customHostNameDnsRecordType?: CustomHostNameDnsRecordType;\n /** Hostname type. */\n hostNameType?: HostNameType;\n /** SSL type */\n sslState?: SslState;\n /** SSL certificate thumbprint */\n thumbprint?: string;\n /**\n * Virtual IP address assigned to the hostname if IP based SSL is enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualIP?: string;\n}\n\n/** Hybrid Connection for an App Service app. */\nexport interface RelayServiceConnectionEntity extends ProxyOnlyResource {\n entityName?: string;\n entityConnectionString?: string;\n resourceType?: string;\n resourceConnectionString?: string;\n hostname?: string;\n port?: number;\n biztalkUri?: string;\n}\n\nexport interface WebSiteInstanceStatus extends ProxyOnlyResource {\n state?: SiteRuntimeState;\n /** Link to the GetStatusApi in Kudu */\n statusUrl?: string;\n /** Link to the Diagnose and Solve Portal */\n detectorUrl?: string;\n /** Link to the console to web app instance */\n consoleUrl?: string;\n /** Link to the console to web app instance */\n healthCheckUrl?: string;\n /** Dictionary of <ContainerInfo> */\n containers?: { [propertyName: string]: ContainerInfo };\n /** The physical zone that the instance is in */\n physicalZone?: string;\n}\n\n/** Process Thread Information. */\nexport interface ProcessThreadInfo extends ProxyOnlyResource {\n /**\n * Site extension ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identifier?: number;\n /** HRef URI. */\n href?: string;\n /** Process URI. */\n process?: string;\n /** Start address. */\n startAddress?: string;\n /** Current thread priority. */\n currentPriority?: number;\n /** Thread priority level. */\n priorityLevel?: string;\n /** Base priority. */\n basePriority?: number;\n /** Start time. */\n startTime?: Date;\n /** Total processor time. */\n totalProcessorTime?: string;\n /** User processor time. */\n userProcessorTime?: string;\n /** Thread state. */\n state?: string;\n /** Wait reason. */\n waitReason?: string;\n}\n\n/** Process Module Information. */\nexport interface ProcessModuleInfo extends ProxyOnlyResource {\n /** Base address. Used as module identifier in ARM resource URI. */\n baseAddress?: string;\n /** File name. */\n fileName?: string;\n /** HRef URI. */\n href?: string;\n /** File path. */\n filePath?: string;\n /** Module memory size. */\n moduleMemorySize?: number;\n /** File version. */\n fileVersion?: string;\n /** File description. */\n fileDescription?: string;\n /** Product name. */\n product?: string;\n /** Product version. */\n productVersion?: string;\n /** Is debug? */\n isDebug?: boolean;\n /** Module language (locale). */\n language?: string;\n}\n\n/** Process Information. */\nexport interface ProcessInfo extends ProxyOnlyResource {\n /**\n * ARM Identifier for deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identifier?: number;\n /** Deployment name. */\n deploymentName?: string;\n /** HRef URI. */\n href?: string;\n /** Minidump URI. */\n minidump?: string;\n /** Is profile running? */\n isProfileRunning?: boolean;\n /** Is the IIS Profile running? */\n isIisProfileRunning?: boolean;\n /** IIS Profile timeout (seconds). */\n iisProfileTimeoutInSeconds?: number;\n /** Parent process. */\n parent?: string;\n /** Child process list. */\n children?: string[];\n /** Thread list. */\n threads?: ProcessThreadInfo[];\n /** List of open files. */\n openFileHandles?: string[];\n /** List of modules. */\n modules?: ProcessModuleInfo[];\n /** File name of this process. */\n fileName?: string;\n /** Command line. */\n commandLine?: string;\n /** User name. */\n userName?: string;\n /** Handle count. */\n handleCount?: number;\n /** Module count. */\n moduleCount?: number;\n /** Thread count. */\n threadCount?: number;\n /** Start time. */\n startTime?: Date;\n /** Total CPU time. */\n totalCpuTime?: string;\n /** User CPU time. */\n userCpuTime?: string;\n /** Privileged CPU time. */\n privilegedCpuTime?: string;\n /** Working set. */\n workingSet?: number;\n /** Peak working set. */\n peakWorkingSet?: number;\n /** Private memory size. */\n privateMemory?: number;\n /** Virtual memory size. */\n virtualMemory?: number;\n /** Peak virtual memory usage. */\n peakVirtualMemory?: number;\n /** Paged system memory. */\n pagedSystemMemory?: number;\n /** Non-paged system memory. */\n nonPagedSystemMemory?: number;\n /** Paged memory. */\n pagedMemory?: number;\n /** Peak paged memory. */\n peakPagedMemory?: number;\n /** Time stamp. */\n timeStamp?: Date;\n /** List of environment variables. */\n environmentVariables?: { [propertyName: string]: string };\n /** Is this the SCM site? */\n isScmSite?: boolean;\n /** Is this a Web Job? */\n isWebjob?: boolean;\n /** Description of process. */\n description?: string;\n}\n\n/** Options for app content migration. */\nexport interface StorageMigrationOptions extends ProxyOnlyResource {\n /** AzureFiles connection string. */\n azurefilesConnectionString?: string;\n /** AzureFiles share. */\n azurefilesShare?: string;\n /** <code>true</code>if the app should be switched over; otherwise, <code>false</code>. */\n switchSiteAfterMigration?: boolean;\n /** <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>. */\n blockWriteAccessToSite?: boolean;\n}\n\n/** Response for a migration of app content request. */\nexport interface StorageMigrationResponse extends ProxyOnlyResource {\n /**\n * When server starts the migration process, it will return an operation ID identifying that particular migration operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationId?: string;\n}\n\n/** MySQL migration request. */\nexport interface MigrateMySqlRequest extends ProxyOnlyResource {\n /** Connection string to the remote MySQL database. */\n connectionString?: string;\n /** The type of migration operation to be done */\n migrationType?: MySqlMigrationType;\n}\n\n/** MySQL migration status. */\nexport interface MigrateMySqlStatus extends ProxyOnlyResource {\n /**\n * Status of the migration task.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationOperationStatus?: OperationStatus;\n /**\n * Operation ID for the migration task.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationId?: string;\n /**\n * True if the web app has in app MySql enabled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localMySqlEnabled?: boolean;\n}\n\n/** Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration. */\nexport interface SwiftVirtualNetwork extends ProxyOnlyResource {\n /** The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first. */\n subnetResourceId?: string;\n /** A flag that specifies if the scale unit this Web App is on supports Swift integration. */\n swiftSupported?: boolean;\n}\n\n/** Full view of network features for an app (presently VNET integration and Hybrid Connections). */\nexport interface NetworkFeatures extends ProxyOnlyResource {\n /**\n * The Virtual Network name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNetworkName?: string;\n /**\n * The Virtual Network summary view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualNetworkConnection?: VnetInfo;\n /**\n * The Hybrid Connections summary view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hybridConnections?: RelayServiceConnectionEntity[];\n /**\n * The Hybrid Connection V2 (Service Bus) view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hybridConnectionsV2?: HybridConnection[];\n}\n\n/** Used for getting PHP error logging flag. */\nexport interface SitePhpErrorLogFlag extends ProxyOnlyResource {\n /** Local log_errors setting. */\n localLogErrors?: string;\n /** Master log_errors setting. */\n masterLogErrors?: string;\n /** Local log_errors_max_len setting. */\n localLogErrorsMaxLength?: string;\n /** Master log_errors_max_len setting. */\n masterLogErrorsMaxLength?: string;\n}\n\n/** ARM resource for a PremierAddOn. */\nexport interface PremierAddOnPatchResource extends ProxyOnlyResource {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on Product. */\n product?: string;\n /** Premier add on Vendor. */\n vendor?: string;\n /** Premier add on Marketplace publisher. */\n marketplacePublisher?: string;\n /** Premier add on Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** Description of the parameters of Private Access for a Web Site. */\nexport interface PrivateAccess extends ProxyOnlyResource {\n /** Whether private access is enabled or not. */\n enabled?: boolean;\n /** The Virtual Networks (and subnets) allowed to access the site privately. */\n virtualNetworks?: PrivateAccessVirtualNetwork[];\n}\n\n/** Public certificate object */\nexport interface PublicCertificate extends ProxyOnlyResource {\n /** Public Certificate byte array */\n blob?: Uint8Array;\n /** Public Certificate Location */\n publicCertificateLocation?: PublicCertificateLocation;\n /**\n * Certificate Thumbprint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n}\n\n/** Details about restoring a deleted app. */\nexport interface DeletedAppRestoreRequest extends ProxyOnlyResource {\n /**\n * ARM resource ID of the deleted app. Example:\n * /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}\n */\n deletedSiteId?: string;\n /** If true, deleted site configuration, in addition to content, will be restored. */\n recoverConfiguration?: boolean;\n /**\n * Point in time to restore the deleted app from, formatted as a DateTime string.\n * If unspecified, default value is the time that the app was deleted.\n */\n snapshotTime?: string;\n /** If true, the snapshot is retrieved from DRSecondary endpoint. */\n useDRSecondary?: boolean;\n}\n\n/** Details about app recovery operation. */\nexport interface SnapshotRestoreRequest extends ProxyOnlyResource {\n /** Point in time in which the app restore should be done, formatted as a DateTime string. */\n snapshotTime?: string;\n /**\n * Optional. Specifies the web app that snapshot contents will be retrieved from.\n * If empty, the targeted web app will be used as the source.\n */\n recoverySource?: SnapshotRecoverySource;\n /** If <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>. */\n overwrite?: boolean;\n /** If true, site configuration, in addition to content, will be reverted. */\n recoverConfiguration?: boolean;\n /**\n * If true, custom hostname conflicts will be ignored when recovering to a target web app.\n * This setting is only necessary when RecoverConfiguration is enabled.\n */\n ignoreConflictingHostNames?: boolean;\n /** If true, the snapshot is retrieved from DRSecondary endpoint. */\n useDRSecondary?: boolean;\n}\n\n/** Container of a site */\nexport interface SiteContainer extends ProxyOnlyResource {\n /** Image Name */\n image?: string;\n /** Target Port */\n targetPort?: string;\n /** <code>true</code> if the container is the main site container; <code>false</code> otherwise. */\n isMain?: boolean;\n /** StartUp Command */\n startUpCommand?: string;\n /** Auth Type */\n authType?: AuthType;\n /** User Name */\n userName?: string;\n /** Password Secret */\n passwordSecret?: string;\n /** UserManagedIdentity ClientId */\n userManagedIdentityClientId?: string;\n /**\n * Created Time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Last Modified Time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** List of volume mounts */\n volumeMounts?: VolumeMount[];\n /** <code>true</code> if all AppSettings and ConnectionStrings have to be passed to the container as environment variables; <code>false</code> otherwise. */\n inheritAppSettingsAndConnectionStrings?: boolean;\n /** List of environment variables */\n environmentVariables?: EnvironmentVariable[];\n}\n\n/** Site Extension Information. */\nexport interface SiteExtensionInfo extends ProxyOnlyResource {\n /** Site extension ID. */\n extensionId?: string;\n title?: string;\n /** Site extension type. */\n extensionType?: SiteExtensionType;\n /** Summary description. */\n summary?: string;\n /** Detailed description. */\n description?: string;\n /** Version information. */\n version?: string;\n /** Extension URL. */\n extensionUrl?: string;\n /** Project URL. */\n projectUrl?: string;\n /** Icon URL. */\n iconUrl?: string;\n /** License URL. */\n licenseUrl?: string;\n /** Feed URL. */\n feedUrl?: string;\n /** List of authors. */\n authors?: string[];\n /** Installer command line parameters. */\n installerCommandLineParams?: string;\n /** Published timestamp. */\n publishedDateTime?: Date;\n /** Count of downloads. */\n downloadCount?: number;\n /** <code>true</code> if the local version is the latest version; <code>false</code> otherwise. */\n localIsLatestVersion?: boolean;\n /** Local path. */\n localPath?: string;\n /** Installed timestamp. */\n installedDateTime?: Date;\n /** Provisioning state. */\n provisioningState?: string;\n /** Site Extension comment. */\n comment?: string;\n}\n\n/** A setting difference between two deployment slots of an app. */\nexport interface SlotDifference extends ProxyOnlyResource {\n /**\n * Level of the difference: Information, Warning or Error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly level?: string;\n /**\n * The type of the setting: General, AppSetting or ConnectionString.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly settingType?: string;\n /**\n * Rule that describes how to process the setting difference during a slot swap.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diffRule?: string;\n /**\n * Name of the setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly settingName?: string;\n /**\n * Value of the setting in the current slot.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valueInCurrentSlot?: string;\n /**\n * Value of the setting in the target slot.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valueInTargetSlot?: string;\n /**\n * Description of the setting difference.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Source control configuration for an app. */\nexport interface SiteSourceControl extends ProxyOnlyResource {\n /** Repository or source control URL. */\n repoUrl?: string;\n /** Name of branch to use for deployment. */\n branch?: string;\n /** <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub). */\n isManualIntegration?: boolean;\n /** <code>true</code> if this is deployed via GitHub action. */\n isGitHubAction?: boolean;\n /** <code>true</code> to enable deployment rollback; otherwise, <code>false</code>. */\n deploymentRollbackEnabled?: boolean;\n /** <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository. */\n isMercurial?: boolean;\n /** If GitHub Action is selected, than the associated configuration. */\n gitHubActionConfiguration?: GitHubActionConfiguration;\n}\n\n/** Triggered Web Job Information. */\nexport interface TriggeredWebJob extends ProxyOnlyResource {\n /** Latest job run information. */\n latestRun?: TriggeredJobRun;\n /** History URL. */\n historyUrl?: string;\n /** Scheduler Logs URL. */\n schedulerLogsUrl?: string;\n /** Run command. */\n runCommand?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extraInfoUrl?: string;\n /** Job type. */\n webJobType?: WebJobType;\n /** Error information. */\n error?: string;\n /** Using SDK? */\n usingSdk?: boolean;\n /** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /** Checks if Customer provided storage account is required */\n storageAccountRequired?: boolean;\n /** Job settings. */\n settings?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Triggered Web Job History. List of Triggered Web Job Run Information elements. */\nexport interface TriggeredJobHistory extends ProxyOnlyResource {\n /** List of triggered web job runs. */\n runs?: TriggeredJobRun[];\n}\n\n/** Web Job Information. */\nexport interface WebJob extends ProxyOnlyResource {\n /** Run command. */\n runCommand?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extraInfoUrl?: string;\n /** Job type. */\n webJobType?: WebJobType;\n /** Error information. */\n error?: string;\n /** Using SDK? */\n usingSdk?: boolean;\n /** Job settings. */\n settings?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Private Endpoint Connection Approval ARM resource. */\nexport interface PrivateLinkConnectionApprovalRequestResource\n extends ProxyOnlyResource {\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n}\n\n/** The workflow output parameter. */\nexport interface WorkflowOutputParameter extends WorkflowParameter {\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n}\n\n/** The workflow run. */\nexport interface WorkflowRun extends SubResource {\n /**\n * Gets the workflow run name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the workflow run type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets the wait end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly waitEndTime?: Date;\n /**\n * Gets the start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n /**\n * Gets the correlation id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /** The run correlation. */\n correlation?: Correlation;\n /**\n * Gets the reference to workflow version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workflow?: ResourceReference;\n /**\n * Gets the fired trigger.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trigger?: WorkflowRunTrigger;\n /**\n * Gets the outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: { [propertyName: string]: WorkflowOutputParameter };\n /**\n * Gets the response of the flow run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly response?: WorkflowRunTrigger;\n}\n\n/** The workflow run action. */\nexport interface WorkflowRunAction extends SubResource {\n /**\n * Gets the workflow run action name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the workflow run action type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets the start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /** The correlation properties. */\n correlation?: RunActionCorrelation;\n /**\n * Gets the link to inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the link to outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * Gets the tracked properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedProperties?: Record<string, unknown>;\n /** Gets the retry histories. */\n retryHistory?: RetryHistory[];\n}\n\n/** The workflow trigger. */\nexport interface WorkflowTrigger extends SubResource {\n /**\n * Gets the workflow trigger name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the workflow trigger type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkflowTriggerProvisioningState;\n /**\n * Gets the created time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Gets the changed time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly changedTime?: Date;\n /**\n * Gets the state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: WorkflowState;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the last execution time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastExecutionTime?: Date;\n /**\n * Gets the next execution time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextExecutionTime?: Date;\n /**\n * Gets the workflow trigger recurrence.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recurrence?: WorkflowTriggerRecurrence;\n /**\n * Gets the reference to workflow.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workflow?: ResourceReference;\n}\n\n/** The workflow trigger history. */\nexport interface WorkflowTriggerHistory extends SubResource {\n /**\n * Gets the workflow trigger history name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets the workflow trigger history type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Gets the start time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * The scheduled time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledTime?: Date;\n /**\n * Gets the status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: WorkflowStatus;\n /**\n * Gets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: Record<string, unknown>;\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /** The run correlation. */\n correlation?: Correlation;\n /**\n * Gets the link to input parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the link to output parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * The value indicating whether trigger was fired.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fired?: boolean;\n /**\n * Gets the reference to workflow run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly run?: ResourceReference;\n}\n\n/** The workflow run action correlation properties. */\nexport interface RunActionCorrelation extends RunCorrelation {\n /** The action tracking identifier. */\n actionTrackingId?: string;\n}\n\n/** The expression root. */\nexport interface ExpressionRoot extends Expression {\n /** The path. */\n path?: string;\n}\n\n/** The azure resource error info. */\nexport interface AzureResourceErrorInfo extends ErrorInfo {\n /** The error message. */\n message: string;\n /** The error details. */\n details?: AzureResourceErrorInfo[];\n}\n\n/** The operation result definition. */\nexport interface OperationResult extends OperationResultProperties {\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /**\n * Gets the inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputs?: Record<string, unknown>;\n /**\n * Gets the link to inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: Record<string, unknown>;\n /**\n * Gets the link to outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * Gets the tracked properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedProperties?: Record<string, unknown>;\n /** Gets the retry histories. */\n retryHistory?: RetryHistory[];\n iterationCount?: number;\n}\n\n/** The workflow run action repetition definition. */\nexport interface WorkflowRunActionRepetitionDefinition\n extends WorkflowResource {\n /** The start time of the workflow scope repetition. */\n startTime?: Date;\n /** The end time of the workflow scope repetition. */\n endTime?: Date;\n /** The correlation properties. */\n correlation?: RunActionCorrelation;\n /** The status of the workflow scope repetition. */\n status?: WorkflowStatus;\n /** The workflow scope repetition code. */\n code?: string;\n /** Anything */\n error?: any;\n /**\n * Gets the tracking id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackingId?: string;\n /**\n * Gets the inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputs?: Record<string, unknown>;\n /**\n * Gets the link to inputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputsLink?: ContentLink;\n /**\n * Gets the outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: Record<string, unknown>;\n /**\n * Gets the link to outputs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputsLink?: ContentLink;\n /**\n * Gets the tracked properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedProperties?: Record<string, unknown>;\n /** Gets the retry histories. */\n retryHistory?: RetryHistory[];\n iterationCount?: number;\n /** The repetition indexes. */\n repetitionIndexes?: RepetitionIndex[];\n}\n\n/** The request history. */\nexport interface RequestHistory extends WorkflowResource {\n /** The request history properties. */\n properties?: RequestHistoryProperties;\n}\n\n/** The workflow type. */\nexport interface Workflow extends WorkflowResource {\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /**\n * Gets the provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkflowProvisioningState;\n /**\n * Gets the created time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Gets the changed time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly changedTime?: Date;\n /** The state. */\n state?: WorkflowState;\n /**\n * Gets the version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Gets the access endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessEndpoint?: string;\n /** The endpoints configuration. */\n endpointsConfiguration?: FlowEndpointsConfiguration;\n /** The access control configuration. */\n accessControl?: FlowAccessControlConfiguration;\n /**\n * The sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: WorkflowSku;\n /** The integration account. */\n integrationAccount?: ResourceReference;\n /** The integration service environment. */\n integrationServiceEnvironment?: ResourceReference;\n /** The definition. */\n definition?: Record<string, unknown>;\n /** The parameters. */\n parameters?: { [propertyName: string]: WorkflowParameter };\n /** The workflow kind. */\n kind?: Kind;\n}\n\n/** The workflow version. */\nexport interface WorkflowVersion extends WorkflowResource {\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: WorkflowProvisioningState;\n /**\n * Gets the created time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Gets the changed time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly changedTime?: Date;\n /** The state. */\n state?: WorkflowState;\n /**\n * Gets the version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Gets the access endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessEndpoint?: string;\n /** The endpoints configuration. */\n endpointsConfiguration?: FlowEndpointsConfiguration;\n /** The access control configuration. */\n accessControl?: FlowAccessControlConfiguration;\n /**\n * The sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: WorkflowSku;\n /** The integration account. */\n integrationAccount?: ResourceReference;\n /** The definition. */\n definition?: Record<string, unknown>;\n /** The parameters. */\n parameters?: { [propertyName: string]: WorkflowParameter };\n}\n\n/** The workflow run action repetition properties definition. */\nexport interface WorkflowRunActionRepetitionProperties extends OperationResult {\n /** The repetition indexes. */\n repetitionIndexes?: RepetitionIndex[];\n}\n\n/** Defines headers for AppServiceEnvironments_createOrUpdate operation. */\nexport interface AppServiceEnvironmentsCreateOrUpdateHeaders {\n /** Location header for asynchronous response. */\n location?: string;\n}\n\n/** Known values of {@link ResourceNotRenewableReason} that the service accepts. */\nexport enum KnownResourceNotRenewableReason {\n /** RegistrationStatusNotSupportedForRenewal */\n RegistrationStatusNotSupportedForRenewal = \"RegistrationStatusNotSupportedForRenewal\",\n /** ExpirationNotInRenewalTimeRange */\n ExpirationNotInRenewalTimeRange = \"ExpirationNotInRenewalTimeRange\",\n /** SubscriptionNotActive */\n SubscriptionNotActive = \"SubscriptionNotActive\",\n}\n\n/**\n * Defines values for ResourceNotRenewableReason. \\\n * {@link KnownResourceNotRenewableReason} can be used interchangeably with ResourceNotRenewableReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RegistrationStatusNotSupportedForRenewal** \\\n * **ExpirationNotInRenewalTimeRange** \\\n * **SubscriptionNotActive**\n */\nexport type ResourceNotRenewableReason = string;\n\n/** Known values of {@link LoadBalancingMode} that the service accepts. */\nexport enum KnownLoadBalancingMode {\n /** None */\n None = \"None\",\n /** Web */\n Web = \"Web\",\n /** Publishing */\n Publishing = \"Publishing\",\n /** WebPublishing */\n WebPublishing = \"Web, Publishing\",\n}\n\n/**\n * Defines values for LoadBalancingMode. \\\n * {@link KnownLoadBalancingMode} can be used interchangeably with LoadBalancingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Web** \\\n * **Publishing** \\\n * **Web, Publishing**\n */\nexport type LoadBalancingMode = string;\n\n/** Known values of {@link UpgradePreference} that the service accepts. */\nexport enum KnownUpgradePreference {\n /** No preference on when this App Service Environment will be upgraded */\n None = \"None\",\n /** This App Service Environment will be upgraded before others in the same region that have Upgrade Preference 'Late' */\n Early = \"Early\",\n /** This App Service Environment will be upgraded after others in the same region that have Upgrade Preference 'Early' */\n Late = \"Late\",\n /** ASEv3 only. Once an upgrade is available, this App Service Environment will wait 10 days for the upgrade to be manually initiated. After 10 days the upgrade will begin automatically */\n Manual = \"Manual\",\n}\n\n/**\n * Defines values for UpgradePreference. \\\n * {@link KnownUpgradePreference} can be used interchangeably with UpgradePreference,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No preference on when this App Service Environment will be upgraded \\\n * **Early**: This App Service Environment will be upgraded before others in the same region that have Upgrade Preference 'Late' \\\n * **Late**: This App Service Environment will be upgraded after others in the same region that have Upgrade Preference 'Early' \\\n * **Manual**: ASEv3 only. Once an upgrade is available, this App Service Environment will wait 10 days for the upgrade to be manually initiated. After 10 days the upgrade will begin automatically\n */\nexport type UpgradePreference = string;\n\n/** Known values of {@link UpgradeAvailability} that the service accepts. */\nexport enum KnownUpgradeAvailability {\n /** No upgrade is currently available for this App Service Environment */\n None = \"None\",\n /** An upgrade is ready to be manually initiated on this App Service Environment */\n Ready = \"Ready\",\n}\n\n/**\n * Defines values for UpgradeAvailability. \\\n * {@link KnownUpgradeAvailability} can be used interchangeably with UpgradeAvailability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No upgrade is currently available for this App Service Environment \\\n * **Ready**: An upgrade is ready to be manually initiated on this App Service Environment\n */\nexport type UpgradeAvailability = string;\n\n/** Known values of {@link ScmType} that the service accepts. */\nexport enum KnownScmType {\n /** None */\n None = \"None\",\n /** Dropbox */\n Dropbox = \"Dropbox\",\n /** Tfs */\n Tfs = \"Tfs\",\n /** LocalGit */\n LocalGit = \"LocalGit\",\n /** GitHub */\n GitHub = \"GitHub\",\n /** CodePlexGit */\n CodePlexGit = \"CodePlexGit\",\n /** CodePlexHg */\n CodePlexHg = \"CodePlexHg\",\n /** BitbucketGit */\n BitbucketGit = \"BitbucketGit\",\n /** BitbucketHg */\n BitbucketHg = \"BitbucketHg\",\n /** ExternalGit */\n ExternalGit = \"ExternalGit\",\n /** ExternalHg */\n ExternalHg = \"ExternalHg\",\n /** OneDrive */\n OneDrive = \"OneDrive\",\n /** VSO */\n VSO = \"VSO\",\n /** Vstsrm */\n Vstsrm = \"VSTSRM\",\n}\n\n/**\n * Defines values for ScmType. \\\n * {@link KnownScmType} can be used interchangeably with ScmType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Dropbox** \\\n * **Tfs** \\\n * **LocalGit** \\\n * **GitHub** \\\n * **CodePlexGit** \\\n * **CodePlexHg** \\\n * **BitbucketGit** \\\n * **BitbucketHg** \\\n * **ExternalGit** \\\n * **ExternalHg** \\\n * **OneDrive** \\\n * **VSO** \\\n * **VSTSRM**\n */\nexport type ScmType = string;\n\n/** Known values of {@link IpFilterTag} that the service accepts. */\nexport enum KnownIpFilterTag {\n /** Default */\n Default = \"Default\",\n /** XffProxy */\n XffProxy = \"XffProxy\",\n /** ServiceTag */\n ServiceTag = \"ServiceTag\",\n}\n\n/**\n * Defines values for IpFilterTag. \\\n * {@link KnownIpFilterTag} can be used interchangeably with IpFilterTag,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **XffProxy** \\\n * **ServiceTag**\n */\nexport type IpFilterTag = string;\n\n/** Known values of {@link DefaultAction} that the service accepts. */\nexport enum KnownDefaultAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Defines values for DefaultAction. \\\n * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type DefaultAction = string;\n\n/** Known values of {@link SupportedTlsVersions} that the service accepts. */\nexport enum KnownSupportedTlsVersions {\n /** One0 */\n One0 = \"1.0\",\n /** One1 */\n One1 = \"1.1\",\n /** One2 */\n One2 = \"1.2\",\n /** One3 */\n One3 = \"1.3\",\n}\n\n/**\n * Defines values for SupportedTlsVersions. \\\n * {@link KnownSupportedTlsVersions} can be used interchangeably with SupportedTlsVersions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.1** \\\n * **1.2** \\\n * **1.3**\n */\nexport type SupportedTlsVersions = string;\n\n/** Known values of {@link TlsCipherSuites} that the service accepts. */\nexport enum KnownTlsCipherSuites {\n /** TLSAES256GCMSHA384 */\n TLSAES256GCMSHA384 = \"TLS_AES_256_GCM_SHA384\",\n /** TLSAES128GCMSHA256 */\n TLSAES128GCMSHA256 = \"TLS_AES_128_GCM_SHA256\",\n /** TLSEcdheEcdsaWithAES256GCMSHA384 */\n TLSEcdheEcdsaWithAES256GCMSHA384 = \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\n /** TLSEcdheEcdsaWithAES128CBCSHA256 */\n TLSEcdheEcdsaWithAES128CBCSHA256 = \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\n /** TLSEcdheEcdsaWithAES128GCMSHA256 */\n TLSEcdheEcdsaWithAES128GCMSHA256 = \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\n /** TLSEcdheRSAWithAES256GCMSHA384 */\n TLSEcdheRSAWithAES256GCMSHA384 = \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\n /** TLSEcdheRSAWithAES128GCMSHA256 */\n TLSEcdheRSAWithAES128GCMSHA256 = \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\n /** TLSEcdheRSAWithAES256CBCSHA384 */\n TLSEcdheRSAWithAES256CBCSHA384 = \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\n /** TLSEcdheRSAWithAES128CBCSHA256 */\n TLSEcdheRSAWithAES128CBCSHA256 = \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\n /** TLSEcdheRSAWithAES256CBCSHA */\n TLSEcdheRSAWithAES256CBCSHA = \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\n /** TLSEcdheRSAWithAES128CBCSHA */\n TLSEcdheRSAWithAES128CBCSHA = \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\n /** TLSRSAWithAES256GCMSHA384 */\n TLSRSAWithAES256GCMSHA384 = \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\n /** TLSRSAWithAES128GCMSHA256 */\n TLSRSAWithAES128GCMSHA256 = \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\n /** TLSRSAWithAES256CBCSHA256 */\n TLSRSAWithAES256CBCSHA256 = \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\n /** TLSRSAWithAES128CBCSHA256 */\n TLSRSAWithAES128CBCSHA256 = \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\n /** TLSRSAWithAES256CBCSHA */\n TLSRSAWithAES256CBCSHA = \"TLS_RSA_WITH_AES_256_CBC_SHA\",\n /** TLSRSAWithAES128CBCSHA */\n TLSRSAWithAES128CBCSHA = \"TLS_RSA_WITH_AES_128_CBC_SHA\",\n}\n\n/**\n * Defines values for TlsCipherSuites. \\\n * {@link KnownTlsCipherSuites} can be used interchangeably with TlsCipherSuites,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TLS_AES_256_GCM_SHA384** \\\n * **TLS_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA** \\\n * **TLS_RSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_RSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_RSA_WITH_AES_256_CBC_SHA256** \\\n * **TLS_RSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_RSA_WITH_AES_256_CBC_SHA** \\\n * **TLS_RSA_WITH_AES_128_CBC_SHA**\n */\nexport type TlsCipherSuites = string;\n\n/** Known values of {@link FtpsState} that the service accepts. */\nexport enum KnownFtpsState {\n /** AllAllowed */\n AllAllowed = \"AllAllowed\",\n /** FtpsOnly */\n FtpsOnly = \"FtpsOnly\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for FtpsState. \\\n * {@link KnownFtpsState} can be used interchangeably with FtpsState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AllAllowed** \\\n * **FtpsOnly** \\\n * **Disabled**\n */\nexport type FtpsState = string;\n\n/** Known values of {@link AzureStorageProtocol} that the service accepts. */\nexport enum KnownAzureStorageProtocol {\n /** Smb */\n Smb = \"Smb\",\n /** Http */\n Http = \"Http\",\n /** Nfs */\n Nfs = \"Nfs\",\n}\n\n/**\n * Defines values for AzureStorageProtocol. \\\n * {@link KnownAzureStorageProtocol} can be used interchangeably with AzureStorageProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Smb** \\\n * **Http** \\\n * **Nfs**\n */\nexport type AzureStorageProtocol = string;\n\n/** Known values of {@link FunctionsDeploymentStorageType} that the service accepts. */\nexport enum KnownFunctionsDeploymentStorageType {\n /** BlobContainer */\n BlobContainer = \"blobContainer\",\n}\n\n/**\n * Defines values for FunctionsDeploymentStorageType. \\\n * {@link KnownFunctionsDeploymentStorageType} can be used interchangeably with FunctionsDeploymentStorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **blobContainer**\n */\nexport type FunctionsDeploymentStorageType = string;\n\n/** Known values of {@link AuthenticationType} that the service accepts. */\nexport enum KnownAuthenticationType {\n /** SystemAssignedIdentity */\n SystemAssignedIdentity = \"SystemAssignedIdentity\",\n /** UserAssignedIdentity */\n UserAssignedIdentity = \"UserAssignedIdentity\",\n /** StorageAccountConnectionString */\n StorageAccountConnectionString = \"StorageAccountConnectionString\",\n}\n\n/**\n * Defines values for AuthenticationType. \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedIdentity** \\\n * **UserAssignedIdentity** \\\n * **StorageAccountConnectionString**\n */\nexport type AuthenticationType = string;\n\n/** Known values of {@link RuntimeName} that the service accepts. */\nexport enum KnownRuntimeName {\n /** DotnetIsolated */\n DotnetIsolated = \"dotnet-isolated\",\n /** Node */\n Node = \"node\",\n /** Java */\n Java = \"java\",\n /** Powershell */\n Powershell = \"powershell\",\n /** Python */\n Python = \"python\",\n /** Custom */\n Custom = \"custom\",\n}\n\n/**\n * Defines values for RuntimeName. \\\n * {@link KnownRuntimeName} can be used interchangeably with RuntimeName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **dotnet-isolated** \\\n * **node** \\\n * **java** \\\n * **powershell** \\\n * **python** \\\n * **custom**\n */\nexport type RuntimeName = string;\n\n/** Known values of {@link DaprLogLevel} that the service accepts. */\nexport enum KnownDaprLogLevel {\n /** Info */\n Info = \"info\",\n /** Debug */\n Debug = \"debug\",\n /** Warn */\n Warn = \"warn\",\n /** Error */\n Error = \"error\",\n}\n\n/**\n * Defines values for DaprLogLevel. \\\n * {@link KnownDaprLogLevel} can be used interchangeably with DaprLogLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **info** \\\n * **debug** \\\n * **warn** \\\n * **error**\n */\nexport type DaprLogLevel = string;\n\n/** Known values of {@link RouteType} that the service accepts. */\nexport enum KnownRouteType {\n /** Default */\n Default = \"DEFAULT\",\n /** Inherited */\n Inherited = \"INHERITED\",\n /** Static */\n Static = \"STATIC\",\n}\n\n/**\n * Defines values for RouteType. \\\n * {@link KnownRouteType} can be used interchangeably with RouteType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DEFAULT** \\\n * **INHERITED** \\\n * **STATIC**\n */\nexport type RouteType = string;\n\n/** Known values of {@link ProviderOsTypeSelected} that the service accepts. */\nexport enum KnownProviderOsTypeSelected {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n /** WindowsFunctions */\n WindowsFunctions = \"WindowsFunctions\",\n /** LinuxFunctions */\n LinuxFunctions = \"LinuxFunctions\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for ProviderOsTypeSelected. \\\n * {@link KnownProviderOsTypeSelected} can be used interchangeably with ProviderOsTypeSelected,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux** \\\n * **WindowsFunctions** \\\n * **LinuxFunctions** \\\n * **All**\n */\nexport type ProviderOsTypeSelected = string;\n\n/** Known values of {@link ProviderStackOsType} that the service accepts. */\nexport enum KnownProviderStackOsType {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for ProviderStackOsType. \\\n * {@link KnownProviderStackOsType} can be used interchangeably with ProviderStackOsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux** \\\n * **All**\n */\nexport type ProviderStackOsType = string;\n\n/** Known values of {@link ResourceScopeType} that the service accepts. */\nexport enum KnownResourceScopeType {\n /** ServerFarm */\n ServerFarm = \"ServerFarm\",\n /** Subscription */\n Subscription = \"Subscription\",\n /** WebSite */\n WebSite = \"WebSite\",\n}\n\n/**\n * Defines values for ResourceScopeType. \\\n * {@link KnownResourceScopeType} can be used interchangeably with ResourceScopeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServerFarm** \\\n * **Subscription** \\\n * **WebSite**\n */\nexport type ResourceScopeType = string;\n\n/** Known values of {@link CheckNameResourceTypes} that the service accepts. */\nexport enum KnownCheckNameResourceTypes {\n /** Site */\n Site = \"Site\",\n /** Slot */\n Slot = \"Slot\",\n /** HostingEnvironment */\n HostingEnvironment = \"HostingEnvironment\",\n /** PublishingUser */\n PublishingUser = \"PublishingUser\",\n /** MicrosoftWebSites */\n MicrosoftWebSites = \"Microsoft.Web/sites\",\n /** MicrosoftWebSitesSlots */\n MicrosoftWebSitesSlots = \"Microsoft.Web/sites/slots\",\n /** MicrosoftWebHostingEnvironments */\n MicrosoftWebHostingEnvironments = \"Microsoft.Web/hostingEnvironments\",\n /** MicrosoftWebPublishingUsers */\n MicrosoftWebPublishingUsers = \"Microsoft.Web/publishingUsers\",\n}\n\n/**\n * Defines values for CheckNameResourceTypes. \\\n * {@link KnownCheckNameResourceTypes} can be used interchangeably with CheckNameResourceTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Site** \\\n * **Slot** \\\n * **HostingEnvironment** \\\n * **PublishingUser** \\\n * **Microsoft.Web\\/sites** \\\n * **Microsoft.Web\\/sites\\/slots** \\\n * **Microsoft.Web\\/hostingEnvironments** \\\n * **Microsoft.Web\\/publishingUsers**\n */\nexport type CheckNameResourceTypes = string;\n\n/** Known values of {@link InAvailabilityReasonType} that the service accepts. */\nexport enum KnownInAvailabilityReasonType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for InAvailabilityReasonType. \\\n * {@link KnownInAvailabilityReasonType} can be used interchangeably with InAvailabilityReasonType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type InAvailabilityReasonType = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** Free */\n Free = \"Free\",\n /** Shared */\n Shared = \"Shared\",\n /** Basic */\n Basic = \"Basic\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n /** Dynamic */\n Dynamic = \"Dynamic\",\n /** Isolated */\n Isolated = \"Isolated\",\n /** IsolatedV2 */\n IsolatedV2 = \"IsolatedV2\",\n /** PremiumV2 */\n PremiumV2 = \"PremiumV2\",\n /** PremiumV3 */\n PremiumV3 = \"PremiumV3\",\n /** PremiumContainer */\n PremiumContainer = \"PremiumContainer\",\n /** ElasticPremium */\n ElasticPremium = \"ElasticPremium\",\n /** ElasticIsolated */\n ElasticIsolated = \"ElasticIsolated\",\n /** FlexConsumption */\n FlexConsumption = \"FlexConsumption\",\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Shared** \\\n * **Basic** \\\n * **Standard** \\\n * **Premium** \\\n * **Dynamic** \\\n * **Isolated** \\\n * **IsolatedV2** \\\n * **PremiumV2** \\\n * **PremiumV3** \\\n * **PremiumContainer** \\\n * **ElasticPremium** \\\n * **ElasticIsolated** \\\n * **FlexConsumption**\n */\nexport type SkuName = string;\n\n/** Known values of {@link ValidateResourceTypes} that the service accepts. */\nexport enum KnownValidateResourceTypes {\n /** ServerFarm */\n ServerFarm = \"ServerFarm\",\n /** Site */\n Site = \"Site\",\n /** MicrosoftWebHostingEnvironments */\n MicrosoftWebHostingEnvironments = \"Microsoft.Web/hostingEnvironments\",\n}\n\n/**\n * Defines values for ValidateResourceTypes. \\\n * {@link KnownValidateResourceTypes} can be used interchangeably with ValidateResourceTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServerFarm** \\\n * **Site** \\\n * **Microsoft.Web\\/hostingEnvironments**\n */\nexport type ValidateResourceTypes = string;\n\n/** Known values of {@link EnterpriseGradeCdnStatus} that the service accepts. */\nexport enum KnownEnterpriseGradeCdnStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Enabling */\n Enabling = \"Enabling\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Disabling */\n Disabling = \"Disabling\",\n}\n\n/**\n * Defines values for EnterpriseGradeCdnStatus. \\\n * {@link KnownEnterpriseGradeCdnStatus} can be used interchangeably with EnterpriseGradeCdnStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Enabling** \\\n * **Disabled** \\\n * **Disabling**\n */\nexport type EnterpriseGradeCdnStatus = string;\n\n/** Known values of {@link BuildStatus} that the service accepts. */\nexport enum KnownBuildStatus {\n /** WaitingForDeployment */\n WaitingForDeployment = \"WaitingForDeployment\",\n /** Uploading */\n Uploading = \"Uploading\",\n /** Deploying */\n Deploying = \"Deploying\",\n /** Ready */\n Ready = \"Ready\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Detached */\n Detached = \"Detached\",\n}\n\n/**\n * Defines values for BuildStatus. \\\n * {@link KnownBuildStatus} can be used interchangeably with BuildStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WaitingForDeployment** \\\n * **Uploading** \\\n * **Deploying** \\\n * **Ready** \\\n * **Failed** \\\n * **Deleting** \\\n * **Detached**\n */\nexport type BuildStatus = string;\n\n/** Known values of {@link TriggerTypes} that the service accepts. */\nexport enum KnownTriggerTypes {\n /** HttpTrigger */\n HttpTrigger = \"HttpTrigger\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for TriggerTypes. \\\n * {@link KnownTriggerTypes} can be used interchangeably with TriggerTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HttpTrigger** \\\n * **Unknown**\n */\nexport type TriggerTypes = string;\n\n/** Known values of {@link BasicAuthName} that the service accepts. */\nexport enum KnownBasicAuthName {\n /** Default */\n Default = \"default\",\n}\n\n/**\n * Defines values for BasicAuthName. \\\n * {@link KnownBasicAuthName} can be used interchangeably with BasicAuthName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default**\n */\nexport type BasicAuthName = string;\n\n/** Known values of {@link CustomDomainStatus} that the service accepts. */\nexport enum KnownCustomDomainStatus {\n /** RetrievingValidationToken */\n RetrievingValidationToken = \"RetrievingValidationToken\",\n /** Validating */\n Validating = \"Validating\",\n /** Adding */\n Adding = \"Adding\",\n /** Ready */\n Ready = \"Ready\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n}\n\n/**\n * Defines values for CustomDomainStatus. \\\n * {@link KnownCustomDomainStatus} can be used interchangeably with CustomDomainStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RetrievingValidationToken** \\\n * **Validating** \\\n * **Adding** \\\n * **Ready** \\\n * **Failed** \\\n * **Deleting** \\\n * **Unhealthy**\n */\nexport type CustomDomainStatus = string;\n\n/** Known values of {@link DatabaseType} that the service accepts. */\nexport enum KnownDatabaseType {\n /** SqlAzure */\n SqlAzure = \"SqlAzure\",\n /** MySql */\n MySql = \"MySql\",\n /** LocalMySql */\n LocalMySql = \"LocalMySql\",\n /** PostgreSql */\n PostgreSql = \"PostgreSql\",\n}\n\n/**\n * Defines values for DatabaseType. \\\n * {@link KnownDatabaseType} can be used interchangeably with DatabaseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlAzure** \\\n * **MySql** \\\n * **LocalMySql** \\\n * **PostgreSql**\n */\nexport type DatabaseType = string;\n\n/** Known values of {@link DeploymentBuildStatus} that the service accepts. */\nexport enum KnownDeploymentBuildStatus {\n /** TimedOut */\n TimedOut = \"TimedOut\",\n /** RuntimeFailed */\n RuntimeFailed = \"RuntimeFailed\",\n /** BuildAborted */\n BuildAborted = \"BuildAborted\",\n /** BuildFailed */\n BuildFailed = \"BuildFailed\",\n /** BuildRequestReceived */\n BuildRequestReceived = \"BuildRequestReceived\",\n /** BuildPending */\n BuildPending = \"BuildPending\",\n /** BuildInProgress */\n BuildInProgress = \"BuildInProgress\",\n /** BuildSuccessful */\n BuildSuccessful = \"BuildSuccessful\",\n /** PostBuildRestartRequired */\n PostBuildRestartRequired = \"PostBuildRestartRequired\",\n /** StartPolling */\n StartPolling = \"StartPolling\",\n /** StartPollingWithRestart */\n StartPollingWithRestart = \"StartPollingWithRestart\",\n /** RuntimeStarting */\n RuntimeStarting = \"RuntimeStarting\",\n /** RuntimeSuccessful */\n RuntimeSuccessful = \"RuntimeSuccessful\",\n}\n\n/**\n * Defines values for DeploymentBuildStatus. \\\n * {@link KnownDeploymentBuildStatus} can be used interchangeably with DeploymentBuildStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TimedOut** \\\n * **RuntimeFailed** \\\n * **BuildAborted** \\\n * **BuildFailed** \\\n * **BuildRequestReceived** \\\n * **BuildPending** \\\n * **BuildInProgress** \\\n * **BuildSuccessful** \\\n * **PostBuildRestartRequired** \\\n * **StartPolling** \\\n * **StartPollingWithRestart** \\\n * **RuntimeStarting** \\\n * **RuntimeSuccessful**\n */\nexport type DeploymentBuildStatus = string;\n\n/** Known values of {@link PublishingProfileFormat} that the service accepts. */\nexport enum KnownPublishingProfileFormat {\n /** FileZilla3 */\n FileZilla3 = \"FileZilla3\",\n /** WebDeploy */\n WebDeploy = \"WebDeploy\",\n /** Ftp */\n Ftp = \"Ftp\",\n}\n\n/**\n * Defines values for PublishingProfileFormat. \\\n * {@link KnownPublishingProfileFormat} can be used interchangeably with PublishingProfileFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FileZilla3** \\\n * **WebDeploy** \\\n * **Ftp**\n */\nexport type PublishingProfileFormat = string;\n\n/** Known values of {@link WorkflowState} that the service accepts. */\nexport enum KnownWorkflowState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Completed */\n Completed = \"Completed\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Suspended */\n Suspended = \"Suspended\",\n}\n\n/**\n * Defines values for WorkflowState. \\\n * {@link KnownWorkflowState} can be used interchangeably with WorkflowState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Completed** \\\n * **Enabled** \\\n * **Disabled** \\\n * **Deleted** \\\n * **Suspended**\n */\nexport type WorkflowState = string;\n\n/** Known values of {@link KeyType} that the service accepts. */\nexport enum KnownKeyType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\",\n}\n\n/**\n * Defines values for KeyType. \\\n * {@link KnownKeyType} can be used interchangeably with KeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Primary** \\\n * **Secondary**\n */\nexport type KeyType = string;\n\n/** Known values of {@link WorkflowStatus} that the service accepts. */\nexport enum KnownWorkflowStatus {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Paused */\n Paused = \"Paused\",\n /** Running */\n Running = \"Running\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Skipped */\n Skipped = \"Skipped\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Failed */\n Failed = \"Failed\",\n /** Faulted */\n Faulted = \"Faulted\",\n /** TimedOut */\n TimedOut = \"TimedOut\",\n /** Aborted */\n Aborted = \"Aborted\",\n /** Ignored */\n Ignored = \"Ignored\",\n}\n\n/**\n * Defines values for WorkflowStatus. \\\n * {@link KnownWorkflowStatus} can be used interchangeably with WorkflowStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Paused** \\\n * **Running** \\\n * **Waiting** \\\n * **Succeeded** \\\n * **Skipped** \\\n * **Suspended** \\\n * **Cancelled** \\\n * **Failed** \\\n * **Faulted** \\\n * **TimedOut** \\\n * **Aborted** \\\n * **Ignored**\n */\nexport type WorkflowStatus = string;\n\n/** Known values of {@link ParameterType} that the service accepts. */\nexport enum KnownParameterType {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** String */\n String = \"String\",\n /** SecureString */\n SecureString = \"SecureString\",\n /** Int */\n Int = \"Int\",\n /** Float */\n Float = \"Float\",\n /** Bool */\n Bool = \"Bool\",\n /** Array */\n Array = \"Array\",\n /** Object */\n Object = \"Object\",\n /** SecureObject */\n SecureObject = \"SecureObject\",\n}\n\n/**\n * Defines values for ParameterType. \\\n * {@link KnownParameterType} can be used interchangeably with ParameterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **String** \\\n * **SecureString** \\\n * **Int** \\\n * **Float** \\\n * **Bool** \\\n * **Array** \\\n * **Object** \\\n * **SecureObject**\n */\nexport type ParameterType = string;\n\n/** Known values of {@link WorkflowTriggerProvisioningState} that the service accepts. */\nexport enum KnownWorkflowTriggerProvisioningState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Running */\n Running = \"Running\",\n /** Ready */\n Ready = \"Ready\",\n /** Creating */\n Creating = \"Creating\",\n /** Created */\n Created = \"Created\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Moving */\n Moving = \"Moving\",\n /** Updating */\n Updating = \"Updating\",\n /** Registering */\n Registering = \"Registering\",\n /** Registered */\n Registered = \"Registered\",\n /** Unregistering */\n Unregistering = \"Unregistering\",\n /** Unregistered */\n Unregistered = \"Unregistered\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * Defines values for WorkflowTriggerProvisioningState. \\\n * {@link KnownWorkflowTriggerProvisioningState} can be used interchangeably with WorkflowTriggerProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Accepted** \\\n * **Running** \\\n * **Ready** \\\n * **Creating** \\\n * **Created** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Moving** \\\n * **Updating** \\\n * **Registering** \\\n * **Registered** \\\n * **Unregistering** \\\n * **Unregistered** \\\n * **Completed**\n */\nexport type WorkflowTriggerProvisioningState = string;\n\n/** Known values of {@link RecurrenceFrequency} that the service accepts. */\nexport enum KnownRecurrenceFrequency {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Second */\n Second = \"Second\",\n /** Minute */\n Minute = \"Minute\",\n /** Hour */\n Hour = \"Hour\",\n /** Day */\n Day = \"Day\",\n /** Week */\n Week = \"Week\",\n /** Month */\n Month = \"Month\",\n /** Year */\n Year = \"Year\",\n}\n\n/**\n * Defines values for RecurrenceFrequency. \\\n * {@link KnownRecurrenceFrequency} can be used interchangeably with RecurrenceFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Second** \\\n * **Minute** \\\n * **Hour** \\\n * **Day** \\\n * **Week** \\\n * **Month** \\\n * **Year**\n */\nexport type RecurrenceFrequency = string;\n\n/** Known values of {@link WorkflowProvisioningState} that the service accepts. */\nexport enum KnownWorkflowProvisioningState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Running */\n Running = \"Running\",\n /** Ready */\n Ready = \"Ready\",\n /** Creating */\n Creating = \"Creating\",\n /** Created */\n Created = \"Created\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Moving */\n Moving = \"Moving\",\n /** Updating */\n Updating = \"Updating\",\n /** Registering */\n Registering = \"Registering\",\n /** Registered */\n Registered = \"Registered\",\n /** Unregistering */\n Unregistering = \"Unregistering\",\n /** Unregistered */\n Unregistered = \"Unregistered\",\n /** Completed */\n Completed = \"Completed\",\n /** Renewing */\n Renewing = \"Renewing\",\n /** Pending */\n Pending = \"Pending\",\n /** Waiting */\n Waiting = \"Waiting\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for WorkflowProvisioningState. \\\n * {@link KnownWorkflowProvisioningState} can be used interchangeably with WorkflowProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Accepted** \\\n * **Running** \\\n * **Ready** \\\n * **Creating** \\\n * **Created** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Moving** \\\n * **Updating** \\\n * **Registering** \\\n * **Registered** \\\n * **Unregistering** \\\n * **Unregistered** \\\n * **Completed** \\\n * **Renewing** \\\n * **Pending** \\\n * **Waiting** \\\n * **InProgress**\n */\nexport type WorkflowProvisioningState = string;\n\n/** Known values of {@link OpenAuthenticationProviderType} that the service accepts. */\nexport enum KnownOpenAuthenticationProviderType {\n /** AAD */\n AAD = \"AAD\",\n}\n\n/**\n * Defines values for OpenAuthenticationProviderType. \\\n * {@link KnownOpenAuthenticationProviderType} can be used interchangeably with OpenAuthenticationProviderType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AAD**\n */\nexport type OpenAuthenticationProviderType = string;\n\n/** Known values of {@link WorkflowSkuName} that the service accepts. */\nexport enum KnownWorkflowSkuName {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Free */\n Free = \"Free\",\n /** Shared */\n Shared = \"Shared\",\n /** Basic */\n Basic = \"Basic\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n}\n\n/**\n * Defines values for WorkflowSkuName. \\\n * {@link KnownWorkflowSkuName} can be used interchangeably with WorkflowSkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Free** \\\n * **Shared** \\\n * **Basic** \\\n * **Standard** \\\n * **Premium**\n */\nexport type WorkflowSkuName = string;\n\n/** Known values of {@link Kind} that the service accepts. */\nexport enum KnownKind {\n /** Stateful */\n Stateful = \"Stateful\",\n /** Stateless */\n Stateless = \"Stateless\",\n}\n\n/**\n * Defines values for Kind. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Stateful** \\\n * **Stateless**\n */\nexport type Kind = string;\n/** Defines values for KeyVaultSecretStatus. */\nexport type KeyVaultSecretStatus =\n | \"Initialized\"\n | \"WaitingOnCertificateOrder\"\n | \"Succeeded\"\n | \"CertificateOrderFailed\"\n | \"OperationNotPermittedOnKeyVault\"\n | \"AzureServiceUnauthorizedToAccessKeyVault\"\n | \"KeyVaultDoesNotExist\"\n | \"KeyVaultSecretDoesNotExist\"\n | \"UnknownError\"\n | \"ExternalPrivateKey\"\n | \"Unknown\";\n/** Defines values for CertificateProductType. */\nexport type CertificateProductType =\n | \"StandardDomainValidatedSsl\"\n | \"StandardDomainValidatedWildCardSsl\";\n/** Defines values for ProvisioningState. */\nexport type ProvisioningState =\n | \"Succeeded\"\n | \"Failed\"\n | \"Canceled\"\n | \"InProgress\"\n | \"Deleting\";\n/** Defines values for CertificateOrderStatus. */\nexport type CertificateOrderStatus =\n | \"Pendingissuance\"\n | \"Issued\"\n | \"Revoked\"\n | \"Canceled\"\n | \"Denied\"\n | \"Pendingrevocation\"\n | \"PendingRekey\"\n | \"Unused\"\n | \"Expired\"\n | \"NotSubmitted\";\n/** Defines values for CertificateOrderActionType. */\nexport type CertificateOrderActionType =\n | \"CertificateIssued\"\n | \"CertificateOrderCanceled\"\n | \"CertificateOrderCreated\"\n | \"CertificateRevoked\"\n | \"DomainValidationComplete\"\n | \"FraudDetected\"\n | \"OrgNameChange\"\n | \"OrgValidationComplete\"\n | \"SanDrop\"\n | \"FraudCleared\"\n | \"CertificateExpired\"\n | \"CertificateExpirationWarning\"\n | \"FraudDocumentationRequired\"\n | \"Unknown\";\n/** Defines values for DetectorType. */\nexport type DetectorType = \"Detector\" | \"Analysis\" | \"CategoryOverview\";\n/** Defines values for RenderingType. */\nexport type RenderingType =\n | \"NoGraph\"\n | \"Table\"\n | \"TimeSeries\"\n | \"TimeSeriesPerInstance\"\n | \"PieChart\"\n | \"DataSummary\"\n | \"Email\"\n | \"Insights\"\n | \"DynamicInsight\"\n | \"Markdown\"\n | \"Detector\"\n | \"DropDown\"\n | \"Card\"\n | \"Solution\"\n | \"Guage\"\n | \"Form\"\n | \"ChangeSets\"\n | \"ChangeAnalysisOnboarding\"\n | \"ChangesView\"\n | \"AppInsight\"\n | \"DependencyGraph\"\n | \"DownTime\"\n | \"SummaryCard\"\n | \"SearchComponent\"\n | \"AppInsightEnablement\";\n/** Defines values for InsightStatus. */\nexport type InsightStatus =\n | \"Critical\"\n | \"Warning\"\n | \"Info\"\n | \"Success\"\n | \"None\";\n/** Defines values for DomainType. */\nexport type DomainType = \"Regular\" | \"SoftDeleted\";\n/** Defines values for DomainStatus. */\nexport type DomainStatus =\n | \"Active\"\n | \"Awaiting\"\n | \"Cancelled\"\n | \"Confiscated\"\n | \"Disabled\"\n | \"Excluded\"\n | \"Expired\"\n | \"Failed\"\n | \"Held\"\n | \"Locked\"\n | \"Parked\"\n | \"Pending\"\n | \"Reserved\"\n | \"Reverted\"\n | \"Suspended\"\n | \"Transferred\"\n | \"Unknown\"\n | \"Unlocked\"\n | \"Unparked\"\n | \"Updated\"\n | \"JsonConverterFailed\";\n/** Defines values for AzureResourceType. */\nexport type AzureResourceType = \"Website\" | \"TrafficManager\";\n/** Defines values for CustomHostNameDnsRecordType. */\nexport type CustomHostNameDnsRecordType = \"CName\" | \"A\";\n/** Defines values for HostNameType. */\nexport type HostNameType = \"Verified\" | \"Managed\";\n/** Defines values for DnsType. */\nexport type DnsType = \"AzureDns\" | \"DefaultDomainRegistrarDns\";\n/** Defines values for HostingEnvironmentStatus. */\nexport type HostingEnvironmentStatus =\n | \"Preparing\"\n | \"Ready\"\n | \"Scaling\"\n | \"Deleting\";\n/** Defines values for CustomDnsSuffixProvisioningState. */\nexport type CustomDnsSuffixProvisioningState =\n | \"Succeeded\"\n | \"Failed\"\n | \"Degraded\"\n | \"InProgress\";\n/** Defines values for ComputeModeOptions. */\nexport type ComputeModeOptions = \"Shared\" | \"Dedicated\" | \"Dynamic\";\n/** Defines values for WorkerSizeOptions. */\nexport type WorkerSizeOptions =\n | \"Small\"\n | \"Medium\"\n | \"Large\"\n | \"D1\"\n | \"D2\"\n | \"D3\"\n | \"SmallV3\"\n | \"MediumV3\"\n | \"LargeV3\"\n | \"NestedSmall\"\n | \"NestedSmallLinux\"\n | \"Default\";\n/** Defines values for UsageState. */\nexport type UsageState = \"Normal\" | \"Exceeded\";\n/** Defines values for SiteAvailabilityState. */\nexport type SiteAvailabilityState =\n | \"Normal\"\n | \"Limited\"\n | \"DisasterRecoveryMode\";\n/** Defines values for SslState. */\nexport type SslState = \"Disabled\" | \"SniEnabled\" | \"IpBasedEnabled\";\n/** Defines values for HostType. */\nexport type HostType = \"Standard\" | \"Repository\";\n/** Defines values for ConnectionStringType. */\nexport type ConnectionStringType =\n | \"MySql\"\n | \"SQLServer\"\n | \"SQLAzure\"\n | \"Custom\"\n | \"NotificationHub\"\n | \"ServiceBus\"\n | \"EventHub\"\n | \"ApiHub\"\n | \"DocDb\"\n | \"RedisCache\"\n | \"PostgreSQL\";\n/** Defines values for ManagedPipelineMode. */\nexport type ManagedPipelineMode = \"Integrated\" | \"Classic\";\n/** Defines values for SiteLoadBalancing. */\nexport type SiteLoadBalancing =\n | \"WeightedRoundRobin\"\n | \"LeastRequests\"\n | \"LeastResponseTime\"\n | \"WeightedTotalTraffic\"\n | \"RequestHash\"\n | \"PerSiteRoundRobin\"\n | \"LeastRequestsWithTieBreaker\";\n/** Defines values for AutoHealActionType. */\nexport type AutoHealActionType = \"Recycle\" | \"LogEvent\" | \"CustomAction\";\n/** Defines values for AzureStorageType. */\nexport type AzureStorageType = \"AzureFiles\" | \"AzureBlob\";\n/** Defines values for AzureStorageState. */\nexport type AzureStorageState =\n | \"Ok\"\n | \"InvalidCredentials\"\n | \"InvalidShare\"\n | \"NotValidated\";\n/** Defines values for ClientCertMode. */\nexport type ClientCertMode =\n | \"Required\"\n | \"Optional\"\n | \"OptionalInteractiveUser\";\n/** Defines values for IPMode. */\nexport type IPMode = \"IPv4\" | \"IPv6\" | \"IPv4AndIPv6\";\n/** Defines values for RedundancyMode. */\nexport type RedundancyMode =\n | \"None\"\n | \"Manual\"\n | \"Failover\"\n | \"ActiveActive\"\n | \"GeoRedundant\";\n/** Defines values for AutoGeneratedDomainNameLabelScope. */\nexport type AutoGeneratedDomainNameLabelScope =\n | \"TenantReuse\"\n | \"SubscriptionReuse\"\n | \"ResourceGroupReuse\"\n | \"NoReuse\";\n/** Defines values for ManagedServiceIdentityType. */\nexport type ManagedServiceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n/** Defines values for OperationStatus. */\nexport type OperationStatus =\n | \"InProgress\"\n | \"Failed\"\n | \"Succeeded\"\n | \"TimedOut\"\n | \"Created\";\n/** Defines values for StatusOptions. */\nexport type StatusOptions = \"Ready\" | \"Pending\" | \"Creating\";\n/** Defines values for IssueType. */\nexport type IssueType =\n | \"ServiceIncident\"\n | \"AppDeployment\"\n | \"AppCrash\"\n | \"RuntimeIssueDetected\"\n | \"AseDeployment\"\n | \"UserIssue\"\n | \"PlatformIssue\"\n | \"Other\";\n/** Defines values for SolutionType. */\nexport type SolutionType =\n | \"QuickSolution\"\n | \"DeepInvestigation\"\n | \"BestPractices\";\n/** Defines values for KubeEnvironmentProvisioningState. */\nexport type KubeEnvironmentProvisioningState =\n | \"Succeeded\"\n | \"Failed\"\n | \"Canceled\"\n | \"Waiting\"\n | \"InitializationInProgress\"\n | \"InfrastructureSetupInProgress\"\n | \"InfrastructureSetupComplete\"\n | \"ScheduledForDelete\"\n | \"UpgradeRequested\"\n | \"UpgradeFailed\";\n/** Defines values for StorageType. */\nexport type StorageType = \"LocalNode\" | \"NetworkFileSystem\";\n/** Defines values for FrontEndServiceType. */\nexport type FrontEndServiceType = \"NodePort\" | \"LoadBalancer\";\n/** Defines values for StackPreferredOs. */\nexport type StackPreferredOs = \"Windows\" | \"Linux\";\n/** Defines values for NotificationLevel. */\nexport type NotificationLevel =\n | \"Critical\"\n | \"Warning\"\n | \"Information\"\n | \"NonUrgentSuggestion\";\n/** Defines values for Channels. */\nexport type Channels = \"Notification\" | \"Api\" | \"Email\" | \"Webhook\" | \"All\";\n/** Defines values for AppServicePlanRestrictions. */\nexport type AppServicePlanRestrictions =\n | \"None\"\n | \"Free\"\n | \"Shared\"\n | \"Basic\"\n | \"Standard\"\n | \"Premium\";\n/** Defines values for StagingEnvironmentPolicy. */\nexport type StagingEnvironmentPolicy = \"Enabled\" | \"Disabled\";\n/** Defines values for DnsVerificationTestResult. */\nexport type DnsVerificationTestResult = \"Passed\" | \"Failed\" | \"Skipped\";\n/** Defines values for FrequencyUnit. */\nexport type FrequencyUnit = \"Day\" | \"Hour\";\n/** Defines values for BackupItemStatus. */\nexport type BackupItemStatus =\n | \"InProgress\"\n | \"Failed\"\n | \"Succeeded\"\n | \"TimedOut\"\n | \"Created\"\n | \"Skipped\"\n | \"PartiallySucceeded\"\n | \"DeleteInProgress\"\n | \"DeleteFailed\"\n | \"Deleted\";\n/** Defines values for BackupRestoreOperationType. */\nexport type BackupRestoreOperationType =\n | \"Default\"\n | \"Clone\"\n | \"Relocation\"\n | \"Snapshot\"\n | \"CloudFS\";\n/** Defines values for UnauthenticatedClientAction. */\nexport type UnauthenticatedClientAction =\n | \"RedirectToLoginPage\"\n | \"AllowAnonymous\";\n/** Defines values for BuiltInAuthenticationProvider. */\nexport type BuiltInAuthenticationProvider =\n | \"AzureActiveDirectory\"\n | \"Facebook\"\n | \"Google\"\n | \"MicrosoftAccount\"\n | \"Twitter\"\n | \"Github\";\n/** Defines values for UnauthenticatedClientActionV2. */\nexport type UnauthenticatedClientActionV2 =\n | \"RedirectToLoginPage\"\n | \"AllowAnonymous\"\n | \"Return401\"\n | \"Return403\";\n/** Defines values for CookieExpirationConvention. */\nexport type CookieExpirationConvention =\n | \"FixedTime\"\n | \"IdentityProviderDerived\";\n/** Defines values for ForwardProxyConvention. */\nexport type ForwardProxyConvention = \"NoProxy\" | \"Standard\" | \"Custom\";\n/** Defines values for ResolveStatus. */\nexport type ResolveStatus =\n | \"Initialized\"\n | \"Resolved\"\n | \"InvalidSyntax\"\n | \"MSINotEnabled\"\n | \"VaultNotFound\"\n | \"SecretNotFound\"\n | \"SecretVersionNotFound\"\n | \"AccessToKeyVaultDenied\"\n | \"OtherReasons\"\n | \"FetchTimedOut\"\n | \"UnauthorizedClient\";\n/** Defines values for LogLevel. */\nexport type LogLevel = \"Off\" | \"Verbose\" | \"Information\" | \"Warning\" | \"Error\";\n/** Defines values for ContinuousWebJobStatus. */\nexport type ContinuousWebJobStatus =\n | \"Initializing\"\n | \"Starting\"\n | \"Running\"\n | \"PendingRestart\"\n | \"Stopped\";\n/** Defines values for WebJobType. */\nexport type WebJobType = \"Continuous\" | \"Triggered\";\n/** Defines values for MSDeployProvisioningState. */\nexport type MSDeployProvisioningState =\n | \"accepted\"\n | \"running\"\n | \"succeeded\"\n | \"failed\"\n | \"canceled\";\n/** Defines values for MSDeployLogEntryType. */\nexport type MSDeployLogEntryType = \"Message\" | \"Warning\" | \"Error\";\n/** Defines values for SiteRuntimeState. */\nexport type SiteRuntimeState = \"READY\" | \"STOPPED\" | \"UNKNOWN\";\n/** Defines values for CloneAbilityResult. */\nexport type CloneAbilityResult =\n | \"Cloneable\"\n | \"PartiallyCloneable\"\n | \"NotCloneable\";\n/** Defines values for MySqlMigrationType. */\nexport type MySqlMigrationType = \"LocalToRemote\" | \"RemoteToLocal\";\n/** Defines values for PublicCertificateLocation. */\nexport type PublicCertificateLocation =\n | \"CurrentUserMy\"\n | \"LocalMachineMy\"\n | \"Unknown\";\n/** Defines values for AuthType. */\nexport type AuthType =\n | \"Anonymous\"\n | \"UserCredentials\"\n | \"SystemIdentity\"\n | \"UserAssigned\";\n/** Defines values for SiteExtensionType. */\nexport type SiteExtensionType = \"Gallery\" | \"WebRoot\";\n/** Defines values for TriggeredWebJobStatus. */\nexport type TriggeredWebJobStatus = \"Success\" | \"Failed\" | \"Error\";\n/** Defines values for WorkflowHealthState. */\nexport type WorkflowHealthState =\n | \"NotSpecified\"\n | \"Healthy\"\n | \"Unhealthy\"\n | \"Unknown\";\n/** Defines values for DaysOfWeek. */\nexport type DaysOfWeek =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\n/** Defines values for DayOfWeek. */\nexport type DayOfWeek =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AppServiceCertificateOrdersListResponse =\n AppServiceCertificateOrderCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AppServiceCertificateOrdersListByResourceGroupResponse =\n AppServiceCertificateOrderCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AppServiceCertificateOrdersGetResponse = AppServiceCertificateOrder;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AppServiceCertificateOrdersCreateOrUpdateResponse =\n AppServiceCertificateOrder;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AppServiceCertificateOrdersUpdateResponse =\n AppServiceCertificateOrder;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListCertificatesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCertificates operation. */\nexport type AppServiceCertificateOrdersListCertificatesResponse =\n AppServiceCertificateCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersGetCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCertificate operation. */\nexport type AppServiceCertificateOrdersGetCertificateResponse =\n AppServiceCertificateResource;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateCertificate operation. */\nexport type AppServiceCertificateOrdersCreateOrUpdateCertificateResponse =\n AppServiceCertificateResource;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersDeleteCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersUpdateCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateCertificate operation. */\nexport type AppServiceCertificateOrdersUpdateCertificateResponse =\n AppServiceCertificateResource;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersReissueOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRenewOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersResendEmailOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersResendRequestEmailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveSiteSealOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the retrieveSiteSeal operation. */\nexport type AppServiceCertificateOrdersRetrieveSiteSealResponse = SiteSeal;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the retrieveCertificateActions operation. */\nexport type AppServiceCertificateOrdersRetrieveCertificateActionsResponse =\n CertificateOrderAction[];\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the retrieveCertificateEmailHistory operation. */\nexport type AppServiceCertificateOrdersRetrieveCertificateEmailHistoryResponse =\n CertificateEmail[];\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AppServiceCertificateOrdersListNextResponse =\n AppServiceCertificateOrderCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AppServiceCertificateOrdersListByResourceGroupNextResponse =\n AppServiceCertificateOrderCollection;\n\n/** Optional parameters. */\nexport interface AppServiceCertificateOrdersListCertificatesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCertificatesNext operation. */\nexport type AppServiceCertificateOrdersListCertificatesNextResponse =\n AppServiceCertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServiceCertificateOrderDetectorResponse operation. */\nexport type CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams\n extends coreClient.OperationOptions {\n /** The start time for detector response. */\n startTime?: Date;\n /** The end time for the detector response. */\n endTime?: Date;\n /** The time grain for the detector response. */\n timeGrain?: string;\n}\n\n/** Contains response data for the getAppServiceCertificateOrderDetectorResponse operation. */\nexport type CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseResponse =\n DetectorResponse;\n\n/** Optional parameters. */\nexport interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServiceCertificateOrderDetectorResponseNext operation. */\nexport type CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseNextResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface CertificateRegistrationProviderListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type CertificateRegistrationProviderListOperationsResponse =\n CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface CertificateRegistrationProviderListOperationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperationsNext operation. */\nexport type CertificateRegistrationProviderListOperationsNextResponse =\n CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface DomainRegistrationProviderListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type DomainRegistrationProviderListOperationsResponse =\n CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface DomainRegistrationProviderListOperationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperationsNext operation. */\nexport type DomainRegistrationProviderListOperationsNextResponse =\n CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface DomainsCheckAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkAvailability operation. */\nexport type DomainsCheckAvailabilityResponse = DomainAvailabilityCheckResult;\n\n/** Optional parameters. */\nexport interface DomainsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DomainsListResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetControlCenterSsoRequestOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getControlCenterSsoRequest operation. */\nexport type DomainsGetControlCenterSsoRequestResponse =\n DomainControlCenterSsoRequest;\n\n/** Optional parameters. */\nexport interface DomainsListRecommendationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendations operation. */\nexport type DomainsListRecommendationsResponse = NameIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DomainsListByResourceGroupResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainsGetResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainsCreateOrUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to delete the domain immediately. The default is <code>false</code> which deletes the domain after 24 hours. */\n forceHardDeleteDomain?: boolean;\n}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DomainsUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsListOwnershipIdentifiersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOwnershipIdentifiers operation. */\nexport type DomainsListOwnershipIdentifiersResponse =\n DomainOwnershipIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOwnershipIdentifier operation. */\nexport type DomainsGetOwnershipIdentifierResponse = DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateOwnershipIdentifier operation. */\nexport type DomainsCreateOrUpdateOwnershipIdentifierResponse =\n DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateOwnershipIdentifier operation. */\nexport type DomainsUpdateOwnershipIdentifierResponse =\n DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsRenewOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DomainsTransferOutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the transferOut operation. */\nexport type DomainsTransferOutResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DomainsListNextResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsListRecommendationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendationsNext operation. */\nexport type DomainsListRecommendationsNextResponse = NameIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DomainsListByResourceGroupNextResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsListOwnershipIdentifiersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOwnershipIdentifiersNext operation. */\nexport type DomainsListOwnershipIdentifiersNextResponse =\n DomainOwnershipIdentifierCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TopLevelDomainsListResponse = TopLevelDomainCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopLevelDomainsGetResponse = TopLevelDomain;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListAgreementsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAgreements operation. */\nexport type TopLevelDomainsListAgreementsResponse = TldLegalAgreementCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TopLevelDomainsListNextResponse = TopLevelDomainCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListAgreementsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAgreementsNext operation. */\nexport type TopLevelDomainsListAgreementsNextResponse =\n TldLegalAgreementCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AppServiceEnvironmentsListResponse =\n AppServiceEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AppServiceEnvironmentsListByResourceGroupResponse =\n AppServiceEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AppServiceEnvironmentsGetResponse = AppServiceEnvironmentResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AppServiceEnvironmentsCreateOrUpdateResponse =\n AppServiceEnvironmentResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to force the deletion even if the App Service Environment contains resources. The default is <code>false</code>. */\n forceDelete?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AppServiceEnvironmentsUpdateResponse =\n AppServiceEnvironmentResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListCapacitiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCapacities operation. */\nexport type AppServiceEnvironmentsListCapacitiesResponse =\n StampCapacityCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetVipInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVipInfo operation. */\nexport type AppServiceEnvironmentsGetVipInfoResponse = AddressResponse;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsChangeVnetOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the changeVnet operation. */\nexport type AppServiceEnvironmentsChangeVnetResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAseCustomDnsSuffixConfiguration operation. */\nexport type AppServiceEnvironmentsGetAseCustomDnsSuffixConfigurationResponse =\n CustomDnsSuffixConfiguration;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAseCustomDnsSuffixConfiguration operation. */\nexport type AppServiceEnvironmentsUpdateAseCustomDnsSuffixConfigurationResponse =\n CustomDnsSuffixConfiguration;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteAseCustomDnsSuffixConfiguration operation. */\nexport type AppServiceEnvironmentsDeleteAseCustomDnsSuffixConfigurationResponse =\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAseV3NetworkingConfiguration operation. */\nexport type AppServiceEnvironmentsGetAseV3NetworkingConfigurationResponse =\n AseV3NetworkingConfiguration;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAseNetworkingConfiguration operation. */\nexport type AppServiceEnvironmentsUpdateAseNetworkingConfigurationResponse =\n AseV3NetworkingConfiguration;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListDiagnosticsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDiagnostics operation. */\nexport type AppServiceEnvironmentsListDiagnosticsResponse =\n HostingEnvironmentDiagnostics[];\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetDiagnosticsItemOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDiagnosticsItem operation. */\nexport type AppServiceEnvironmentsGetDiagnosticsItemResponse =\n HostingEnvironmentDiagnostics;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInboundNetworkDependenciesEndpoints operation. */\nexport type AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsResponse =\n InboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePools operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolsResponse =\n WorkerPoolCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetMultiRolePoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMultiRolePool operation. */\nexport type AppServiceEnvironmentsGetMultiRolePoolResponse = WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateMultiRolePool operation. */\nexport type AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse =\n WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateMultiRolePool operation. */\nexport type AppServiceEnvironmentsUpdateMultiRolePoolResponse =\n WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolInstanceMetricDefinitions operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRoleMetricDefinitions operation. */\nexport type AppServiceEnvironmentsListMultiRoleMetricDefinitionsResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolSkus operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolSkusResponse =\n SkuInfoCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsTestUpgradeAvailableNotificationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpgradeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRoleUsagesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRoleUsages operation. */\nexport type AppServiceEnvironmentsListMultiRoleUsagesResponse = UsageCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type AppServiceEnvironmentsListOperationsResponse = Operation[];\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOutboundNetworkDependenciesEndpoints operation. */\nexport type AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionList operation. */\nexport type AppServiceEnvironmentsGetPrivateEndpointConnectionListResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnection operation. */\nexport type AppServiceEnvironmentsGetPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the approveOrRejectPrivateEndpointConnection operation. */\nexport type AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnection operation. */\nexport type AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse =\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResources operation. */\nexport type AppServiceEnvironmentsGetPrivateLinkResourcesResponse =\n PrivateLinkResourcesWrapper;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsRebootOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsResumeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the resume operation. */\nexport type AppServiceEnvironmentsResumeResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListAppServicePlansOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServicePlans operation. */\nexport type AppServiceEnvironmentsListAppServicePlansResponse =\n AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebAppsOptionalParams\n extends coreClient.OperationOptions {\n /** Comma separated list of app properties to include. */\n propertiesToInclude?: string;\n}\n\n/** Contains response data for the listWebApps operation. */\nexport type AppServiceEnvironmentsListWebAppsResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsSuspendOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the suspend operation. */\nexport type AppServiceEnvironmentsSuspendResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListUsagesOptionalParams\n extends coreClient.OperationOptions {\n /** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listUsages operation. */\nexport type AppServiceEnvironmentsListUsagesResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPools operation. */\nexport type AppServiceEnvironmentsListWorkerPoolsResponse =\n WorkerPoolCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetWorkerPoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWorkerPool operation. */\nexport type AppServiceEnvironmentsGetWorkerPoolResponse = WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateWorkerPool operation. */\nexport type AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse =\n WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsUpdateWorkerPoolOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateWorkerPool operation. */\nexport type AppServiceEnvironmentsUpdateWorkerPoolResponse = WorkerPoolResource;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolInstanceMetricDefinitions operation. */\nexport type AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebWorkerMetricDefinitions operation. */\nexport type AppServiceEnvironmentsListWebWorkerMetricDefinitionsResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolSkus operation. */\nexport type AppServiceEnvironmentsListWorkerPoolSkusResponse =\n SkuInfoCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebWorkerUsagesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebWorkerUsages operation. */\nexport type AppServiceEnvironmentsListWebWorkerUsagesResponse = UsageCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AppServiceEnvironmentsListNextResponse =\n AppServiceEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AppServiceEnvironmentsListByResourceGroupNextResponse =\n AppServiceEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListCapacitiesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCapacitiesNext operation. */\nexport type AppServiceEnvironmentsListCapacitiesNextResponse =\n StampCapacityCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsChangeVnetNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the changeVnetNext operation. */\nexport type AppServiceEnvironmentsChangeVnetNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInboundNetworkDependenciesEndpointsNext operation. */\nexport type AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsNextResponse =\n InboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolsNext operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolsNextResponse =\n WorkerPoolCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolInstanceMetricDefinitionsNext operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsNextResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRoleMetricDefinitionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRoleMetricDefinitionsNext operation. */\nexport type AppServiceEnvironmentsListMultiRoleMetricDefinitionsNextResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRolePoolSkusNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRolePoolSkusNext operation. */\nexport type AppServiceEnvironmentsListMultiRolePoolSkusNextResponse =\n SkuInfoCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListMultiRoleUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMultiRoleUsagesNext operation. */\nexport type AppServiceEnvironmentsListMultiRoleUsagesNextResponse =\n UsageCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOutboundNetworkDependenciesEndpointsNext operation. */\nexport type AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsNextResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListNext operation. */\nexport type AppServiceEnvironmentsGetPrivateEndpointConnectionListNextResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsResumeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the resumeNext operation. */\nexport type AppServiceEnvironmentsResumeNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListAppServicePlansNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAppServicePlansNext operation. */\nexport type AppServiceEnvironmentsListAppServicePlansNextResponse =\n AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebAppsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebAppsNext operation. */\nexport type AppServiceEnvironmentsListWebAppsNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsSuspendNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the suspendNext operation. */\nexport type AppServiceEnvironmentsSuspendNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsagesNext operation. */\nexport type AppServiceEnvironmentsListUsagesNextResponse =\n CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolsNext operation. */\nexport type AppServiceEnvironmentsListWorkerPoolsNextResponse =\n WorkerPoolCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolInstanceMetricDefinitionsNext operation. */\nexport type AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsNextResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebWorkerMetricDefinitionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebWorkerMetricDefinitionsNext operation. */\nexport type AppServiceEnvironmentsListWebWorkerMetricDefinitionsNextResponse =\n ResourceMetricDefinitionCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWorkerPoolSkusNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkerPoolSkusNext operation. */\nexport type AppServiceEnvironmentsListWorkerPoolSkusNextResponse =\n SkuInfoCollection;\n\n/** Optional parameters. */\nexport interface AppServiceEnvironmentsListWebWorkerUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebWorkerUsagesNext operation. */\nexport type AppServiceEnvironmentsListWebWorkerUsagesNextResponse =\n UsageCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListOptionalParams\n extends coreClient.OperationOptions {\n /**\n * Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.\n * Retrieval of all properties may increase the API latency.\n */\n detailed?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type AppServicePlansListResponse = AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AppServicePlansListByResourceGroupResponse =\n AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AppServicePlansGetResponse = AppServicePlan;\n\n/** Optional parameters. */\nexport interface AppServicePlansCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AppServicePlansCreateOrUpdateResponse = AppServicePlan;\n\n/** Optional parameters. */\nexport interface AppServicePlansDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServicePlansUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AppServicePlansUpdateResponse = AppServicePlan;\n\n/** Optional parameters. */\nexport interface AppServicePlansListCapabilitiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCapabilities operation. */\nexport type AppServicePlansListCapabilitiesResponse = Capability[];\n\n/** Optional parameters. */\nexport interface AppServicePlansGetHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHybridConnection operation. */\nexport type AppServicePlansGetHybridConnectionResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface AppServicePlansDeleteHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServicePlansListHybridConnectionKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnectionKeys operation. */\nexport type AppServicePlansListHybridConnectionKeysResponse =\n HybridConnectionKey;\n\n/** Optional parameters. */\nexport interface AppServicePlansListWebAppsByHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebAppsByHybridConnection operation. */\nexport type AppServicePlansListWebAppsByHybridConnectionResponse =\n ResourceCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansGetHybridConnectionPlanLimitOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHybridConnectionPlanLimit operation. */\nexport type AppServicePlansGetHybridConnectionPlanLimitResponse =\n HybridConnectionLimits;\n\n/** Optional parameters. */\nexport interface AppServicePlansListHybridConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnections operation. */\nexport type AppServicePlansListHybridConnectionsResponse =\n HybridConnectionCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansRestartWebAppsOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps */\n softRestart?: boolean;\n}\n\n/** Optional parameters. */\nexport interface AppServicePlansListWebAppsOptionalParams\n extends coreClient.OperationOptions {\n /** Supported filter: $filter=state eq running. Returns only web apps that are currently running */\n filter?: string;\n /** Skip to a web app in the list of webapps associated with app service plan. If specified, the resulting list will contain web apps starting from (including) the skipToken. Otherwise, the resulting list contains web apps from the start of the list */\n skipToken?: string;\n /** List page size. If specified, results are paged. */\n top?: string;\n}\n\n/** Contains response data for the listWebApps operation. */\nexport type AppServicePlansListWebAppsResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansGetServerFarmSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getServerFarmSkus operation. */\nexport type AppServicePlansGetServerFarmSkusResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface AppServicePlansListUsagesOptionalParams\n extends coreClient.OperationOptions {\n /** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2'). */\n filter?: string;\n}\n\n/** Contains response data for the listUsages operation. */\nexport type AppServicePlansListUsagesResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListVnetsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVnets operation. */\nexport type AppServicePlansListVnetsResponse = VnetInfoResource[];\n\n/** Optional parameters. */\nexport interface AppServicePlansGetVnetFromServerFarmOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetFromServerFarm operation. */\nexport type AppServicePlansGetVnetFromServerFarmResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface AppServicePlansGetVnetGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetGateway operation. */\nexport type AppServicePlansGetVnetGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface AppServicePlansUpdateVnetGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetGateway operation. */\nexport type AppServicePlansUpdateVnetGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface AppServicePlansListRoutesForVnetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRoutesForVnet operation. */\nexport type AppServicePlansListRoutesForVnetResponse = VnetRoute[];\n\n/** Optional parameters. */\nexport interface AppServicePlansGetRouteForVnetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRouteForVnet operation. */\nexport type AppServicePlansGetRouteForVnetResponse = VnetRoute[];\n\n/** Optional parameters. */\nexport interface AppServicePlansCreateOrUpdateVnetRouteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetRoute operation. */\nexport type AppServicePlansCreateOrUpdateVnetRouteResponse = VnetRoute;\n\n/** Optional parameters. */\nexport interface AppServicePlansDeleteVnetRouteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServicePlansUpdateVnetRouteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetRoute operation. */\nexport type AppServicePlansUpdateVnetRouteResponse = VnetRoute;\n\n/** Optional parameters. */\nexport interface AppServicePlansRebootWorkerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AppServicePlansListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AppServicePlansListNextResponse = AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AppServicePlansListByResourceGroupNextResponse =\n AppServicePlanCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListWebAppsByHybridConnectionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebAppsByHybridConnectionNext operation. */\nexport type AppServicePlansListWebAppsByHybridConnectionNextResponse =\n ResourceCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListHybridConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnectionsNext operation. */\nexport type AppServicePlansListHybridConnectionsNextResponse =\n HybridConnectionCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListWebAppsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebAppsNext operation. */\nexport type AppServicePlansListWebAppsNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface AppServicePlansListUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsagesNext operation. */\nexport type AppServicePlansListUsagesNextResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListOptionalParams\n extends coreClient.OperationOptions {\n /** Return only information specified in the filter (using OData syntax). For example: $filter=KeyVaultId eq 'KeyVaultId' */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CertificatesListResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CertificatesListByResourceGroupResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CertificatesCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CertificatesListNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificatesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CertificatesListByResourceGroupNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DeletedWebAppsListResponse = DeletedWebAppCollection;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type DeletedWebAppsListByLocationResponse = DeletedWebAppCollection;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsGetDeletedWebAppByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeletedWebAppByLocation operation. */\nexport type DeletedWebAppsGetDeletedWebAppByLocationResponse = DeletedSite;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DeletedWebAppsListNextResponse = DeletedWebAppCollection;\n\n/** Optional parameters. */\nexport interface DeletedWebAppsListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type DeletedWebAppsListByLocationNextResponse = DeletedWebAppCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostingEnvironmentDetectorResponses operation. */\nexport type DiagnosticsListHostingEnvironmentDetectorResponsesResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetHostingEnvironmentDetectorResponseOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the getHostingEnvironmentDetectorResponse operation. */\nexport type DiagnosticsGetHostingEnvironmentDetectorResponseResponse =\n DetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorResponsesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorResponses operation. */\nexport type DiagnosticsListSiteDetectorResponsesResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDetectorResponseOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the getSiteDetectorResponse operation. */\nexport type DiagnosticsGetSiteDetectorResponseResponse = DetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDiagnosticCategoriesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDiagnosticCategories operation. */\nexport type DiagnosticsListSiteDiagnosticCategoriesResponse =\n DiagnosticCategoryCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDiagnosticCategoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteDiagnosticCategory operation. */\nexport type DiagnosticsGetSiteDiagnosticCategoryResponse = DiagnosticCategory;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteAnalysesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteAnalyses operation. */\nexport type DiagnosticsListSiteAnalysesResponse = DiagnosticAnalysisCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteAnalysisOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteAnalysis operation. */\nexport type DiagnosticsGetSiteAnalysisResponse = AnalysisDefinition;\n\n/** Optional parameters. */\nexport interface DiagnosticsExecuteSiteAnalysisOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the executeSiteAnalysis operation. */\nexport type DiagnosticsExecuteSiteAnalysisResponse = DiagnosticAnalysis;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectors operation. */\nexport type DiagnosticsListSiteDetectorsResponse = DiagnosticDetectorCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteDetector operation. */\nexport type DiagnosticsGetSiteDetectorResponse = DetectorDefinitionResource;\n\n/** Optional parameters. */\nexport interface DiagnosticsExecuteSiteDetectorOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the executeSiteDetector operation. */\nexport type DiagnosticsExecuteSiteDetectorResponse = DiagnosticDetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorResponsesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorResponsesSlot operation. */\nexport type DiagnosticsListSiteDetectorResponsesSlotResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDetectorResponseSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the getSiteDetectorResponseSlot operation. */\nexport type DiagnosticsGetSiteDetectorResponseSlotResponse = DetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDiagnosticCategoriesSlot operation. */\nexport type DiagnosticsListSiteDiagnosticCategoriesSlotResponse =\n DiagnosticCategoryCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDiagnosticCategorySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteDiagnosticCategorySlot operation. */\nexport type DiagnosticsGetSiteDiagnosticCategorySlotResponse =\n DiagnosticCategory;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteAnalysesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteAnalysesSlot operation. */\nexport type DiagnosticsListSiteAnalysesSlotResponse =\n DiagnosticAnalysisCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteAnalysisSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteAnalysisSlot operation. */\nexport type DiagnosticsGetSiteAnalysisSlotResponse = AnalysisDefinition;\n\n/** Optional parameters. */\nexport interface DiagnosticsExecuteSiteAnalysisSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the executeSiteAnalysisSlot operation. */\nexport type DiagnosticsExecuteSiteAnalysisSlotResponse = DiagnosticAnalysis;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorsSlot operation. */\nexport type DiagnosticsListSiteDetectorsSlotResponse =\n DiagnosticDetectorCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsGetSiteDetectorSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteDetectorSlot operation. */\nexport type DiagnosticsGetSiteDetectorSlotResponse = DetectorDefinitionResource;\n\n/** Optional parameters. */\nexport interface DiagnosticsExecuteSiteDetectorSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Start Time */\n startTime?: Date;\n /** End Time */\n endTime?: Date;\n /** Time Grain */\n timeGrain?: string;\n}\n\n/** Contains response data for the executeSiteDetectorSlot operation. */\nexport type DiagnosticsExecuteSiteDetectorSlotResponse =\n DiagnosticDetectorResponse;\n\n/** Optional parameters. */\nexport interface DiagnosticsListHostingEnvironmentDetectorResponsesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostingEnvironmentDetectorResponsesNext operation. */\nexport type DiagnosticsListHostingEnvironmentDetectorResponsesNextResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorResponsesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorResponsesNext operation. */\nexport type DiagnosticsListSiteDetectorResponsesNextResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDiagnosticCategoriesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDiagnosticCategoriesNext operation. */\nexport type DiagnosticsListSiteDiagnosticCategoriesNextResponse =\n DiagnosticCategoryCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteAnalysesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteAnalysesNext operation. */\nexport type DiagnosticsListSiteAnalysesNextResponse =\n DiagnosticAnalysisCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorsNext operation. */\nexport type DiagnosticsListSiteDetectorsNextResponse =\n DiagnosticDetectorCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorResponsesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorResponsesSlotNext operation. */\nexport type DiagnosticsListSiteDetectorResponsesSlotNextResponse =\n DetectorResponseCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDiagnosticCategoriesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDiagnosticCategoriesSlotNext operation. */\nexport type DiagnosticsListSiteDiagnosticCategoriesSlotNextResponse =\n DiagnosticCategoryCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteAnalysesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteAnalysesSlotNext operation. */\nexport type DiagnosticsListSiteAnalysesSlotNextResponse =\n DiagnosticAnalysisCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticsListSiteDetectorsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteDetectorsSlotNext operation. */\nexport type DiagnosticsListSiteDetectorsSlotNextResponse =\n DiagnosticDetectorCollection;\n\n/** Optional parameters. */\nexport interface GlobalGetDeletedWebAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeletedWebApp operation. */\nexport type GlobalGetDeletedWebAppResponse = DeletedSite;\n\n/** Optional parameters. */\nexport interface GlobalGetDeletedWebAppSnapshotsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeletedWebAppSnapshots operation. */\nexport type GlobalGetDeletedWebAppSnapshotsResponse = Snapshot[];\n\n/** Optional parameters. */\nexport interface GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type KubeEnvironmentsListBySubscriptionResponse =\n KubeEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type KubeEnvironmentsListByResourceGroupResponse =\n KubeEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type KubeEnvironmentsGetResponse = KubeEnvironment;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type KubeEnvironmentsCreateOrUpdateResponse = KubeEnvironment;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type KubeEnvironmentsUpdateResponse = KubeEnvironment;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type KubeEnvironmentsListBySubscriptionNextResponse =\n KubeEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface KubeEnvironmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type KubeEnvironmentsListByResourceGroupNextResponse =\n KubeEnvironmentCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetAvailableStacksOptionalParams\n extends coreClient.OperationOptions {\n osTypeSelected?: ProviderOsTypeSelected;\n}\n\n/** Contains response data for the getAvailableStacks operation. */\nexport type ProviderGetAvailableStacksResponse = ApplicationStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetFunctionAppStacksOptionalParams\n extends coreClient.OperationOptions {\n /** Stack OS Type */\n stackOsType?: ProviderStackOsType;\n}\n\n/** Contains response data for the getFunctionAppStacks operation. */\nexport type ProviderGetFunctionAppStacksResponse = FunctionAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetFunctionAppStacksForLocationOptionalParams\n extends coreClient.OperationOptions {\n /** Stack OS Type */\n stackOsType?: ProviderStackOsType;\n}\n\n/** Contains response data for the getFunctionAppStacksForLocation operation. */\nexport type ProviderGetFunctionAppStacksForLocationResponse =\n FunctionAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetWebAppStacksForLocationOptionalParams\n extends coreClient.OperationOptions {\n /** Stack OS Type */\n stackOsType?: ProviderStackOsType;\n}\n\n/** Contains response data for the getWebAppStacksForLocation operation. */\nexport type ProviderGetWebAppStacksForLocationResponse = WebAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type ProviderListOperationsResponse = CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetWebAppStacksOptionalParams\n extends coreClient.OperationOptions {\n /** Stack OS Type */\n stackOsType?: ProviderStackOsType;\n}\n\n/** Contains response data for the getWebAppStacks operation. */\nexport type ProviderGetWebAppStacksResponse = WebAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetAvailableStacksOnPremOptionalParams\n extends coreClient.OperationOptions {\n osTypeSelected?: ProviderOsTypeSelected;\n}\n\n/** Contains response data for the getAvailableStacksOnPrem operation. */\nexport type ProviderGetAvailableStacksOnPremResponse =\n ApplicationStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetAvailableStacksNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAvailableStacksNext operation. */\nexport type ProviderGetAvailableStacksNextResponse = ApplicationStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetFunctionAppStacksNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunctionAppStacksNext operation. */\nexport type ProviderGetFunctionAppStacksNextResponse =\n FunctionAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetFunctionAppStacksForLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunctionAppStacksForLocationNext operation. */\nexport type ProviderGetFunctionAppStacksForLocationNextResponse =\n FunctionAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetWebAppStacksForLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebAppStacksForLocationNext operation. */\nexport type ProviderGetWebAppStacksForLocationNextResponse =\n WebAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderListOperationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperationsNext operation. */\nexport type ProviderListOperationsNextResponse = CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetWebAppStacksNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebAppStacksNext operation. */\nexport type ProviderGetWebAppStacksNextResponse = WebAppStackCollection;\n\n/** Optional parameters. */\nexport interface ProviderGetAvailableStacksOnPremNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAvailableStacksOnPremNext operation. */\nexport type ProviderGetAvailableStacksOnPremNextResponse =\n ApplicationStackCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListOptionalParams\n extends coreClient.OperationOptions {\n /** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */\n filter?: string;\n /** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */\n featured?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type RecommendationsListResponse = RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsResetAllFiltersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsDisableRecommendationForSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsListHistoryForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {\n /** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */\n filter?: string;\n /** Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations. */\n expiredOnly?: boolean;\n}\n\n/** Contains response data for the listHistoryForHostingEnvironment operation. */\nexport type RecommendationsListHistoryForHostingEnvironmentResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListRecommendedRulesForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {\n /** Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' */\n filter?: string;\n /** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */\n featured?: boolean;\n}\n\n/** Contains response data for the listRecommendedRulesForHostingEnvironment operation. */\nexport type RecommendationsListRecommendedRulesForHostingEnvironmentResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsDisableAllForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsResetAllFiltersForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsGetRuleDetailsByHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to update the last-seen timestamp of the recommendation object. */\n updateSeen?: boolean;\n /** The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. */\n recommendationId?: string;\n}\n\n/** Contains response data for the getRuleDetailsByHostingEnvironment operation. */\nexport type RecommendationsGetRuleDetailsByHostingEnvironmentResponse =\n RecommendationRule;\n\n/** Optional parameters. */\nexport interface RecommendationsDisableRecommendationForHostingEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsListHistoryForWebAppOptionalParams\n extends coreClient.OperationOptions {\n /** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */\n filter?: string;\n /** Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations. */\n expiredOnly?: boolean;\n}\n\n/** Contains response data for the listHistoryForWebApp operation. */\nexport type RecommendationsListHistoryForWebAppResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListRecommendedRulesForWebAppOptionalParams\n extends coreClient.OperationOptions {\n /** Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' */\n filter?: string;\n /** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */\n featured?: boolean;\n}\n\n/** Contains response data for the listRecommendedRulesForWebApp operation. */\nexport type RecommendationsListRecommendedRulesForWebAppResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsDisableAllForWebAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsResetAllFiltersForWebAppOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsGetRuleDetailsByWebAppOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to update the last-seen timestamp of the recommendation object. */\n updateSeen?: boolean;\n /** The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. */\n recommendationId?: string;\n}\n\n/** Contains response data for the getRuleDetailsByWebApp operation. */\nexport type RecommendationsGetRuleDetailsByWebAppResponse = RecommendationRule;\n\n/** Optional parameters. */\nexport interface RecommendationsDisableRecommendationForSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecommendationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type RecommendationsListNextResponse = RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListHistoryForHostingEnvironmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHistoryForHostingEnvironmentNext operation. */\nexport type RecommendationsListHistoryForHostingEnvironmentNextResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListRecommendedRulesForHostingEnvironmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendedRulesForHostingEnvironmentNext operation. */\nexport type RecommendationsListRecommendedRulesForHostingEnvironmentNextResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListHistoryForWebAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHistoryForWebAppNext operation. */\nexport type RecommendationsListHistoryForWebAppNextResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface RecommendationsListRecommendedRulesForWebAppNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendedRulesForWebAppNext operation. */\nexport type RecommendationsListRecommendedRulesForWebAppNextResponse =\n RecommendationCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ResourceHealthMetadataListResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ResourceHealthMetadataListByResourceGroupResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListBySiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySite operation. */\nexport type ResourceHealthMetadataListBySiteResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataGetBySiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBySite operation. */\nexport type ResourceHealthMetadataGetBySiteResponse = ResourceHealthMetadata;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListBySiteSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySiteSlot operation. */\nexport type ResourceHealthMetadataListBySiteSlotResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataGetBySiteSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBySiteSlot operation. */\nexport type ResourceHealthMetadataGetBySiteSlotResponse =\n ResourceHealthMetadata;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ResourceHealthMetadataListNextResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ResourceHealthMetadataListByResourceGroupNextResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListBySiteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySiteNext operation. */\nexport type ResourceHealthMetadataListBySiteNextResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface ResourceHealthMetadataListBySiteSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySiteSlotNext operation. */\nexport type ResourceHealthMetadataListBySiteSlotNextResponse =\n ResourceHealthMetadataCollection;\n\n/** Optional parameters. */\nexport interface GetPublishingUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPublishingUser operation. */\nexport type GetPublishingUserResponse = User;\n\n/** Optional parameters. */\nexport interface UpdatePublishingUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updatePublishingUser operation. */\nexport type UpdatePublishingUserResponse = User;\n\n/** Optional parameters. */\nexport interface ListSourceControlsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSourceControls operation. */\nexport type ListSourceControlsResponse = SourceControlCollection;\n\n/** Optional parameters. */\nexport interface GetSourceControlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSourceControl operation. */\nexport type GetSourceControlResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface UpdateSourceControlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSourceControl operation. */\nexport type UpdateSourceControlResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface ListBillingMetersOptionalParams\n extends coreClient.OperationOptions {\n /** Azure Location of billable resource */\n billingLocation?: string;\n /** App Service OS type meters used for */\n osType?: string;\n}\n\n/** Contains response data for the listBillingMeters operation. */\nexport type ListBillingMetersResponse = BillingMeterCollection;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {\n /** Is fully qualified domain name. */\n isFqdn?: boolean;\n /** Azure Resource Manager ID of the customer's selected Container Apps Environment on which to host the Function app. This must be of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName} */\n environmentId?: string;\n}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CheckNameAvailabilityResponse = ResourceNameAvailability;\n\n/** Optional parameters. */\nexport interface ListCustomHostNameSitesOptionalParams\n extends coreClient.OperationOptions {\n /** Specific hostname */\n hostname?: string;\n}\n\n/** Contains response data for the listCustomHostNameSites operation. */\nexport type ListCustomHostNameSitesResponse = CustomHostnameSitesCollection;\n\n/** Optional parameters. */\nexport interface GetSubscriptionDeploymentLocationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSubscriptionDeploymentLocations operation. */\nexport type GetSubscriptionDeploymentLocationsResponse = DeploymentLocations;\n\n/** Optional parameters. */\nexport interface ListAseRegionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAseRegions operation. */\nexport type ListAseRegionsResponse = AseRegionCollection;\n\n/** Optional parameters. */\nexport interface ListGeoRegionsOptionalParams\n extends coreClient.OperationOptions {\n /** Name of SKU used to filter the regions. */\n sku?: SkuName;\n /** Specify <code>true</code> if you want to filter to only regions that support Linux workers. */\n linuxWorkersEnabled?: boolean;\n /** Specify <code>true</code> if you want to filter to only regions that support Xenon workers. */\n xenonWorkersEnabled?: boolean;\n /** Specify <code>true</code> if you want to filter to only regions that support Linux Consumption Workers. */\n linuxDynamicWorkersEnabled?: boolean;\n}\n\n/** Contains response data for the listGeoRegions operation. */\nexport type ListGeoRegionsResponse = GeoRegionCollection;\n\n/** Optional parameters. */\nexport interface ListSiteIdentifiersAssignedToHostNameOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteIdentifiersAssignedToHostName operation. */\nexport type ListSiteIdentifiersAssignedToHostNameResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface RegionalCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {\n /** Resource group name */\n resourceGroupName?: string;\n /**\n * Indicates the endpoint name reuse scope.The default value is TenantReuse.\n * Supported values are TenantReuse, SubscriptionReuse, ResourceGroupReuse, NoReuse\n */\n autoGeneratedDomainNameLabelScope?: string;\n}\n\n/** Contains response data for the regionalCheckNameAvailability operation. */\nexport type RegionalCheckNameAvailabilityResponse = DnlResourceNameAvailability;\n\n/** Optional parameters. */\nexport interface ListPremierAddOnOffersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPremierAddOnOffers operation. */\nexport type ListPremierAddOnOffersResponse = PremierAddOnOfferCollection;\n\n/** Optional parameters. */\nexport interface ListSkusOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkus operation. */\nexport type ListSkusResponse = SkuInfos;\n\n/** Optional parameters. */\nexport interface VerifyHostingEnvironmentVnetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the verifyHostingEnvironmentVnet operation. */\nexport type VerifyHostingEnvironmentVnetResponse = VnetValidationFailureDetails;\n\n/** Optional parameters. */\nexport interface MoveOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ValidateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the validate operation. */\nexport type ValidateOperationResponse = ValidateResponse;\n\n/** Optional parameters. */\nexport interface ValidateMoveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ListSourceControlsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSourceControlsNext operation. */\nexport type ListSourceControlsNextResponse = SourceControlCollection;\n\n/** Optional parameters. */\nexport interface ListBillingMetersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBillingMetersNext operation. */\nexport type ListBillingMetersNextResponse = BillingMeterCollection;\n\n/** Optional parameters. */\nexport interface ListCustomHostNameSitesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCustomHostNameSitesNext operation. */\nexport type ListCustomHostNameSitesNextResponse = CustomHostnameSitesCollection;\n\n/** Optional parameters. */\nexport interface ListAseRegionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAseRegionsNext operation. */\nexport type ListAseRegionsNextResponse = AseRegionCollection;\n\n/** Optional parameters. */\nexport interface ListGeoRegionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGeoRegionsNext operation. */\nexport type ListGeoRegionsNextResponse = GeoRegionCollection;\n\n/** Optional parameters. */\nexport interface ListSiteIdentifiersAssignedToHostNameNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteIdentifiersAssignedToHostNameNext operation. */\nexport type ListSiteIdentifiersAssignedToHostNameNextResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface ListPremierAddOnOffersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPremierAddOnOffersNext operation. */\nexport type ListPremierAddOnOffersNextResponse = PremierAddOnOfferCollection;\n\n/** Optional parameters. */\nexport interface GetUsagesInLocationListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GetUsagesInLocationListResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface GetUsagesInLocationListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GetUsagesInLocationListNextResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface SiteCertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SiteCertificatesListResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface SiteCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SiteCertificatesGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface SiteCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SiteCertificatesCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface SiteCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SiteCertificatesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SiteCertificatesUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface SiteCertificatesListSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlot operation. */\nexport type SiteCertificatesListSlotResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface SiteCertificatesGetSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSlot operation. */\nexport type SiteCertificatesGetSlotResponse = Certificate;\n\n/** Optional parameters. */\nexport interface SiteCertificatesCreateOrUpdateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSlot operation. */\nexport type SiteCertificatesCreateOrUpdateSlotResponse = Certificate;\n\n/** Optional parameters. */\nexport interface SiteCertificatesDeleteSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SiteCertificatesUpdateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSlot operation. */\nexport type SiteCertificatesUpdateSlotResponse = Certificate;\n\n/** Optional parameters. */\nexport interface SiteCertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SiteCertificatesListNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface SiteCertificatesListSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotNext operation. */\nexport type SiteCertificatesListSlotNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesPreviewWorkflowOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the previewWorkflow operation. */\nexport type StaticSitesPreviewWorkflowResponse = StaticSitesWorkflowPreview;\n\n/** Optional parameters. */\nexport interface StaticSitesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type StaticSitesListResponse = StaticSiteCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSitesByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSitesByResourceGroup operation. */\nexport type StaticSitesGetStaticSitesByResourceGroupResponse =\n StaticSiteCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSite operation. */\nexport type StaticSitesGetStaticSiteResponse = StaticSiteARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateStaticSite operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteResponse = StaticSiteARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesUpdateStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateStaticSite operation. */\nexport type StaticSitesUpdateStaticSiteResponse = StaticSiteARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteUsersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteUsers operation. */\nexport type StaticSitesListStaticSiteUsersResponse = StaticSiteUserCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteStaticSiteUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesUpdateStaticSiteUserOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateStaticSiteUser operation. */\nexport type StaticSitesUpdateStaticSiteUserResponse = StaticSiteUserARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteBuildsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSiteBuilds operation. */\nexport type StaticSitesGetStaticSiteBuildsResponse = StaticSiteBuildCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSiteBuild operation. */\nexport type StaticSitesGetStaticSiteBuildResponse = StaticSiteBuildARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateStaticSiteBuildAppSettings operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateStaticSiteBuildFunctionAppSettings operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnections operation. */\nexport type StaticSitesGetBuildDatabaseConnectionsResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnection operation. */\nexport type StaticSitesGetBuildDatabaseConnectionResponse = DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateBuildDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateBuildDatabaseConnection operation. */\nexport type StaticSitesCreateOrUpdateBuildDatabaseConnectionResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteBuildDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesUpdateBuildDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateBuildDatabaseConnection operation. */\nexport type StaticSitesUpdateBuildDatabaseConnectionResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionWithDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnectionWithDetails operation. */\nexport type StaticSitesGetBuildDatabaseConnectionWithDetailsResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteBuildFunctionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteBuildFunctions operation. */\nexport type StaticSitesListStaticSiteBuildFunctionsResponse =\n StaticSiteFunctionOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteBuildAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteBuildAppSettings operation. */\nexport type StaticSitesListStaticSiteBuildAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteBuildFunctionAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteBuildFunctionAppSettings operation. */\nexport type StaticSitesListStaticSiteBuildFunctionAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionsWithDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnectionsWithDetails operation. */\nexport type StaticSitesGetBuildDatabaseConnectionsWithDetailsResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppsForStaticSiteBuild operation. */\nexport type StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildResponse =\n StaticSiteUserProvidedFunctionAppsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppForStaticSiteBuild operation. */\nexport type StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildResponse =\n StaticSiteUserProvidedFunctionAppARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>. */\n isForced?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the registerUserProvidedFunctionAppWithStaticSiteBuild operation. */\nexport type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse =\n StaticSiteUserProvidedFunctionAppARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateStaticSiteAppSettings operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesListBasicAuthOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicAuth operation. */\nexport type StaticSitesListBasicAuthResponse =\n StaticSiteBasicAuthPropertiesCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBasicAuthOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBasicAuth operation. */\nexport type StaticSitesGetBasicAuthResponse =\n StaticSiteBasicAuthPropertiesARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateBasicAuthOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateBasicAuth operation. */\nexport type StaticSitesCreateOrUpdateBasicAuthResponse =\n StaticSiteBasicAuthPropertiesARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateStaticSiteFunctionAppSettings operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateUserRolesInvitationLinkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createUserRolesInvitationLink operation. */\nexport type StaticSitesCreateUserRolesInvitationLinkResponse =\n StaticSiteUserInvitationResponseResource;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteCustomDomainsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteCustomDomains operation. */\nexport type StaticSitesListStaticSiteCustomDomainsResponse =\n StaticSiteCustomDomainOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteCustomDomainOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSiteCustomDomain operation. */\nexport type StaticSitesGetStaticSiteCustomDomainResponse =\n StaticSiteCustomDomainOverviewARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateStaticSiteCustomDomain operation. */\nexport type StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse =\n StaticSiteCustomDomainOverviewARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteStaticSiteCustomDomainOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnections operation. */\nexport type StaticSitesGetDatabaseConnectionsResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnection operation. */\nexport type StaticSitesGetDatabaseConnectionResponse = DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesCreateOrUpdateDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateDatabaseConnection operation. */\nexport type StaticSitesCreateOrUpdateDatabaseConnectionResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesDeleteDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesUpdateDatabaseConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDatabaseConnection operation. */\nexport type StaticSitesUpdateDatabaseConnectionResponse = DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionWithDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnectionWithDetails operation. */\nexport type StaticSitesGetDatabaseConnectionWithDetailsResponse =\n DatabaseConnection;\n\n/** Optional parameters. */\nexport interface StaticSitesDetachStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteFunctionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteFunctions operation. */\nexport type StaticSitesListStaticSiteFunctionsResponse =\n StaticSiteFunctionOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteAppSettings operation. */\nexport type StaticSitesListStaticSiteAppSettingsResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteConfiguredRolesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteConfiguredRoles operation. */\nexport type StaticSitesListStaticSiteConfiguredRolesResponse = StringList;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteFunctionAppSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteFunctionAppSettings operation. */\nexport type StaticSitesListStaticSiteFunctionAppSettingsResponse =\n StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteSecrets operation. */\nexport type StaticSitesListStaticSiteSecretsResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface StaticSitesGetPrivateEndpointConnectionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionList operation. */\nexport type StaticSitesGetPrivateEndpointConnectionListResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnection operation. */\nexport type StaticSitesGetPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the approveOrRejectPrivateEndpointConnection operation. */\nexport type StaticSitesApproveOrRejectPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDeletePrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnection operation. */\nexport type StaticSitesDeletePrivateEndpointConnectionResponse = Record<\n string,\n unknown\n>;\n\n/** Optional parameters. */\nexport interface StaticSitesGetPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResources operation. */\nexport type StaticSitesGetPrivateLinkResourcesResponse =\n PrivateLinkResourcesWrapper;\n\n/** Optional parameters. */\nexport interface StaticSitesResetStaticSiteApiKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionsWithDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnectionsWithDetails operation. */\nexport type StaticSitesGetDatabaseConnectionsWithDetailsResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppsForStaticSite operation. */\nexport type StaticSitesGetUserProvidedFunctionAppsForStaticSiteResponse =\n StaticSiteUserProvidedFunctionAppsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppForStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppForStaticSite operation. */\nexport type StaticSitesGetUserProvidedFunctionAppForStaticSiteResponse =\n StaticSiteUserProvidedFunctionAppARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>. */\n isForced?: boolean;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the registerUserProvidedFunctionAppWithStaticSite operation. */\nexport type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse =\n StaticSiteUserProvidedFunctionAppARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSiteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StaticSitesCreateZipDeploymentForStaticSiteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesValidateBackendOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesValidateBackendForBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackends operation. */\nexport type StaticSitesGetLinkedBackendsResponse =\n StaticSiteLinkedBackendsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendsForBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackendsForBuild operation. */\nexport type StaticSitesGetLinkedBackendsForBuildResponse =\n StaticSiteLinkedBackendsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackend operation. */\nexport type StaticSitesGetLinkedBackendResponse =\n StaticSiteLinkedBackendARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesLinkBackendOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the linkBackend operation. */\nexport type StaticSitesLinkBackendResponse = StaticSiteLinkedBackendARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesUnlinkBackendOptionalParams\n extends coreClient.OperationOptions {\n /** Decides if Easy Auth configuration will be removed from backend configuration */\n isCleaningAuthConfig?: boolean;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendForBuildOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackendForBuild operation. */\nexport type StaticSitesGetLinkedBackendForBuildResponse =\n StaticSiteLinkedBackendARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesLinkBackendToBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the linkBackendToBuild operation. */\nexport type StaticSitesLinkBackendToBuildResponse =\n StaticSiteLinkedBackendARMResource;\n\n/** Optional parameters. */\nexport interface StaticSitesUnlinkBackendFromBuildOptionalParams\n extends coreClient.OperationOptions {\n /** Decides if auth will be removed from backend configuration */\n isCleaningAuthConfig?: boolean;\n}\n\n/** Optional parameters. */\nexport interface StaticSitesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type StaticSitesListNextResponse = StaticSiteCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSitesByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSitesByResourceGroupNext operation. */\nexport type StaticSitesGetStaticSitesByResourceGroupNextResponse =\n StaticSiteCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteUsersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteUsersNext operation. */\nexport type StaticSitesListStaticSiteUsersNextResponse =\n StaticSiteUserCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetStaticSiteBuildsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStaticSiteBuildsNext operation. */\nexport type StaticSitesGetStaticSiteBuildsNextResponse =\n StaticSiteBuildCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnectionsNext operation. */\nexport type StaticSitesGetBuildDatabaseConnectionsNextResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteBuildFunctionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteBuildFunctionsNext operation. */\nexport type StaticSitesListStaticSiteBuildFunctionsNextResponse =\n StaticSiteFunctionOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetBuildDatabaseConnectionsWithDetailsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBuildDatabaseConnectionsWithDetailsNext operation. */\nexport type StaticSitesGetBuildDatabaseConnectionsWithDetailsNextResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppsForStaticSiteBuildNext operation. */\nexport type StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildNextResponse =\n StaticSiteUserProvidedFunctionAppsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListBasicAuthNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicAuthNext operation. */\nexport type StaticSitesListBasicAuthNextResponse =\n StaticSiteBasicAuthPropertiesCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteCustomDomainsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteCustomDomainsNext operation. */\nexport type StaticSitesListStaticSiteCustomDomainsNextResponse =\n StaticSiteCustomDomainOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnectionsNext operation. */\nexport type StaticSitesGetDatabaseConnectionsNextResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesListStaticSiteFunctionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStaticSiteFunctionsNext operation. */\nexport type StaticSitesListStaticSiteFunctionsNextResponse =\n StaticSiteFunctionOverviewCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetPrivateEndpointConnectionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListNext operation. */\nexport type StaticSitesGetPrivateEndpointConnectionListNextResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetDatabaseConnectionsWithDetailsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDatabaseConnectionsWithDetailsNext operation. */\nexport type StaticSitesGetDatabaseConnectionsWithDetailsNextResponse =\n DatabaseConnectionCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUserProvidedFunctionAppsForStaticSiteNext operation. */\nexport type StaticSitesGetUserProvidedFunctionAppsForStaticSiteNextResponse =\n StaticSiteUserProvidedFunctionAppsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackendsNext operation. */\nexport type StaticSitesGetLinkedBackendsNextResponse =\n StaticSiteLinkedBackendsCollection;\n\n/** Optional parameters. */\nexport interface StaticSitesGetLinkedBackendsForBuildNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLinkedBackendsForBuildNext operation. */\nexport type StaticSitesGetLinkedBackendsForBuildNextResponse =\n StaticSiteLinkedBackendsCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WebAppsListResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Specify <strong>true</strong> to include deployment slots in results. The default is false, which only gives you the production slot of all apps. */\n includeSlots?: boolean;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type WebAppsListByResourceGroupResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WebAppsGetResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WebAppsCreateOrUpdateResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** If true, web app metrics are also deleted. */\n deleteMetrics?: boolean;\n /** Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. */\n deleteEmptyServerFarm?: boolean;\n}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WebAppsUpdateResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsAnalyzeCustomHostnameOptionalParams\n extends coreClient.OperationOptions {\n /** Custom hostname. */\n hostName?: string;\n}\n\n/** Contains response data for the analyzeCustomHostname operation. */\nexport type WebAppsAnalyzeCustomHostnameResponse = CustomHostnameAnalysisResult;\n\n/** Optional parameters. */\nexport interface WebAppsApplySlotConfigToProductionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the backup operation. */\nexport type WebAppsBackupResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsListBackupsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackups operation. */\nexport type WebAppsListBackupsResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetBackupStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBackupStatus operation. */\nexport type WebAppsGetBackupStatusResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListBackupStatusSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupStatusSecrets operation. */\nexport type WebAppsListBackupStatusSecretsResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicPublishingCredentialsPolicies operation. */\nexport type WebAppsListBasicPublishingCredentialsPoliciesResponse =\n PublishingCredentialsPoliciesCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetFtpAllowedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFtpAllowed operation. */\nexport type WebAppsGetFtpAllowedResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateFtpAllowedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateFtpAllowed operation. */\nexport type WebAppsUpdateFtpAllowedResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsGetScmAllowedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getScmAllowed operation. */\nexport type WebAppsGetScmAllowedResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateScmAllowedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateScmAllowed operation. */\nexport type WebAppsUpdateScmAllowedResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurations operation. */\nexport type WebAppsListConfigurationsResponse = SiteConfigResourceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateApplicationSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateApplicationSettings operation. */\nexport type WebAppsUpdateApplicationSettingsResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListApplicationSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApplicationSettings operation. */\nexport type WebAppsListApplicationSettingsResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAuthSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAuthSettings operation. */\nexport type WebAppsUpdateAuthSettingsResponse = SiteAuthSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettings operation. */\nexport type WebAppsGetAuthSettingsResponse = SiteAuthSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsV2WithoutSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsV2WithoutSecrets operation. */\nexport type WebAppsGetAuthSettingsV2WithoutSecretsResponse = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAuthSettingsV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAuthSettingsV2 operation. */\nexport type WebAppsUpdateAuthSettingsV2Response = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsV2 operation. */\nexport type WebAppsGetAuthSettingsV2Response = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAzureStorageAccountsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAzureStorageAccounts operation. */\nexport type WebAppsUpdateAzureStorageAccountsResponse =\n AzureStoragePropertyDictionaryResource;\n\n/** Optional parameters. */\nexport interface WebAppsListAzureStorageAccountsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAzureStorageAccounts operation. */\nexport type WebAppsListAzureStorageAccountsResponse =\n AzureStoragePropertyDictionaryResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateBackupConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateBackupConfiguration operation. */\nexport type WebAppsUpdateBackupConfigurationResponse = BackupRequest;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteBackupConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetBackupConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBackupConfiguration operation. */\nexport type WebAppsGetBackupConfigurationResponse = BackupRequest;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingsKeyVaultReferences operation. */\nexport type WebAppsGetAppSettingsKeyVaultReferencesResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingKeyVaultReferenceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingKeyVaultReference operation. */\nexport type WebAppsGetAppSettingKeyVaultReferenceResponse = ApiKVReference;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferences operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferencesResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferenceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReference operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferenceResponse =\n ApiKVReference;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateConnectionStringsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateConnectionStrings operation. */\nexport type WebAppsUpdateConnectionStringsResponse = ConnectionStringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListConnectionStringsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConnectionStrings operation. */\nexport type WebAppsListConnectionStringsResponse = ConnectionStringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsGetDiagnosticLogsConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDiagnosticLogsConfiguration operation. */\nexport type WebAppsGetDiagnosticLogsConfigurationResponse = SiteLogsConfig;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateDiagnosticLogsConfigOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDiagnosticLogsConfig operation. */\nexport type WebAppsUpdateDiagnosticLogsConfigResponse = SiteLogsConfig;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateMetadataOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateMetadata operation. */\nexport type WebAppsUpdateMetadataResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListMetadataOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetadata operation. */\nexport type WebAppsListMetadataResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListPublishingCredentialsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the listPublishingCredentials operation. */\nexport type WebAppsListPublishingCredentialsResponse = User;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSitePushSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSitePushSettings operation. */\nexport type WebAppsUpdateSitePushSettingsResponse = PushSettings;\n\n/** Optional parameters. */\nexport interface WebAppsListSitePushSettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSitePushSettings operation. */\nexport type WebAppsListSitePushSettingsResponse = PushSettings;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotConfigurationNamesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotConfigurationNames operation. */\nexport type WebAppsListSlotConfigurationNamesResponse = SlotConfigNamesResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSlotConfigurationNamesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSlotConfigurationNames operation. */\nexport type WebAppsUpdateSlotConfigurationNamesResponse =\n SlotConfigNamesResource;\n\n/** Optional parameters. */\nexport interface WebAppsGetConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfiguration operation. */\nexport type WebAppsGetConfigurationResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateConfiguration operation. */\nexport type WebAppsCreateOrUpdateConfigurationResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateConfiguration operation. */\nexport type WebAppsUpdateConfigurationResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationSnapshotInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationSnapshotInfo operation. */\nexport type WebAppsListConfigurationSnapshotInfoResponse =\n SiteConfigurationSnapshotInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetConfigurationSnapshotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfigurationSnapshot operation. */\nexport type WebAppsGetConfigurationSnapshotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsRecoverSiteConfigurationSnapshotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetWebSiteContainerLogsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebSiteContainerLogs operation. */\nexport type WebAppsGetWebSiteContainerLogsResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsGetContainerLogsZipOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContainerLogsZip operation. */\nexport type WebAppsGetContainerLogsZipResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListContinuousWebJobsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listContinuousWebJobs operation. */\nexport type WebAppsListContinuousWebJobsResponse = ContinuousWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetContinuousWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContinuousWebJob operation. */\nexport type WebAppsGetContinuousWebJobResponse = ContinuousWebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteContinuousWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStartContinuousWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStopContinuousWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListProductionSiteDeploymentStatusesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProductionSiteDeploymentStatuses operation. */\nexport type WebAppsListProductionSiteDeploymentStatusesResponse =\n CsmDeploymentStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProductionSiteDeploymentStatusOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the getProductionSiteDeploymentStatus operation. */\nexport type WebAppsGetProductionSiteDeploymentStatusResponse =\n CsmDeploymentStatus;\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeployments operation. */\nexport type WebAppsListDeploymentsResponse = DeploymentCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetDeploymentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeployment operation. */\nexport type WebAppsGetDeploymentResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsCreateDeploymentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createDeployment operation. */\nexport type WebAppsCreateDeploymentResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteDeploymentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentLogOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentLog operation. */\nexport type WebAppsListDeploymentLogResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsDiscoverBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the discoverBackup operation. */\nexport type WebAppsDiscoverBackupResponse = RestoreRequest;\n\n/** Optional parameters. */\nexport interface WebAppsListDomainOwnershipIdentifiersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDomainOwnershipIdentifiers operation. */\nexport type WebAppsListDomainOwnershipIdentifiersResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDomainOwnershipIdentifier operation. */\nexport type WebAppsGetDomainOwnershipIdentifierResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateDomainOwnershipIdentifier operation. */\nexport type WebAppsCreateOrUpdateDomainOwnershipIdentifierResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDomainOwnershipIdentifier operation. */\nexport type WebAppsUpdateDomainOwnershipIdentifierResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsGetMSDeployStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMSDeployStatus operation. */\nexport type WebAppsGetMSDeployStatusResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsCreateMSDeployOperationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createMSDeployOperation operation. */\nexport type WebAppsCreateMSDeployOperationResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetMSDeployLogOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMSDeployLog operation. */\nexport type WebAppsGetMSDeployLogResponse = MSDeployLog;\n\n/** Optional parameters. */\nexport interface WebAppsGetOneDeployStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOneDeployStatus operation. */\nexport type WebAppsGetOneDeployStatusResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOneDeployOperationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOneDeployOperation operation. */\nexport type WebAppsCreateOneDeployOperationResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctions operation. */\nexport type WebAppsListFunctionsResponse = FunctionEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetFunctionsAdminTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunctionsAdminToken operation. */\nexport type WebAppsGetFunctionsAdminTokenResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebAppsGetFunctionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunction operation. */\nexport type WebAppsGetFunctionResponse = FunctionEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsCreateFunctionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createFunction operation. */\nexport type WebAppsCreateFunctionResponse = FunctionEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteFunctionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateFunctionSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateFunctionSecret operation. */\nexport type WebAppsCreateOrUpdateFunctionSecretResponse = KeyInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteFunctionSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionKeys operation. */\nexport type WebAppsListFunctionKeysResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionSecrets operation. */\nexport type WebAppsListFunctionSecretsResponse = FunctionSecrets;\n\n/** Optional parameters. */\nexport interface WebAppsListHostKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostKeys operation. */\nexport type WebAppsListHostKeysResponse = HostKeys;\n\n/** Optional parameters. */\nexport interface WebAppsListSyncStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncFunctionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHostSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHostSecret operation. */\nexport type WebAppsCreateOrUpdateHostSecretResponse = KeyInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHostSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListHostNameBindingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostNameBindings operation. */\nexport type WebAppsListHostNameBindingsResponse = HostNameBindingCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetHostNameBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHostNameBinding operation. */\nexport type WebAppsGetHostNameBindingResponse = HostNameBinding;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHostNameBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHostNameBinding operation. */\nexport type WebAppsCreateOrUpdateHostNameBindingResponse = HostNameBinding;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHostNameBindingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHybridConnection operation. */\nexport type WebAppsGetHybridConnectionResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHybridConnection operation. */\nexport type WebAppsCreateOrUpdateHybridConnectionResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateHybridConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateHybridConnection operation. */\nexport type WebAppsUpdateHybridConnectionResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsListHybridConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnections operation. */\nexport type WebAppsListHybridConnectionsResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsListRelayServiceConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRelayServiceConnections operation. */\nexport type WebAppsListRelayServiceConnectionsResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsGetRelayServiceConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRelayServiceConnection operation. */\nexport type WebAppsGetRelayServiceConnectionResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateRelayServiceConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateRelayServiceConnection operation. */\nexport type WebAppsCreateOrUpdateRelayServiceConnectionResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteRelayServiceConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateRelayServiceConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateRelayServiceConnection operation. */\nexport type WebAppsUpdateRelayServiceConnectionResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceIdentifiersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceIdentifiers operation. */\nexport type WebAppsListInstanceIdentifiersResponse =\n WebAppInstanceStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceInfoOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceInfo operation. */\nexport type WebAppsGetInstanceInfoResponse = WebSiteInstanceStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceMsDeployStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceMsDeployStatus operation. */\nexport type WebAppsGetInstanceMsDeployStatusResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsCreateInstanceMSDeployOperationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createInstanceMSDeployOperation operation. */\nexport type WebAppsCreateInstanceMSDeployOperationResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceMSDeployLogOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceMSDeployLog operation. */\nexport type WebAppsGetInstanceMSDeployLogResponse = MSDeployLog;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcesses operation. */\nexport type WebAppsListInstanceProcessesResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcess operation. */\nexport type WebAppsGetInstanceProcessResponse = ProcessInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteInstanceProcessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessDumpOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessDump operation. */\nexport type WebAppsGetInstanceProcessDumpResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessModulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessModules operation. */\nexport type WebAppsListInstanceProcessModulesResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessModuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessModule operation. */\nexport type WebAppsGetInstanceProcessModuleResponse = ProcessModuleInfo;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessThreadsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessThreads operation. */\nexport type WebAppsListInstanceProcessThreadsResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsIsCloneableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the isCloneable operation. */\nexport type WebAppsIsCloneableResponse = SiteCloneability;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteBackupsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteBackups operation. */\nexport type WebAppsListSiteBackupsResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSyncFunctionTriggersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSyncFunctionTriggers operation. */\nexport type WebAppsListSyncFunctionTriggersResponse = FunctionSecrets;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateMachineKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateMachineKey operation. */\nexport type WebAppsUpdateMachineKeyResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface WebAppsMigrateStorageOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the migrateStorage operation. */\nexport type WebAppsMigrateStorageResponse = StorageMigrationResponse;\n\n/** Optional parameters. */\nexport interface WebAppsMigrateMySqlOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the migrateMySql operation. */\nexport type WebAppsMigrateMySqlResponse = Operation;\n\n/** Optional parameters. */\nexport interface WebAppsGetMigrateMySqlStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMigrateMySqlStatus operation. */\nexport type WebAppsGetMigrateMySqlStatusResponse = MigrateMySqlStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetSwiftVirtualNetworkConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSwiftVirtualNetworkConnection operation. */\nexport type WebAppsGetSwiftVirtualNetworkConnectionResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSwiftVirtualNetworkConnectionWithCheck operation. */\nexport type WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSwiftVirtualNetworkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSwiftVirtualNetworkConnectionWithCheck operation. */\nexport type WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsListNetworkFeaturesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNetworkFeatures operation. */\nexport type WebAppsListNetworkFeaturesResponse = NetworkFeatures;\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTraceOperationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraceOperation operation. */\nexport type WebAppsGetNetworkTraceOperationResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStartWebSiteNetworkTraceOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n}\n\n/** Contains response data for the startWebSiteNetworkTrace operation. */\nexport type WebAppsStartWebSiteNetworkTraceResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebAppsStartWebSiteNetworkTraceOperationOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startWebSiteNetworkTraceOperation operation. */\nexport type WebAppsStartWebSiteNetworkTraceOperationResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStopWebSiteNetworkTraceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTracesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraces operation. */\nexport type WebAppsGetNetworkTracesResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTraceOperationV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraceOperationV2 operation. */\nexport type WebAppsGetNetworkTraceOperationV2Response = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTracesV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTracesV2 operation. */\nexport type WebAppsGetNetworkTracesV2Response = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGenerateNewSitePublishingPasswordOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListPerfMonCountersOptionalParams\n extends coreClient.OperationOptions {\n /** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listPerfMonCounters operation. */\nexport type WebAppsListPerfMonCountersResponse = PerfMonCounterCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSitePhpErrorLogFlagOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSitePhpErrorLogFlag operation. */\nexport type WebAppsGetSitePhpErrorLogFlagResponse = SitePhpErrorLogFlag;\n\n/** Optional parameters. */\nexport interface WebAppsListPremierAddOnsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPremierAddOns operation. */\nexport type WebAppsListPremierAddOnsResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsGetPremierAddOnOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPremierAddOn operation. */\nexport type WebAppsGetPremierAddOnResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsAddPremierAddOnOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the addPremierAddOn operation. */\nexport type WebAppsAddPremierAddOnResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePremierAddOnOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdatePremierAddOnOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updatePremierAddOn operation. */\nexport type WebAppsUpdatePremierAddOnResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateAccessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateAccess operation. */\nexport type WebAppsGetPrivateAccessResponse = PrivateAccess;\n\n/** Optional parameters. */\nexport interface WebAppsPutPrivateAccessVnetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the putPrivateAccessVnet operation. */\nexport type WebAppsPutPrivateAccessVnetResponse = PrivateAccess;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionList operation. */\nexport type WebAppsGetPrivateEndpointConnectionListResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnection operation. */\nexport type WebAppsGetPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the approveOrRejectPrivateEndpointConnection operation. */\nexport type WebAppsApproveOrRejectPrivateEndpointConnectionResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePrivateEndpointConnectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnection operation. */\nexport type WebAppsDeletePrivateEndpointConnectionResponse = Record<\n string,\n unknown\n>;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResources operation. */\nexport type WebAppsGetPrivateLinkResourcesResponse =\n PrivateLinkResourcesWrapper;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcesses operation. */\nexport type WebAppsListProcessesResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcess operation. */\nexport type WebAppsGetProcessResponse = ProcessInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteProcessOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessDumpOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessDump operation. */\nexport type WebAppsGetProcessDumpResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListProcessModulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessModules operation. */\nexport type WebAppsListProcessModulesResponse = ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessModuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessModule operation. */\nexport type WebAppsGetProcessModuleResponse = ProcessModuleInfo;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessThreadsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessThreads operation. */\nexport type WebAppsListProcessThreadsResponse = ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPublicCertificatesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicCertificates operation. */\nexport type WebAppsListPublicCertificatesResponse = PublicCertificateCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPublicCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPublicCertificate operation. */\nexport type WebAppsGetPublicCertificateResponse = PublicCertificate;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdatePublicCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdatePublicCertificate operation. */\nexport type WebAppsCreateOrUpdatePublicCertificateResponse = PublicCertificate;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePublicCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListPublishingProfileXmlWithSecretsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublishingProfileXmlWithSecrets operation. */\nexport type WebAppsListPublishingProfileXmlWithSecretsResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsResetProductionSlotConfigOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. */\n softRestart?: boolean;\n /** Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). */\n synchronous?: boolean;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreFromBackupBlobOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreFromDeletedAppOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreSnapshotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListSiteContainersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteContainers operation. */\nexport type WebAppsListSiteContainersResponse = SiteContainerCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteContainerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteContainer operation. */\nexport type WebAppsGetSiteContainerResponse = SiteContainer;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSiteContainerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSiteContainer operation. */\nexport type WebAppsCreateOrUpdateSiteContainerResponse = SiteContainer;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSiteContainerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSiteExtensionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteExtensions operation. */\nexport type WebAppsListSiteExtensionsResponse = SiteExtensionInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteExtensionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteExtension operation. */\nexport type WebAppsGetSiteExtensionResponse = SiteExtensionInfo;\n\n/** Optional parameters. */\nexport interface WebAppsInstallSiteExtensionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the installSiteExtension operation. */\nexport type WebAppsInstallSiteExtensionResponse = SiteExtensionInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSiteExtensionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSlotsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlots operation. */\nexport type WebAppsListSlotsResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSlot operation. */\nexport type WebAppsGetSlotResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateSlot operation. */\nexport type WebAppsCreateOrUpdateSlotResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSlotOptionalParams\n extends coreClient.OperationOptions {\n /** If true, web app metrics are also deleted. */\n deleteMetrics?: boolean;\n /** Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. */\n deleteEmptyServerFarm?: boolean;\n}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSlot operation. */\nexport type WebAppsUpdateSlotResponse = Site;\n\n/** Optional parameters. */\nexport interface WebAppsAnalyzeCustomHostnameSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Custom hostname. */\n hostName?: string;\n}\n\n/** Contains response data for the analyzeCustomHostnameSlot operation. */\nexport type WebAppsAnalyzeCustomHostnameSlotResponse =\n CustomHostnameAnalysisResult;\n\n/** Optional parameters. */\nexport interface WebAppsApplySlotConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsBackupSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the backupSlot operation. */\nexport type WebAppsBackupSlotResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsListBackupsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupsSlot operation. */\nexport type WebAppsListBackupsSlotResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetBackupStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBackupStatusSlot operation. */\nexport type WebAppsGetBackupStatusSlotResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteBackupSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListBackupStatusSecretsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupStatusSecretsSlot operation. */\nexport type WebAppsListBackupStatusSecretsSlotResponse = BackupItem;\n\n/** Optional parameters. */\nexport interface WebAppsRestoreSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicPublishingCredentialsPoliciesSlot operation. */\nexport type WebAppsListBasicPublishingCredentialsPoliciesSlotResponse =\n PublishingCredentialsPoliciesCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetFtpAllowedSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFtpAllowedSlot operation. */\nexport type WebAppsGetFtpAllowedSlotResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateFtpAllowedSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateFtpAllowedSlot operation. */\nexport type WebAppsUpdateFtpAllowedSlotResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsGetScmAllowedSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getScmAllowedSlot operation. */\nexport type WebAppsGetScmAllowedSlotResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateScmAllowedSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateScmAllowedSlot operation. */\nexport type WebAppsUpdateScmAllowedSlotResponse =\n CsmPublishingCredentialsPoliciesEntity;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationsSlot operation. */\nexport type WebAppsListConfigurationsSlotResponse =\n SiteConfigResourceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateApplicationSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateApplicationSettingsSlot operation. */\nexport type WebAppsUpdateApplicationSettingsSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListApplicationSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApplicationSettingsSlot operation. */\nexport type WebAppsListApplicationSettingsSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAuthSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAuthSettingsSlot operation. */\nexport type WebAppsUpdateAuthSettingsSlotResponse = SiteAuthSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsSlot operation. */\nexport type WebAppsGetAuthSettingsSlotResponse = SiteAuthSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsV2WithoutSecretsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsV2WithoutSecretsSlot operation. */\nexport type WebAppsGetAuthSettingsV2WithoutSecretsSlotResponse =\n SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAuthSettingsV2SlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAuthSettingsV2Slot operation. */\nexport type WebAppsUpdateAuthSettingsV2SlotResponse = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsGetAuthSettingsV2SlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthSettingsV2Slot operation. */\nexport type WebAppsGetAuthSettingsV2SlotResponse = SiteAuthSettingsV2;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateAzureStorageAccountsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateAzureStorageAccountsSlot operation. */\nexport type WebAppsUpdateAzureStorageAccountsSlotResponse =\n AzureStoragePropertyDictionaryResource;\n\n/** Optional parameters. */\nexport interface WebAppsListAzureStorageAccountsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAzureStorageAccountsSlot operation. */\nexport type WebAppsListAzureStorageAccountsSlotResponse =\n AzureStoragePropertyDictionaryResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateBackupConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateBackupConfigurationSlot operation. */\nexport type WebAppsUpdateBackupConfigurationSlotResponse = BackupRequest;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteBackupConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetBackupConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBackupConfigurationSlot operation. */\nexport type WebAppsGetBackupConfigurationSlotResponse = BackupRequest;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingsKeyVaultReferencesSlot operation. */\nexport type WebAppsGetAppSettingsKeyVaultReferencesSlotResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingKeyVaultReferenceSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingKeyVaultReferenceSlot operation. */\nexport type WebAppsGetAppSettingKeyVaultReferenceSlotResponse = ApiKVReference;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferencesSlot operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferencesSlotResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferenceSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferenceSlot operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferenceSlotResponse =\n ApiKVReference;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateConnectionStringsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateConnectionStringsSlot operation. */\nexport type WebAppsUpdateConnectionStringsSlotResponse =\n ConnectionStringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListConnectionStringsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConnectionStringsSlot operation. */\nexport type WebAppsListConnectionStringsSlotResponse =\n ConnectionStringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsGetDiagnosticLogsConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDiagnosticLogsConfigurationSlot operation. */\nexport type WebAppsGetDiagnosticLogsConfigurationSlotResponse = SiteLogsConfig;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateDiagnosticLogsConfigSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDiagnosticLogsConfigSlot operation. */\nexport type WebAppsUpdateDiagnosticLogsConfigSlotResponse = SiteLogsConfig;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateMetadataSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateMetadataSlot operation. */\nexport type WebAppsUpdateMetadataSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListMetadataSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listMetadataSlot operation. */\nexport type WebAppsListMetadataSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListPublishingCredentialsSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the listPublishingCredentialsSlot operation. */\nexport type WebAppsListPublishingCredentialsSlotResponse = User;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSitePushSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSitePushSettingsSlot operation. */\nexport type WebAppsUpdateSitePushSettingsSlotResponse = PushSettings;\n\n/** Optional parameters. */\nexport interface WebAppsListSitePushSettingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSitePushSettingsSlot operation. */\nexport type WebAppsListSitePushSettingsSlotResponse = PushSettings;\n\n/** Optional parameters. */\nexport interface WebAppsGetConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfigurationSlot operation. */\nexport type WebAppsGetConfigurationSlotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateConfigurationSlot operation. */\nexport type WebAppsCreateOrUpdateConfigurationSlotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateConfigurationSlot operation. */\nexport type WebAppsUpdateConfigurationSlotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationSnapshotInfoSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationSnapshotInfoSlot operation. */\nexport type WebAppsListConfigurationSnapshotInfoSlotResponse =\n SiteConfigurationSnapshotInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetConfigurationSnapshotSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfigurationSnapshotSlot operation. */\nexport type WebAppsGetConfigurationSnapshotSlotResponse = SiteConfigResource;\n\n/** Optional parameters. */\nexport interface WebAppsRecoverSiteConfigurationSnapshotSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetWebSiteContainerLogsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebSiteContainerLogsSlot operation. */\nexport type WebAppsGetWebSiteContainerLogsSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsGetContainerLogsZipSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContainerLogsZipSlot operation. */\nexport type WebAppsGetContainerLogsZipSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListContinuousWebJobsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listContinuousWebJobsSlot operation. */\nexport type WebAppsListContinuousWebJobsSlotResponse =\n ContinuousWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetContinuousWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContinuousWebJobSlot operation. */\nexport type WebAppsGetContinuousWebJobSlotResponse = ContinuousWebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteContinuousWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStartContinuousWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStopContinuousWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSlotSiteDeploymentStatusesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotSiteDeploymentStatusesSlot operation. */\nexport type WebAppsListSlotSiteDeploymentStatusesSlotResponse =\n CsmDeploymentStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSlotSiteDeploymentStatusSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the getSlotSiteDeploymentStatusSlot operation. */\nexport type WebAppsGetSlotSiteDeploymentStatusSlotResponse =\n CsmDeploymentStatus;\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsSlot operation. */\nexport type WebAppsListDeploymentsSlotResponse = DeploymentCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetDeploymentSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeploymentSlot operation. */\nexport type WebAppsGetDeploymentSlotResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsCreateDeploymentSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createDeploymentSlot operation. */\nexport type WebAppsCreateDeploymentSlotResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteDeploymentSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentLogSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentLogSlot operation. */\nexport type WebAppsListDeploymentLogSlotResponse = Deployment;\n\n/** Optional parameters. */\nexport interface WebAppsDiscoverBackupSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the discoverBackupSlot operation. */\nexport type WebAppsDiscoverBackupSlotResponse = RestoreRequest;\n\n/** Optional parameters. */\nexport interface WebAppsListDomainOwnershipIdentifiersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDomainOwnershipIdentifiersSlot operation. */\nexport type WebAppsListDomainOwnershipIdentifiersSlotResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetDomainOwnershipIdentifierSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDomainOwnershipIdentifierSlot operation. */\nexport type WebAppsGetDomainOwnershipIdentifierSlotResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateDomainOwnershipIdentifierSlot operation. */\nexport type WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotResponse =\n Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteDomainOwnershipIdentifierSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateDomainOwnershipIdentifierSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateDomainOwnershipIdentifierSlot operation. */\nexport type WebAppsUpdateDomainOwnershipIdentifierSlotResponse = Identifier;\n\n/** Optional parameters. */\nexport interface WebAppsGetMSDeployStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMSDeployStatusSlot operation. */\nexport type WebAppsGetMSDeployStatusSlotResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsCreateMSDeployOperationSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createMSDeployOperationSlot operation. */\nexport type WebAppsCreateMSDeployOperationSlotResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetMSDeployLogSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMSDeployLogSlot operation. */\nexport type WebAppsGetMSDeployLogSlotResponse = MSDeployLog;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceFunctionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceFunctionsSlot operation. */\nexport type WebAppsListInstanceFunctionsSlotResponse =\n FunctionEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetFunctionsAdminTokenSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFunctionsAdminTokenSlot operation. */\nexport type WebAppsGetFunctionsAdminTokenSlotResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceFunctionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceFunctionSlot operation. */\nexport type WebAppsGetInstanceFunctionSlotResponse = FunctionEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsCreateInstanceFunctionSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createInstanceFunctionSlot operation. */\nexport type WebAppsCreateInstanceFunctionSlotResponse = FunctionEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteInstanceFunctionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateFunctionSecretSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateFunctionSecretSlot operation. */\nexport type WebAppsCreateOrUpdateFunctionSecretSlotResponse = KeyInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteFunctionSecretSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionKeysSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionKeysSlot operation. */\nexport type WebAppsListFunctionKeysSlotResponse = StringDictionary;\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionSecretsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionSecretsSlot operation. */\nexport type WebAppsListFunctionSecretsSlotResponse = FunctionSecrets;\n\n/** Optional parameters. */\nexport interface WebAppsListHostKeysSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostKeysSlot operation. */\nexport type WebAppsListHostKeysSlotResponse = HostKeys;\n\n/** Optional parameters. */\nexport interface WebAppsListSyncStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncFunctionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHostSecretSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHostSecretSlot operation. */\nexport type WebAppsCreateOrUpdateHostSecretSlotResponse = KeyInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHostSecretSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListHostNameBindingsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostNameBindingsSlot operation. */\nexport type WebAppsListHostNameBindingsSlotResponse = HostNameBindingCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetHostNameBindingSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHostNameBindingSlot operation. */\nexport type WebAppsGetHostNameBindingSlotResponse = HostNameBinding;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHostNameBindingSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHostNameBindingSlot operation. */\nexport type WebAppsCreateOrUpdateHostNameBindingSlotResponse = HostNameBinding;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHostNameBindingSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetHybridConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHybridConnectionSlot operation. */\nexport type WebAppsGetHybridConnectionSlotResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateHybridConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateHybridConnectionSlot operation. */\nexport type WebAppsCreateOrUpdateHybridConnectionSlotResponse =\n HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteHybridConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateHybridConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateHybridConnectionSlot operation. */\nexport type WebAppsUpdateHybridConnectionSlotResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsListHybridConnectionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHybridConnectionsSlot operation. */\nexport type WebAppsListHybridConnectionsSlotResponse = HybridConnection;\n\n/** Optional parameters. */\nexport interface WebAppsListRelayServiceConnectionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRelayServiceConnectionsSlot operation. */\nexport type WebAppsListRelayServiceConnectionsSlotResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsGetRelayServiceConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRelayServiceConnectionSlot operation. */\nexport type WebAppsGetRelayServiceConnectionSlotResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateRelayServiceConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateRelayServiceConnectionSlot operation. */\nexport type WebAppsCreateOrUpdateRelayServiceConnectionSlotResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteRelayServiceConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateRelayServiceConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateRelayServiceConnectionSlot operation. */\nexport type WebAppsUpdateRelayServiceConnectionSlotResponse =\n RelayServiceConnectionEntity;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceIdentifiersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceIdentifiersSlot operation. */\nexport type WebAppsListInstanceIdentifiersSlotResponse =\n WebAppInstanceStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceInfoSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceInfoSlot operation. */\nexport type WebAppsGetInstanceInfoSlotResponse = WebSiteInstanceStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceMsDeployStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceMsDeployStatusSlot operation. */\nexport type WebAppsGetInstanceMsDeployStatusSlotResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsCreateInstanceMSDeployOperationSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createInstanceMSDeployOperationSlot operation. */\nexport type WebAppsCreateInstanceMSDeployOperationSlotResponse = MSDeployStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceMSDeployLogSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceMSDeployLogSlot operation. */\nexport type WebAppsGetInstanceMSDeployLogSlotResponse = MSDeployLog;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessesSlot operation. */\nexport type WebAppsListInstanceProcessesSlotResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessSlot operation. */\nexport type WebAppsGetInstanceProcessSlotResponse = ProcessInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteInstanceProcessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessDumpSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessDumpSlot operation. */\nexport type WebAppsGetInstanceProcessDumpSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessModulesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessModulesSlot operation. */\nexport type WebAppsListInstanceProcessModulesSlotResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceProcessModuleSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceProcessModuleSlot operation. */\nexport type WebAppsGetInstanceProcessModuleSlotResponse = ProcessModuleInfo;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessThreadsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessThreadsSlot operation. */\nexport type WebAppsListInstanceProcessThreadsSlotResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsIsCloneableSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the isCloneableSlot operation. */\nexport type WebAppsIsCloneableSlotResponse = SiteCloneability;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteBackupsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteBackupsSlot operation. */\nexport type WebAppsListSiteBackupsSlotResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSyncFunctionTriggersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSyncFunctionTriggersSlot operation. */\nexport type WebAppsListSyncFunctionTriggersSlotResponse = FunctionSecrets;\n\n/** Optional parameters. */\nexport interface WebAppsGetMigrateMySqlStatusSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMigrateMySqlStatusSlot operation. */\nexport type WebAppsGetMigrateMySqlStatusSlotResponse = MigrateMySqlStatus;\n\n/** Optional parameters. */\nexport interface WebAppsGetSwiftVirtualNetworkConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSwiftVirtualNetworkConnectionSlot operation. */\nexport type WebAppsGetSwiftVirtualNetworkConnectionSlotResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot operation. */\nexport type WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSwiftVirtualNetworkSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSwiftVirtualNetworkConnectionWithCheckSlot operation. */\nexport type WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponse =\n SwiftVirtualNetwork;\n\n/** Optional parameters. */\nexport interface WebAppsListNetworkFeaturesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNetworkFeaturesSlot operation. */\nexport type WebAppsListNetworkFeaturesSlotResponse = NetworkFeatures;\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTraceOperationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraceOperationSlot operation. */\nexport type WebAppsGetNetworkTraceOperationSlotResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStartWebSiteNetworkTraceSlotOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n}\n\n/** Contains response data for the startWebSiteNetworkTraceSlot operation. */\nexport type WebAppsStartWebSiteNetworkTraceSlotResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebAppsStartWebSiteNetworkTraceOperationSlotOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startWebSiteNetworkTraceOperationSlot operation. */\nexport type WebAppsStartWebSiteNetworkTraceOperationSlotResponse =\n NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStopWebSiteNetworkTraceSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTracesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTracesSlot operation. */\nexport type WebAppsGetNetworkTracesSlotResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTraceOperationSlotV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTraceOperationSlotV2 operation. */\nexport type WebAppsGetNetworkTraceOperationSlotV2Response = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGetNetworkTracesSlotV2OptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkTracesSlotV2 operation. */\nexport type WebAppsGetNetworkTracesSlotV2Response = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsGenerateNewSitePublishingPasswordSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListPerfMonCountersSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listPerfMonCountersSlot operation. */\nexport type WebAppsListPerfMonCountersSlotResponse = PerfMonCounterCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSitePhpErrorLogFlagSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSitePhpErrorLogFlagSlot operation. */\nexport type WebAppsGetSitePhpErrorLogFlagSlotResponse = SitePhpErrorLogFlag;\n\n/** Optional parameters. */\nexport interface WebAppsListPremierAddOnsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPremierAddOnsSlot operation. */\nexport type WebAppsListPremierAddOnsSlotResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsGetPremierAddOnSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPremierAddOnSlot operation. */\nexport type WebAppsGetPremierAddOnSlotResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsAddPremierAddOnSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the addPremierAddOnSlot operation. */\nexport type WebAppsAddPremierAddOnSlotResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePremierAddOnSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdatePremierAddOnSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updatePremierAddOnSlot operation. */\nexport type WebAppsUpdatePremierAddOnSlotResponse = PremierAddOn;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateAccessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateAccessSlot operation. */\nexport type WebAppsGetPrivateAccessSlotResponse = PrivateAccess;\n\n/** Optional parameters. */\nexport interface WebAppsPutPrivateAccessVnetSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the putPrivateAccessVnetSlot operation. */\nexport type WebAppsPutPrivateAccessVnetSlotResponse = PrivateAccess;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionListSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListSlot operation. */\nexport type WebAppsGetPrivateEndpointConnectionListSlotResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionSlot operation. */\nexport type WebAppsGetPrivateEndpointConnectionSlotResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnectionSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the approveOrRejectPrivateEndpointConnectionSlot operation. */\nexport type WebAppsApproveOrRejectPrivateEndpointConnectionSlotResponse =\n RemotePrivateEndpointConnectionARMResource;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePrivateEndpointConnectionSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deletePrivateEndpointConnectionSlot operation. */\nexport type WebAppsDeletePrivateEndpointConnectionSlotResponse = Record<\n string,\n unknown\n>;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateLinkResourcesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateLinkResourcesSlot operation. */\nexport type WebAppsGetPrivateLinkResourcesSlotResponse =\n PrivateLinkResourcesWrapper;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessesSlot operation. */\nexport type WebAppsListProcessesSlotResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessSlot operation. */\nexport type WebAppsGetProcessSlotResponse = ProcessInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteProcessSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessDumpSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessDumpSlot operation. */\nexport type WebAppsGetProcessDumpSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsListProcessModulesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessModulesSlot operation. */\nexport type WebAppsListProcessModulesSlotResponse = ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetProcessModuleSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProcessModuleSlot operation. */\nexport type WebAppsGetProcessModuleSlotResponse = ProcessModuleInfo;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessThreadsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessThreadsSlot operation. */\nexport type WebAppsListProcessThreadsSlotResponse = ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPublicCertificatesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicCertificatesSlot operation. */\nexport type WebAppsListPublicCertificatesSlotResponse =\n PublicCertificateCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPublicCertificateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPublicCertificateSlot operation. */\nexport type WebAppsGetPublicCertificateSlotResponse = PublicCertificate;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdatePublicCertificateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdatePublicCertificateSlot operation. */\nexport type WebAppsCreateOrUpdatePublicCertificateSlotResponse =\n PublicCertificate;\n\n/** Optional parameters. */\nexport interface WebAppsDeletePublicCertificateSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListPublishingProfileXmlWithSecretsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublishingProfileXmlWithSecretsSlot operation. */\nexport type WebAppsListPublishingProfileXmlWithSecretsSlotResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface WebAppsResetSlotConfigurationSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsRestartSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. */\n softRestart?: boolean;\n /** Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). */\n synchronous?: boolean;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreFromBackupBlobSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreFromDeletedAppSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsRestoreSnapshotSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListSiteContainersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteContainersSlot operation. */\nexport type WebAppsListSiteContainersSlotResponse = SiteContainerCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteContainerSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteContainerSlot operation. */\nexport type WebAppsGetSiteContainerSlotResponse = SiteContainer;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSiteContainerSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateSiteContainerSlot operation. */\nexport type WebAppsCreateOrUpdateSiteContainerSlotResponse = SiteContainer;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSiteContainerSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSiteExtensionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteExtensionsSlot operation. */\nexport type WebAppsListSiteExtensionsSlotResponse = SiteExtensionInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteExtensionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteExtensionSlot operation. */\nexport type WebAppsGetSiteExtensionSlotResponse = SiteExtensionInfo;\n\n/** Optional parameters. */\nexport interface WebAppsInstallSiteExtensionSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the installSiteExtensionSlot operation. */\nexport type WebAppsInstallSiteExtensionSlotResponse = SiteExtensionInfo;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSiteExtensionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListSlotDifferencesSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotDifferencesSlot operation. */\nexport type WebAppsListSlotDifferencesSlotResponse = SlotDifferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsSwapSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsSlot operation. */\nexport type WebAppsListSnapshotsSlotResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsFromDRSecondarySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsFromDRSecondarySlot operation. */\nexport type WebAppsListSnapshotsFromDRSecondarySlotResponse =\n SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSourceControlSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSourceControlSlot operation. */\nexport type WebAppsGetSourceControlSlotResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSourceControlSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateSourceControlSlot operation. */\nexport type WebAppsCreateOrUpdateSourceControlSlotResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSourceControlSlotOptionalParams\n extends coreClient.OperationOptions {\n additionalFlags?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSourceControlSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSourceControlSlot operation. */\nexport type WebAppsUpdateSourceControlSlotResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsStartSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStartNetworkTraceSlotOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startNetworkTraceSlot operation. */\nexport type WebAppsStartNetworkTraceSlotResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStopSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStopNetworkTraceSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncRepositorySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncFunctionTriggersSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobsSlot operation. */\nexport type WebAppsListTriggeredWebJobsSlotResponse = TriggeredWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetTriggeredWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTriggeredWebJobSlot operation. */\nexport type WebAppsGetTriggeredWebJobSlotResponse = TriggeredWebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteTriggeredWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobHistorySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobHistorySlot operation. */\nexport type WebAppsListTriggeredWebJobHistorySlotResponse =\n TriggeredJobHistoryCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetTriggeredWebJobHistorySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTriggeredWebJobHistorySlot operation. */\nexport type WebAppsGetTriggeredWebJobHistorySlotResponse = TriggeredJobHistory;\n\n/** Optional parameters. */\nexport interface WebAppsRunTriggeredWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListUsagesSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listUsagesSlot operation. */\nexport type WebAppsListUsagesSlotResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListVnetConnectionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVnetConnectionsSlot operation. */\nexport type WebAppsListVnetConnectionsSlotResponse = VnetInfoResource[];\n\n/** Optional parameters. */\nexport interface WebAppsGetVnetConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetConnectionSlot operation. */\nexport type WebAppsGetVnetConnectionSlotResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateVnetConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetConnectionSlot operation. */\nexport type WebAppsCreateOrUpdateVnetConnectionSlotResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteVnetConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateVnetConnectionSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetConnectionSlot operation. */\nexport type WebAppsUpdateVnetConnectionSlotResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsGetVnetConnectionGatewaySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetConnectionGatewaySlot operation. */\nexport type WebAppsGetVnetConnectionGatewaySlotResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateVnetConnectionGatewaySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetConnectionGatewaySlot operation. */\nexport type WebAppsCreateOrUpdateVnetConnectionGatewaySlotResponse =\n VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateVnetConnectionGatewaySlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetConnectionGatewaySlot operation. */\nexport type WebAppsUpdateVnetConnectionGatewaySlotResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsListWebJobsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebJobsSlot operation. */\nexport type WebAppsListWebJobsSlotResponse = WebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetWebJobSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebJobSlot operation. */\nexport type WebAppsGetWebJobSlotResponse = WebJob;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotDifferencesFromProductionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotDifferencesFromProduction operation. */\nexport type WebAppsListSlotDifferencesFromProductionResponse =\n SlotDifferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsSwapSlotWithProductionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshots operation. */\nexport type WebAppsListSnapshotsResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsFromDRSecondaryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsFromDRSecondary operation. */\nexport type WebAppsListSnapshotsFromDRSecondaryResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSourceControlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSourceControl operation. */\nexport type WebAppsGetSourceControlResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateSourceControlOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateSourceControl operation. */\nexport type WebAppsCreateOrUpdateSourceControlResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteSourceControlOptionalParams\n extends coreClient.OperationOptions {\n additionalFlags?: string;\n}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateSourceControlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateSourceControl operation. */\nexport type WebAppsUpdateSourceControlResponse = SiteSourceControl;\n\n/** Optional parameters. */\nexport interface WebAppsStartOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStartNetworkTraceOptionalParams\n extends coreClient.OperationOptions {\n /** The duration to keep capturing in seconds. */\n durationInSeconds?: number;\n /** The maximum frame length in bytes (Optional). */\n maxFrameLength?: number;\n /** The Blob URL to store capture file. */\n sasUrl?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startNetworkTrace operation. */\nexport type WebAppsStartNetworkTraceResponse = NetworkTrace[];\n\n/** Optional parameters. */\nexport interface WebAppsStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsStopNetworkTraceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncRepositoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsSyncFunctionTriggersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobs operation. */\nexport type WebAppsListTriggeredWebJobsResponse = TriggeredWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetTriggeredWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTriggeredWebJob operation. */\nexport type WebAppsGetTriggeredWebJobResponse = TriggeredWebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteTriggeredWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobHistory operation. */\nexport type WebAppsListTriggeredWebJobHistoryResponse =\n TriggeredJobHistoryCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetTriggeredWebJobHistoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTriggeredWebJobHistory operation. */\nexport type WebAppsGetTriggeredWebJobHistoryResponse = TriggeredJobHistory;\n\n/** Optional parameters. */\nexport interface WebAppsRunTriggeredWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsListUsagesOptionalParams\n extends coreClient.OperationOptions {\n /** Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */\n filter?: string;\n}\n\n/** Contains response data for the listUsages operation. */\nexport type WebAppsListUsagesResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListVnetConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVnetConnections operation. */\nexport type WebAppsListVnetConnectionsResponse = VnetInfoResource[];\n\n/** Optional parameters. */\nexport interface WebAppsGetVnetConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetConnection operation. */\nexport type WebAppsGetVnetConnectionResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateVnetConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetConnection operation. */\nexport type WebAppsCreateOrUpdateVnetConnectionResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsDeleteVnetConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebAppsUpdateVnetConnectionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetConnection operation. */\nexport type WebAppsUpdateVnetConnectionResponse = VnetInfoResource;\n\n/** Optional parameters. */\nexport interface WebAppsGetVnetConnectionGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getVnetConnectionGateway operation. */\nexport type WebAppsGetVnetConnectionGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsCreateOrUpdateVnetConnectionGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateVnetConnectionGateway operation. */\nexport type WebAppsCreateOrUpdateVnetConnectionGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsUpdateVnetConnectionGatewayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateVnetConnectionGateway operation. */\nexport type WebAppsUpdateVnetConnectionGatewayResponse = VnetGateway;\n\n/** Optional parameters. */\nexport interface WebAppsListWebJobsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebJobs operation. */\nexport type WebAppsListWebJobsResponse = WebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetWebJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWebJob operation. */\nexport type WebAppsGetWebJobResponse = WebJob;\n\n/** Optional parameters. */\nexport interface WebAppsDeployWorkflowArtifactsOptionalParams\n extends coreClient.OperationOptions {\n /** Application settings and files of the workflow. */\n workflowArtifacts?: WorkflowArtifacts;\n}\n\n/** Optional parameters. */\nexport interface WebAppsDeployWorkflowArtifactsSlotOptionalParams\n extends coreClient.OperationOptions {\n /** Application settings and files of the workflow. */\n workflowArtifacts?: WorkflowArtifacts;\n}\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceWorkflowsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceWorkflowsSlot operation. */\nexport type WebAppsListInstanceWorkflowsSlotResponse =\n WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetInstanceWorkflowSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInstanceWorkflowSlot operation. */\nexport type WebAppsGetInstanceWorkflowSlotResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsListWorkflowsConnectionsSlotOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflowsConnectionsSlot operation. */\nexport type WebAppsListWorkflowsConnectionsSlotResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsListWorkflowsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflows operation. */\nexport type WebAppsListWorkflowsResponse = WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetWorkflowOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getWorkflow operation. */\nexport type WebAppsGetWorkflowResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsListWorkflowsConnectionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflowsConnections operation. */\nexport type WebAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;\n\n/** Optional parameters. */\nexport interface WebAppsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WebAppsListNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type WebAppsListByResourceGroupNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListBackupsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupsNext operation. */\nexport type WebAppsListBackupsNextResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicPublishingCredentialsPoliciesNext operation. */\nexport type WebAppsListBasicPublishingCredentialsPoliciesNextResponse =\n PublishingCredentialsPoliciesCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationsNext operation. */\nexport type WebAppsListConfigurationsNextResponse =\n SiteConfigResourceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingsKeyVaultReferencesNext operation. */\nexport type WebAppsGetAppSettingsKeyVaultReferencesNextResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferencesNext operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferencesNextResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationSnapshotInfoNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationSnapshotInfoNext operation. */\nexport type WebAppsListConfigurationSnapshotInfoNextResponse =\n SiteConfigurationSnapshotInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListContinuousWebJobsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listContinuousWebJobsNext operation. */\nexport type WebAppsListContinuousWebJobsNextResponse =\n ContinuousWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProductionSiteDeploymentStatusesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProductionSiteDeploymentStatusesNext operation. */\nexport type WebAppsListProductionSiteDeploymentStatusesNextResponse =\n CsmDeploymentStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsNext operation. */\nexport type WebAppsListDeploymentsNextResponse = DeploymentCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListDomainOwnershipIdentifiersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDomainOwnershipIdentifiersNext operation. */\nexport type WebAppsListDomainOwnershipIdentifiersNextResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListFunctionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFunctionsNext operation. */\nexport type WebAppsListFunctionsNextResponse = FunctionEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListHostNameBindingsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostNameBindingsNext operation. */\nexport type WebAppsListHostNameBindingsNextResponse = HostNameBindingCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceIdentifiersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceIdentifiersNext operation. */\nexport type WebAppsListInstanceIdentifiersNextResponse =\n WebAppInstanceStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessesNext operation. */\nexport type WebAppsListInstanceProcessesNextResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessModulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessModulesNext operation. */\nexport type WebAppsListInstanceProcessModulesNextResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessThreadsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessThreadsNext operation. */\nexport type WebAppsListInstanceProcessThreadsNextResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteBackupsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteBackupsNext operation. */\nexport type WebAppsListSiteBackupsNextResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPerfMonCountersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPerfMonCountersNext operation. */\nexport type WebAppsListPerfMonCountersNextResponse = PerfMonCounterCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListNext operation. */\nexport type WebAppsGetPrivateEndpointConnectionListNextResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessesNext operation. */\nexport type WebAppsListProcessesNextResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessModulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessModulesNext operation. */\nexport type WebAppsListProcessModulesNextResponse = ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessThreadsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessThreadsNext operation. */\nexport type WebAppsListProcessThreadsNextResponse = ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPublicCertificatesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicCertificatesNext operation. */\nexport type WebAppsListPublicCertificatesNextResponse =\n PublicCertificateCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteContainersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteContainersNext operation. */\nexport type WebAppsListSiteContainersNextResponse = SiteContainerCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteExtensionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteExtensionsNext operation. */\nexport type WebAppsListSiteExtensionsNextResponse = SiteExtensionInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotsNext operation. */\nexport type WebAppsListSlotsNextResponse = WebAppCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListBackupsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBackupsSlotNext operation. */\nexport type WebAppsListBackupsSlotNextResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBasicPublishingCredentialsPoliciesSlotNext operation. */\nexport type WebAppsListBasicPublishingCredentialsPoliciesSlotNextResponse =\n PublishingCredentialsPoliciesCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationsSlotNext operation. */\nexport type WebAppsListConfigurationsSlotNextResponse =\n SiteConfigResourceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAppSettingsKeyVaultReferencesSlotNext operation. */\nexport type WebAppsGetAppSettingsKeyVaultReferencesSlotNextResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSiteConnectionStringKeyVaultReferencesSlotNext operation. */\nexport type WebAppsGetSiteConnectionStringKeyVaultReferencesSlotNextResponse =\n ApiKVReferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListConfigurationSnapshotInfoSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationSnapshotInfoSlotNext operation. */\nexport type WebAppsListConfigurationSnapshotInfoSlotNextResponse =\n SiteConfigurationSnapshotInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListContinuousWebJobsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listContinuousWebJobsSlotNext operation. */\nexport type WebAppsListContinuousWebJobsSlotNextResponse =\n ContinuousWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotSiteDeploymentStatusesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotSiteDeploymentStatusesSlotNext operation. */\nexport type WebAppsListSlotSiteDeploymentStatusesSlotNextResponse =\n CsmDeploymentStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListDeploymentsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsSlotNext operation. */\nexport type WebAppsListDeploymentsSlotNextResponse = DeploymentCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListDomainOwnershipIdentifiersSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDomainOwnershipIdentifiersSlotNext operation. */\nexport type WebAppsListDomainOwnershipIdentifiersSlotNextResponse =\n IdentifierCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceFunctionsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceFunctionsSlotNext operation. */\nexport type WebAppsListInstanceFunctionsSlotNextResponse =\n FunctionEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListHostNameBindingsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHostNameBindingsSlotNext operation. */\nexport type WebAppsListHostNameBindingsSlotNextResponse =\n HostNameBindingCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceIdentifiersSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceIdentifiersSlotNext operation. */\nexport type WebAppsListInstanceIdentifiersSlotNextResponse =\n WebAppInstanceStatusCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessesSlotNext operation. */\nexport type WebAppsListInstanceProcessesSlotNextResponse =\n ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessModulesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessModulesSlotNext operation. */\nexport type WebAppsListInstanceProcessModulesSlotNextResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceProcessThreadsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceProcessThreadsSlotNext operation. */\nexport type WebAppsListInstanceProcessThreadsSlotNextResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteBackupsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteBackupsSlotNext operation. */\nexport type WebAppsListSiteBackupsSlotNextResponse = BackupItemCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPerfMonCountersSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPerfMonCountersSlotNext operation. */\nexport type WebAppsListPerfMonCountersSlotNextResponse =\n PerfMonCounterCollection;\n\n/** Optional parameters. */\nexport interface WebAppsGetPrivateEndpointConnectionListSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPrivateEndpointConnectionListSlotNext operation. */\nexport type WebAppsGetPrivateEndpointConnectionListSlotNextResponse =\n PrivateEndpointConnectionCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessesSlotNext operation. */\nexport type WebAppsListProcessesSlotNextResponse = ProcessInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessModulesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessModulesSlotNext operation. */\nexport type WebAppsListProcessModulesSlotNextResponse =\n ProcessModuleInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListProcessThreadsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listProcessThreadsSlotNext operation. */\nexport type WebAppsListProcessThreadsSlotNextResponse =\n ProcessThreadInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListPublicCertificatesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPublicCertificatesSlotNext operation. */\nexport type WebAppsListPublicCertificatesSlotNextResponse =\n PublicCertificateCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteContainersSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteContainersSlotNext operation. */\nexport type WebAppsListSiteContainersSlotNextResponse = SiteContainerCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSiteExtensionsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSiteExtensionsSlotNext operation. */\nexport type WebAppsListSiteExtensionsSlotNextResponse =\n SiteExtensionInfoCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotDifferencesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotDifferencesSlotNext operation. */\nexport type WebAppsListSlotDifferencesSlotNextResponse =\n SlotDifferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsSlotNext operation. */\nexport type WebAppsListSnapshotsSlotNextResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsFromDRSecondarySlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsFromDRSecondarySlotNext operation. */\nexport type WebAppsListSnapshotsFromDRSecondarySlotNextResponse =\n SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobsSlotNext operation. */\nexport type WebAppsListTriggeredWebJobsSlotNextResponse =\n TriggeredWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobHistorySlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobHistorySlotNext operation. */\nexport type WebAppsListTriggeredWebJobHistorySlotNextResponse =\n TriggeredJobHistoryCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListUsagesSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsagesSlotNext operation. */\nexport type WebAppsListUsagesSlotNextResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListWebJobsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebJobsSlotNext operation. */\nexport type WebAppsListWebJobsSlotNextResponse = WebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSlotDifferencesFromProductionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSlotDifferencesFromProductionNext operation. */\nexport type WebAppsListSlotDifferencesFromProductionNextResponse =\n SlotDifferenceCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsNext operation. */\nexport type WebAppsListSnapshotsNextResponse = SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListSnapshotsFromDRSecondaryNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSnapshotsFromDRSecondaryNext operation. */\nexport type WebAppsListSnapshotsFromDRSecondaryNextResponse =\n SnapshotCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobsNext operation. */\nexport type WebAppsListTriggeredWebJobsNextResponse = TriggeredWebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListTriggeredWebJobHistoryNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTriggeredWebJobHistoryNext operation. */\nexport type WebAppsListTriggeredWebJobHistoryNextResponse =\n TriggeredJobHistoryCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListUsagesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsagesNext operation. */\nexport type WebAppsListUsagesNextResponse = CsmUsageQuotaCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListWebJobsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWebJobsNext operation. */\nexport type WebAppsListWebJobsNextResponse = WebJobCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListInstanceWorkflowsSlotNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listInstanceWorkflowsSlotNext operation. */\nexport type WebAppsListInstanceWorkflowsSlotNextResponse =\n WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WebAppsListWorkflowsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listWorkflowsNext operation. */\nexport type WebAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;\n\n/** Optional parameters. */\nexport interface WorkflowsRegenerateAccessKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkflowsValidateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkflowRunsListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n /** The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunsListResponse = WorkflowRunListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunsGetResponse = WorkflowRun;\n\n/** Optional parameters. */\nexport interface WorkflowRunsCancelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkflowRunsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunsListNextResponse = WorkflowRunListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n /** The filter to apply on the operation. Options for filters include: Status. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunActionsListResponse = WorkflowRunActionListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunActionsGetResponse = WorkflowRunAction;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsListExpressionTracesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExpressionTraces operation. */\nexport type WorkflowRunActionsListExpressionTracesResponse = ExpressionTraces;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunActionsListNextResponse = WorkflowRunActionListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionsListExpressionTracesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExpressionTracesNext operation. */\nexport type WorkflowRunActionsListExpressionTracesNextResponse =\n ExpressionTraces;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunActionRepetitionsListResponse =\n WorkflowRunActionRepetitionDefinitionCollection;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunActionRepetitionsGetResponse =\n WorkflowRunActionRepetitionDefinition;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsListExpressionTracesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExpressionTraces operation. */\nexport type WorkflowRunActionRepetitionsListExpressionTracesResponse =\n ExpressionTraces;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunActionRepetitionsListNextResponse =\n WorkflowRunActionRepetitionDefinitionCollection;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsListExpressionTracesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listExpressionTracesNext operation. */\nexport type WorkflowRunActionRepetitionsListExpressionTracesNextResponse =\n ExpressionTraces;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsRequestHistoriesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunActionRepetitionsRequestHistoriesListResponse =\n RequestHistoryListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsRequestHistoriesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunActionRepetitionsRequestHistoriesGetResponse =\n RequestHistory;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionRepetitionsRequestHistoriesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunActionRepetitionsRequestHistoriesListNextResponse =\n RequestHistoryListResult;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionScopeRepetitionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkflowRunActionScopeRepetitionsListResponse =\n WorkflowRunActionRepetitionDefinitionCollection;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionScopeRepetitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowRunActionScopeRepetitionsGetResponse =\n WorkflowRunActionRepetitionDefinition;\n\n/** Optional parameters. */\nexport interface WorkflowRunActionScopeRepetitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowRunActionScopeRepetitionsListNextResponse =\n WorkflowRunActionRepetitionDefinitionCollection;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowTriggersListResponse = WorkflowTriggerListResult;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowTriggersGetResponse = WorkflowTrigger;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersListCallbackUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listCallbackUrl operation. */\nexport type WorkflowTriggersListCallbackUrlResponse =\n WorkflowTriggerCallbackUrl;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersRunOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WorkflowTriggersGetSchemaJsonOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSchemaJson operation. */\nexport type WorkflowTriggersGetSchemaJsonResponse = JsonSchema;\n\n/** Optional parameters. */\nexport interface WorkflowTriggersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowTriggersListNextResponse = WorkflowTriggerListResult;\n\n/** Optional parameters. */\nexport interface WorkflowTriggerHistoriesListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n /** The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowTriggerHistoriesListResponse =\n WorkflowTriggerHistoryListResult;\n\n/** Optional parameters. */\nexport interface WorkflowTriggerHistoriesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowTriggerHistoriesGetResponse = WorkflowTriggerHistory;\n\n/** Optional parameters. */\nexport interface WorkflowTriggerHistoriesResubmitOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface WorkflowTriggerHistoriesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowTriggerHistoriesListNextResponse =\n WorkflowTriggerHistoryListResult;\n\n/** Optional parameters. */\nexport interface WorkflowVersionsListOptionalParams\n extends coreClient.OperationOptions {\n /** The number of items to be included in the result. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type WorkflowVersionsListResponse = WorkflowVersionListResult;\n\n/** Optional parameters. */\nexport interface WorkflowVersionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkflowVersionsGetResponse = WorkflowVersion;\n\n/** Optional parameters. */\nexport interface WorkflowVersionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkflowVersionsListNextResponse = WorkflowVersionListResult;\n\n/** Optional parameters. */\nexport interface WebSiteManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|