ArtifactSources interface
Interface die een ArtifactSources vertegenwoordigt.
Methoden
create |
Hiermee maakt u synchroon een nieuwe artefactbron of werkt u een bestaande artefactbron bij. |
delete(string, string, Artifact |
Hiermee verwijdert u een artefactbron. |
get(string, string, Artifact |
Hiermee haalt u een artefactbron op. |
list(string, Artifact |
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.
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.
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.
De optiesparameters.
Retouren
Promise<ArtifactSourcesListResponse>
Azure SDK for JavaScript