GitImportRequest 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.
A request to import data from a remote source control system.
[System.Runtime.Serialization.DataContract]
public class GitImportRequest : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitImportRequest = class
inherit VersionControlSecuredObject
Public Class GitImportRequest
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| GitImportRequest() |
Properties
| DetailedStatus |
Detailed status of the import, including the current step and an error message, if applicable. |
| ImportRequestId |
The unique identifier for this import request. |
| Links |
Links to related resources. |
| Parameters |
Parameters for creating the import request. |
| Repository |
The target repository for this import. |
| Status |
Current status of the import. |
| Url |
A link back to this import request resource. |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |