getPricing

Get the Defender plans pricing configurations of the selected scope (valid scopes are resource id or a subscription id). At the resource level, supported resource types are 'VirtualMachines, VMSS and ARC Machines'. Uses Azure REST API version 2024-01-01.

Return

Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features.

Parameters

argument

null


suspend fun getPricing(pricingName: String, scopeId: String): GetPricingResult

Return

Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features.

Parameters

pricingName

name of the pricing configuration

scopeId

The scope id of the pricing. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or a specific resource (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}) - Supported resources are (VirtualMachines)

See also


suspend fun getPricing(argument: suspend GetPricingPlainArgsBuilder.() -> Unit): GetPricingResult

Return

Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features.

Parameters

argument

Builder for com.pulumi.azurenative.security.kotlin.inputs.GetPricingPlainArgs.

See also