SourceControlsOperations interface
Interfaccia che rappresenta un'operazione di SourceControl.
Proprietà
| create | Crea un controllo del codice sorgente. |
| delete | Eliminare un controllo del codice sorgente. |
| get | Ottiene un controllo del codice sorgente in base al relativo identificatore. |
| list | Ottiene tutti i controlli di origine, senza elementi del controllo del codice sorgente. |
Dettagli proprietà
create
Crea un controllo del codice sorgente.
create: (resourceGroupName: string, workspaceName: string, sourceControlId: string, sourceControl: SourceControl, options?: SourceControlsCreateOptionalParams) => Promise<SourceControl>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, sourceControlId: string, sourceControl: SourceControl, options?: SourceControlsCreateOptionalParams) => Promise<SourceControl>
delete
Eliminare un controllo del codice sorgente.
delete: (resourceGroupName: string, workspaceName: string, sourceControlId: string, repositoryAccess: RepositoryAccessProperties, options?: SourceControlsDeleteOptionalParams) => Promise<Warning>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, sourceControlId: string, repositoryAccess: RepositoryAccessProperties, options?: SourceControlsDeleteOptionalParams) => Promise<Warning>
get
Ottiene un controllo del codice sorgente in base al relativo identificatore.
get: (resourceGroupName: string, workspaceName: string, sourceControlId: string, options?: SourceControlsGetOptionalParams) => Promise<SourceControl>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, sourceControlId: string, options?: SourceControlsGetOptionalParams) => Promise<SourceControl>
list
Ottiene tutti i controlli di origine, senza elementi del controllo del codice sorgente.
list: (resourceGroupName: string, workspaceName: string, options?: SourceControlsListOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, options?: SourceControlsListOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>