Share via


ArtifactStoreResource.GetProxyArtifacts Method

Definition

Overloads

GetProxyArtifacts(String, CancellationToken)

Get a Artifact overview information.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifactVersions
  • Operation Id: ProxyArtifact_Get
GetProxyArtifacts(CancellationToken)

Lists all the available artifacts in the parent Artifact Store.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifacts
  • Operation Id: ProxyArtifact_List

GetProxyArtifacts(String, CancellationToken)

Source:
ArtifactStoreResource.cs

Get a Artifact overview information.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifactVersions
  • Operation Id: ProxyArtifact_Get
public virtual Azure.Pageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactVersionsListOverview> GetProxyArtifacts (string artifactName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProxyArtifacts : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactVersionsListOverview>
override this.GetProxyArtifacts : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactVersionsListOverview>
Public Overridable Function GetProxyArtifacts (artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProxyArtifactVersionsListOverview)

Parameters

artifactName
String

The name of the artifact.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ProxyArtifactVersionsListOverview that may take multiple service requests to iterate over.

Exceptions

artifactName is null.

Applies to

GetProxyArtifacts(CancellationToken)

Source:
ArtifactStoreResource.cs

Lists all the available artifacts in the parent Artifact Store.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifacts
  • Operation Id: ProxyArtifact_List
public virtual Azure.Pageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactListOverview> GetProxyArtifacts (System.Threading.CancellationToken cancellationToken = default);
abstract member GetProxyArtifacts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactListOverview>
override this.GetProxyArtifacts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactListOverview>
Public Overridable Function GetProxyArtifacts (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProxyArtifactListOverview)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ProxyArtifactListOverview that may take multiple service requests to iterate over.

Applies to