Partager via


DataFactoryLinkedServiceCollection.GetIfExistsAsync Méthode

Définition

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}
  • IdLinkedServices_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataFactory.DataFactoryLinkedServiceResource>> GetIfExistsAsync (string linkedServiceName, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataFactory.DataFactoryLinkedServiceResource>>
override this.GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataFactory.DataFactoryLinkedServiceResource>>
Public Overridable Function GetIfExistsAsync (linkedServiceName As String, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of DataFactoryLinkedServiceResource))

Paramètres

linkedServiceName
String

Nom du service lié.

ifNoneMatch
String

ETag de l’entité de service lié. Doit être spécifié uniquement pour obtenir. Si l’ETag correspond à la balise d’entité existante ou si * a été fourni, aucun contenu n’est retourné.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

linkedServiceName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

linkedServiceName a la valeur null.

S’applique à