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
Security |
list()
Gets a list of all supported Security Solutions for the subscription. |
|
abstract
Security |
listByHomeRegion(String ascLocation)
Gets list of all supported Security Solutions for subscription and location. |
|
abstract
Response<Security |
listByHomeRegionWithResponse(String ascLocation, Context context)
Gets list of all supported Security Solutions for subscription and location. |
|
abstract
Response<Security |
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:
listByHomeRegion
public abstract SecuritySolutionsReferenceDataListInner listByHomeRegion(String ascLocation)
Gets list of all supported Security Solutions for subscription and location.
Parameters:
Returns:
listByHomeRegionWithResponse
public abstract Response<SecuritySolutionsReferenceDataListInner> listByHomeRegionWithResponse(String ascLocation, Context context)
Gets list of all supported Security Solutions for subscription and location.
Parameters:
Returns:
listWithResponse
public abstract Response<SecuritySolutionsReferenceDataListInner> listWithResponse(Context context)
Gets a list of all supported Security Solutions for the subscription.
Parameters:
Returns: