SecurityCenterPricingCollection.GetAsync(String, CancellationToken) 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'.

  • Request Path. : /{scopeId}/providers/Microsoft.Security/pricings/{pricingName}.
  • Operation Id. : Pricings_Get.
  • Default Api Version. : 2024-01-01.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>> GetAsync(string pricingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>>
Public Overridable Function GetAsync (pricingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityCenterPricingResource))

Parameters

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