MockableSecurityCenterArmClient.GetSecurityCenterPricing Method

Definition

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'.

public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource> GetSecurityCenterPricing(Azure.Core.ResourceIdentifier scope, string pricingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityCenterPricing : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>
override this.GetSecurityCenterPricing : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>
Public Overridable Function GetSecurityCenterPricing (scope As ResourceIdentifier, pricingName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityCenterPricingResource)

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

pricingName
String

name of the pricing configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

pricingName is null.

pricingName is an empty string, and was expected to be non-empty.

Applies to