AddUser(IComputeNodeOperations, String, String, ComputeNodeUser, ComputeNodeAddUserOptions)
|
Adds a user Account to the specified Compute Node.
|
AddUserAsync(IComputeNodeOperations, String, String, ComputeNodeUser, ComputeNodeAddUserOptions, CancellationToken)
|
Adds a user Account to the specified Compute Node.
|
Deallocate(IComputeNodeOperations, String, String, Nullable<ComputeNodeDeallocateOption>, ComputeNodeDeallocateOptions)
|
Deallocates the specified Compute Node.
|
DeallocateAsync(IComputeNodeOperations, String, String, Nullable<ComputeNodeDeallocateOption>, ComputeNodeDeallocateOptions, CancellationToken)
|
Deallocates the specified Compute Node.
|
DeleteUser(IComputeNodeOperations, String, String, String, ComputeNodeDeleteUserOptions)
|
Deletes a user Account from the specified Compute Node.
|
DeleteUserAsync(IComputeNodeOperations, String, String, String, ComputeNodeDeleteUserOptions, CancellationToken)
|
Deletes a user Account from the specified Compute Node.
|
DisableScheduling(IComputeNodeOperations, String, String, Nullable<DisableComputeNodeSchedulingOption>, ComputeNodeDisableSchedulingOptions)
|
Disables Task scheduling on the specified Compute Node.
|
DisableSchedulingAsync(IComputeNodeOperations, String, String,
Nullable<DisableComputeNodeSchedulingOption>, ComputeNodeDisableSchedulingOptions,
CancellationToken)
|
Disables Task scheduling on the specified Compute Node.
|
EnableScheduling(IComputeNodeOperations, String, String, ComputeNodeEnableSchedulingOptions)
|
Enables Task scheduling on the specified Compute Node.
|
EnableSchedulingAsync(IComputeNodeOperations, String, String, ComputeNodeEnableSchedulingOptions, CancellationToken)
|
Enables Task scheduling on the specified Compute Node.
|
Get(IComputeNodeOperations, String, String, ComputeNodeGetOptions)
|
Gets information about the specified Compute Node.
|
GetAsync(IComputeNodeOperations, String, String, ComputeNodeGetOptions, CancellationToken)
|
Gets information about the specified Compute Node.
|
GetRemoteLoginSettings(IComputeNodeOperations, String, String, ComputeNodeGetRemoteLoginSettingsOptions)
|
Gets the settings required for remote login to a Compute Node.
|
GetRemoteLoginSettingsAsync(IComputeNodeOperations, String, String, ComputeNodeGetRemoteLoginSettingsOptions, CancellationToken)
|
Gets the settings required for remote login to a Compute Node.
|
List(IComputeNodeOperations, String, ComputeNodeListOptions)
|
Lists the Compute Nodes in the specified Pool.
|
ListAsync(IComputeNodeOperations, String, ComputeNodeListOptions, CancellationToken)
|
Lists the Compute Nodes in the specified Pool.
|
ListNext(IComputeNodeOperations, String, ComputeNodeListNextOptions)
|
Lists the Compute Nodes in the specified Pool.
|
ListNextAsync(IComputeNodeOperations, String, ComputeNodeListNextOptions, CancellationToken)
|
Lists the Compute Nodes in the specified Pool.
|
Reboot(IComputeNodeOperations, String, String, Nullable<ComputeNodeRebootOption>, ComputeNodeRebootOptions)
|
Restarts the specified Compute Node.
|
RebootAsync(IComputeNodeOperations, String, String, Nullable<ComputeNodeRebootOption>, ComputeNodeRebootOptions, CancellationToken)
|
Restarts the specified Compute Node.
|
Reimage(IComputeNodeOperations, String, String, Nullable<ComputeNodeReimageOption>, ComputeNodeReimageOptions)
|
Reinstalls the operating system on the specified Compute Node.
|
ReimageAsync(IComputeNodeOperations, String, String, Nullable<ComputeNodeReimageOption>, ComputeNodeReimageOptions, CancellationToken)
|
Reinstalls the operating system on the specified Compute Node.
|
Start(IComputeNodeOperations, String, String, ComputeNodeStartOptions)
|
Starts the specified Compute Node.
|
StartAsync(IComputeNodeOperations, String, String, ComputeNodeStartOptions, CancellationToken)
|
Starts the specified Compute Node.
|
UpdateUser(IComputeNodeOperations, String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions)
|
Updates the password and expiration time of a user Account on the specified
Compute Node.
|
UpdateUserAsync(IComputeNodeOperations, String, String, String, NodeUpdateUserParameter, ComputeNodeUpdateUserOptions, CancellationToken)
|
Updates the password and expiration time of a user Account on the specified
Compute Node.
|
UploadBatchServiceLogs(IComputeNodeOperations, String, String, UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions)
|
Upload Azure Batch service log files from the specified Compute Node to
Azure Blob Storage.
|
UploadBatchServiceLogsAsync(IComputeNodeOperations, String, String,
UploadBatchServiceLogsConfiguration, ComputeNodeUploadBatchServiceLogsOptions,
CancellationToken)
|
Upload Azure Batch service log files from the specified Compute Node to
Azure Blob Storage.
|