Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IBlueprintsOperations 接口

定义

BlueprintsOperations 操作。

public interface IBlueprintsOperations
type IBlueprintsOperations = interface
Public Interface IBlueprintsOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, BlueprintModel, Dictionary<String,List<String>>, CancellationToken)

创建或更新蓝图定义。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除蓝图定义。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取蓝图定义。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出蓝图定义。

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出蓝图定义。

扩展方法

CreateOrUpdate(IBlueprintsOperations, String, String, BlueprintModel)

创建或更新蓝图定义。

CreateOrUpdateAsync(IBlueprintsOperations, String, String, BlueprintModel, CancellationToken)

创建或更新蓝图定义。

Delete(IBlueprintsOperations, String, String)

删除蓝图定义。

DeleteAsync(IBlueprintsOperations, String, String, CancellationToken)

删除蓝图定义。

Get(IBlueprintsOperations, String, String)

获取蓝图定义。

GetAsync(IBlueprintsOperations, String, String, CancellationToken)

获取蓝图定义。

List(IBlueprintsOperations, String)

列出蓝图定义。

ListAsync(IBlueprintsOperations, String, CancellationToken)

列出蓝图定义。

ListNext(IBlueprintsOperations, String)

列出蓝图定义。

ListNextAsync(IBlueprintsOperations, String, CancellationToken)

列出蓝图定义。

CreateOrUpdateInManagementGroup(IBlueprintsOperations, String, String, BlueprintModel)

创建或更新蓝图定义。

CreateOrUpdateInManagementGroupAsync(IBlueprintsOperations, String, String, BlueprintModel, CancellationToken)

创建或更新蓝图定义。

DeleteInManagementGroup(IBlueprintsOperations, String, String)

删除蓝图定义。

DeleteInManagementGroupAsync(IBlueprintsOperations, String, String, CancellationToken)

删除蓝图定义。

GetInManagementGroup(IBlueprintsOperations, String, String)

获取蓝图定义。

GetInManagementGroupAsync(IBlueprintsOperations, String, String, CancellationToken)

获取蓝图定义。

ListInManagementGroup(IBlueprintsOperations, String)

创建或更新蓝图定义。

ListInManagementGroupAsync(IBlueprintsOperations, String, CancellationToken)

创建或更新蓝图定义。

CreateOrUpdateInSubscription(IBlueprintsOperations, String, String, BlueprintModel)

创建或更新蓝图定义。

CreateOrUpdateInSubscriptionAsync(IBlueprintsOperations, String, String, BlueprintModel, CancellationToken)

创建或更新蓝图定义。

DeleteInSubscription(IBlueprintsOperations, String, String)

删除蓝图定义。

DeleteInSubscriptionAsync(IBlueprintsOperations, String, String, CancellationToken)

删除蓝图定义。

GetInSubscription(IBlueprintsOperations, String, String)

获取蓝图定义。

GetInSubscriptionAsync(IBlueprintsOperations, String, String, CancellationToken)

获取蓝图定义。

ListInSubscription(IBlueprintsOperations, String)

创建或更新蓝图定义。

ListInSubscriptionAsync(IBlueprintsOperations, String, CancellationToken)

创建或更新蓝图定义。

适用于