ArtifactStoreResource.GetProxyArtifactsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetProxyArtifactsAsync(CancellationToken) |
Répertorie tous les artefacts disponibles dans le magasin d’artefacts parent.
|
GetProxyArtifactsAsync(String, CancellationToken) |
Obtenir des informations de vue d’ensemble de l’artefact.
|
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 à
Azure SDK for .NET