You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can enable each Azure Defender plan, per subscription, using this cmdlet.
32
35
33
-
For details about Azure Defender and the available plans, see [Introduction to Azure Defender](https://docs.microsoft.com/azure/security-center/azure-defender)
36
+
Gets the status and pricing details of the Azure Defender plan for a subscription.
37
+
38
+
For details about Azure Defender and the available plans, see [Introduction to Azure Defender](https://docs.microsoft.com/azure/security-center/azure-defender).
34
39
35
40
## EXAMPLES
36
41
37
42
### Example 1
43
+
38
44
```powershell
39
45
PS C:\> Get-AzSecurityPricing
40
46
Id Name PricingTier FreeTrialRemainingTime
@@ -54,26 +60,26 @@ Gets the status of each Azure Defender plan for the subscription.
54
60
55
61
56
62
### Example 2
63
+
57
64
```powershell
58
65
PS C:\> Get-AzSecurityPricing -ResourceId
59
66
```
60
67
61
68
Gets pricing details of the specific ID. Where ResourceId is one of IDs from example 1.
62
69
63
70
### Example 3
71
+
64
72
```powershell
65
73
PS C:\> Get-AzSecurityPricing -Name
66
74
```
67
75
68
-
Gets pricing details of the named Azure Defender plan. Where name is one of the names from example 1.
69
-
70
-
71
-
, and Name is one of 8 above as well.
76
+
Gets pricing details of the named Azure Defender plan. Where `name` is one of the names from example 1.
72
77
73
78
74
79
## PARAMETERS
75
80
76
81
### -DefaultProfile
82
+
77
83
The credentials, account, tenant, and subscription used for communication with Azure.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Sets the pricing of Azure Security Center tier for a scope.
31
+
32
+
Enable or disable any of the Azure Defender plans for a subscription.
33
+
34
+
For details about Azure Defender and the available plans, see [Introduction to Azure Defender](https://docs.microsoft.com/azure/security-center/azure-defender).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments