Compartilhar via


ComponentQuotaStatusOperationsExtensions.GetAsync Método

Definição

Retorna status diárias de limite de volume de dados (cota) para um componente do Application Insights.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentQuotaStatus> GetAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentQuotaStatusOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentQuotaStatusOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentQuotaStatus>
<Extension()>
Public Function GetAsync (operations As IComponentQuotaStatusOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationInsightsComponentQuotaStatus)

Parâmetros

operations
IComponentQuotaStatusOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

resourceName
String

O nome do recurso de componente do Application Insights.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a