build_services
Creates, updates, deletes, gets or lists a build_services
resource.
Overview
Name | build_services |
Type | Resource |
Id | azure.spring_apps.build_services |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
create_or_update | insert | subscriptionId , resourceGroupName , serviceName , buildServiceName | Create a build service resource. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
buildServiceName | string | The name of the build service resource. |
resourceGroupName | string | The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
serviceName | string | The name of the Service resource. |
subscriptionId | string | Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
INSERT
examples
- create_or_update
- Manifest
Create a build service resource.
INSERT INTO azure.spring_apps.build_services (
data__properties,
subscriptionId,
resourceGroupName,
serviceName,
buildServiceName
)
SELECT
'{{ properties }}',
'{{ subscriptionId }}',
'{{ resourceGroupName }}',
'{{ serviceName }}',
'{{ buildServiceName }}'
RETURNING
properties
;
# Description fields are for documentation purposes
- name: build_services
props:
- name: subscriptionId
value: string
description: Required parameter for the build_services resource.
- name: resourceGroupName
value: string
description: Required parameter for the build_services resource.
- name: serviceName
value: string
description: Required parameter for the build_services resource.
- name: buildServiceName
value: string
description: Required parameter for the build_services resource.
- name: properties
value: object
description: |
Properties of the build resource