SecurityOperators interface

Interface representing a SecurityOperators.

Methods

createOrUpdate(string, string, SecurityOperatorsCreateOrUpdateOptionalParams)

Creates Microsoft Defender for Cloud security operator on the given scope.

delete(string, string, SecurityOperatorsDeleteOptionalParams)

Delete Microsoft Defender for Cloud securityOperator in the subscription.

get(string, string, SecurityOperatorsGetOptionalParams)

Get a specific security operator for the requested scope.

list(string, SecurityOperatorsListOptionalParams)

Lists Microsoft Defender for Cloud securityOperators in the subscription.

Method Details

createOrUpdate(string, string, SecurityOperatorsCreateOrUpdateOptionalParams)

Creates Microsoft Defender for Cloud security operator on the given scope.

function createOrUpdate(pricingName: string, securityOperatorName: string, options?: SecurityOperatorsCreateOrUpdateOptionalParams): Promise<SecurityOperator>

Parameters

pricingName

string

name of the pricing configuration

securityOperatorName

string

name of the securityOperator

options
SecurityOperatorsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<SecurityOperator>

delete(string, string, SecurityOperatorsDeleteOptionalParams)

Delete Microsoft Defender for Cloud securityOperator in the subscription.

function delete(pricingName: string, securityOperatorName: string, options?: SecurityOperatorsDeleteOptionalParams): Promise<void>

Parameters

pricingName

string

name of the pricing configuration

securityOperatorName

string

name of the securityOperator

options
SecurityOperatorsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, SecurityOperatorsGetOptionalParams)

Get a specific security operator for the requested scope.

function get(pricingName: string, securityOperatorName: string, options?: SecurityOperatorsGetOptionalParams): Promise<SecurityOperator>

Parameters

pricingName

string

name of the pricing configuration

securityOperatorName

string

name of the securityOperator

options
SecurityOperatorsGetOptionalParams

The options parameters.

Returns

Promise<SecurityOperator>

list(string, SecurityOperatorsListOptionalParams)

Lists Microsoft Defender for Cloud securityOperators in the subscription.

function list(pricingName: string, options?: SecurityOperatorsListOptionalParams): Promise<SecurityOperatorList>

Parameters

pricingName

string

name of the pricing configuration

options
SecurityOperatorsListOptionalParams

The options parameters.

Returns