The farmBeats resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.AgFoodPlatform/farmBeats resource, add the following JSON to your template.
{
"type": "Microsoft.AgFoodPlatform/farmBeats",
"apiVersion": "2023-06-01-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"identity": {
"type": "SystemAssigned"
},
"properties": {
"publicNetworkAccess": "string",
"sensorIntegration": {
"enabled": "string",
"provisioningInfo": {
"error": {}
}
}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.AgFoodPlatform/farmBeats' |
apiVersion | The resource api version | '2023-06-01-preview' |
name | The resource name | string (required) |
location | The geo-location where the resource lives | string (required) |
tags | Resource tags. | Dictionary of tag names and values. See Tags in templates |
identity | Identity for the resource. | Identity |
properties | Data Manager For Agriculture ARM Resource properties. | DataManagerForAgricultureProperties |
Name | Description | Value |
---|---|---|
type | The identity type. | 'SystemAssigned' |
Name | Description | Value |
---|---|---|
publicNetworkAccess | Property to allow or block public traffic for an Azure Data Manager For Agriculture resource. | 'Disabled' 'Enabled' |
sensorIntegration | Sensor integration request model. | SensorIntegration |
Name | Description | Value |
---|---|---|
enabled | Sensor integration enable state. | string |
provisioningInfo | Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). | ErrorResponse |
Name | Description | Value |
---|---|---|
error | The error object. | ErrorDetail |
This object doesn't contain any properties to set during deployment. All properties are ReadOnly.