다음을 통해 공유


Pricings - List

지정된 $filter 선택 사항과 일치하는 scopeId의 클라우드 가격 책정 구성에 대한 Lists Microsoft Defender. 유효한 범위는 구독 ID 또는 특정 리소스 ID입니다(지원되는 리소스는 'VirtualMachines, VMSS 및 ARC Machines'). 유효한 $filter '이름({planName1},{planName2},...)'입니다. $filter 제공되지 않으면 필터링되지 않은 목록이 반환됩니다. '$filter=name in (planName1,planName2)'이 제공된 경우 반환된 목록에는 'planName1' 및 'planName2'에 대해서만 설정된 가격 책정이 포함됩니다.

GET https://management.azure.com/{scopeId}/providers/Microsoft.Security/pricings?api-version=2024-01-01
GET https://management.azure.com/{scopeId}/providers/Microsoft.Security/pricings?api-version=2024-01-01&$filter={$filter}

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
scopeId
path True

string

가격 책정의 scope ID입니다. 유효한 범위는 구독(형식: 'subscriptions/{subscriptionId}') 또는 특정 리소스(형식: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}) - 지원되는 리소스는 (VirtualMachines)

api-version
query True

string

작업에 대한 API 버전

$filter
query

string

OData 필터. 선택 사항입니다.

응답

Name 형식 Description
200 OK

PricingList

정상

Other Status Codes

CloudError

작업이 실패한 이유를 설명하는 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation 사용자 계정 가장

예제

Get pricings on resource
Get pricings on subscription
Get pricings on subscription with plans filter

Get pricings on resource

Sample Request

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/DEMO/providers/Microsoft.Compute/virtualMachines/VM-1/providers/Microsoft.Security/pricings?api-version=2024-01-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/DEMO/providers/Microsoft.Compute/virtualMachines/VM-1/providers/Microsoft.Security/pricings/VirtualMachines",
      "name": "VirtualMachines",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "subPlan": "P2",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "inherited": "True",
        "inheritedFrom": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23",
        "extensions": [
          {
            "name": "AgentlessVmScanning",
            "isEnabled": "True",
            "additionalExtensionProperties": {
              "ExclusionTags": "[{\"Key\":\"TestKey1\",\"Value\":\"TestValue1\"},{\"Key\":\"TestKey2\",\"Value\":\"TestValue2\"}]"
            }
          },
          {
            "name": "MdeDesignatedSubscription",
            "isEnabled": "True"
          }
        ]
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/resourceGroups/DEMO/providers/Microsoft.Compute/virtualMachines/VM-1/providers/Microsoft.Security/pricings/CloudPosture",
      "name": "CloudPosture",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Free",
        "inherited": "False",
        "inheritedFrom": null
      }
    }
  ]
}

Get pricings on subscription

