Compartilhar via


Método ConnectedServicesWebService.GetConnectedService

Obtém todas as informações (incluindo confidencialidade) para um serviço conectado

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function GetConnectedService ( _
    name As String, _
    teamProject As String _
) As ConnectedService
[WebMethodAttribute]
public ConnectedService GetConnectedService(
    string name,
    string teamProject
)

Parâmetros

  • name
    Tipo: System.String
    Nome dos serviços como, por exemplo, ID de assinatura do Azure
  • teamProject
    Tipo: System.String
    O nome do projeto associado a este serviço

Valor de retorno

Tipo: Microsoft.TeamFoundation.Server.Core.ConnectedService
Um ConnectedService todos os dados associados.

Segurança do .NET Framework

Consulte também

Referência

ConnectedServicesWebService Classe

Namespace Microsoft.TeamFoundation.Server.Core.WebServices