DiagnosticsOperationsExtensions.ListSiteAnalysesSlotAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AnalysisDefinition>> ListSiteAnalysesSlotAsync (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListSiteAnalysesSlotAsync : Microsoft.Azure.Management.WebSites.Version2016_09_01.IDiagnosticsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AnalysisDefinition>>
<Extension()>
Public Function ListSiteAnalysesSlotAsync (operations As IDiagnosticsOperations, resourceGroupName As String, siteName As String, diagnosticCategory As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AnalysisDefinition))
Parameters
- operations
- IDiagnosticsOperations
- resourceGroupName
- String
- siteName
- String
- diagnosticCategory
- String
- slot
- String
- cancellationToken
- CancellationToken