Microsoft.DBforMySQL flexibleServers/advancedThreatProtectionSettings 2023-12-01-preview
Bicep 리소스 정의
flexibleServers/advancedThreatProtectionSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings@2023-12-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
state: 'string'
}
}
속성 값
AdvancedThreatProtectionProperties
이름 | 묘사 | 값 |
---|---|---|
상태 | Advanced Threat Protection의 상태를 지정합니다. 이 보호가 활성화되었는지 또는 사용하지 않도록 설정되었는지 또는 특정 데이터베이스 또는 서버에 아직 적용되지 않은 상태인지를 지정합니다. | '사용 안 함' 'Enabled' |
Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 'Default'(필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식 리소스의 기호 이름: flexibleServers |
속성 | 리소스 속성입니다. | AdvancedThreatProtectionProperties |
ARM 템플릿 리소스 정의
flexibleServers/advancedThreatProtectionSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings",
"apiVersion": "2023-12-01-preview",
"name": "string",
"properties": {
"state": "string"
}
}
속성 값
AdvancedThreatProtectionProperties
이름 | 묘사 | 값 |
---|---|---|
상태 | Advanced Threat Protection의 상태를 지정합니다. 이 보호가 활성화되었는지 또는 사용하지 않도록 설정되었는지 또는 특정 데이터베이스 또는 서버에 아직 적용되지 않은 상태인지를 지정합니다. | '사용 안 함' 'Enabled' |
Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2023-12-01-preview' |
이름 | 리소스 이름 | 'Default'(필수) |
속성 | 리소스 속성입니다. | AdvancedThreatProtectionProperties |
형 | 리소스 종류 | 'Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings' |
Terraform(AzAPI 공급자) 리소스 정의
flexibleServers/advancedThreatProtectionSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings@2023-12-01-preview"
name = "string"
body = jsonencode({
properties = {
state = "string"
}
})
}
속성 값
AdvancedThreatProtectionProperties
이름 | 묘사 | 값 |
---|---|---|
상태 | Advanced Threat Protection의 상태를 지정합니다. 이 보호가 활성화되었는지 또는 사용하지 않도록 설정되었는지 또는 특정 데이터베이스 또는 서버에 아직 적용되지 않은 상태인지를 지정합니다. | '사용 안 함' 'Enabled' |
Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 'Default'(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 형식의 리소스 ID: flexibleServers |
속성 | 리소스 속성입니다. | AdvancedThreatProtectionProperties |
형 | 리소스 종류 | "Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings@2023-12-01-preview" |