次の方法で共有


SecurityOperators interface

SecurityOperators を表すインターフェイス。

メソッド

createOrUpdate(string, string, SecurityOperatorsCreateOrUpdateOptionalParams)

指定されたスコープに Microsoft Defender for Cloud セキュリティ オペレーターを作成します。

delete(string, string, SecurityOperatorsDeleteOptionalParams)

サブスクリプションで Microsoft Defender for Cloud securityOperator を削除します。

get(string, string, SecurityOperatorsGetOptionalParams)

要求されたスコープの特定のセキュリティオペレーターを取得します。

list(string, SecurityOperatorsListOptionalParams)

サブスクリプション内の Microsoft Defender for Cloud securityOperator を一覧表示します。

メソッドの詳細

createOrUpdate(string, string, SecurityOperatorsCreateOrUpdateOptionalParams)

指定されたスコープに Microsoft Defender for Cloud セキュリティ オペレーターを作成します。

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

パラメーター

pricingName

string

価格構成の名前

securityOperatorName

string

securityOperator の名前

options
SecurityOperatorsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<SecurityOperator>

delete(string, string, SecurityOperatorsDeleteOptionalParams)

サブスクリプションで Microsoft Defender for Cloud securityOperator を削除します。

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

パラメーター

pricingName

string

価格構成の名前

securityOperatorName

string

securityOperator の名前

options
SecurityOperatorsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, SecurityOperatorsGetOptionalParams)

要求されたスコープの特定のセキュリティオペレーターを取得します。

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

パラメーター

pricingName

string

価格構成の名前

securityOperatorName

string

securityOperator の名前

options
SecurityOperatorsGetOptionalParams

オプション パラメーター。

戻り値

Promise<SecurityOperator>

list(string, SecurityOperatorsListOptionalParams)

サブスクリプション内の Microsoft Defender for Cloud securityOperator を一覧表示します。

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

パラメーター

pricingName

string

価格構成の名前

options
SecurityOperatorsListOptionalParams

オプション パラメーター。

戻り値