Microsoft Azure Off Azure Spring Boot

Microsoft Azure Off Azure Spring Boot is a cloud-based service that allows users to quickly and easily deploy and run Spring Boot applications on the Microsoft Azure platform. With Azure Spring Boot, developers can take advantage of a managed infrastructure, automated scaling, and built-in monitoring and logging capabilities, freeing them up to focus on writing code and building great applications.

OpenAPI Specification

offazurespringboot-openapi-original.yml Raw ↑
swagger: '2.0'
info:
  title: Microsoft Azure OffAzureSpringBoot
  description: The Microsoft.OffAzureSpringBoot Rest API spec.
  version: 2024-04-01-preview
securityDefinitions:
  azure_auth:
    type: oauth2
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
    flow: implicit
    description: Azure Active Directory OAuth2 Flow
    scopes:
      user_impersonation: impersonate your user account
host: management.azure.com
schemes:
  - https
consumes:
  - application/json
produces:
  - application/json
paths:
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}
  : get:
      tags:
        - Springbootsites
      operationId: microsoftAzureSpringbootsitesGet
      description: Get a springbootsites resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/springbootsitesNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Retrieves the springbootsites resource.
          schema:
            $ref: '#/definitions/springbootsitesModel'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootsites_Get_MaximumSet_Gen:
          $ref: ./examples/springbootsites_Get_MaximumSet_Gen.json
        springbootsites_Get_MinimumSet_Gen:
          $ref: ./examples/springbootsites_Get_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Springbootsitesname
    put:
      tags:
        - Springbootsites
      operationId: microsoftAzureSpringbootsitesCreateorupdate
      description: Create a springbootsites resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/springbootsitesNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
        - name: springbootsites
          description: Create a springbootsites payload.
          in: body
          required: true
          schema:
            $ref: '#/definitions/springbootsitesModel'
      responses:
        '200':
          description: Updates the springbootsites resource.
          schema:
            $ref: '#/definitions/springbootsitesModel'
        '201':
          description: Creates the springbootsites resource.
          schema:
            $ref: '#/definitions/springbootsitesModel'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootsites_CreateOrUpdate_MaximumSet_Gen:
          $ref: ./examples/springbootsites_CreateOrUpdate_MaximumSet_Gen.json
        springbootsites_CreateOrUpdate_MinimumSet_Gen:
          $ref: ./examples/springbootsites_CreateOrUpdate_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Springbootsitesname
    delete:
      tags:
        - Springbootsites
      operationId: microsoftAzureSpringbootsitesDelete
      description: Delete a springbootsites resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/springbootsitesNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '202':
          description: Deletes the springbootsites resource.
          headers:
            Location:
              type: string
        '204':
          description: Deletes the springbootsites resource.
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootsites_Delete_MaximumSet_Gen:
          $ref: ./examples/springbootsites_Delete_MaximumSet_Gen.json
        springbootsites_Delete_MinimumSet_Gen:
          $ref: ./examples/springbootsites_Delete_MinimumSet_Gen.json
      x-ms-long-running-operation: true
      x-ms-long-running-operation-options:
        final-state-via: location
      summary: >-
        Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Springbootsitesname
    patch:
      tags:
        - Springbootsites
      operationId: microsoftAzureSpringbootsitesUpdate
      description: Update a springbootsites resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/springbootsitesNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
        - name: springbootsites
          description: Update a springbootsites payload.
          in: body
          required: true
          schema:
            $ref: '#/definitions/springbootsitesPatch'
      responses:
        '200':
          description: Updates the springbootsites resource.
          schema:
            $ref: '#/definitions/springbootsitesModel'
        '202':
          description: Updates the springbootsites resource.
          schema:
            $ref: '#/definitions/springbootsitesModel'
          headers:
            Location:
              type: string
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootsites_Update_MaximumSet_Gen:
          $ref: ./examples/springbootsites_Update_MaximumSet_Gen.json
        springbootsites_Update_MinimumSet_Gen:
          $ref: ./examples/springbootsites_Update_MinimumSet_Gen.json
      x-ms-long-running-operation: true
      x-ms-long-running-operation-options:
        final-state-via: location
      summary: >-
        Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Springbootsitesname
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}/refreshSite
  : post:
      tags:
        - Springbootsites
      operationId: microsoftAzureSpringbootsitesTriggerrefreshsite
      description: Trigger refresh springbootsites action
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
        - $ref: '#/parameters/springbootsitesNameParameter'
      responses:
        '202':
          description: Trigger refresh success
          headers:
            Location:
              type: string
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootsites_TriggerRefreshSite_MaximumSet_Gen:
          $ref: ./examples/springbootsites_TriggerRefreshSite_MaximumSet_Gen.json
        springbootsites_TriggerRefreshSite_MinimumSet_Gen:
          $ref: ./examples/springbootsites_TriggerRefreshSite_MinimumSet_Gen.json
      x-ms-long-running-operation: true
      x-ms-long-running-operation-options:
        final-state-via: location
      summary: >-
        Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Springbootsitesname Refreshsite
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites:
    get:
      tags:
        - Springbootsites
      operationId: microsoftAzureSpringbootsitesListbyresourcegroup
      description: List springbootsites resource by resourceGroup.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Lists all springbootsites under the resource group.
          schema:
            $ref: '#/definitions/springbootsitesListResult'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-pageable:
        nextLinkName: nextLink
      x-ms-examples:
        springbootsites_ListByResourceGroup_MaximumSet_Gen:
          $ref: ./examples/springbootsites_ListByResourceGroup_MaximumSet_Gen.json
        springbootsites_ListByResourceGroup_MinimumSet_Gen:
          $ref: ./examples/springbootsites_ListByResourceGroup_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites
  /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites:
    get:
      tags:
        - Springbootsites
      operationId: microsoftAzureSpringbootsitesListbysubscription
      description: List springbootsites resource by subscription
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Lists all springbootsites under the subscription.
          schema:
            $ref: '#/definitions/springbootsitesListResult'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-pageable:
        nextLinkName: nextLink
      x-ms-examples:
        springbootsites_ListBySubscription_MaximumSet_Gen:
          $ref: ./examples/springbootsites_ListBySubscription_MaximumSet_Gen.json
        springbootsites_ListBySubscription_MinimumSet_Gen:
          $ref: ./examples/springbootsites_ListBySubscription_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Offazurespringboot Springbootsites
  /providers/Microsoft.OffAzureSpringBoot/operations:
    get:
      tags:
        - Operations
      operationId: microsoftAzureOperationsList
      description: List operations.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Describe the result of a successful operation.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-pageable:
        nextLinkName: nextLink
      x-ms-examples:
        Operations_List_MaximumSet_Gen:
          $ref: ./examples/Operations_List_MaximumSet_Gen.json
        Operations_List_MinimumSet_Gen:
          $ref: ./examples/Operations_List_MinimumSet_Gen.json
      summary: Microsoft Azure Get Providers Microsoft Offazurespringboot Operations
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootservers/{springbootserversName}
  : get:
      tags:
        - Springbootservers
      operationId: microsoftAzureSpringbootserversGet
      description: List springbootservers resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: '#/parameters/springbootserversNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Retrieves the springbootservers resource.
          schema:
            $ref: '#/definitions/springbootserversModel'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootservers_Get_MaximumSet_Gen:
          $ref: ./examples/springbootservers_Get_MaximumSet_Gen.json
        springbootservers_Get_MinimumSet_Gen:
          $ref: ./examples/springbootservers_Get_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers Springbootserversname
    put:
      tags:
        - Springbootservers
      operationId: microsoftAzureSpringbootserversCreateorupdate
      description: Create springbootservers resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: '#/parameters/springbootserversNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
        - name: springbootservers
          description: Create a springbootservers payload.
          in: body
          required: true
          schema:
            $ref: '#/definitions/springbootserversModel'
      responses:
        '200':
          description: Updates the springbootservers resource.
          schema:
            $ref: '#/definitions/springbootserversModel'
        '201':
          description: Creates the springbootservers resource.
          schema:
            $ref: '#/definitions/springbootserversModel'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootservers_CreateOrUpdate_MaximumSet_Gen:
          $ref: ./examples/springbootservers_CreateOrUpdate_MaximumSet_Gen.json
        springbootservers_CreateOrUpdate_MinimumSet_Gen:
          $ref: ./examples/springbootservers_CreateOrUpdate_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers Springbootserversname
    delete:
      tags:
        - Springbootservers
      operationId: microsoftAzureSpringbootserversDelete
      description: Delete springbootservers resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: '#/parameters/springbootserversNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '202':
          description: Deletes the springbootservers resource.
          headers:
            Location:
              type: string
        '204':
          description: Deletes the springbootservers resource.
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootservers_Delete_MaximumSet_Gen:
          $ref: ./examples/springbootservers_Delete_MaximumSet_Gen.json
        springbootservers_Delete_MinimumSet_Gen:
          $ref: ./examples/springbootservers_Delete_MinimumSet_Gen.json
      x-ms-long-running-operation: true
      x-ms-long-running-operation-options:
        final-state-via: location
      summary: >-
        Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers Springbootserversname
    patch:
      tags:
        - Springbootservers
      operationId: microsoftAzureSpringbootserversUpdate
      description: Update springbootservers resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: '#/parameters/springbootserversNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
        - name: springbootservers
          description: Update a springbootservers payload.
          in: body
          required: true
          schema:
            $ref: '#/definitions/springbootserversPatch'
      responses:
        '200':
          description: Updates the springbootservers resource.
          schema:
            $ref: '#/definitions/springbootserversModel'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootservers_Update_MaximumSet_Gen:
          $ref: ./examples/springbootservers_Update_MaximumSet_Gen.json
        springbootservers_Update_MinimumSet_Gen:
          $ref: ./examples/springbootservers_Update_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers Springbootserversname
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootservers
  : get:
      tags:
        - Springbootservers
      operationId: microsoftAzureSpringbootserversListbyresourcegroup
      description: List springbootservers resource by resourceGroup
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Lists all springbootservers under the resource group.
          schema:
            $ref: '#/definitions/springbootserversListResult'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-pageable:
        nextLinkName: nextLink
      x-ms-examples:
        springbootservers_ListByResourceGroup_MaximumSet_Gen:
          $ref: ./examples/springbootservers_ListByResourceGroup_MaximumSet_Gen.json
        springbootservers_ListByResourceGroup_MinimumSet_Gen:
          $ref: ./examples/springbootservers_ListByResourceGroup_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers
  /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootservers:
    get:
      tags:
        - Springbootservers
      operationId: microsoftAzureSpringbootserversListbysubscription
      description: List springbootservers resource by subscription
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Lists all springbootservers under the subscription.
          schema:
            $ref: '#/definitions/springbootserversListResult'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-pageable:
        nextLinkName: nextLink
      x-ms-examples:
        springbootservers_ListBySubscription_MaximumSet_Gen:
          $ref: ./examples/springbootservers_ListBySubscription_MaximumSet_Gen.json
        springbootservers_ListBySubscription_MinimumSet_Gen:
          $ref: ./examples/springbootservers_ListBySubscription_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootapps/{springbootappsName}
  : get:
      tags:
        - Springbootapps
      operationId: microsoftAzureSpringbootappsGet
      description: Get a springbootapps resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: '#/parameters/springbootappsNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Retrieves the springbootapps resource.
          schema:
            $ref: '#/definitions/springbootappsModel'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootapps_Get_MaximumSet_Gen:
          $ref: ./examples/springbootapps_Get_MaximumSet_Gen.json
        springbootapps_Get_MinimumSet_Gen:
          $ref: ./examples/springbootapps_Get_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootapps Springbootappsname
    put:
      tags:
        - Springbootapps
      operationId: microsoftAzureSpringbootappsCreateorupdate
      description: Create a springbootapps resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: '#/parameters/springbootappsNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
        - name: springbootapps
          description: Create a springbootapps payload.
          in: body
          required: true
          schema:
            $ref: '#/definitions/springbootappsModel'
      responses:
        '200':
          description: Creates the springbootapps resource.
          schema:
            $ref: '#/definitions/springbootappsModel'
        '201':
          description: Creates the springbootapps resource.
          schema:
            $ref: '#/definitions/springbootappsModel'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootapps_CreateOrUpdate_MaximumSet_Gen:
          $ref: ./examples/springbootapps_CreateOrUpdate_MaximumSet_Gen.json
        springbootapps_CreateOrUpdate_MinimumSet_Gen:
          $ref: ./examples/springbootapps_CreateOrUpdate_MinimumSet_Gen.json
      x-ms-long-running-operation: true
      x-ms-long-running-operation-options:
        final-state-via: location
      summary: >-
        Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootapps Springbootappsname
    delete:
      tags:
        - Springbootapps
      operationId: microsoftAzureSpringbootappsDelete
      description: Delete a springbootapps resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: '#/parameters/springbootappsNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '202':
          description: Deletes the springbootapps resource.
          headers:
            Location:
              type: string
        '204':
          description: Deletes the springbootapps resource.
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootapps_Delete_MaximumSet_Gen:
          $ref: ./examples/springbootapps_Delete_MaximumSet_Gen.json
        springbootapps_Delete_MinimumSet_Gen:
          $ref: ./examples/springbootapps_Delete_MinimumSet_Gen.json
      x-ms-long-running-operation: true
      x-ms-long-running-operation-options:
        final-state-via: location
      summary: >-
        Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootapps Springbootappsname
    patch:
      tags:
        - Springbootapps
      operationId: microsoftAzureSpringbootappsUpdate
      description: Update a springbootapps resource.
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: '#/parameters/springbootappsNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
        - name: springbootapps
          description: Update a springbootapps payload.
          in: body
          required: true
          schema:
            $ref: '#/definitions/springbootappsPatch'
      responses:
        '200':
          description: Updates the springbootapps resource.
          schema:
            $ref: '#/definitions/springbootappsModel'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        springbootapps_Update_MaximumSet_Gen:
          $ref: ./examples/springbootapps_Update_MaximumSet_Gen.json
        springbootapps_Update_MinimumSet_Gen:
          $ref: ./examples/springbootapps_Update_MinimumSet_Gen.json
      summary: >-
        Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootapps Springbootappsname
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootapps
  : get:
      tags:
        - Springbootapps
      operationId: microsoftAzureSpringbootappsListbyresourcegroup
      description: List springbootapps resource by resourceGroup
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter
        - $ref: '#/parameters/SiteNameParameter'
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Lists all springbootapps under the resource group.
          schema:
            $ref: '#/definitions/springbootappsListResult'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-pageable:
        nextLinkName: nextLink
      x-ms-examples:
        springbootapps_ListByResourceGroup_MaximumSet_Gen:
          $ref: ./examples/springbootapps_ListByResour

# --- truncated at 32 KB (57 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/microsoft-azure/refs/heads/main/openapi/offazurespringboot-openapi-original.yml