Uses of Class
com.azure.resourcemanager.compute.models.RoleInstances
Packages that use RoleInstances
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RoleInstances in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type RoleInstancesModifier and TypeMethodDescriptionCloudServicesClient.beginDeleteInstances(String resourceGroupName, String cloudServiceName, RoleInstances parameters, com.azure.core.util.Context context) Deletes role instances in a cloud service.CloudServicesClient.beginDeleteInstancesAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Deletes role instances in a cloud service.CloudServicesClient.beginRebuild(String resourceGroupName, String cloudServiceName, RoleInstances parameters, com.azure.core.util.Context context) 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.CloudServicesClient.beginRebuildAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) 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.CloudServicesClient.beginReimage(String resourceGroupName, String cloudServiceName, RoleInstances parameters, com.azure.core.util.Context context) Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles.CloudServicesClient.beginReimageAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles.CloudServicesClient.beginRestart(String resourceGroupName, String cloudServiceName, RoleInstances parameters, com.azure.core.util.Context context) Restarts one or more role instances in a cloud service.CloudServicesClient.beginRestartAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Restarts one or more role instances in a cloud service.voidCloudServicesClient.deleteInstances(String resourceGroupName, String cloudServiceName, RoleInstances parameters, com.azure.core.util.Context context) Deletes role instances in a cloud service.CloudServicesClient.deleteInstancesAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Deletes role instances in a cloud service.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CloudServicesClient.deleteInstancesWithResponseAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Deletes role instances in a cloud service.voidCloudServicesClient.rebuild(String resourceGroupName, String cloudServiceName, RoleInstances parameters, com.azure.core.util.Context context) 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.CloudServicesClient.rebuildAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CloudServicesClient.rebuildWithResponseAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) 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.voidCloudServicesClient.reimage(String resourceGroupName, String cloudServiceName, RoleInstances parameters, com.azure.core.util.Context context) Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles.CloudServicesClient.reimageAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CloudServicesClient.reimageWithResponseAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles.voidCloudServicesClient.restart(String resourceGroupName, String cloudServiceName, RoleInstances parameters, com.azure.core.util.Context context) Restarts one or more role instances in a cloud service.CloudServicesClient.restartAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Restarts one or more role instances in a cloud service.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CloudServicesClient.restartWithResponseAsync(String resourceGroupName, String cloudServiceName, RoleInstances parameters) Restarts one or more role instances in a cloud service. -
Uses of RoleInstances in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RoleInstancesModifier and TypeMethodDescriptionstatic RoleInstancesRoleInstances.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoleInstances from the JsonReader.RoleInstances.withRoleInstances(List<String> roleInstances) Set the roleInstances property: List of cloud service role instance names.