Partager via


ComponentLinkedStorageAccountsOperationsExtensions.GetAsync Méthode

Définition

Retourne les paramètres de stockage lié actuels pour un composant Application Insights.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentLinkedStorageAccounts> GetAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentLinkedStorageAccountsOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentLinkedStorageAccountsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentLinkedStorageAccounts>
<Extension()>
Public Function GetAsync (operations As IComponentLinkedStorageAccountsOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComponentLinkedStorageAccounts)

Paramètres

operations
IComponentLinkedStorageAccountsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

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

resourceName
String

Nom de la ressource du composant Application Insights.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à