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

ITasksOperations Interface

Definition

TasksOperations operations.

public interface ITasksOperations
type ITasksOperations = interface
Public Interface ITasksOperations

Methods

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

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

Recommended tasks that will help improve the security of the subscription proactively

Extension Methods

GetResourceGroupLevelTask(ITasksOperations, String, String)

Recommended tasks that will help improve the security of the subscription proactively

GetResourceGroupLevelTaskAsync(ITasksOperations, String, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

GetSubscriptionLevelTask(ITasksOperations, String)

Recommended tasks that will help improve the security of the subscription proactively

GetSubscriptionLevelTaskAsync(ITasksOperations, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

List(ITasksOperations, String)

Recommended tasks that will help improve the security of the subscription proactively

ListAsync(ITasksOperations, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

ListByHomeRegion(ITasksOperations, String)

Recommended tasks that will help improve the security of the subscription proactively

ListByHomeRegionAsync(ITasksOperations, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

ListByHomeRegionNext(ITasksOperations, String)

Recommended tasks that will help improve the security of the subscription proactively

ListByHomeRegionNextAsync(ITasksOperations, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

ListByResourceGroup(ITasksOperations, String, String)

Recommended tasks that will help improve the security of the subscription proactively

ListByResourceGroupAsync(ITasksOperations, String, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

ListByResourceGroupNext(ITasksOperations, String)

Recommended tasks that will help improve the security of the subscription proactively

ListByResourceGroupNextAsync(ITasksOperations, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

ListNext(ITasksOperations, String)

Recommended tasks that will help improve the security of the subscription proactively

ListNextAsync(ITasksOperations, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

UpdateResourceGroupLevelTaskState(ITasksOperations, String, String, String)

Recommended tasks that will help improve the security of the subscription proactively

UpdateResourceGroupLevelTaskStateAsync(ITasksOperations, String, String, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

UpdateSubscriptionLevelTaskState(ITasksOperations, String, String)

Recommended tasks that will help improve the security of the subscription proactively

UpdateSubscriptionLevelTaskStateAsync(ITasksOperations, String, String, CancellationToken)

Recommended tasks that will help improve the security of the subscription proactively

Applies to