SecurityCenterLocationResource.GetByHomeRegionAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets list of all supported Security Solutions for subscription and location.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/securitySolutionsReferenceData.
- Operation Id. : SecuritySolutionsReferenceDataOperationGroup_ListByHomeRegion.
- Default Api Version. : 2020-01-01.
- Resource. : SecurityCenterLocationResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceInfoList>> GetByHomeRegionAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetByHomeRegionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceInfoList>>
override this.GetByHomeRegionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceInfoList>>
Public Overridable Function GetByHomeRegionAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecuritySolutionsReferenceInfoList))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.