Freigeben über


ResourcesOperationsExtensions.GetAsync Methode

Definition

Dient zum Abrufen einer Ressource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.GenericResource> GetAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.GenericResource>
<Extension()>
Public Function GetAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)

Parameter

operations
IResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die abzurufende Ressource enthält. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceProviderNamespace
String

Der Namespace des Ressourcenanbieters.

parentResourcePath
String

Die übergeordnete Ressourcenidentität.

resourceType
String

Der Ressourcentyp der Ressource.

resourceName
String

Der Name der abzurufenden Ressource.

apiVersion
String

Die API-Version, die für den Vorgang verwendet werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: