SecuritySolutionsReferenceDatasClient Interface

public interface SecuritySolutionsReferenceDatasClient

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

Method Summary

Modifier and Type Method and Description
abstract SecuritySolutionsReferenceDataListInner list()

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

abstract SecuritySolutionsReferenceDataListInner listByHomeRegion(String ascLocation)

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

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

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

abstract Response<SecuritySolutionsReferenceDataListInner> listWithResponse(Context context)

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

Method Details

list

public abstract SecuritySolutionsReferenceDataListInner 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 SecuritySolutionsReferenceDataListInner 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<SecuritySolutionsReferenceDataListInner> 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<SecuritySolutionsReferenceDataListInner> 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