Sample Request

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings?api-version=2024-01-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/VirtualMachines",
      "name": "VirtualMachines",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "subPlan": "P2",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "PartiallyCovered",
        "extensions": [
          {
            "name": "AgentlessVmScanning",
            "isEnabled": "True",
            "additionalExtensionProperties": {
              "ExclusionTags": "[{\"Key\":\"TestKey1\",\"Value\":\"TestValue1\"},{\"Key\":\"TestKey2\",\"Value\":\"TestValue2\"}]"
            }
          },
          {
            "name": "MdeDesignatedSubscription",
            "isEnabled": "True"
          }
        ]
      }
    },
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/SqlServers",
      "name": "SqlServers",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered"
      }
    },
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/AppServices",
      "name": "AppServices",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Free",
        "freeTrialRemainingTime": "PT0S",
        "enforce": "False",
        "resourcesCoverageStatus": "NotCovered"
      }
    },
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/StorageAccounts",
      "name": "StorageAccounts",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "subPlan": "DefenderForStorageV2",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered",
        "extensions": [
          {
            "name": "OnUploadMalwareScanning",
            "isEnabled": "True",
            "additionalExtensionProperties": {
              "capGBPerMonthPerStorageAccount": 10
            }
          },
          {
            "name": "SensitiveDataDiscovery",
            "isEnabled": "True"
          }
        ]
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/SqlServerVirtualMachines",
      "name": "SqlServerVirtualMachines",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered"
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/KubernetesService",
      "name": "KubernetesService",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Free",
        "freeTrialRemainingTime": "PT0S",
        "enforce": "False",
        "resourcesCoverageStatus": "NotCovered",
        "deprecated": true,
        "replacedBy": [
          "Containers"
        ]
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/ContainerRegistry",
      "name": "ContainerRegistry",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Free",
        "freeTrialRemainingTime": "PT0S",
        "enforce": "False",
        "resourcesCoverageStatus": "NotCovered",
        "deprecated": true,
        "replacedBy": [
          "Containers"
        ]
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/KeyVaults",
      "name": "KeyVaults",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "subPlan": "PerKeyVault",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered"
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Dns",
      "name": "Dns",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "deprecated": true,
        "replacedBy": [
          "VirtualMachines"
        ],
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered"
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Arm",
      "name": "Arm",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "subPlan": "PerSubscription",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered"
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/OpenSourceRelationalDatabases",
      "name": "OpenSourceRelationalDatabases",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "freeTrialRemainingTime": "PT0S",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered"
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Containers",
      "name": "Containers",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered",
        "extensions": [
          {
            "name": "ContainerRegistriesVulnerabilityAssessments",
            "isEnabled": "True"
          }
        ]
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/CloudPosture",
      "name": "CloudPosture",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered",
        "extensions": [
          {
            "name": "AgentlessVmScanning",
            "isEnabled": "True",
            "additionalExtensionProperties": {
              "ExclusionTags": "[]"
            }
          },
          {
            "name": "AgentlessDiscoveryForKubernetes",
            "isEnabled": "True"
          },
          {
            "name": "SensitiveDataDiscovery",
            "isEnabled": "True"
          },
          {
            "name": "ContainerRegistriesVulnerabilityAssessments",
            "isEnabled": "True"
          },
          {
            "name": "EntraPermissionsManagement",
            "isEnabled": "True"
          }
        ]
      }
    },
    {
      "id": "subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/Api",
      "name": "Api",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "subPlan": "P1",
        "freeTrialRemainingTime": "PT0S"
      }
    }
  ]
}

Get pricings on subscription with plans filter

Sample Request

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings?api-version=2024-01-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings/VirtualMachines",
      "name": "VirtualMachines",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "subPlan": "P2",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "PartiallyCovered",
        "extensions": [
          {
            "name": "AgentlessVmScanning",
            "isEnabled": "True",
            "additionalExtensionProperties": {
              "ExclusionTags": "[{\"Key\":\"TestKey1\",\"Value\":\"TestValue1\"},{\"Key\":\"TestKey2\",\"Value\":\"TestValue2\"}]"
            }
          },
          {
            "name": "MdeDesignatedSubscription",
            "isEnabled": "True"
          }
        ]
      }
    },
    {
      "id": "/subscriptions/d34fd44c-ebfa-4a9c-bceb-9eeafe72ac15/providers/Microsoft.Security/pricings/KeyVaults",
      "name": "KeyVaults",
      "type": "Microsoft.Security/pricings",
      "properties": {
        "pricingTier": "Standard",
        "subPlan": "PerKeyVault",
        "freeTrialRemainingTime": "PT0S",
        "enablementTime": "2023-03-01T12:42:42.1921106Z",
        "enforce": "False",
        "resourcesCoverageStatus": "FullyCovered"
      }
    }
  ]
}

정의

Name Description
CloudError

실패한 작업에 대한 오류 세부 정보를 반환하는 모든 Azure Resource Manager API에 대한 일반적인 오류 응답입니다. OData 오류 응답 형식도 따릅니다.

