Skip to main content

data_types_data

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

Overview

Namedata_types_data
TypeResource
Idazure.network_analytics.data_types_data

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
deleteexecsubscriptionId, resourceGroupName, dataProductName, dataTypeNameDelete data for data type.

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
dataProductNamestringThe data product resource name
dataTypeNamestringThe data type name.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

Delete data for data type.

EXEC azure.network_analytics.data_types_data.delete 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@dataProductName='{{ dataProductName }}' --required,
@dataTypeName='{{ dataTypeName }}' --required
;