Bagikan melalui


ArtifactStoreResource.GetProxyArtifactsAsync Method

Definition

Overloads

GetProxyArtifactsAsync(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
GetProxyArtifactsAsync(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

GetProxyArtifactsAsync(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.AsyncPageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactListOverview> GetProxyArtifactsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetProxyArtifactsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactListOverview>
override this.GetProxyArtifactsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactListOverview>
Public Overridable Function GetProxyArtifactsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProxyArtifactListOverview)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to

GetProxyArtifactsAsync(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.AsyncPageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactVersionsListOverview> GetProxyArtifactsAsync (string artifactName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProxyArtifactsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactVersionsListOverview>
override this.GetProxyArtifactsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactVersionsListOverview>
Public Overridable Function GetProxyArtifactsAsync (artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProxyArtifactVersionsListOverview)

Parameters

artifactName
String

The name of the artifact.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

artifactName is null.

Applies to