Delen via


Microsoft.IoTOperations exemplaren/dataflowProfiles

Bicep-resourcedefinitie

Het resourcetype instances/dataflowProfiles kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.IoTOperations/instances/dataflowProfiles wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.

resource symbolicname 'Microsoft.IoTOperations/instances/dataflowProfiles@2025-10-01' = {
  parent: resourceSymbolicName
  extendedLocation: {
    name: 'string'
    type: 'string'
  }
  name: 'string'
  properties: {
    diagnostics: {
      logs: {
        level: 'string'
      }
      metrics: {
        prometheusPort: int
      }
    }
    instanceCount: int
  }
}

Eigenschapswaarden

Microsoft.IoTOperations/instances/dataflowProfiles

Name Description Value
extendedLocation Edge-locatie van de resource. ExtendedLocation
name De resourcenaam string

Constraints:
Minimale lengte = 3
Maximale lengte = 63
Patroon = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (vereist)
parent In Bicep kunt u de bovenliggende resource voor een onderliggende resource opgeven. U hoeft deze eigenschap alleen toe te voegen wanneer de onderliggende resource buiten de bovenliggende resource wordt gedeclareerd.

Zie onderliggende resource buiten de bovenliggende resourcevoor meer informatie.
Symbolische naam voor resource van het type: exemplaren
properties De resourcespecifieke eigenschappen voor deze resource. DataflowProfileProperties

DataflowProfileProperties

Name Description Value
diagnostics Specificatie definieert de gewenste identiteiten van diagnostische NBC-instellingen. ProfileDiagnostics
instanceCount Als u het gegevensstroomprofiel handmatig wilt schalen, geeft u het maximum aantal exemplaren op dat u wilt uitvoeren. int

Constraints:
Minimumwaarde = 1
Maximumwaarde = 20

DiagnosticsLogs

Name Description Value
level Het logboekniveau. Voorbeelden: 'debug', 'info', 'warn', 'error', 'trace'. string

ExtendedLocation

Name Description Value
name De naam van de uitgebreide locatie. tekenreeks (vereist)
type Type UitgebreideLocatie. 'CustomLocation' (verplicht)

Metrics

Name Description Value
prometheusPort De prometheus-poort om de metrische gegevens beschikbaar te maken. int

Constraints:
Minimumwaarde = 0
Maximumwaarde = 65535

ProfileDiagnostics

Name Description Value
logs Diagnostische logboekinstellingen voor de resource. DiagnosticsLogs
metrics De instellingen voor metrische gegevens voor de resource. Metrics

Resourcedefinitie van ARM-sjabloon

Het resourcetype instances/dataflowProfiles kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.IoTOperations/instances/dataflowProfiles wilt maken, voegt u de volgende JSON toe aan uw sjabloon.

{
  "type": "Microsoft.IoTOperations/instances/dataflowProfiles",
  "apiVersion": "2025-10-01",
  "name": "string",
  "extendedLocation": {
    "name": "string",
    "type": "string"
  },
  "properties": {
    "diagnostics": {
      "logs": {
        "level": "string"
      },
      "metrics": {
        "prometheusPort": "int"
      }
    },
    "instanceCount": "int"
  }
}

Eigenschapswaarden

Microsoft.IoTOperations/instances/dataflowProfiles

Name Description Value
apiVersion De API-versie '2025-10-01'
extendedLocation Edge-locatie van de resource. ExtendedLocation
name De resourcenaam string

Constraints:
Minimale lengte = 3
Maximale lengte = 63
Patroon = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (vereist)
properties De resourcespecifieke eigenschappen voor deze resource. DataflowProfileProperties
type Het brontype 'Microsoft.IoTOperations/instances/dataflowProfiles'

DataflowProfileProperties

Name Description Value
diagnostics Specificatie definieert de gewenste identiteiten van diagnostische NBC-instellingen. ProfileDiagnostics
instanceCount Als u het gegevensstroomprofiel handmatig wilt schalen, geeft u het maximum aantal exemplaren op dat u wilt uitvoeren. int

Constraints:
Minimumwaarde = 1
Maximumwaarde = 20

DiagnosticsLogs

Name Description Value
level Het logboekniveau. Voorbeelden: 'debug', 'info', 'warn', 'error', 'trace'. string

ExtendedLocation

Name Description Value
name De naam van de uitgebreide locatie. tekenreeks (vereist)
type Type UitgebreideLocatie. 'CustomLocation' (verplicht)

Metrics

Name Description Value
prometheusPort De prometheus-poort om de metrische gegevens beschikbaar te maken. int

Constraints:
Minimumwaarde = 0
Maximumwaarde = 65535

ProfileDiagnostics

Name Description Value
logs Diagnostische logboekinstellingen voor de resource. DiagnosticsLogs
metrics De instellingen voor metrische gegevens voor de resource. Metrics

Gebruiksvoorbeelden

Resourcedefinitie van Terraform (AzAPI-provider)

Het resourcetype instances/dataflowProfiles kan worden geïmplementeerd met bewerkingen die zijn gericht op:

  • Resourcegroepen

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.IoTOperations/instances/dataflowProfiles wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.IoTOperations/instances/dataflowProfiles@2025-10-01"
  name = "string"
  parent_id = "string"
  body = {
    extendedLocation = {
      name = "string"
      type = "string"
    }
    properties = {
      diagnostics = {
        logs = {
          level = "string"
        }
        metrics = {
          prometheusPort = int
        }
      }
      instanceCount = int
    }
  }
}

Eigenschapswaarden

Microsoft.IoTOperations/instances/dataflowProfiles

Name Description Value
extendedLocation Edge-locatie van de resource. ExtendedLocation
name De resourcenaam string

Constraints:
Minimale lengte = 3
Maximale lengte = 63
Patroon = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (vereist)
parent_id De id van de resource die het bovenliggende item voor deze resource is. Id voor resource van het type: exemplaren
properties De resourcespecifieke eigenschappen voor deze resource. DataflowProfileProperties
type Het brontype "Microsoft.IoTOperations/instances/dataflowProfiles@2025-10-01"

DataflowProfileProperties

Name Description Value
diagnostics Specificatie definieert de gewenste identiteiten van diagnostische NBC-instellingen. ProfileDiagnostics
instanceCount Als u het gegevensstroomprofiel handmatig wilt schalen, geeft u het maximum aantal exemplaren op dat u wilt uitvoeren. int

Constraints:
Minimumwaarde = 1
Maximumwaarde = 20

DiagnosticsLogs

Name Description Value
level Het logboekniveau. Voorbeelden: 'debug', 'info', 'warn', 'error', 'trace'. string

ExtendedLocation

Name Description Value
name De naam van de uitgebreide locatie. tekenreeks (vereist)
type Type UitgebreideLocatie. 'CustomLocation' (verplicht)

Metrics

Name Description Value
prometheusPort De prometheus-poort om de metrische gegevens beschikbaar te maken. int

Constraints:
Minimumwaarde = 0
Maximumwaarde = 65535

ProfileDiagnostics

Name Description Value
logs Diagnostische logboekinstellingen voor de resource. DiagnosticsLogs
metrics De instellingen voor metrische gegevens voor de resource. Metrics