ManagementGroupArtifactsExtensions.ListInManagementGroupAsync 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.
List artifacts for a given Blueprint.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact>> ListInManagementGroupAsync(this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string managementGroupName, string blueprintName, System.Threading.CancellationToken cancellationToken = default);
static member ListInManagementGroupAsync : 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 ListInManagementGroupAsync (operations As IArtifactsOperations, managementGroupName 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.
- managementGroupName
- String
azure managementGroup name, which we save the blueprint to.
- blueprintName
- String
name of the blueprint.
- cancellationToken
- CancellationToken
The cancellation token.