Delen via


SubscriptionArtifactsExtensions.ListInSubscriptionAsync Methode

Definitie

Maak een lijst met artefacten voor een bepaalde blauwdruk.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact>> ListInSubscriptionAsync(this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string subscriptionId, string blueprintName, System.Threading.CancellationToken cancellationToken = default);
static member ListInSubscriptionAsync : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact>>
<Extension()>
Public Function ListInSubscriptionAsync (operations As IArtifactsOperations, subscriptionId As String, blueprintName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Artifact))

Parameters

operations
IArtifactsOperations

De bewerkingsgroep voor deze extensiemethode.

subscriptionId
String

azure subscriptionId, waarin we de blauwdruk opslaan.

blueprintName
String

naam van de blauwdruk.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op