ICloudServiceRoleInstancesOperations Interface

Definition

CloudServiceRoleInstancesOperations operations.

public interface ICloudServiceRoleInstancesOperations
type ICloudServiceRoleInstancesOperations = interface
Public Interface ICloudServiceRoleInstancesOperations

Methods

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

Deletes a role instance from a cloud service.

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

The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance.

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

The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.

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

The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.

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

Deletes a role instance from a cloud service.

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

Retrieves information about the run-time state of a role instance in a cloud service.

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

Gets a remote desktop file for a role instance in a cloud service.

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

Gets a role instance from a cloud service.

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

Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances.

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

Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances.

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

The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance.

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

The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.

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

The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.

Extension Methods

BeginDelete(ICloudServiceRoleInstancesOperations, String, String, String)

Deletes a role instance from a cloud service.

BeginDeleteAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

Deletes a role instance from a cloud service.

BeginRebuild(ICloudServiceRoleInstancesOperations, String, String, String)

The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance.

BeginRebuildAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance.

BeginReimage(ICloudServiceRoleInstancesOperations, String, String, String)

The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.

BeginReimageAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.

BeginRestart(ICloudServiceRoleInstancesOperations, String, String, String)

The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.

BeginRestartAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.

Delete(ICloudServiceRoleInstancesOperations, String, String, String)

Deletes a role instance from a cloud service.

DeleteAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

Deletes a role instance from a cloud service.

Get(ICloudServiceRoleInstancesOperations, String, String, String, Nullable<InstanceViewTypes>)

Gets a role instance from a cloud service.

GetAsync(ICloudServiceRoleInstancesOperations, String, String, String, Nullable<InstanceViewTypes>, CancellationToken)

Gets a role instance from a cloud service.

GetInstanceView(ICloudServiceRoleInstancesOperations, String, String, String)

Retrieves information about the run-time state of a role instance in a cloud service.

GetInstanceViewAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

Retrieves information about the run-time state of a role instance in a cloud service.

GetRemoteDesktopFile(ICloudServiceRoleInstancesOperations, String, String, String)

Gets a remote desktop file for a role instance in a cloud service.

GetRemoteDesktopFileAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

Gets a remote desktop file for a role instance in a cloud service.

List(ICloudServiceRoleInstancesOperations, String, String, Nullable<InstanceViewTypes>)

Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances.

ListAsync(ICloudServiceRoleInstancesOperations, String, String, Nullable<InstanceViewTypes>, CancellationToken)

Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances.

ListNext(ICloudServiceRoleInstancesOperations, String)

Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances.

ListNextAsync(ICloudServiceRoleInstancesOperations, String, CancellationToken)

Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances.

Rebuild(ICloudServiceRoleInstancesOperations, String, String, String)

The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance.

RebuildAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance.

Reimage(ICloudServiceRoleInstancesOperations, String, String, String)

The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.

ReimageAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.

Restart(ICloudServiceRoleInstancesOperations, String, String, String)

The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.

RestartAsync(ICloudServiceRoleInstancesOperations, String, String, String, CancellationToken)

The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.

Applies to