İngilizce dilinde oku

Aracılığıyla paylaş


DataProtectionsClient Interface

public interface DataProtectionsClient

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

Method Summary

Method Details

checkFeatureSupport

public abstract FeatureValidationResponseBaseInner checkFeatureSupport(String location, FeatureValidationRequestBase parameters)

Validates if a feature is supported.

Parameters:

location - The location parameter.
parameters - Feature support request object.

Returns:

base class for Backup Feature support.

checkFeatureSupportWithResponse

public abstract Response checkFeatureSupportWithResponse(String location, FeatureValidationRequestBase parameters, Context context)

Validates if a feature is supported.

Parameters:

location - The location parameter.
parameters - Feature support request object.
context - The context to associate with this operation.

Returns:

base class for Backup Feature support along with Response<T>.

Applies to

Azure SDK for Java

Latest