Compartir a través de


HostedServiceOperationsExtensions.BeginDeletingAll (Método) (IHostedServiceOperations, String)

 

La operación del servicio hospedado de DeleteAll elimina el servicio de nube especificado así como disco del sistema operativo, discos de datos adjuntos y los blobs de origen para los discos de almacenamiento de información de Microsoft Azure. (consulte 'https://msdn.microsoft.com/library/windowsazure/gg441305.aspx' para obtener más información)

Espacio de nombres:   Microsoft.WindowsAzure.Management.Compute
Ensamblado:  Microsoft.WindowsAzure.Management.Compute (en Microsoft.WindowsAzure.Management.Compute.dll)

Sintaxis

public static AzureOperationResponse BeginDeletingAll(
    this IHostedServiceOperations operations,
    string serviceName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginDeletingAll(
    IHostedServiceOperations^ operations,
    String^ serviceName
)
static member BeginDeletingAll : 
        operations:IHostedServiceOperations *
        serviceName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginDeletingAll (
    operations As IHostedServiceOperations,
    serviceName As String
) As AzureOperationResponse

Parámetros

  • serviceName
    Type: System.String

    Requerido. El nombre del servicio en la nube.

Valor devuelto

Type: Microsoft.Azure.AzureOperationResponse

Una respuesta de servicio estándar, incluidos un código de estado HTTP y un identificador de solicitud.

Vea también

HostedServiceOperationsExtensions (Clase)
Microsoft.WindowsAzure.Management.Compute (Espacio de nombres)

Volver al principio