CloudServicesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for CloudServicesOperations.
public static class CloudServicesOperationsExtensions
type CloudServicesOperationsExtensions = class
Public Module CloudServicesOperationsExtensions
- Inheritance
-
CloudServicesOperationsExtensions
Methods
BeginCreateOrUpdate(ICloudServicesOperations, String, String, CloudService) |
Create or update a cloud service. Please note some properties can be set only during cloud service creation. |
BeginCreateOrUpdateAsync(ICloudServicesOperations, String, String, CloudService, CancellationToken) |
Create or update a cloud service. Please note some properties can be set only during cloud service creation. |
BeginDelete(ICloudServicesOperations, String, String) |
Deletes a cloud service. |
BeginDeleteAsync(ICloudServicesOperations, String, String, CancellationToken) |
Deletes a cloud service. |
BeginDeleteInstances(ICloudServicesOperations, String, String, IList<String>) |
Deletes role instances in a cloud service. |
BeginDeleteInstancesAsync(ICloudServicesOperations, String, String, IList<String>, CancellationToken) |
Deletes role instances in a cloud service. |
BeginPowerOff(ICloudServicesOperations, String, String) |
Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. |
BeginPowerOffAsync(ICloudServicesOperations, String, String, CancellationToken) |
Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. |
BeginRebuild(ICloudServicesOperations, String, String, IList<String>) |
Rebuild Role Instances 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 Instances. |
BeginRebuildAsync(ICloudServicesOperations, String, String, IList<String>, CancellationToken) |
Rebuild Role Instances 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 Instances. |
BeginReimage(ICloudServicesOperations, String, String, IList<String>) |
Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. |
BeginReimageAsync(ICloudServicesOperations, String, String, IList<String>, CancellationToken) |
Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. |
BeginRestart(ICloudServicesOperations, String, String, IList<String>) |
Restarts one or more role instances in a cloud service. |
BeginRestartAsync(ICloudServicesOperations, String, String, IList<String>, CancellationToken) |
Restarts one or more role instances in a cloud service. |
BeginStart(ICloudServicesOperations, String, String) |
Starts the cloud service. |
BeginStartAsync(ICloudServicesOperations, String, String, CancellationToken) |
Starts the cloud service. |
BeginUpdate(ICloudServicesOperations, String, String, IDictionary<String,String>) |
Update a cloud service. |
BeginUpdateAsync(ICloudServicesOperations, String, String, IDictionary<String,String>, CancellationToken) |
Update a cloud service. |
CreateOrUpdate(ICloudServicesOperations, String, String, CloudService) |
Create or update a cloud service. Please note some properties can be set only during cloud service creation. |
CreateOrUpdateAsync(ICloudServicesOperations, String, String, CloudService, CancellationToken) |
Create or update a cloud service. Please note some properties can be set only during cloud service creation. |
Delete(ICloudServicesOperations, String, String) |
Deletes a cloud service. |
DeleteAsync(ICloudServicesOperations, String, String, CancellationToken) |
Deletes a cloud service. |
DeleteInstances(ICloudServicesOperations, String, String, IList<String>) |
Deletes role instances in a cloud service. |
DeleteInstancesAsync(ICloudServicesOperations, String, String, IList<String>, CancellationToken) |
Deletes role instances in a cloud service. |
Get(ICloudServicesOperations, String, String) |
Display information about a cloud service. |
GetAsync(ICloudServicesOperations, String, String, CancellationToken) |
Display information about a cloud service. |
GetInstanceView(ICloudServicesOperations, String, String) |
Gets the status of a cloud service. |
GetInstanceViewAsync(ICloudServicesOperations, String, String, CancellationToken) |
Gets the status of a cloud service. |
List(ICloudServicesOperations, String) |
Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. |
ListAll(ICloudServicesOperations) |
Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. |
ListAllAsync(ICloudServicesOperations, CancellationToken) |
Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. |
ListAllNext(ICloudServicesOperations, String) |
Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. |
ListAllNextAsync(ICloudServicesOperations, String, CancellationToken) |
Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. |
ListAsync(ICloudServicesOperations, String, CancellationToken) |
Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. |
ListNext(ICloudServicesOperations, String) |
Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. |
ListNextAsync(ICloudServicesOperations, String, CancellationToken) |
Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. |
PowerOff(ICloudServicesOperations, String, String) |
Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. |
PowerOffAsync(ICloudServicesOperations, String, String, CancellationToken) |
Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. |
Rebuild(ICloudServicesOperations, String, String, IList<String>) |
Rebuild Role Instances 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 Instances. |
RebuildAsync(ICloudServicesOperations, String, String, IList<String>, CancellationToken) |
Rebuild Role Instances 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 Instances. |
Reimage(ICloudServicesOperations, String, String, IList<String>) |
Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. |
ReimageAsync(ICloudServicesOperations, String, String, IList<String>, CancellationToken) |
Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. |
Restart(ICloudServicesOperations, String, String, IList<String>) |
Restarts one or more role instances in a cloud service. |
RestartAsync(ICloudServicesOperations, String, String, IList<String>, CancellationToken) |
Restarts one or more role instances in a cloud service. |
Start(ICloudServicesOperations, String, String) |
Starts the cloud service. |
StartAsync(ICloudServicesOperations, String, String, CancellationToken) |
Starts the cloud service. |
Update(ICloudServicesOperations, String, String, IDictionary<String,String>) |
Update a cloud service. |
UpdateAsync(ICloudServicesOperations, String, String, IDictionary<String,String>, CancellationToken) |
Update a cloud service. |
Applies to
Azure SDK for .NET