Поделиться через


SubscriptionArtifactsExtensions.ListInSubscriptionAsync Метод

Определение

Перечисление артефактов для данной схемы.

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))

Параметры

operations
IArtifactsOperations

Группа операций для этого метода расширения.

subscriptionId
String

azure subscriptionId, в котором мы сохраняем схему.

blueprintName
String

имя схемы.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Применяется к