Partager via


ArtifactStoreResource.GetProxyArtifactsAsync Méthode

Définition

Surcharges

GetProxyArtifactsAsync(CancellationToken)

Répertorie tous les artefacts disponibles dans le magasin d’artefacts parent.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifacts
  • IdProxyArtifact_List d’opération
GetProxyArtifactsAsync(String, CancellationToken)

Obtenir des informations de vue d’ensemble de l’artefact.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifactVersions
  • IdProxyArtifact_Get d’opération

GetProxyArtifactsAsync(CancellationToken)

Répertorie tous les artefacts disponibles dans le magasin d’artefacts parent.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifacts
  • IdProxyArtifact_List d’opération
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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ProxyArtifactListOverview service pour itérer.

S’applique à

GetProxyArtifactsAsync(String, CancellationToken)

Obtenir des informations de vue d’ensemble de l’artefact.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifactVersions
  • IdProxyArtifact_Get d’opération
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)

Paramètres

artifactName
String

Nom de l’artefact.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ProxyArtifactVersionsListOverview service pour itérer.

Exceptions

artifactName a la valeur null.

S’applique à