MockableSecurityCenterArmClient.GetSecurityCenterPricingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>> GetSecurityCenterPricingAsync(Azure.Core.ResourceIdentifier scope, string pricingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityCenterPricingAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>>
override this.GetSecurityCenterPricingAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>>
Public Overridable Function GetSecurityCenterPricingAsync (scope As ResourceIdentifier, pricingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.