ArtifactStoreResource.GetProxyArtifacts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetProxyArtifacts(String, CancellationToken) |
Get a Artifact overview information.
|
GetProxyArtifacts(CancellationToken) |
Lists all the available artifacts in the parent Artifact Store.
|
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
Azure SDK for .NET