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


DatastoresOperationsExtensions.Get Метод

Определение

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

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

Параметры

operations
IDatastoresOperations

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

resourceGroupName
String

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

privateCloudName
String

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

clusterName
String

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

datastoreName
String

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

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

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