CloudErrorBody

오류 세부 정보입니다.

code

작업 상태 코드입니다.

enforce

"False"로 설정하면 이 scope 하위 항목이 이 scope 설정된 가격 책정 구성을 재정의할 수 있습니다(inherited="False" 설정을 허용). "True"로 설정하면 재정의를 방지하고 이 scope 모든 하위 항목에서 이 가격 책정 구성을 강제로 적용합니다. 이 필드는 구독 수준 가격 책정에만 사용할 수 있습니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Extension

계획의 확장 속성

inherited

"inherited" = "True"는 현재 scope 부모로부터 가격 책정 구성을 상속한다는 것을 나타냅니다. 상속된 구성을 제공하는 부모 scope ID는 "inheritedFrom" 필드에 표시됩니다. 반면에 "상속됨" = "False"는 현재 scope 명시적으로 설정된 자체 가격 책정 구성을 가지며 부모로부터 상속되지 않음을 나타냅니다. 이 필드는 읽기 전용이며 리소스 수준 가격 책정에만 사용할 수 있습니다.

isEnabled

확장을 사용할 수 있는지 여부를 나타냅니다.

OperationStatus

확장의 사용/사용 안 함 작업의 성공/실패를 설명하는 상태.

Pricing

클라우드용 Microsoft Defender 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다.

PricingList

가격 책정 구성 응답 목록입니다.

pricingTier

선택한 scope Defender 계획을 사용할 수 있는지 여부를 나타냅니다. 클라우드용 Microsoft Defender 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다.

resourcesCoverageStatus

이 필드는 구독 수준에서만 사용할 수 있으며 구독에서 리소스의 적용 범위 상태 반영합니다. 참고: "pricingTier" 필드는 구독의 플랜 상태 반영합니다. 그러나 계획 상태 리소스 수준에서 정의할 수도 있으므로 구독의 계획 상태 리소스 상태 간에 정렬이 잘못될 수 있습니다. 이 필드는 리소스의 적용 범위 상태 나타내는 데 도움이 됩니다.

CloudError

실패한 작업에 대한 오류 세부 정보를 반환하는 모든 Azure Resource Manager API에 대한 일반적인 오류 응답입니다. OData 오류 응답 형식도 따릅니다.

Name 형식 Description
error.additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

error.code

string

오류 코드입니다.

error.details

CloudErrorBody[]

오류 세부 정보입니다.

error.message

string

오류 메시지입니다.

error.target

string

오류 대상입니다.

CloudErrorBody

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

