Поделиться через


DatastoresOperationsExtensions.BeginDelete Метод

Определение

Удаление хранилища данных в кластере частного облака

public static void BeginDelete (this Microsoft.Azure.Management.Avs.IDatastoresOperations operations, string resourceGroupName, string privateCloudName, string clusterName, string datastoreName);
static member BeginDelete : Microsoft.Azure.Management.Avs.IDatastoresOperations * string * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IDatastoresOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, datastoreName As String)

Параметры

operations
IDatastoresOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов. Регистр букв в имени не учитывается.

privateCloudName
String

Имя частного облака

clusterName
String

Имя кластера в частном облаке

datastoreName
String

Имя хранилища данных в кластере частного облака

Применяется к