Aracılığıyla paylaş


PublishedBlueprintsOperationsExtensions.GetAsync Yöntem

Tanım

Şema tanımının yayımlanmış bir sürümünü alma.

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

Parametreler

operations
IPublishedBlueprintsOperations

Bu uzantı yöntemi için işlem grubu.

resourceScope
String

Kaynağın kapsamı. Geçerli kapsamlar şunlardır: yönetim grubu (biçim: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), abonelik (biçim: '/subscriptions/{subscriptionId}').

blueprintName
String

Şema tanımının adı.

versionId
String

Yayımlanan şema tanımının sürümü.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır