SecurityOperatorsOperations interface
Interface representing a SecurityOperators operations.
Properties
| create |
Creates Microsoft Defender for Cloud security operator on the given scope. |
| delete | Delete Microsoft Defender for Cloud securityOperator in the subscription. |
| get | Get a specific security operator for the requested scope. |
| list | Lists Microsoft Defender for Cloud securityOperators in the subscription. |
Property Details
createOrUpdate
Creates Microsoft Defender for Cloud security operator on the given scope.
createOrUpdate: (pricingName: string, securityOperatorName: string, options?: SecurityOperatorsCreateOrUpdateOptionalParams) => Promise<SecurityOperator>
Property Value
(pricingName: string, securityOperatorName: string, options?: SecurityOperatorsCreateOrUpdateOptionalParams) => Promise<SecurityOperator>
delete
Delete Microsoft Defender for Cloud securityOperator in the subscription.
delete: (pricingName: string, securityOperatorName: string, options?: SecurityOperatorsDeleteOptionalParams) => Promise<void>
Property Value
(pricingName: string, securityOperatorName: string, options?: SecurityOperatorsDeleteOptionalParams) => Promise<void>
get
Get a specific security operator for the requested scope.
get: (pricingName: string, securityOperatorName: string, options?: SecurityOperatorsGetOptionalParams) => Promise<SecurityOperator>
Property Value
(pricingName: string, securityOperatorName: string, options?: SecurityOperatorsGetOptionalParams) => Promise<SecurityOperator>
list
Lists Microsoft Defender for Cloud securityOperators in the subscription.
list: (pricingName: string, options?: SecurityOperatorsListOptionalParams) => PagedAsyncIterableIterator<SecurityOperator, SecurityOperator[], PageSettings>
Property Value
(pricingName: string, options?: SecurityOperatorsListOptionalParams) => PagedAsyncIterableIterator<SecurityOperator, SecurityOperator[], PageSettings>