Compartir a través de


CloudServicesOperationsExtensions.BeginDeleteInstancesAsync Método

Definición

Elimina instancias de rol en un servicio en la nube.

public static System.Threading.Tasks.Task BeginDeleteInstancesAsync (this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName, System.Collections.Generic.IList<string> roleInstancesProperty, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteInstancesAsync : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteInstancesAsync (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String, roleInstancesProperty As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

Parámetros

operations
ICloudServicesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

cloudServiceName
String

Nombre del servicio en la nube.

roleInstancesProperty
IList<String>

Lista de nombres de instancia de rol de servicio en la nube. El valor de '*' significará todas las instancias de rol del servicio en la nube.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a