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


BlueprintsOperationsExtensions.CreateOrUpdate Метод

Определение

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

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

Параметры

operations
IBlueprintsOperations

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

resourceScope
String

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

blueprintName
String

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

blueprint
BlueprintModel

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

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

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