SecurityCenterPricingResource.GetAsync(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.
  • Resource. : SecurityCenterPricingResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterPricingResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityCenterPricingResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to