Delen via


Microsoft.Authorization attribuutNamespaces

Bicep-resourcedefinitie

Het resourcetype attributeNamespaces kan worden ingezet met operaties die gericht zijn op:

Zie wijzigingslogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Om een Microsoft.Authorization/attributeNamespaces-bron te maken, voeg je de volgende Bicep toe aan je sjabloon.

resource symbolicname 'Microsoft.Authorization/attributeNamespaces@2025-12-01-preview' = {
  name: 'string'
}

Eigenschapswaarden

Microsoft.Authorization/attributeNamespaces

Naam Description Waarde
naam De resourcenaam tekenreeks (vereist)

Resourcedefinitie van ARM-sjabloon

Het resourcetype attributeNamespaces kan worden ingezet met operaties die gericht zijn op:

Zie wijzigingslogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Om een Microsoft.Authorization/attributeNamespaces-resource te maken, voeg je de volgende JSON toe aan je sjabloon.

{
  "type": "Microsoft.Authorization/attributeNamespaces",
  "apiVersion": "2025-12-01-preview",
  "name": "string"
}

Eigenschapswaarden

Microsoft.Authorization/attributeNamespaces

Naam Description Waarde
apiVersion De API-versie '2025-12-01-voorbeschouwing'
naam De resourcenaam tekenreeks (vereist)
type Het brontype 'Microsoft.Authorization/attributeNamespaces'

Gebruiksvoorbeelden

Resourcedefinitie van Terraform (AzAPI-provider)

Het resourcetype attributeNamespaces kan worden ingezet met operaties die gericht zijn op:

Zie wijzigingslogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Om een Microsoft.Authorization/attributeNamespaces-bron te maken, voeg je de volgende Terraform toe aan je sjabloon.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Authorization/attributeNamespaces@2025-12-01-preview"
  name = "string"
  parent_id = "string"
}

Eigenschapswaarden

Microsoft.Authorization/attributeNamespaces

Naam Description Waarde
naam De resourcenaam tekenreeks (vereist)
type Het brontype "Microsoft.Authorization/attributeNamespaces@2025-12-01-preview"