ProxyArtifact interface
Interface représentant un ProxyArtifact.
Méthodes
begin |
Modifier l’état de l’artefact défini dans le magasin d’artefacts. |
begin |
Modifier l’état de l’artefact défini dans le magasin d’artefacts. |
list(string, string, string, Proxy |
Répertorie tous les artefacts disponibles dans le magasin d’artefacts parent. |
list |
Obtenir des informations de vue d’ensemble de l’artefact. |
Détails de la méthode
beginUpdateState(string, string, string, string, string, ArtifactChangeState, ProxyArtifactUpdateStateOptionalParams)
Modifier l’état de l’artefact défini dans le magasin d’artefacts.
function beginUpdateState(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, artifactVersionName: string, parameters: ArtifactChangeState, options?: ProxyArtifactUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ProxyArtifactVersionsListOverview>, ProxyArtifactVersionsListOverview>>
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.
- artifactName
-
string
Nom de l’artefact.
- artifactVersionName
-
string
Nom de la version de l’artefact.
- parameters
- ArtifactChangeState
Paramètres fournis pour mettre à jour l’état du manifeste d’artefact.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<ProxyArtifactVersionsListOverview>, ProxyArtifactVersionsListOverview>>
beginUpdateStateAndWait(string, string, string, string, string, ArtifactChangeState, ProxyArtifactUpdateStateOptionalParams)
Modifier l’état de l’artefact défini dans le magasin d’artefacts.
function beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, artifactVersionName: string, parameters: ArtifactChangeState, options?: ProxyArtifactUpdateStateOptionalParams): Promise<ProxyArtifactVersionsListOverview>
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.
- artifactName
-
string
Nom de l’artefact.
- artifactVersionName
-
string
Nom de la version de l’artefact.
- parameters
- ArtifactChangeState
Paramètres fournis pour mettre à jour l’état du manifeste d’artefact.
Paramètres d’options.
Retours
Promise<ProxyArtifactVersionsListOverview>
list(string, string, string, ProxyArtifactListOptionalParams)
Répertorie tous les artefacts disponibles dans le magasin d’artefacts parent.
function list(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ProxyArtifactListOptionalParams): PagedAsyncIterableIterator<ProxyArtifactListOverview, ProxyArtifactListOverview[], 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
- ProxyArtifactListOptionalParams
Paramètres d’options.
Retours
listVersions(string, string, string, string, ProxyArtifactListVersionsOptionalParams)
Obtenir des informations de vue d’ensemble de l’artefact.
function listVersions(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, options?: ProxyArtifactListVersionsOptionalParams): PagedAsyncIterableIterator<ProxyArtifactVersionsListOverview, ProxyArtifactVersionsListOverview[], 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.
- artifactName
-
string
Nom de l’artefact.
Paramètres d’options.
Retours
Azure SDK for JavaScript