ProxyArtifact interface

Interface representing a ProxyArtifact.

Methods

beginUpdateState(string, string, string, string, string, ArtifactChangeState, ProxyArtifactUpdateStateOptionalParams)

Change artifact state defined in artifact store.

beginUpdateStateAndWait(string, string, string, string, string, ArtifactChangeState, ProxyArtifactUpdateStateOptionalParams)

Change artifact state defined in artifact store.

list(string, string, string, ProxyArtifactListOptionalParams)

Lists all the available artifacts in the parent Artifact Store.

listVersions(string, string, string, string, ProxyArtifactListVersionsOptionalParams)

Get a Artifact overview information.

Method Details

beginUpdateState(string, string, string, string, string, ArtifactChangeState, ProxyArtifactUpdateStateOptionalParams)

Change artifact state defined in artifact store.

function beginUpdateState(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, artifactVersionName: string, parameters: ArtifactChangeState, options?: ProxyArtifactUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ProxyArtifactVersionsListOverview>, ProxyArtifactVersionsListOverview>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

publisherName

string

The name of the publisher.

artifactStoreName

string

The name of the artifact store.

artifactName

string

The name of the artifact.

artifactVersionName

string

The name of the artifact version.

parameters
ArtifactChangeState

Parameters supplied to update the state of artifact manifest.

options
ProxyArtifactUpdateStateOptionalParams

The options parameters.

Returns

beginUpdateStateAndWait(string, string, string, string, string, ArtifactChangeState, ProxyArtifactUpdateStateOptionalParams)

Change artifact state defined in artifact store.

function beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, artifactVersionName: string, parameters: ArtifactChangeState, options?: ProxyArtifactUpdateStateOptionalParams): Promise<ProxyArtifactVersionsListOverview>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

publisherName

string

The name of the publisher.

artifactStoreName

string

The name of the artifact store.

artifactName

string

The name of the artifact.

artifactVersionName

string

The name of the artifact version.

parameters
ArtifactChangeState

Parameters supplied to update the state of artifact manifest.

options
ProxyArtifactUpdateStateOptionalParams

The options parameters.

Returns

list(string, string, string, ProxyArtifactListOptionalParams)

Lists all the available artifacts in the parent Artifact Store.

function list(resourceGroupName: string, publisherName: string, artifactStoreName: string, options?: ProxyArtifactListOptionalParams): PagedAsyncIterableIterator<ProxyArtifactListOverview, ProxyArtifactListOverview[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

publisherName

string

The name of the publisher.

artifactStoreName

string

The name of the artifact store.

options
ProxyArtifactListOptionalParams

The options parameters.

Returns

listVersions(string, string, string, string, ProxyArtifactListVersionsOptionalParams)

Get a Artifact overview information.

function listVersions(resourceGroupName: string, publisherName: string, artifactStoreName: string, artifactName: string, options?: ProxyArtifactListVersionsOptionalParams): PagedAsyncIterableIterator<ProxyArtifactVersionsListOverview, ProxyArtifactVersionsListOverview[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

publisherName

string

The name of the publisher.

artifactStoreName

string

The name of the artifact store.

artifactName

string

The name of the artifact.

options
ProxyArtifactListVersionsOptionalParams

The options parameters.

Returns