Skip to main content

network_traces_slot_v2

Creates, updates, deletes, gets or lists a network_traces_slot_v2 resource.

Overview

Namenetwork_traces_slot_v2
TypeResource
Idazure.app_service.network_traces_slot_v2

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getexecresourceGroupName, name, operationId, slot, subscriptionIdDescription for Gets a named operation for a network trace capturing (or deployment slot, if specified).

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
namestringName of the app.
operationIdstringGUID of the operation.
resourceGroupNamestringName of the resource group to which the resource belongs.
slotstringName of the deployment slot. If a slot is not specified, the API will get an operation for the production slot.
subscriptionIdstringYour Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

Lifecycle Methods

Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).

EXEC azure.app_service.network_traces_slot_v2.get 
@resourceGroupName='{{ resourceGroupName }}' --required,
@name='{{ name }}' --required,
@operationId='{{ operationId }}' --required,
@slot='{{ slot }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;