SubscriptionArtifactsExtensions.ListInSubscriptionAsync Method

Definition

List artifacts for a given Blueprint.

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

The operations group for this extension method.

subscriptionId
String

azure subscriptionId, which we save the blueprint to.

blueprintName
String

name of the blueprint.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to