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


SubscriptionBlueprintsExtensions.GetInSubscriptionAsync Метод

Определение

Получение определения схемы.

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

Параметры

operations
IBlueprintsOperations

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

subscriptionId
String

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

blueprintName
String

имя схемы.

cancellationToken
CancellationToken

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

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

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