Delen via


ArtifactSources interface

Interface die een ArtifactSources vertegenwoordigt.

Methoden

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams)

Hiermee maakt u synchroon een nieuwe artefactbron of werkt u een bestaande artefactbron bij.

delete(string, string, ArtifactSourcesDeleteOptionalParams)

Hiermee verwijdert u een artefactbron.

get(string, string, ArtifactSourcesGetOptionalParams)

Hiermee haalt u een artefactbron op.

list(string, ArtifactSourcesListOptionalParams)

Een lijst met de artefactbronnen in een resourcegroep.

Methodedetails

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams)

Hiermee maakt u synchroon een nieuwe artefactbron of werkt u een bestaande artefactbron bij.

function createOrUpdate(resourceGroupName: string, artifactSourceName: string, options?: ArtifactSourcesCreateOrUpdateOptionalParams): Promise<ArtifactSource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

artifactSourceName

string

De naam van de artefactbron.

options
ArtifactSourcesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<ArtifactSource>

delete(string, string, ArtifactSourcesDeleteOptionalParams)

Hiermee verwijdert u een artefactbron.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

artifactSourceName

string

De naam van de artefactbron.

options
ArtifactSourcesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, ArtifactSourcesGetOptionalParams)

Hiermee haalt u een artefactbron op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

artifactSourceName

string

De naam van de artefactbron.

options
ArtifactSourcesGetOptionalParams

De optiesparameters.

Retouren

Promise<ArtifactSource>

list(string, ArtifactSourcesListOptionalParams)

Een lijst met de artefactbronnen in een resourcegroep.

function list(resourceGroupName: string, options?: ArtifactSourcesListOptionalParams): Promise<ArtifactSourcesListResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

options
ArtifactSourcesListOptionalParams

De optiesparameters.

Retouren