Gateways interface

Interface representing a Gateways.

Methods

delete(string, string, string, GatewaysDeleteOptionalParams)

Delete a Log Analytics gateway.

Method Details

delete(string, string, string, GatewaysDeleteOptionalParams)

Delete a Log Analytics gateway.

function delete(resourceGroupName: string, workspaceName: string, gatewayId: string, options?: GatewaysDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

gatewayId

string

The Log Analytics gateway Id.

options
GatewaysDeleteOptionalParams

The options parameters.

Returns

Promise<void>