CloudServiceRoleInstancesClient Interface
public interface CloudServiceRoleInstancesClient
An instance of this class provides access to all the operations defined in CloudServiceRoleInstancesClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller
Deletes a role instance from a cloud service.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a role instance from a cloud service.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a role instance from a cloud service.
Parameters:
Returns:
beginRebuild
public abstract SyncPoller
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.
Parameters:
Returns:
beginRebuild
public abstract SyncPoller
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.
Parameters:
Returns:
beginRebuildAsync
public abstract PollerFlux
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.
Parameters:
Returns:
beginReimage
public abstract SyncPoller
The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.
Parameters:
Returns:
beginReimage
public abstract SyncPoller
The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.
Parameters:
Returns:
beginReimageAsync
public abstract PollerFlux
The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.
Parameters:
Returns:
beginRestart
public abstract SyncPoller
The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.
Parameters:
Returns:
beginRestart
public abstract SyncPoller
The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.
Parameters:
Returns:
beginRestartAsync
public abstract PollerFlux
The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.
Parameters:
Returns:
delete
public abstract void delete(String roleInstanceName, String resourceGroupName, String cloudServiceName)
Deletes a role instance from a cloud service.
Parameters:
delete
public abstract void delete(String roleInstanceName, String resourceGroupName, String cloudServiceName, Context context)
Deletes a role instance from a cloud service.
Parameters:
deleteAsync
public abstract Mono
Deletes a role instance from a cloud service.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a role instance from a cloud service.
Parameters:
Returns:
get
public abstract RoleInstanceInner get(String roleInstanceName, String resourceGroupName, String cloudServiceName)
Gets a role instance from a cloud service.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a role instance from a cloud service.
Parameters:
Returns:
getInstanceView
public abstract RoleInstanceViewInner getInstanceView(String roleInstanceName, String resourceGroupName, String cloudServiceName)
Retrieves information about the run-time state of a role instance in a cloud service.
Parameters:
Returns:
getInstanceViewAsync
public abstract Mono
Retrieves information about the run-time state of a role instance in a cloud service.
Parameters:
Returns:
getInstanceViewWithResponse
public abstract Response
Retrieves information about the run-time state of a role instance in a cloud service.
Parameters:
Returns:
getInstanceViewWithResponseAsync
public abstract Mono
Retrieves information about the run-time state of a role instance in a cloud service.
Parameters:
Returns:
getRemoteDesktopFile
public abstract BinaryData getRemoteDesktopFile(String roleInstanceName, String resourceGroupName, String cloudServiceName)
Gets a remote desktop file for a role instance in a cloud service.
Parameters:
Returns:
getRemoteDesktopFileAsync
public abstract Mono
Gets a remote desktop file for a role instance in a cloud service.
Parameters:
Returns:
getRemoteDesktopFileWithResponse
public abstract Response
Gets a remote desktop file for a role instance in a cloud service.
Parameters:
Returns:
getRemoteDesktopFileWithResponseAsync
public abstract Mono
Gets a remote desktop file for a role instance in a cloud service.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a role instance from a cloud service.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a role instance from a cloud service.
Parameters:
Returns:
list
public abstract PagedIterable
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.
Parameters:
Returns:
list
public abstract PagedIterable
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.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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.
Parameters:
Returns:
rebuild
public abstract void rebuild(String roleInstanceName, String resourceGroupName, String cloudServiceName)
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.
Parameters:
rebuild
public abstract void rebuild(String roleInstanceName, String resourceGroupName, String cloudServiceName, Context context)
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.
Parameters:
rebuildAsync
public abstract Mono
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.
Parameters:
Returns:
rebuildWithResponseAsync
public abstract Mono
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.
Parameters:
Returns:
reimage
public abstract void reimage(String roleInstanceName, String resourceGroupName, String cloudServiceName)
The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.
Parameters:
reimage
public abstract void reimage(String roleInstanceName, String resourceGroupName, String cloudServiceName, Context context)
The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.
Parameters:
reimageAsync
public abstract Mono
The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.
Parameters:
Returns:
reimageWithResponseAsync
public abstract Mono
The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.
Parameters:
Returns:
restart
public abstract void restart(String roleInstanceName, String resourceGroupName, String cloudServiceName)
The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.
Parameters:
restart
public abstract void restart(String roleInstanceName, String resourceGroupName, String cloudServiceName, Context context)
The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.
Parameters:
restartAsync
public abstract Mono
The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.
Parameters:
Returns:
restartWithResponseAsync
public abstract Mono
The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.
Parameters:
Returns:
Applies to
Azure SDK for Java