Partager via


ArtifactStoreResource.GetProxyArtifacts Méthode

Définition

Surcharges

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

GetProxyArtifacts(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.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)

Paramètres

artifactName
String

Nom de l’artefact.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

Exceptions

artifactName a la valeur null.

S’applique à

GetProxyArtifacts(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.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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à