MockableSecurityCenterSubscriptionResource.GetSecurityCenterStandardsAsync 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.
Get a list of all relevant security standards over a subscription level scope.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Security/standards.
- Operation Id. : Standards_ListBySubscription.
- Default Api Version. : 2021-08-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource> GetSecurityCenterStandardsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityCenterStandardsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>
override this.GetSecurityCenterStandardsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityCenterStandardResource>
Public Overridable Function GetSecurityCenterStandardsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityCenterStandardResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SecurityCenterStandardResource that may take multiple service requests to iterate over.