Partager via


ArtifactStores interface

Interface représentant un ArtifactStores.

Méthodes

beginCreateOrUpdate(string, string, string, ArtifactStore, ArtifactStoresCreateOrUpdateOptionalParams)

Crée ou met à jour un magasin d’artefacts.

beginCreateOrUpdateAndWait(string, string, string, ArtifactStore, ArtifactStoresCreateOrUpdateOptionalParams)

Crée ou met à jour un magasin d’artefacts.

beginDelete(string, string, string, ArtifactStoresDeleteOptionalParams)

Supprime le magasin d’artefacts spécifié.

beginDeleteAndWait(string, string, string, ArtifactStoresDeleteOptionalParams)

Supprime le magasin d’artefacts spécifié.

get(string, string, string, ArtifactStoresGetOptionalParams)

Obtient des informations sur le magasin d’artefacts spécifié.

listByPublisher(string, string, ArtifactStoresListByPublisherOptionalParams)

Obtient des informations sur les ArtifactStores sous l’éditeur.

update(string, string, string, TagsObject, ArtifactStoresUpdateOptionalParams)

Mettre à jour la ressource de magasin d’artefacts.

Détails de la méthode

beginCreateOrUpdate(string, string, string, ArtifactStore, ArtifactStoresCreateOrUpdateOptionalParams)

Crée ou met à jour un magasin d’artefacts.

function beginCreateOrUpdate(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: ArtifactStore, options?: ArtifactStoresCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactStore>, ArtifactStore>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

publisherName

string

Nom de l’éditeur.

artifactStoreName

string

Nom du magasin d’artefacts.

parameters
ArtifactStore

Paramètres fournis pour l’opération de création ou de mise à jour d’un groupe d’applications.

options
ArtifactStoresCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<ArtifactStore>, ArtifactStore>>

beginCreateOrUpdateAndWait(string, string, string, ArtifactStore, ArtifactStoresCreateOrUpdateOptionalParams)

Crée ou met à jour un magasin d’artefacts.

function beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: ArtifactStore, options?: ArtifactStoresCreateOrUpdateOptionalParams): Promise<ArtifactStore>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

publisherName

string

Nom de l’éditeur.

artifactStoreName

string

Nom du magasin d’artefacts.

parameters
ArtifactStore

Paramètres fournis pour l’opération de création ou de mise à jour d’un groupe d’applications.

options
ArtifactStoresCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ArtifactStore>

beginDelete(string, string, string, ArtifactStoresDeleteOptionalParams)

Supprime le magasin d’artefacts spécifié.

function beginDelete(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactStoresDeleteHeaders>, ArtifactStoresDeleteHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

publisherName

string

Nom de l’éditeur.

artifactStoreName

string

Nom du magasin d’artefacts.

options
ArtifactStoresDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<ArtifactStoresDeleteHeaders>, ArtifactStoresDeleteHeaders>>

beginDeleteAndWait(string, string, string, ArtifactStoresDeleteOptionalParams)

Supprime le magasin d’artefacts spécifié.

function beginDeleteAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresDeleteOptionalParams): Promise<ArtifactStoresDeleteHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

publisherName

string

Nom de l’éditeur.

artifactStoreName

string

Nom du magasin d’artefacts.

options
ArtifactStoresDeleteOptionalParams

Paramètres d’options.

Retours

get(string, string, string, ArtifactStoresGetOptionalParams)

Obtient des informations sur le magasin d’artefacts spécifié.

function get(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactStoresGetOptionalParams): Promise<ArtifactStore>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

publisherName

string

Nom de l’éditeur.

artifactStoreName

string

Nom du magasin d’artefacts.

options
ArtifactStoresGetOptionalParams

Paramètres d’options.

Retours

Promise<ArtifactStore>

listByPublisher(string, string, ArtifactStoresListByPublisherOptionalParams)

Obtient des informations sur les ArtifactStores sous l’éditeur.

function listByPublisher(resourceGroupName: string, publisherName: string, options?: ArtifactStoresListByPublisherOptionalParams): PagedAsyncIterableIterator<ArtifactStore, ArtifactStore[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

publisherName

string

Nom de l’éditeur.

options
ArtifactStoresListByPublisherOptionalParams

Paramètres d’options.

Retours

update(string, string, string, TagsObject, ArtifactStoresUpdateOptionalParams)

Mettre à jour la ressource de magasin d’artefacts.

function update(resourceGroupName: string, publisherName: string, artifactStoreName: string, parameters: TagsObject, options?: ArtifactStoresUpdateOptionalParams): Promise<ArtifactStore>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

publisherName

string

Nom de l’éditeur.

artifactStoreName

string

Nom du magasin d’artefacts.

parameters
TagsObject

Paramètres fournis pour l’opération de création ou de mise à jour d’un groupe d’applications.

options
ArtifactStoresUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ArtifactStore>