Delen via


ArtifactSources interface

Interface die een ArtifactSources vertegenwoordigt.

Methoden

createOrUpdate(string, string, string, ArtifactSource, ArtifactSourcesCreateOrUpdateOptionalParams)

Een bestaande artefactbron maken of vervangen.

delete(string, string, string, ArtifactSourcesDeleteOptionalParams)

Artefactbron verwijderen.

get(string, string, string, ArtifactSourcesGetOptionalParams)

Artefactbron ophalen.

list(string, string, ArtifactSourcesListOptionalParams)

Lijst met artefactbronnen in een bepaald lab.

update(string, string, string, ArtifactSourceFragment, ArtifactSourcesUpdateOptionalParams)

Hiermee staat u het wijzigen van tags van artefactbronnen toe. Alle andere eigenschappen worden genegeerd.

Methodedetails

createOrUpdate(string, string, string, ArtifactSource, ArtifactSourcesCreateOrUpdateOptionalParams)

Een bestaande artefactbron maken of vervangen.

function createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSource, options?: ArtifactSourcesCreateOrUpdateOptionalParams): Promise<ArtifactSource>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van de artefactbron.

artifactSource
ArtifactSource

Eigenschappen van een artefactbron.

options
ArtifactSourcesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<ArtifactSource>

delete(string, string, string, ArtifactSourcesDeleteOptionalParams)

Artefactbron verwijderen.

function delete(resourceGroupName: string, labName: string, name: string, options?: ArtifactSourcesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van de artefactbron.

options
ArtifactSourcesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, ArtifactSourcesGetOptionalParams)

Artefactbron ophalen.

function get(resourceGroupName: string, labName: string, name: string, options?: ArtifactSourcesGetOptionalParams): Promise<ArtifactSource>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van de artefactbron.

options
ArtifactSourcesGetOptionalParams

De optiesparameters.

Retouren

Promise<ArtifactSource>

list(string, string, ArtifactSourcesListOptionalParams)

Lijst met artefactbronnen in een bepaald lab.

function list(resourceGroupName: string, labName: string, options?: ArtifactSourcesListOptionalParams): PagedAsyncIterableIterator<ArtifactSource, ArtifactSource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

options
ArtifactSourcesListOptionalParams

De optiesparameters.

Retouren

update(string, string, string, ArtifactSourceFragment, ArtifactSourcesUpdateOptionalParams)

Hiermee staat u het wijzigen van tags van artefactbronnen toe. Alle andere eigenschappen worden genegeerd.

function update(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSourceFragment, options?: ArtifactSourcesUpdateOptionalParams): Promise<ArtifactSource>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

labName

string

De naam van het lab.

name

string

De naam van de artefactbron.

artifactSource
ArtifactSourceFragment

Eigenschappen van een artefactbron.

options
ArtifactSourcesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<ArtifactSource>