Compartir a través de


ComponentQuotaStatusOperationsExtensions.Get Método

Definición

Devuelve el estado de límite diario de volumen de datos (cuota) de un componente de Application Insights.

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentQuotaStatus Get (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentQuotaStatusOperations operations, string resourceGroupName, string resourceName);
static member Get : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentQuotaStatusOperations * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentQuotaStatus
<Extension()>
Public Function Get (operations As IComponentQuotaStatusOperations, resourceGroupName As String, resourceName As String) As 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.

Devoluciones

Se aplica a