Uses of Class
com.azure.resourcemanager.appservice.fluent.models.NetworkTraceInner
Packages that use NetworkTraceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of NetworkTraceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type NetworkTraceInnerModifier and TypeMethodDescriptionWebAppsClient.getNetworkTraces
(String resourceGroupName, String name, String operationId) Gets a named operation for a network trace capturing (or deployment slot, if specified).WebAppsClient.getNetworkTracesAsync
(String resourceGroupName, String name, String operationId) Gets a named operation for a network trace capturing (or deployment slot, if specified).WebAppsClient.getNetworkTracesSlot
(String resourceGroupName, String name, String operationId, String slot) Gets a named operation for a network trace capturing (or deployment slot, if specified).WebAppsClient.getNetworkTracesSlotAsync
(String resourceGroupName, String name, String operationId, String slot) Gets a named operation for a network trace capturing (or deployment slot, if specified).WebAppsClient.getNetworkTracesSlotV2
(String resourceGroupName, String name, String operationId, String slot) Gets a named operation for a network trace capturing (or deployment slot, if specified).WebAppsClient.getNetworkTracesSlotV2Async
(String resourceGroupName, String name, String operationId, String slot) Gets a named operation for a network trace capturing (or deployment slot, if specified).com.azure.core.http.rest.Response
<List<NetworkTraceInner>> WebAppsClient.getNetworkTracesSlotV2WithResponse
(String resourceGroupName, String name, String operationId, String slot, com.azure.core.util.Context context) Gets a named operation for a network trace capturing (or deployment slot, if specified).Mono
<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> WebAppsClient.getNetworkTracesSlotV2WithResponseAsync
(String resourceGroupName, String name, String operationId, String slot) Gets a named operation for a network trace capturing (or deployment slot, if specified).com.azure.core.http.rest.Response
<List<NetworkTraceInner>> WebAppsClient.getNetworkTracesSlotWithResponse
(String resourceGroupName, String name, String operationId, String slot, com.azure.core.util.Context context) Gets a named operation for a network trace capturing (or deployment slot, if specified).Mono
<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> WebAppsClient.getNetworkTracesSlotWithResponseAsync
(String resourceGroupName, String name, String operationId, String slot) Gets a named operation for a network trace capturing (or deployment slot, if specified).WebAppsClient.getNetworkTracesV2
(String resourceGroupName, String name, String operationId) Gets a named operation for a network trace capturing (or deployment slot, if specified).WebAppsClient.getNetworkTracesV2Async
(String resourceGroupName, String name, String operationId) Gets a named operation for a network trace capturing (or deployment slot, if specified).com.azure.core.http.rest.Response
<List<NetworkTraceInner>> WebAppsClient.getNetworkTracesV2WithResponse
(String resourceGroupName, String name, String operationId, com.azure.core.util.Context context) Gets a named operation for a network trace capturing (or deployment slot, if specified).Mono
<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> WebAppsClient.getNetworkTracesV2WithResponseAsync
(String resourceGroupName, String name, String operationId) Gets a named operation for a network trace capturing (or deployment slot, if specified).com.azure.core.http.rest.Response
<List<NetworkTraceInner>> WebAppsClient.getNetworkTracesWithResponse
(String resourceGroupName, String name, String operationId, com.azure.core.util.Context context) Gets a named operation for a network trace capturing (or deployment slot, if specified).Mono
<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> WebAppsClient.getNetworkTracesWithResponseAsync
(String resourceGroupName, String name, String operationId) Gets a named operation for a network trace capturing (or deployment slot, if specified). -
Uses of NetworkTraceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return NetworkTraceInnerModifier and TypeMethodDescriptionstatic NetworkTraceInner
NetworkTraceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkTraceInner from the JsonReader.NetworkTraceInner.withMessage
(String message) Set the message property: Detailed message of a network trace operation, e.g. error message in case of failure.Set the path property: Local file path for the captured network trace file.NetworkTraceInner.withStatus
(String status) Set the status property: Current status of the network trace operation, same as Operation.Status (InProgress/Succeeded/Failed).