CloudErrorBody[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

code

작업 상태 코드입니다.

Name 형식 Description
Failed

string

확장이 생성/업데이트되지 않았습니다. 자세한 내용은 작업 상태 메시지를 참조하세요.

Succeeded

string

확장이 성공적으로 생성/업데이트되었습니다.

enforce

"False"로 설정하면 이 scope 하위 항목이 이 scope 설정된 가격 책정 구성을 재정의할 수 있습니다(inherited="False" 설정을 허용). "True"로 설정하면 재정의를 방지하고 이 scope 모든 하위 항목에서 이 가격 책정 구성을 강제로 적용합니다. 이 필드는 구독 수준 가격 책정에만 사용할 수 있습니다.

Name 형식 Description
False

string

이 scope 하위 항목이 이 scope 설정된 가격 책정 구성을 재정의할 수 있도록 허용합니다(inherited="False" 설정 허용).

True

string

재정의를 방지하고 현재 scope 가격 책정 구성을 모든 하위 항목으로 강제 적용

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

Extension

계획의 확장 속성

Name 형식 Description
additionalExtensionProperties

확장과 연결된 속성 값입니다.

isEnabled

isEnabled

확장을 사용할 수 있는지 여부를 나타냅니다.

name

string

확장 프로그램 이름입니다. 지원되는 값은 다음과 같습니다.

AgentlessDiscoveryForKubernetes - Kubernetes 클러스터 아키텍처, 워크로드 개체 및 설정에 대한 정보의 API 기반 검색입니다. 클라우드 보안 탐색기의 일부로 Kubernetes 인벤토리, ID 및 네트워크 노출 검색, 공격 경로 분석 및 위험 헌팅에 필요합니다. CloudPosture 플랜에 사용할 수 있습니다.

OnUploadMalwareScanning - 구독 내의 각 스토리지 계정에 대해 매월 검사할 GB를 제한합니다. 지정된 스토리지 계정에서 이 제한에 도달하면 현재 달력 월 동안 Blob을 검사하지 않습니다. StorageAccounts 계획에 사용할 수 있습니다.

SensitiveDataDiscovery - 중요한 데이터 검색은 자격 증명, 신용 카드 등과 같은 중요한 데이터를 사용하여 Blob Storage 컨테이너를 식별하여 보안 이벤트의 우선 순위를 지정하고 조사하는 데 도움을 줍니다. StorageAccounts 및 CloudPosture 계획에 사용할 수 있습니다.

ContainerRegistriesVulnerabilityAssessments - 컨테이너 레지스트리에 저장된 이미지에 대한 취약성 관리를 제공합니다. CloudPosture 및 컨테이너 계획에 사용할 수 있습니다.

operationStatus

OperationStatus

선택 사항입니다. 확장의 사용/사용 안 함 작업의 성공/실패를 설명하는 상태.

inherited

"inherited" = "True"는 현재 scope 부모로부터 가격 책정 구성을 상속한다는 것을 나타냅니다. 상속된 구성을 제공하는 부모 scope ID는 "inheritedFrom" 필드에 표시됩니다. 반면에 "상속됨" = "False"는 현재 scope 명시적으로 설정된 자체 가격 책정 구성을 가지며 부모로부터 상속되지 않음을 나타냅니다. 이 필드는 읽기 전용이며 리소스 수준 가격 책정에만 사용할 수 있습니다.

Name 형식 Description
False

string

현재 scope 자체 가격 책정 구성을 설정하고 부모에서 상속하지 않음을 나타냅니다.

True

string

현재 scope 부모로부터 가격 책정 구성을 상속하고 있음을 나타냅니다.

isEnabled

확장을 사용할 수 있는지 여부를 나타냅니다.

Name 형식 Description
False

string

확장이 비활성화되었음을 나타냅니다.

True

string

확장이 사용됨을 나타냅니다.

OperationStatus

확장의 사용/사용 안 함 작업의 성공/실패를 설명하는 상태.

Name 형식 Description
code

code

작업 상태 코드입니다.

message

string

작업의 성공/실패에 대한 추가 정보입니다.

Pricing

클라우드용 Microsoft Defender 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다.

Name 형식 Description
id

string

리소스 ID

name

string

리소스 이름

properties.deprecated

boolean

선택 사항입니다. True이면 계획이 더 이상 사용되지 않습니다. 대체 계획이 있는 경우 속성에 replacedBy 표시됩니다.

properties.enablementTime

string

선택 사항입니다. Standard 가 이면 pricingTier 이 속성은 가 로 설정된 Standard마지막 날짜pricingTier(예: 2023-03-01T12:42:42.1921106Z)를 보유합니다.

properties.enforce

enforce

"False"로 설정하면 이 scope 하위 항목이 이 scope 설정된 가격 책정 구성을 재정의할 수 있습니다(inherited="False" 설정을 허용). "True"로 설정하면 재정의를 방지하고 이 scope 모든 하위 항목에서 이 가격 책정 구성을 강제로 적용합니다. 이 필드는 구독 수준 가격 책정에만 사용할 수 있습니다.

properties.extensions

Extension[]

선택 사항입니다. 계획에 따라 제공되는 확장 목록입니다.

properties.freeTrialRemainingTime

string

구독 평가판 기간(ISO 8601 형식(예: P3Y6M4DT12H30M5S)에 남은 기간입니다.

properties.inherited

inherited

"inherited" = "True"는 현재 scope 부모로부터 가격 책정 구성을 상속한다는 것을 나타냅니다. 상속된 구성을 제공하는 부모 scope ID는 "inheritedFrom" 필드에 표시됩니다. 반면에 "상속됨" = "False"는 현재 scope 명시적으로 설정된 자체 가격 책정 구성을 가지며 부모로부터 상속되지 않음을 나타냅니다. 이 필드는 읽기 전용이며 리소스 수준 가격 책정에만 사용할 수 있습니다.

properties.inheritedFrom

string

상속된 scope ID입니다. 상속되지 않으면 "Null"입니다. 이 필드는 리소스 수준 가격 책정에만 사용할 수 있습니다.

properties.pricingTier

pricingTier

선택한 scope Defender 계획을 사용할 수 있는지 여부를 나타냅니다. 클라우드용 Microsoft Defender 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다.

properties.replacedBy

string[]

선택 사항입니다. 이 계획을 대체하는 계획 목록입니다. 이 속성은 이 계획이 더 이상 사용되지 않는 경우에만 존재합니다.

properties.resourcesCoverageStatus

resourcesCoverageStatus

이 필드는 구독 수준에서만 사용할 수 있으며 구독에서 리소스의 적용 범위 상태 반영합니다. 참고: "pricingTier" 필드는 구독의 플랜 상태 반영합니다. 그러나 계획 상태 리소스 수준에서 정의할 수도 있으므로 구독의 계획 상태 리소스 상태 간에 정렬이 잘못될 수 있습니다. 이 필드는 리소스의 적용 범위 상태 나타내는 데 도움이 됩니다.

properties.subPlan

string

둘 이상의 하위 플랜을 사용할 수 있는 경우 표준 가격 책정 구성에 대해 선택된 하위 계획입니다. 각 하위 계획을 사용하면 보안 기능 집합을 사용할 수 있습니다. 지정하지 않으면 전체 계획이 적용됩니다. VirtualMachines 계획의 경우 사용 가능한 하위 계획은 'P1' & 'P2'이며, 리소스 수준의 경우 'P1' 하위 계획만 지원됩니다.

type

string

리소스 유형

PricingList

가격 책정 구성 응답 목록입니다.

Name 형식 Description
value

Pricing[]

가격 책정 구성 목록

pricingTier

선택한 scope Defender 계획을 사용할 수 있는지 여부를 나타냅니다. 클라우드용 Microsoft Defender 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다.

Name 형식 Description
Free

string

기본 보안 기능을 사용하여 클라우드용 무료 Microsoft Defender 환경 받기

Standard

string

고급 보안 기능을 사용하여 클라우드용 표준 Microsoft Defender 환경 가져오기

resourcesCoverageStatus

이 필드는 구독 수준에서만 사용할 수 있으며 구독에서 리소스의 적용 범위 상태 반영합니다. 참고: "pricingTier" 필드는 구독의 플랜 상태 반영합니다. 그러나 계획 상태 리소스 수준에서 정의할 수도 있으므로 구독의 계획 상태 리소스 상태 간에 정렬이 잘못될 수 있습니다. 이 필드는 리소스의 적용 범위 상태 나타내는 데 도움이 됩니다.

Name 형식 Description
FullyCovered

string

이 값은 구독과 연결된 모든 리소스에 Defender 플랜이 사용하도록 설정되어 있음을 나타냅니다.

NotCovered

string

이 값은 구독에 있는 모든 리소스에 대해 Defender 계획이 사용하지 않도록 설정되어 있음을 나타냅니다. Defender 계획에 의해 보호되는 리소스는 없습니다.

PartiallyCovered

string

이 값은 구독의 일부 리소스에서 Defender 계획을 사용하도록 설정한 반면 다른 리소스는 사용하지 않도록 설정했음을 나타냅니다. 리소스 간에 상태 혼합된 적용 범위가 있습니다.