次の方法で共有


Microsoft.Sql servers/databases/schemas/tables/columns/sensitivityLabels 2023-05-01-preview

Bicep リソース定義

servers/databases/schemas/tables/columns/sensitivityLabels リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2023-05-01-preview' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    clientClassificationSource: 'string'
    informationType: 'string'
    informationTypeId: 'string'
    labelId: 'string'
    labelName: 'string'
    rank: 'string'
  }
}

プロパティ値

Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels

名前 形容 価値
名前 リソース名 'current'
'recommended' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: servers/databases/schemas/tables/columns
プロパティ リソースのプロパティ。 SensitivityLabelProperties

SensitivityLabelProperties

名前 形容 価値
clientClassificationSource 'MIP'
'Native'
'None'
'Recommended'
informationType 情報の種類。
informationTypeId 情報の種類 ID。
labelId ラベル ID。
labelName ラベル名。
'Critical'
'High'
'Low'
'Medium'
'None'

ARM テンプレート リソース定義

servers/databases/schemas/tables/columns/sensitivityLabels リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels リソースを作成するには、テンプレートに次の JSON を追加します。

{
  "type": "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels",
  "apiVersion": "2023-05-01-preview",
  "name": "string",
  "properties": {
    "clientClassificationSource": "string",
    "informationType": "string",
    "informationTypeId": "string",
    "labelId": "string",
    "labelName": "string",
    "rank": "string"
  }
}

プロパティ値

Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels

名前 形容 価値
apiVersion API のバージョン '2023-05-01-preview'
名前 リソース名 'current'
'recommended' (必須)
プロパティ リソースのプロパティ。 SensitivityLabelProperties
種類 リソースの種類 'Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels'

SensitivityLabelProperties

名前 形容 価値
clientClassificationSource 'MIP'
'Native'
'None'
'Recommended'
informationType 情報の種類。
informationTypeId 情報の種類 ID。
labelId ラベル ID。
labelName ラベル名。
'Critical'
'High'
'Low'
'Medium'
'None'

Terraform (AzAPI プロバイダー) リソース定義

servers/databases/schemas/tables/columns/sensitivityLabels リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2023-05-01-preview"
  name = "string"
  body = jsonencode({
    properties = {
      clientClassificationSource = "string"
      informationType = "string"
      informationTypeId = "string"
      labelId = "string"
      labelName = "string"
      rank = "string"
    }
  })
}

プロパティ値

Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels

名前 形容 価値
名前 リソース名 'current'
'recommended' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: servers/databases/schemas/tables/columns
プロパティ リソースのプロパティ。 SensitivityLabelProperties
種類 リソースの種類 "Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2023-05-01-preview"

SensitivityLabelProperties

名前 形容 価値
clientClassificationSource 'MIP'
'Native'
'None'
'Recommended'
informationType 情報の種類。
informationTypeId 情報の種類 ID。
labelId ラベル ID。
labelName ラベル名。
'Critical'
'High'
'Low'
'Medium'
'None'