Compartir a través de


ComponentQuotaStatusOperationsExtensions.GetAsync Método

Definición

Devuelve el estado de límite diario de volumen de datos (cuota) de un componente de 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

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName
String

Nombre del recurso de componente de Application Insights.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a