你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomAssessmentAutomationsOperationsExtensions.ListBySubscription Method

Definition

List custom assessment automations by provided subscription

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomation> ListBySubscription (this Microsoft.Azure.Management.Security.ICustomAssessmentAutomationsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.Security.ICustomAssessmentAutomationsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.CustomAssessmentAutomation>
<Extension()>
Public Function ListBySubscription (operations As ICustomAssessmentAutomationsOperations) As IPage(Of CustomAssessmentAutomation)

Parameters

operations
ICustomAssessmentAutomationsOperations

The operations group for this extension method.

Returns

Applies to