WebAppsOperationsExtensions.StartWebSiteNetworkTraceSlotAsync(IWebAppsOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken) Method
Definition
Start capturing network packets for the site.
public static System.Threading.Tasks.Task<string> StartWebSiteNetworkTraceSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, Nullable<int> durationInSeconds = null, Nullable<int> maxFrameLength = null, string sasUrl = null, System.Threading.CancellationToken cancellationToken = null);
static member StartWebSiteNetworkTraceSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Parameters
- operations
- IWebAppsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
The name of the web app.
- slot
- String
The name of the slot for this web app.
- sasUrl
- String
The Blob URL to store capture file.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Start capturing network packets for the site.