GitImportRequestParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters for creating an import request
[System.Runtime.Serialization.DataContract]
public class GitImportRequestParameters : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitImportRequestParameters = class
inherit VersionControlSecuredObject
Public Class GitImportRequestParameters
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| GitImportRequestParameters() | |
| GitImportRequestParameters(GitImportRequestParameters) |
Constructor for Shallow Copy |
Properties
| DeleteServiceEndpointAfterImportIsDone |
Option to delete service endpoint when import is done |
| GitSource |
Source for importing git repository |
| ServiceEndpointId |
Service Endpoint for connection to external endpoint |
| TfvcSource |
Source for importing tfvc repository |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |