Partager via


IResourceOperations.GetAsync Méthode

Définition

Retourne une ressource appartenant à un groupe de ressources.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceGetResult> GetAsync(string resourceGroupName, Microsoft.Azure.ResourceIdentity identity, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * Microsoft.Azure.ResourceIdentity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceGetResult>
Public Function GetAsync (resourceGroupName As String, identity As ResourceIdentity, cancellationToken As CancellationToken) As Task(Of ResourceGetResult)

Paramètres

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

identity
Microsoft.Azure.ResourceIdentity

Identité de la ressource.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Informations sur la ressource.

S’applique à