SecuritySolutionsReferenceDatas Interface

public interface SecuritySolutionsReferenceDatas

Resource collection API of SecuritySolutionsReferenceDatas.

Method Summary

Modifier and Type Method and Description
abstract SecuritySolutionsReferenceDataList list()

Gets a list of all supported Security Solutions for the subscription.

abstract SecuritySolutionsReferenceDataList listByHomeRegion(String ascLocation)

Gets list of all supported Security Solutions for subscription and location.

abstract Response<SecuritySolutionsReferenceDataList> listByHomeRegionWithResponse(String ascLocation, Context context)

Gets list of all supported Security Solutions for subscription and location.

abstract Response<SecuritySolutionsReferenceDataList> listWithResponse(Context context)

Gets a list of all supported Security Solutions for the subscription.

Method Details

list

public abstract SecuritySolutionsReferenceDataList list()

Gets a list of all supported Security Solutions for the subscription.

Returns:

a list of all supported Security Solutions for the subscription.

listByHomeRegion

public abstract SecuritySolutionsReferenceDataList listByHomeRegion(String ascLocation)

Gets list of all supported Security Solutions for subscription and location.

Parameters:

ascLocation - The location where ASC stores the data of the subscription. can be retrieved from Get locations.

Returns:

list of all supported Security Solutions for subscription and location.

listByHomeRegionWithResponse

public abstract Response listByHomeRegionWithResponse(String ascLocation, Context context)

Gets list of all supported Security Solutions for subscription and location.

Parameters:

ascLocation - The location where ASC stores the data of the subscription. can be retrieved from Get locations.
context - The context to associate with this operation.

Returns:

list of all supported Security Solutions for subscription and location along with Response<T>.

listWithResponse

public abstract Response listWithResponse(Context context)

Gets a list of all supported Security Solutions for the subscription.

Parameters:

context - The context to associate with this operation.

Returns:

a list of all supported Security Solutions for the subscription along with Response<T>.

Applies to