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

CustomAssessmentAutomationsOperationsExtensions Class

Definition

Extension methods for CustomAssessmentAutomationsOperations

public static class CustomAssessmentAutomationsOperationsExtensions
type CustomAssessmentAutomationsOperationsExtensions = class
Public Module CustomAssessmentAutomationsOperationsExtensions
Inheritance
CustomAssessmentAutomationsOperationsExtensions

Methods

Create(ICustomAssessmentAutomationsOperations, String, String, CustomAssessmentAutomationRequest)

Creates or updates a custom assessment automation for the provided subscription. Please note that providing an existing custom assessment automation will replace the existing record.

CreateAsync(ICustomAssessmentAutomationsOperations, String, String, CustomAssessmentAutomationRequest, CancellationToken)

Creates or updates a custom assessment automation for the provided subscription. Please note that providing an existing custom assessment automation will replace the existing record.

Delete(ICustomAssessmentAutomationsOperations, String, String)

Deletes a custom assessment automation by name for a provided subscription

DeleteAsync(ICustomAssessmentAutomationsOperations, String, String, CancellationToken)

Deletes a custom assessment automation by name for a provided subscription

Get(ICustomAssessmentAutomationsOperations, String, String)

Gets a single custom assessment automation by name for the provided subscription and resource group.

GetAsync(ICustomAssessmentAutomationsOperations, String, String, CancellationToken)

Gets a single custom assessment automation by name for the provided subscription and resource group.

ListByResourceGroup(ICustomAssessmentAutomationsOperations, String)

List custom assessment automations by provided subscription and resource group

ListByResourceGroupAsync(ICustomAssessmentAutomationsOperations, String, CancellationToken)

List custom assessment automations by provided subscription and resource group

ListByResourceGroupNext(ICustomAssessmentAutomationsOperations, String)

List custom assessment automations by provided subscription and resource group

ListByResourceGroupNextAsync(ICustomAssessmentAutomationsOperations, String, CancellationToken)

List custom assessment automations by provided subscription and resource group

ListBySubscription(ICustomAssessmentAutomationsOperations)

List custom assessment automations by provided subscription

ListBySubscriptionAsync(ICustomAssessmentAutomationsOperations, CancellationToken)

List custom assessment automations by provided subscription

ListBySubscriptionNext(ICustomAssessmentAutomationsOperations, String)

List custom assessment automations by provided subscription

ListBySubscriptionNextAsync(ICustomAssessmentAutomationsOperations, String, CancellationToken)

List custom assessment automations by provided subscription

Applies to