Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes the associated connected service.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub DeleteConnectedService ( _
requestContext As TeamFoundationRequestContext, _
name As String, _
teamProject As String _
)
public void DeleteConnectedService(
TeamFoundationRequestContext requestContext,
string name,
string teamProject
)
public:
void DeleteConnectedService(
TeamFoundationRequestContext^ requestContext,
String^ name,
String^ teamProject
)
member DeleteConnectedService :
requestContext:TeamFoundationRequestContext *
name:string *
teamProject:string -> unit
public function DeleteConnectedService(
requestContext : TeamFoundationRequestContext,
name : String,
teamProject : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
name
Type: System.StringName of services such as azure subscription ID.
teamProject
Type: System.StringName of the project associated with this service.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.