İngilizce dilinde oku

Aracılığıyla paylaş


SecurityOperatorsClient Interface

public interface SecurityOperatorsClient

An instance of this class provides access to all the operations defined in SecurityOperatorsClient.

Method Summary

Modifier and Type Method and Description
abstract SecurityOperatorInner createOrUpdate(String pricingName, String securityOperatorName)

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

abstract Response<SecurityOperatorInner> createOrUpdateWithResponse(String pricingName, String securityOperatorName, Context context)

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

abstract void delete(String pricingName, String securityOperatorName)

Delete Microsoft Defender for Cloud securityOperator in the subscription.

abstract Response<Void> deleteWithResponse(String pricingName, String securityOperatorName, Context context)

Delete Microsoft Defender for Cloud securityOperator in the subscription.

abstract SecurityOperatorInner get(String pricingName, String securityOperatorName)

Get a specific security operator for the requested scope.

abstract Response<SecurityOperatorInner> getWithResponse(String pricingName, String securityOperatorName, Context context)

Get a specific security operator for the requested scope.

abstract SecurityOperatorListInner list(String pricingName)

Lists Microsoft Defender for Cloud securityOperators in the subscription.

abstract Response<SecurityOperatorListInner> listWithResponse(String pricingName, Context context)

Lists Microsoft Defender for Cloud securityOperators in the subscription.

Method Details

createOrUpdate

public abstract SecurityOperatorInner createOrUpdate(String pricingName, String securityOperatorName)

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

Parameters:

pricingName - name of the pricing configuration.
securityOperatorName - name of the securityOperator.

Returns:

security operator under a given subscription and pricing.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(String pricingName, String securityOperatorName, Context context)

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

Parameters:

pricingName - name of the pricing configuration.
securityOperatorName - name of the securityOperator.
context - The context to associate with this operation.

Returns:

security operator under a given subscription and pricing along with Response<T>.

delete

public abstract void delete(String pricingName, String securityOperatorName)

Delete Microsoft Defender for Cloud securityOperator in the subscription.

Parameters:

pricingName - name of the pricing configuration.
securityOperatorName - name of the securityOperator.

deleteWithResponse

public abstract Response deleteWithResponse(String pricingName, String securityOperatorName, Context context)

Delete Microsoft Defender for Cloud securityOperator in the subscription.

Parameters:

pricingName - name of the pricing configuration.
securityOperatorName - name of the securityOperator.
context - The context to associate with this operation.

Returns:

get

public abstract SecurityOperatorInner get(String pricingName, String securityOperatorName)

Get a specific security operator for the requested scope.

Parameters:

pricingName - name of the pricing configuration.
securityOperatorName - name of the securityOperator.

Returns:

a specific security operator for the requested scope.

getWithResponse

public abstract Response getWithResponse(String pricingName, String securityOperatorName, Context context)

Get a specific security operator for the requested scope.

Parameters:

pricingName - name of the pricing configuration.
securityOperatorName - name of the securityOperator.
context - The context to associate with this operation.

Returns:

a specific security operator for the requested scope along with Response<T>.

list

public abstract SecurityOperatorListInner list(String pricingName)

Lists Microsoft Defender for Cloud securityOperators in the subscription.

Parameters:

pricingName - name of the pricing configuration.

Returns:

list of SecurityOperator response.

listWithResponse

public abstract Response listWithResponse(String pricingName, Context context)

Lists Microsoft Defender for Cloud securityOperators in the subscription.

Parameters:

pricingName - name of the pricing configuration.
context - The context to associate with this operation.

Returns:

list of SecurityOperator response along with Response<T>.

Applies to

Azure SDK for Java

Preview