SourceControlsOperations interface

Interfejs reprezentujący operacje SourceControls.

Właściwości

create

Tworzy kontrolę źródła.

delete

Usuń kontrolkę źródła.

get

Pobiera kontrolę źródła bajtów jego identyfikatora.

list

Pobiera wszystkie kontrolki źródłowe bez elementów kontroli źródła.

Szczegóły właściwości

create

Tworzy kontrolę źródła.

create: (resourceGroupName: string, workspaceName: string, sourceControlId: string, sourceControl: SourceControl, options?: SourceControlsCreateOptionalParams) => Promise<SourceControl>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, sourceControlId: string, sourceControl: SourceControl, options?: SourceControlsCreateOptionalParams) => Promise<SourceControl>

delete

Usuń kontrolkę źródła.

delete: (resourceGroupName: string, workspaceName: string, sourceControlId: string, repositoryAccess: RepositoryAccessProperties, options?: SourceControlsDeleteOptionalParams) => Promise<Warning>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, sourceControlId: string, repositoryAccess: RepositoryAccessProperties, options?: SourceControlsDeleteOptionalParams) => Promise<Warning>

get

Pobiera kontrolę źródła bajtów jego identyfikatora.

get: (resourceGroupName: string, workspaceName: string, sourceControlId: string, options?: SourceControlsGetOptionalParams) => Promise<SourceControl>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, sourceControlId: string, options?: SourceControlsGetOptionalParams) => Promise<SourceControl>

list

Pobiera wszystkie kontrolki źródłowe bez elementów kontroli źródła.

list: (resourceGroupName: string, workspaceName: string, options?: SourceControlsListOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, options?: SourceControlsListOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>