MockableSecurityCenterSubscriptionResource.GetSecurityCenterApiCollectionsAsync 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 a list of API collections within a subscription that have been onboarded to Microsoft Defender for APIs.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Security/apiCollections.
- Operation Id. : ApiCollections_ListBySubscription.
- Default Api Version. : 2023-11-15.
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.ApiCollectionResource> GetSecurityCenterApiCollectionsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityCenterApiCollectionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.ApiCollectionResource>
override this.GetSecurityCenterApiCollectionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.ApiCollectionResource>
Public Overridable Function GetSecurityCenterApiCollectionsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiCollectionResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ApiCollectionResource that may take multiple service requests to iterate over.