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


PublishedArtifactsOperationsExtensions.GetAsync Метод

Определение

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact> GetAsync (this Microsoft.Azure.Management.Blueprint.IPublishedArtifactsOperations operations, string resourceScope, string blueprintName, string versionId, string artifactName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Blueprint.IPublishedArtifactsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact>
<Extension()>
Public Function GetAsync (operations As IPublishedArtifactsOperations, resourceScope As String, blueprintName As String, versionId As String, artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Artifact)

Параметры

operations
IPublishedArtifactsOperations

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

resourceScope
String

Область видимости ресурса. Допустимые области: группа управления (формат:/providers/Microsoft.Management/managementGroups/{managementGroup}), подписка (формат:/subscriptions/{subscriptionId}).

blueprintName
String

Имя определения схемы.

versionId
String

Версия опубликованного определения схемы.

artifactName
String

Имя артефакта схемы.

cancellationToken
CancellationToken

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

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

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