Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Bicep resource definition
The farmBeats resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.AgFoodPlatform/farmBeats resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.AgFoodPlatform/farmBeats@2023-06-01-preview' = {
identity: {
type: 'SystemAssigned'
}
location: 'string'
name: 'string'
properties: {
publicNetworkAccess: 'string'
sensorIntegration: {
enabled: 'string'
provisioningInfo: {
error: {}
}
}
}
tags: {
{customized property}: 'string'
}
}
Property Values
Microsoft.AgFoodPlatform/farmBeats
Name | Description | Value |
---|---|---|
identity | Identity for the resource. | Identity |
location | The geo-location where the resource lives | string (required) |
name | The resource name | string Constraints: Min length = 1 Max length = 63 Pattern = ^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$ (required) |
properties | Data Manager For Agriculture ARM Resource properties. | DataManagerForAgricultureProperties |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
DataManagerForAgricultureProperties
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 |
ErrorDetail
Name | Description | Value |
---|
ErrorResponse
Name | Description | Value |
---|---|---|
error | The error object. | ErrorDetail |
Identity
Name | Description | Value |
---|---|---|
type | The identity type. | 'SystemAssigned' |
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 |
TrackedResourceTags
Name | Description | Value |
---|
ARM template resource definition
The farmBeats resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
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",
"identity": {
"type": "SystemAssigned"
},
"location": "string",
"properties": {
"publicNetworkAccess": "string",
"sensorIntegration": {
"enabled": "string",
"provisioningInfo": {
"error": {
}
}
}
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Microsoft.AgFoodPlatform/farmBeats
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2023-06-01-preview' |
identity | Identity for the resource. | Identity |
location | The geo-location where the resource lives | string (required) |
name | The resource name | string Constraints: Min length = 1 Max length = 63 Pattern = ^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$ (required) |
properties | Data Manager For Agriculture ARM Resource properties. | DataManagerForAgricultureProperties |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
type | The resource type | 'Microsoft.AgFoodPlatform/farmBeats' |
DataManagerForAgricultureProperties
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 |
ErrorDetail
Name | Description | Value |
---|
ErrorResponse
Name | Description | Value |
---|---|---|
error | The error object. | ErrorDetail |
Identity
Name | Description | Value |
---|---|---|
type | The identity type. | 'SystemAssigned' |
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 |
TrackedResourceTags
Name | Description | Value |
---|
Usage Examples
Terraform (AzAPI provider) resource definition
The farmBeats resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.AgFoodPlatform/farmBeats resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.AgFoodPlatform/farmBeats@2023-06-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
Microsoft.AgFoodPlatform/farmBeats
Name | Description | Value |
---|---|---|
identity | Identity for the resource. | Identity |
location | The geo-location where the resource lives | string (required) |
name | The resource name | string Constraints: Min length = 1 Max length = 63 Pattern = ^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$ (required) |
properties | Data Manager For Agriculture ARM Resource properties. | DataManagerForAgricultureProperties |
tags | Resource tags | Dictionary of tag names and values. |
type | The resource type | "Microsoft.AgFoodPlatform/farmBeats@2023-06-01-preview" |
DataManagerForAgricultureProperties
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 |
ErrorDetail
Name | Description | Value |
---|
ErrorResponse
Name | Description | Value |
---|---|---|
error | The error object. | ErrorDetail |
Identity
Name | Description | Value |
---|---|---|
type | The identity type. | 'SystemAssigned' |
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 |
TrackedResourceTags
Name | Description | Value |
---|