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


SubscriptionBlueprintsExtensions.CreateOrUpdateInSubscription Метод

Определение

Создание или обновление определения схемы.

public static Microsoft.Azure.Management.Blueprint.Models.BlueprintModel CreateOrUpdateInSubscription (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string subscriptionId, string blueprintName, Microsoft.Azure.Management.Blueprint.Models.BlueprintModel blueprint);
static member CreateOrUpdateInSubscription : Microsoft.Azure.Management.Blueprint.IBlueprintsOperations * string * string * Microsoft.Azure.Management.Blueprint.Models.BlueprintModel -> Microsoft.Azure.Management.Blueprint.Models.BlueprintModel
<Extension()>
Public Function CreateOrUpdateInSubscription (operations As IBlueprintsOperations, subscriptionId As String, blueprintName As String, blueprint As BlueprintModel) As BlueprintModel

Параметры

operations
IBlueprintsOperations

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

subscriptionId
String

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

blueprintName
String

имя схемы.

blueprint
BlueprintModel

Определение схемы.

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

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