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

ICustomAssessmentAutomationsOperations Interface

Definition

CustomAssessmentAutomationsOperations operations.

public interface ICustomAssessmentAutomationsOperations
type ICustomAssessmentAutomationsOperations = interface
Public Interface ICustomAssessmentAutomationsOperations

Methods

CreateWithHttpMessagesAsync(String, String, CustomAssessmentAutomationRequest, Dictionary<String,List<String>>, 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.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a custom assessment automation by name for a provided subscription

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List custom assessment automations by provided subscription and resource group

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List custom assessment automations by provided subscription and resource group

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List custom assessment automations by provided subscription

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List custom assessment automations by provided subscription

Extension 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