Skip to main content

cloud_service_role_instances

Overview

Namecloud_service_role_instances
TypeResource
Idazure.compute.cloud_service_role_instances

Fields

NameDatatypeDescription
idstringResource Id
namestringResource Name.
locationstringResource Location.
propertiesobjectRole instance properties.
skuobjectThe role instance SKU.
tagsobjectResource tags.
typestringResource Type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcloudServiceName, resourceGroupName, roleInstanceName, subscriptionIdGets a role instance from a cloud service.
listSELECTcloudServiceName, resourceGroupName, subscriptionIdGets 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.
deleteDELETEcloudServiceName, resourceGroupName, roleInstanceName, subscriptionIdDeletes a role instance from a cloud service.
_listEXECcloudServiceName, resourceGroupName, subscriptionIdGets 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.
rebuildEXECcloudServiceName, resourceGroupName, roleInstanceName, subscriptionIdThe 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.
reimageEXECcloudServiceName, resourceGroupName, roleInstanceName, subscriptionIdThe Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles.
restartEXECcloudServiceName, resourceGroupName, roleInstanceName, subscriptionIdThe Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service.