application_group_application_groups
Creates, updates, deletes, gets or lists an application_group_application_groups
resource.
Overview
Name | application_group_application_groups |
Type | Resource |
Id | azure.event_hubs.application_group_application_groups |
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 | resourceGroupName , namespaceName , applicationGroupName , subscriptionId | Creates or updates an ApplicationGroup for a Namespace. |
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 |
---|---|---|
applicationGroupName | string | The Application Group name |
namespaceName | string | The Namespace name |
resourceGroupName | string | Name of the resource group within the azure subscription. |
subscriptionId | string | Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
INSERT
examples
- create_or_update
- Manifest
Creates or updates an ApplicationGroup for a Namespace.
INSERT INTO azure.event_hubs.application_group_application_groups (
data__properties,
resourceGroupName,
namespaceName,
applicationGroupName,
subscriptionId
)
SELECT
'{{ properties }}',
'{{ resourceGroupName }}',
'{{ namespaceName }}',
'{{ applicationGroupName }}',
'{{ subscriptionId }}'
RETURNING
id,
name,
location,
properties,
systemData,
type
;
# Description fields are for documentation purposes
- name: application_group_application_groups
props:
- name: resourceGroupName
value: string
description: Required parameter for the application_group_application_groups resource.
- name: namespaceName
value: string
description: Required parameter for the application_group_application_groups resource.
- name: applicationGroupName
value: string
description: Required parameter for the application_group_application_groups resource.
- name: subscriptionId
value: string
description: Required parameter for the application_group_application_groups resource.
- name: properties
value: object