SourceControlsOperations interface

Bir SourceControls işlemlerini temsil eden arayüz.

Özellikler

create

Bir kaynak denetimi oluşturur.

delete

Kaynak denetimini silme.

get

Kaynak denetimini tanımlayıcısına göre alır.

list

Kaynak denetim öğeleri olmadan tüm kaynak denetimlerini alır.

Özellik Ayrıntıları

create

Bir kaynak denetimi oluşturur.

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

Özellik Değeri

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

delete

Kaynak denetimini silme.

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

Özellik Değeri

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

get

Kaynak denetimini tanımlayıcısına göre alır.

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

Özellik Değeri

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

list

Kaynak denetim öğeleri olmadan tüm kaynak denetimlerini alır.

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

Özellik Değeri

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