Udostępnij za pośrednictwem


DatastoresOperationsExtensions.GetAsync Metoda

Definicja

Pobieranie magazynu danych w klastrze chmury prywatnej

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Datastore> GetAsync (this Microsoft.Azure.Management.Avs.IDatastoresOperations operations, string resourceGroupName, string privateCloudName, string clusterName, string datastoreName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Avs.IDatastoresOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Datastore>
<Extension()>
Public Function GetAsync (operations As IDatastoresOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, datastoreName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Datastore)

Parametry

operations
IDatastoresOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

privateCloudName
String

Nazwa chmury prywatnej

clusterName
String

Nazwa klastra w chmurze prywatnej

datastoreName
String

Nazwa magazynu danych w klastrze chmury prywatnej

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy