SourceControlsOperations interface
Antarmuka yang mewakili operasi SourceControls.
Properti
| create | Membuat kontrol sumber. |
| delete | Menghapus kontrol sumber. |
| get | Mendapatkan kontrol sumber byt pengidentifikasinya. |
| list | Mendapatkan semua kontrol sumber, tanpa item kontrol sumber. |
Detail Properti
create
Membuat kontrol sumber.
create: (resourceGroupName: string, workspaceName: string, sourceControlId: string, sourceControl: SourceControl, options?: SourceControlsCreateOptionalParams) => Promise<SourceControl>
Nilai Properti
(resourceGroupName: string, workspaceName: string, sourceControlId: string, sourceControl: SourceControl, options?: SourceControlsCreateOptionalParams) => Promise<SourceControl>
delete
Menghapus kontrol sumber.
delete: (resourceGroupName: string, workspaceName: string, sourceControlId: string, repositoryAccess: RepositoryAccessProperties, options?: SourceControlsDeleteOptionalParams) => Promise<Warning>
Nilai Properti
(resourceGroupName: string, workspaceName: string, sourceControlId: string, repositoryAccess: RepositoryAccessProperties, options?: SourceControlsDeleteOptionalParams) => Promise<Warning>
get
Mendapatkan kontrol sumber byt pengidentifikasinya.
get: (resourceGroupName: string, workspaceName: string, sourceControlId: string, options?: SourceControlsGetOptionalParams) => Promise<SourceControl>
Nilai Properti
(resourceGroupName: string, workspaceName: string, sourceControlId: string, options?: SourceControlsGetOptionalParams) => Promise<SourceControl>
list
Mendapatkan semua kontrol sumber, tanpa item kontrol sumber.
list: (resourceGroupName: string, workspaceName: string, options?: SourceControlsListOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>
Nilai Properti
(resourceGroupName: string, workspaceName: string, options?: SourceControlsListOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>