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


DatastoresOperationsExtensions.List Метод

Определение

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

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

Параметры

operations
IDatastoresOperations

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

resourceGroupName
String

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

privateCloudName
String

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

clusterName
String

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

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

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