Bicep resource definition
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 Bicep to your template.
resource symbolicname 'Microsoft.AgFoodPlatform/farmBeats@2021-09-01-preview' = {
identity: {
type: 'SystemAssigned'
}
location: 'string'
name: 'string'
properties: {
publicNetworkAccess: 'string'
sensorIntegration: {
enabled: 'string'
provisioningInfo: {
error: {}
}
}
}
tags: {
{customized property}: 'string'
}
}
Property Values
Name |
Description |
Value |
identity |
Identity for the resource. |
Identity |
location |
The geo-location where the resource lives |
string (required) |
name |
The resource name |
string (required) |
properties |
FarmBeats ARM Resource properties. |
FarmBeatsProperties |
tags |
Resource tags |
Dictionary of tag names and values. See Tags in templates |
ErrorDetail
ErrorResponse
Name |
Description |
Value |
error |
The error object. |
ErrorDetail |
FarmBeatsProperties
Name |
Description |
Value |
publicNetworkAccess |
Property to allow or block public traffic for an Azure FarmBeats resource. |
'Enabled' 'Hybrid' |
sensorIntegration |
Sensor integration request model. |
SensorIntegration |
Identity
Name |
Description |
Value |
type |
The identity type. |
'SystemAssigned' |
SensorIntegration
Name |
Description |
Value |
enabled |
Sensor integration enable state. Allowed values are True, None |
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 |
ARM template resource definition
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": "2021-09-01-preview",
"name": "string",
"identity": {
"type": "SystemAssigned"
},
"location": "string",
"properties": {
"publicNetworkAccess": "string",
"sensorIntegration": {
"enabled": "string",
"provisioningInfo": {
"error": {
}
}
}
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Name |
Description |
Value |
apiVersion |
The api version |
'2021-09-01-preview' |
identity |
Identity for the resource. |
Identity |
location |
The geo-location where the resource lives |
string (required) |
name |
The resource name |
string (required) |
properties |
FarmBeats ARM Resource properties. |
FarmBeatsProperties |
tags |
Resource tags |
Dictionary of tag names and values. See Tags in templates |
type |
The resource type |
'Microsoft.AgFoodPlatform/farmBeats' |
ErrorDetail
ErrorResponse
Name |
Description |
Value |
error |
The error object. |
ErrorDetail |
FarmBeatsProperties
Name |
Description |
Value |
publicNetworkAccess |
Property to allow or block public traffic for an Azure FarmBeats resource. |
'Enabled' 'Hybrid' |
sensorIntegration |
Sensor integration request model. |
SensorIntegration |
Identity
Name |
Description |
Value |
type |
The identity type. |
'SystemAssigned' |
SensorIntegration
Name |
Description |
Value |
enabled |
Sensor integration enable state. Allowed values are True, None |
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 |
Usage Examples
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 Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.AgFoodPlatform/farmBeats@2021-09-01-preview"
name = "string"
parent_id = "string"
identity {
type = "string"
identity_ids = [
"string"
]
}
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
publicNetworkAccess = "string"
sensorIntegration = {
enabled = "string"
provisioningInfo = {
error = {
}
}
}
}
}
}
Property Values
Name |
Description |
Value |
identity |
Identity for the resource. |
Identity |
location |
The geo-location where the resource lives |
string (required) |
name |
The resource name |
string (required) |
properties |
FarmBeats ARM Resource properties. |
FarmBeatsProperties |
tags |
Resource tags |
Dictionary of tag names and values. |
type |
The resource type |
"Microsoft.AgFoodPlatform/farmBeats@2021-09-01-preview" |
ErrorDetail
ErrorResponse
Name |
Description |
Value |
error |
The error object. |
ErrorDetail |
FarmBeatsProperties
Name |
Description |
Value |
publicNetworkAccess |
Property to allow or block public traffic for an Azure FarmBeats resource. |
'Enabled' 'Hybrid' |
sensorIntegration |
Sensor integration request model. |
SensorIntegration |
Identity
Name |
Description |
Value |
type |
The identity type. |
'SystemAssigned' |
SensorIntegration
Name |
Description |
Value |
enabled |
Sensor integration enable state. Allowed values are True, None |
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 |