AppComplianceReportResource.GetScopingQuestions(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.
Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed.
- Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}/getScopingQuestions
- Operation Id: Report_GetScopingQuestions
- Default Api Version: 2024-06-27
- Resource: AppComplianceReportResource
public virtual Azure.Response<Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestions> GetScopingQuestions (System.Threading.CancellationToken cancellationToken = default);
abstract member GetScopingQuestions : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestions>
override this.GetScopingQuestions : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestions>
Public Overridable Function GetScopingQuestions (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ScopingQuestions)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET