Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
az security pricing
Enables managing the Azure Defender plan for the subscription.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az security pricing create |
Updates the Azure defender plan for the subscription. |
Core | GA |
| az security pricing list |
Shows the Azure Defender plans for the subscription. |
Core | GA |
| az security pricing show |
Shows the Azure Defender plan for the subscription. |
Core | GA |
az security pricing create
Updates the Azure defender plan for the subscription.
az security pricing create --name
--tier
[--acquire-policy-token]
[--change-reference]
[--extensions]
[--subplan]
Examples
Updates the Azure defender plan for the subscription.
az security pricing create -n VirtualMachines --tier standard
Updates the Azure defender plan for the subscription with suplan and extensions
az security pricing create -n VirtualMachines --tier standard --subplan P2 --extensions name=MdeDesignatedSubscription isEnabled=False --extensions name=AgentlessVmScanning isEnabled=True additionalExtensionProperties='{"ExclusionTags":"[{\"key\":\"A\",\"value\":\"B\"}]"}'
Required Parameters
Name of the resource to be fetched.
Pricing tier type.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Pricing extensions.
Bundle suplan.
az security pricing list
Shows the Azure Defender plans for the subscription.
az security pricing list
Examples
Shows the Azure Defender plans for the subscription.
az security pricing list
az security pricing show
Shows the Azure Defender plan for the subscription.
az security pricing show --name
Examples
Shows the Azure Defender plan for the subscription
az security pricing show -n VirtualMachines
Required Parameters
Name of the resource to be fetched.
Feedback
Was this page helpful?
