DatastoresOperationsExtensions.GetAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Een gegevensarchief ophalen in een privécloudcluster
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)
Parameters
- operations
- IDatastoresOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
- String
Naam van de privécloud
- clusterName
- String
Naam van het cluster in de privécloud
- datastoreName
- String
Naam van het gegevensarchief in het privécloudcluster
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Van toepassing op
Azure SDK for .NET