Pricings - List
지정된 선택적 $filter 일치하는 scopeId의 클라우드용 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 |
---|---|---|---|---|
scope
|
path | True |
string |
가격 책정의 범위 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 |
그래 |
|
Other Status Codes |
작업이 실패한 이유를 설명하는 오류 응답입니다. |
보안
azure_auth
Azure Active Directory OAuth2 Flow
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
예제
Get pricings on resource |
Get pricings on subscription |
Get pricings on subscription with plans filter |
Get pricings on resource
샘플 요청
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
샘플 응답
{
"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
샘플 요청
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings?api-version=2024-01-01
샘플 응답
{
"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
샘플 요청
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/pricings?api-version=2024-01-01
샘플 응답
{
"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 |
---|---|
Cloud |
실패한 작업에 대한 오류 세부 정보를 반환하는 모든 Azure Resource Manager API에 대한 일반적인 오류 응답입니다. 또한 OData 오류 응답 형식을 따릅니다. |
Cloud |
오류 세부 정보입니다. |
code |
작업 상태 코드입니다. |
enforce |
"False"로 설정하면 이 범위의 하위 항목이 이 범위에서 설정된 가격 책정 구성을 재정의할 수 있습니다(inherited="False" 설정 허용). "True"로 설정하면 재정의를 방지하고 이 범위의 모든 하위 항목에서 이 가격 책정 구성을 강제로 적용합니다. 이 필드는 구독 수준 가격 책정에만 사용할 수 있습니다. |
Error |
리소스 관리 오류 추가 정보입니다. |
Extension |
계획의 확장 속성 |
inherited |
"inherited" = "True"는 현재 범위가 부모 범위에서 가격 책정 구성을 상속한다는 것을 나타냅니다. 상속된 구성을 제공하는 부모 범위의 ID는 "inheritedFrom" 필드에 표시됩니다. 반면에 "상속됨" = "False"는 현재 범위에 명시적으로 설정된 자체 가격 책정 구성이 있으며 부모 범위에서 상속되지 않음을 나타냅니다. 이 필드는 읽기 전용이며 리소스 수준 가격 책정에만 사용할 수 있습니다. |
is |
확장을 사용할 수 있는지 여부를 나타냅니다. |
Operation |
확장의 사용/사용 안 함 작업의 성공/실패를 설명하는 상태입니다. |
Pricing |
클라우드용 Microsoft Defender는 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다. |
Pricing |
가격 책정 구성 응답 목록입니다. |
pricing |
선택한 범위에서 Defender 계획을 사용할 수 있는지 여부를 나타냅니다. 클라우드용 Microsoft Defender는 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다. |
resources |
이 필드는 구독 수준에서만 사용할 수 있으며 구독에 있는 리소스의 적용 범위 상태를 반영합니다. 참고: "pricingTier" 필드는 구독의 계획 상태를 반영합니다. 그러나 계획 상태는 리소스 수준에서 정의될 수도 있으므로 구독의 계획 상태와 리소스 상태 사이에 정렬이 잘못될 수 있습니다. 이 필드는 리소스의 적용 범위를 나타내는 데 도움이 됩니다. |
CloudError
실패한 작업에 대한 오류 세부 정보를 반환하는 모든 Azure Resource Manager API에 대한 일반적인 오류 응답입니다. 또한 OData 오류 응답 형식을 따릅니다.
Name | 형식 | Description |
---|---|---|
error.additionalInfo |
오류 추가 정보입니다. |
|
error.code |
string |
오류 코드입니다. |
error.details |
오류 세부 정보입니다. |
|
error.message |
string |
오류 메시지입니다. |
error.target |
string |
오류 대상입니다. |
CloudErrorBody
오류 세부 정보입니다.
Name | 형식 | Description |
---|---|---|
additionalInfo |
오류 추가 정보입니다. |
|
code |
string |
오류 코드입니다. |
details |
오류 세부 정보입니다. |
|
message |
string |
오류 메시지입니다. |
target |
string |
오류 대상입니다. |
code
작업 상태 코드입니다.
Name | 형식 | Description |
---|---|---|
Failed |
string |
확장이 생성/업데이트되지 않았습니다. 자세한 내용은 작업 상태 메시지를 참조하세요. |
Succeeded |
string |
확장이 생성/업데이트되었습니다. |
enforce
"False"로 설정하면 이 범위의 하위 항목이 이 범위에서 설정된 가격 책정 구성을 재정의할 수 있습니다(inherited="False" 설정 허용). "True"로 설정하면 재정의를 방지하고 이 범위의 모든 하위 항목에서 이 가격 책정 구성을 강제로 적용합니다. 이 필드는 구독 수준 가격 책정에만 사용할 수 있습니다.
Name | 형식 | Description |
---|---|---|
False |
string |
이 범위의 하위 항목이 이 범위에서 설정된 가격 책정 구성을 재정의할 수 있도록 허용합니다(상속된 값="False" 설정 허용). |
True |
string |
재정의를 방지하고 현재 범위의 가격 책정 구성을 모든 하위 항목으로 강제 적용 |
ErrorAdditionalInfo
리소스 관리 오류 추가 정보입니다.
Name | 형식 | Description |
---|---|---|
info |
object |
추가 정보입니다. |
type |
string |
추가 정보 유형입니다. |
Extension
계획의 확장 속성
Name | 형식 | Description |
---|---|---|
additionalExtensionProperties |
확장과 연결된 속성 값입니다. |
|
isEnabled |
확장을 사용할 수 있는지 여부를 나타냅니다. |
|
name |
string |
확장 이름입니다. 지원되는 값은 다음과 같습니다. |
operationStatus |
선택적. 확장의 사용/사용 안 함 작업의 성공/실패를 설명하는 상태입니다. |
inherited
"inherited" = "True"는 현재 범위가 부모 범위에서 가격 책정 구성을 상속한다는 것을 나타냅니다. 상속된 구성을 제공하는 부모 범위의 ID는 "inheritedFrom" 필드에 표시됩니다. 반면에 "상속됨" = "False"는 현재 범위에 명시적으로 설정된 자체 가격 책정 구성이 있으며 부모 범위에서 상속되지 않음을 나타냅니다. 이 필드는 읽기 전용이며 리소스 수준 가격 책정에만 사용할 수 있습니다.
Name | 형식 | Description |
---|---|---|
False |
string |
현재 범위가 자체 가격 책정 구성을 설정하고 부모에서 상속하지 않음을 나타냅니다. |
True |
string |
현재 범위가 부모로부터 가격 책정 구성을 상속하고 있음을 나타냅니다. |
isEnabled
확장을 사용할 수 있는지 여부를 나타냅니다.
Name | 형식 | Description |
---|---|---|
False |
string |
확장이 비활성화됨을 나타냅니다. |
True |
string |
확장이 사용됨을 나타냅니다. |
OperationStatus
확장의 사용/사용 안 함 작업의 성공/실패를 설명하는 상태입니다.
Name | 형식 | Description |
---|---|---|
code |
작업 상태 코드입니다. |
|
message |
string |
작업의 성공/실패에 대한 추가 정보입니다. |
Pricing
클라우드용 Microsoft Defender는 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID |
name |
string |
리소스 이름 |
properties.deprecated |
boolean |
선택적. 계획이 사용되지 않는 경우 True입니다. 대체 계획이 있는 경우 |
properties.enablementTime |
string |
선택적.
|
properties.enforce |
"False"로 설정하면 이 범위의 하위 항목이 이 범위에서 설정된 가격 책정 구성을 재정의할 수 있습니다(inherited="False" 설정 허용). "True"로 설정하면 재정의를 방지하고 이 범위의 모든 하위 항목에서 이 가격 책정 구성을 강제로 적용합니다. 이 필드는 구독 수준 가격 책정에만 사용할 수 있습니다. |
|
properties.extensions |
선택적. 계획에 따라 제공되는 확장 목록입니다. |
|
properties.freeTrialRemainingTime |
string |
ISO 8601 형식(예: P3Y6M4DT12H30M5S)의 구독 무료 평가판 기간 동안 남은 기간입니다. |
properties.inherited |
"inherited" = "True"는 현재 범위가 부모 범위에서 가격 책정 구성을 상속한다는 것을 나타냅니다. 상속된 구성을 제공하는 부모 범위의 ID는 "inheritedFrom" 필드에 표시됩니다. 반면에 "상속됨" = "False"는 현재 범위에 명시적으로 설정된 자체 가격 책정 구성이 있으며 부모 범위에서 상속되지 않음을 나타냅니다. 이 필드는 읽기 전용이며 리소스 수준 가격 책정에만 사용할 수 있습니다. |
|
properties.inheritedFrom |
string |
상속된 범위의 ID입니다. 상속되지 않은 경우 "Null"입니다. 이 필드는 리소스 수준 가격 책정에만 사용할 수 있습니다. |
properties.pricingTier |
선택한 범위에서 Defender 계획을 사용할 수 있는지 여부를 나타냅니다. 클라우드용 Microsoft Defender는 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다. |
|
properties.replacedBy |
string[] |
선택적. 이 계획을 대체하는 계획 목록입니다. 이 속성은 이 계획이 사용되지 않는 경우에만 존재합니다. |
properties.resourcesCoverageStatus |
이 필드는 구독 수준에서만 사용할 수 있으며 구독에 있는 리소스의 적용 범위 상태를 반영합니다. 참고: "pricingTier" 필드는 구독의 계획 상태를 반영합니다. 그러나 계획 상태는 리소스 수준에서 정의될 수도 있으므로 구독의 계획 상태와 리소스 상태 사이에 정렬이 잘못될 수 있습니다. 이 필드는 리소스의 적용 범위를 나타내는 데 도움이 됩니다. |
|
properties.subPlan |
string |
둘 이상의 하위 플랜을 사용할 수 있는 경우 표준 가격 책정 구성에 대해 선택된 하위 계획입니다. 각 하위 계획은 보안 기능 집합을 사용하도록 설정합니다. 지정하지 않으면 전체 계획이 적용됩니다. VirtualMachines 계획의 경우 사용 가능한 하위 계획은 'P1' & 'P2'이며, 리소스 수준의 경우 'P1' 하위 계획만 지원됩니다. |
type |
string |
리소스 종류 |
PricingList
가격 책정 구성 응답 목록입니다.
Name | 형식 | Description |
---|---|---|
value |
Pricing[] |
가격 책정 구성 목록 |
pricingTier
선택한 범위에서 Defender 계획을 사용할 수 있는지 여부를 나타냅니다. 클라우드용 Microsoft Defender는 무료 및 표준의 두 가지 가격 책정 계층으로 제공됩니다. 표준 계층은 고급 보안 기능을 제공하는 반면 무료 계층은 기본 보안 기능을 제공합니다.
Name | 형식 | Description |
---|---|---|
Free |
string |
기본 보안 기능을 사용하여 클라우드용 Microsoft Defender 체험 받기 |
Standard |
string |
고급 보안 기능을 사용하여 표준 Microsoft Defender for Cloud 환경 가져오기 |
resourcesCoverageStatus
이 필드는 구독 수준에서만 사용할 수 있으며 구독에 있는 리소스의 적용 범위 상태를 반영합니다. 참고: "pricingTier" 필드는 구독의 계획 상태를 반영합니다. 그러나 계획 상태는 리소스 수준에서 정의될 수도 있으므로 구독의 계획 상태와 리소스 상태 사이에 정렬이 잘못될 수 있습니다. 이 필드는 리소스의 적용 범위를 나타내는 데 도움이 됩니다.
Name | 형식 | Description |
---|---|---|
FullyCovered |
string |
이 값은 구독과 연결된 모든 리소스에 Defender 계획이 사용하도록 설정되어 있음을 나타냅니다. |
NotCovered |
string |
이 값은 구독에 있는 모든 리소스에 대해 Defender 계획을 사용할 수 없음을 나타냅니다. Defender 계획에 의해 보호되는 리소스는 없습니다. |
PartiallyCovered |
string |
이 값은 구독에 있는 일부 리소스가 Defender 계획을 사용하도록 설정한 반면 다른 리소스는 사용하지 않도록 설정되었음을 나타냅니다. 리소스 간에 혼합된 적용 범위 상태가 있습니다. |