Partager via


ArtifactManifests interface

Interface représentant un ArtifactManifests.

Méthodes

beginCreateOrUpdate(string, string, string, string, ArtifactManifest, ArtifactManifestsCreateOrUpdateOptionalParams)

Crée ou met à jour un manifeste d’artefact.

beginCreateOrUpdateAndWait(string, string, string, string, ArtifactManifest, ArtifactManifestsCreateOrUpdateOptionalParams)

Crée ou met à jour un manifeste d’artefact.

beginDelete(string, string, string, string, ArtifactManifestsDeleteOptionalParams)

Supprime le manifeste d’artefact spécifié.

beginDeleteAndWait(string, string, string, string, ArtifactManifestsDeleteOptionalParams)

Supprime le manifeste d’artefact spécifié.

beginUpdateState(string, string, string, string, ArtifactManifestUpdateState, ArtifactManifestsUpdateStateOptionalParams)

Mettre à jour l’état du manifeste d’artefact.

beginUpdateStateAndWait(string, string, string, string, ArtifactManifestUpdateState, ArtifactManifestsUpdateStateOptionalParams)

Mettre à jour l’état du manifeste d’artefact.

get(string, string, string, string, ArtifactManifestsGetOptionalParams)

Obtient des informations sur une ressource de manifeste d’artefact.

listByArtifactStore(string, string, string, ArtifactManifestsListByArtifactStoreOptionalParams)

Obtient des informations sur le manifeste d’artefact.

listCredential(string, string, string, string, ArtifactManifestsListCredentialOptionalParams)

Répertoriez les informations d’identification pour la publication d’artefacts définis dans le manifeste d’artefact.

update(string, string, string, string, TagsObject, ArtifactManifestsUpdateOptionalParams)

Met à jour une ressource de manifeste d’artefact.

Détails de la méthode

beginCreateOrUpdate(string, string, string, string, ArtifactManifest, ArtifactManifestsCreateOrUpdateOptionalParams)

Crée ou met à jour un manifeste d’artefact.

function beginCreateOrUpdate(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: ArtifactManifest, options?: ArtifactManifestsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactManifest>, ArtifactManifest>>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

parameters
ArtifactManifest

Paramètres fournis pour l’opération de manifeste de création ou de mise à jour d’artefact.

options
ArtifactManifestsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, string, string, ArtifactManifest, ArtifactManifestsCreateOrUpdateOptionalParams)

Crée ou met à jour un manifeste d’artefact.

function beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: ArtifactManifest, options?: ArtifactManifestsCreateOrUpdateOptionalParams): Promise<ArtifactManifest>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

parameters
ArtifactManifest

Paramètres fournis pour l’opération de manifeste de création ou de mise à jour d’artefact.

options
ArtifactManifestsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ArtifactManifest>

beginDelete(string, string, string, string, ArtifactManifestsDeleteOptionalParams)

Supprime le manifeste d’artefact spécifié.

function beginDelete(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, options?: ArtifactManifestsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactManifestsDeleteHeaders>, ArtifactManifestsDeleteHeaders>>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

options
ArtifactManifestsDeleteOptionalParams

Paramètres d’options.

Retours

beginDeleteAndWait(string, string, string, string, ArtifactManifestsDeleteOptionalParams)

Supprime le manifeste d’artefact spécifié.

function beginDeleteAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, options?: ArtifactManifestsDeleteOptionalParams): Promise<ArtifactManifestsDeleteHeaders>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

options
ArtifactManifestsDeleteOptionalParams

Paramètres d’options.

Retours

beginUpdateState(string, string, string, string, ArtifactManifestUpdateState, ArtifactManifestsUpdateStateOptionalParams)

Mettre à jour l’état du manifeste d’artefact.

function beginUpdateState(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: ArtifactManifestUpdateState, options?: ArtifactManifestsUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ArtifactManifestUpdateState>, ArtifactManifestUpdateState>>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

parameters
ArtifactManifestUpdateState

Paramètres fournis pour mettre à jour l’état du manifeste de l’artefact.

options
ArtifactManifestsUpdateStateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateStateAndWait(string, string, string, string, ArtifactManifestUpdateState, ArtifactManifestsUpdateStateOptionalParams)

Mettre à jour l’état du manifeste d’artefact.

function beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: ArtifactManifestUpdateState, options?: ArtifactManifestsUpdateStateOptionalParams): Promise<ArtifactManifestUpdateState>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

parameters
ArtifactManifestUpdateState

Paramètres fournis pour mettre à jour l’état du manifeste de l’artefact.

options
ArtifactManifestsUpdateStateOptionalParams

Paramètres d’options.

Retours

get(string, string, string, string, ArtifactManifestsGetOptionalParams)

Obtient des informations sur une ressource de manifeste d’artefact.

function get(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, options?: ArtifactManifestsGetOptionalParams): Promise<ArtifactManifest>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

options
ArtifactManifestsGetOptionalParams

Paramètres d’options.

Retours

Promise<ArtifactManifest>

listByArtifactStore(string, string, string, ArtifactManifestsListByArtifactStoreOptionalParams)

Obtient des informations sur le manifeste d’artefact.

function listByArtifactStore(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ArtifactManifestsListByArtifactStoreOptionalParams): PagedAsyncIterableIterator<ArtifactManifest, ArtifactManifest[], PageSettings>

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
ArtifactManifestsListByArtifactStoreOptionalParams

Paramètres d’options.

Retours

listCredential(string, string, string, string, ArtifactManifestsListCredentialOptionalParams)

Répertoriez les informations d’identification pour la publication d’artefacts définis dans le manifeste d’artefact.

function listCredential(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, options?: ArtifactManifestsListCredentialOptionalParams): Promise<ArtifactAccessCredentialUnion>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

options
ArtifactManifestsListCredentialOptionalParams

Paramètres d’options.

Retours

update(string, string, string, string, TagsObject, ArtifactManifestsUpdateOptionalParams)

Met à jour une ressource de manifeste d’artefact.

function update(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactManifestName: string, parameters: TagsObject, options?: ArtifactManifestsUpdateOptionalParams): Promise<ArtifactManifest>

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.

artifactManifestName

string

Nom du manifeste d’artefact.

parameters
TagsObject

Paramètres fournis pour l’opération de manifeste de création ou de mise à jour d’artefact.

options
ArtifactManifestsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ArtifactManifest>