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


DatastoresOperationsExtensions.CreateOrUpdate Метод

Определение

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

public static Microsoft.Azure.Management.Avs.Models.Datastore CreateOrUpdate (this Microsoft.Azure.Management.Avs.IDatastoresOperations operations, string resourceGroupName, string privateCloudName, string clusterName, string datastoreName, Microsoft.Azure.Management.Avs.Models.Datastore datastore);
static member CreateOrUpdate : Microsoft.Azure.Management.Avs.IDatastoresOperations * string * string * string * string * Microsoft.Azure.Management.Avs.Models.Datastore -> Microsoft.Azure.Management.Avs.Models.Datastore
<Extension()>
Public Function CreateOrUpdate (operations As IDatastoresOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, datastoreName As String, datastore As Datastore) As Datastore

Параметры

operations
IDatastoresOperations

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

resourceGroupName
String

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

privateCloudName
String

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

clusterName
String

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

datastoreName
String

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

datastore
Datastore

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

Возвращаемое значение

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