Freigeben über


ResourcesOperationsExtensions.GetByIdAsync Methode

Definition

Ruft eine Ressource nach ID ab.

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

Parameter

operations
IResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceId
String

Die vollständig qualifizierte ID der Ressource, einschließlich des Ressourcennamens und des Ressourcentyps. Verwenden Sie das Format /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}

apiVersion
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: