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

IComputeNodeOperations 接口

定义

ComputeNodeOperations 操作。

public interface IComputeNodeOperations
type IComputeNodeOperations = interface
Public Interface IComputeNodeOperations

方法

AddUserWithHttpMessagesAsync(String, String, ComputeNodeUser, ComputeNodeAddUserOptions, Dictionary<String,List<String>>, CancellationToken)

将用户帐户添加到指定的计算节点。

DeleteUserWithHttpMessagesAsync(String, String, String, ComputeNodeDeleteUserOptions, Dictionary<String,List<String>>, CancellationToken)

从指定的计算节点中删除用户帐户。

DisableSchedulingWithHttpMessagesAsync(String, String, Nullable<DisableComputeNodeSchedulingOption>, ComputeNodeDisableSchedulingOptions, Dictionary<String,List<String>>, CancellationToken)

在指定的计算节点上禁用任务计划。

EnableSchedulingWithHttpMessagesAsync(String, String, ComputeNodeEnableSchedulingOptions, Dictionary<String,List<String>>, CancellationToken)

在指定的计算节点上启用任务计划。

GetRemoteDesktopWithHttpMessagesAsync(String, String, ComputeNodeGetRemoteDesktopOptions, Dictionary<String,List<String>>, CancellationToken)

获取指定计算节点的远程桌面协议文件。

GetRemoteLoginSettingsWithHttpMessagesAsync(String, String, ComputeNodeGetRemoteLoginSettingsOptions, Dictionary<String,List<String>>, CancellationToken)

获取远程登录到计算节点所需的设置。

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

获取有关指定计算节点的信息。

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

列出指定池中的计算节点。

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

列出指定池中的计算节点。

RebootWithHttpMessagesAsync(String, String, Nullable<ComputeNodeRebootOption>, ComputeNodeRebootOptions, Dictionary<String,List<String>>, CancellationToken)

重启指定的计算节点。

ReimageWithHttpMessagesAsync(String, String, Nullable<ComputeNodeReimageOption>, ComputeNodeReimageOptions, Dictionary<String,List<String>>, CancellationToken)

在指定的计算节点上重新安装操作系统。

UpdateUserWithHttpMessagesAsync(String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions, Dictionary<String,List<String>>, CancellationToken)

汇报指定计算节点上用户帐户的密码和过期时间。

UploadBatchServiceLogsWithHttpMessagesAsync(String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions, Dictionary<String, List<String>>, CancellationToken)

将Azure Batch服务日志文件从指定的计算节点上传到Azure Blob 存储。

扩展方法

AddUser(IComputeNodeOperations, String, String, ComputeNodeUser, ComputeNodeAddUserOptions)

将用户帐户添加到指定的计算节点。

AddUserAsync(IComputeNodeOperations, String, String, ComputeNodeUser, ComputeNodeAddUserOptions, CancellationToken)

将用户帐户添加到指定的计算节点。

DeleteUser(IComputeNodeOperations, String, String, String, ComputeNodeDeleteUserOptions)

从指定的计算节点中删除用户帐户。

DeleteUserAsync(IComputeNodeOperations, String, String, String, ComputeNodeDeleteUserOptions, CancellationToken)

从指定的计算节点中删除用户帐户。

DisableScheduling(IComputeNodeOperations, String, String, Nullable<DisableComputeNodeSchedulingOption>, ComputeNodeDisableSchedulingOptions)

在指定的计算节点上禁用任务计划。

DisableSchedulingAsync(IComputeNodeOperations, String, String, Nullable<DisableComputeNodeSchedulingOption>, ComputeNodeDisableSchedulingOptions, CancellationToken)

在指定的计算节点上禁用任务计划。

EnableScheduling(IComputeNodeOperations, String, String, ComputeNodeEnableSchedulingOptions)

在指定的计算节点上启用任务计划。

EnableSchedulingAsync(IComputeNodeOperations, String, String, ComputeNodeEnableSchedulingOptions, CancellationToken)

在指定的计算节点上启用任务计划。

Get(IComputeNodeOperations, String, String, ComputeNodeGetOptions)

获取有关指定计算节点的信息。

GetAsync(IComputeNodeOperations, String, String, ComputeNodeGetOptions, CancellationToken)

获取有关指定计算节点的信息。

GetRemoteDesktop(IComputeNodeOperations, String, String, ComputeNodeGetRemoteDesktopOptions)

获取指定计算节点的远程桌面协议文件。

GetRemoteDesktopAsync(IComputeNodeOperations, String, String, ComputeNodeGetRemoteDesktopOptions, CancellationToken)

获取指定计算节点的远程桌面协议文件。

GetRemoteLoginSettings(IComputeNodeOperations, String, String, ComputeNodeGetRemoteLoginSettingsOptions)

获取远程登录到计算节点所需的设置。

GetRemoteLoginSettingsAsync(IComputeNodeOperations, String, String, ComputeNodeGetRemoteLoginSettingsOptions, CancellationToken)

获取远程登录到计算节点所需的设置。

List(IComputeNodeOperations, String, ComputeNodeListOptions)

列出指定池中的计算节点。

ListAsync(IComputeNodeOperations, String, ComputeNodeListOptions, CancellationToken)

列出指定池中的计算节点。

ListNext(IComputeNodeOperations, String, ComputeNodeListNextOptions)

列出指定池中的计算节点。

ListNextAsync(IComputeNodeOperations, String, ComputeNodeListNextOptions, CancellationToken)

列出指定池中的计算节点。

Reboot(IComputeNodeOperations, String, String, Nullable<ComputeNodeRebootOption>, ComputeNodeRebootOptions)

重启指定的计算节点。

RebootAsync(IComputeNodeOperations, String, String, Nullable<ComputeNodeRebootOption>, ComputeNodeRebootOptions, CancellationToken)

重启指定的计算节点。

Reimage(IComputeNodeOperations, String, String, Nullable<ComputeNodeReimageOption>, ComputeNodeReimageOptions)

在指定的计算节点上重新安装操作系统。

ReimageAsync(IComputeNodeOperations, String, String, Nullable<ComputeNodeReimageOption>, ComputeNodeReimageOptions, CancellationToken)

在指定的计算节点上重新安装操作系统。

UpdateUser(IComputeNodeOperations, String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions)

汇报指定计算节点上用户帐户的密码和过期时间。

UpdateUserAsync(IComputeNodeOperations, String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions, CancellationToken)

汇报指定计算节点上用户帐户的密码和过期时间。

UploadBatchServiceLogs(IComputeNodeOperations, String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions)

将Azure Batch服务日志文件从指定的计算节点上传到Azure Blob 存储。

UploadBatchServiceLogsAsync(IComputeNodeOperations, String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions, CancellationToken)

将Azure Batch服务日志文件从指定的计算节点上传到Azure Blob 存储。

适用于