Skip to main content

data_plane_applications

Creates, updates, deletes, gets or lists a data_plane_applications resource.

Overview

Namedata_plane_applications
TypeResource
Idazure_isv.split.data_plane_applications

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:

NameAccessible byRequired ParamsOptional ParamsDescription
exchange_tokenexecsubscriptionId, resourceGroupName, workspaceName, applicationId, token, resourceThe action to exchange Split.IO data plane authentication token.

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.

NameDatatypeDescription
applicationIdstringThe id of the Split.IO data plane authentication application in Guid format.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.
workspaceNamestringThe name of the ExperimentationWorkspace resource.

Lifecycle Methods

The action to exchange Split.IO data plane authentication token.

EXEC azure_isv.split.data_plane_applications.exchange_token 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@workspaceName='{{ workspaceName }}' --required,
@applicationId='{{ applicationId }}' --required
@@json=
'{
"token": "{{ token }}",
"resource": "{{ resource }}"
}'
;