ISupportsGettingByResourceGroup<T>.GetByResourceGroupAsync Method

Definition

Gets the information about a resource from Azure based on the resource name and the name of its resource group.

public System.Threading.Tasks.Task<T> GetByResourceGroupAsync (string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByResourceGroupAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
Public Function GetByResourceGroupAsync (resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of T)

Parameters

resourceGroupName
String

the name of the resource group the resource is in

name
String

the name of the resource. (Note, this is not the ID)

cancellationToken
CancellationToken

the cancellation token

Returns

Task<T>

an immutable representation of the resource

Applies to