Compartir a través de


ComponentsOperationsExtensions.Get Método

Definición

Devuelve un componente de Application Insights.

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent Get (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations operations, string resourceGroupName, string resourceName);
static member Get : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent
<Extension()>
Public Function Get (operations As IComponentsOperations, resourceGroupName As String, resourceName As String) As ApplicationInsightsComponent

Parámetros

operations
IComponentsOperations

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