DiagnosticsOperationsExtensions.GetSiteDetectorAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získat detektor
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner> GetSiteDetectorAsync (this Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory, string detectorName, System.Threading.CancellationToken cancellationToken = default);
static member GetSiteDetectorAsync : Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner>
<Extension()>
Public Function GetSiteDetectorAsync (operations As IDiagnosticsOperations, resourceGroupName As String, siteName As String, diagnosticCategory As String, detectorName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DetectorDefinitionInner)
Parametry
- operations
- IDiagnosticsOperations
Skupina operací pro tuto metodu rozšíření.
- resourceGroupName
- String
Název skupiny prostředků, do které prostředek patří.
- siteName
- String
Název lokality
- diagnosticCategory
- String
Diagnostická kategorie
- detectorName
- String
Název detektoru
- cancellationToken
- CancellationToken
Token zrušení.
Návraty
Poznámky
Popis funkce Get Detector
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET