LogAnalyticsOperationsExtensions.GetLogAnalyticsMetrics Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen des Protokollberichts für AFD-Profil
public static Microsoft.Azure.Management.Cdn.Models.MetricsResponse GetLogAnalyticsMetrics (this Microsoft.Azure.Management.Cdn.ILogAnalyticsOperations operations, string resourceGroupName, string profileName, System.Collections.Generic.IList<string> metrics, DateTime dateTimeBegin, DateTime dateTimeEnd, string granularity, System.Collections.Generic.IList<string> customDomains, System.Collections.Generic.IList<string> protocols, System.Collections.Generic.IList<string> groupBy = default, System.Collections.Generic.IList<string> continents = default, System.Collections.Generic.IList<string> countryOrRegions = default);
static member GetLogAnalyticsMetrics : Microsoft.Azure.Management.Cdn.ILogAnalyticsOperations * string * string * System.Collections.Generic.IList<string> * DateTime * DateTime * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.MetricsResponse
<Extension()>
Public Function GetLogAnalyticsMetrics (operations As ILogAnalyticsOperations, resourceGroupName As String, profileName As String, metrics As IList(Of String), dateTimeBegin As DateTime, dateTimeEnd As DateTime, granularity As String, customDomains As IList(Of String), protocols As IList(Of String), Optional groupBy As IList(Of String) = Nothing, Optional continents As IList(Of String) = Nothing, Optional countryOrRegions As IList(Of String) = Nothing) As MetricsResponse
Parameter
- operations
- ILogAnalyticsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe innerhalb des Azure-Abonnements.
- profileName
- String
Name des CDN-Profils, das innerhalb der Ressourcengruppe eindeutig ist.
- dateTimeBegin
- DateTime
- dateTimeEnd
- DateTime
- granularity
- String
Mögliche Werte: "PT5M", "PT1H", "P1D"
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET