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

BlueprintsOperationsExtensions 类

定义

BlueprintsOperations 的扩展方法。

public static class BlueprintsOperationsExtensions
type BlueprintsOperationsExtensions = class
Public Module BlueprintsOperationsExtensions
继承
BlueprintsOperationsExtensions

方法

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)

列出蓝图定义。

适用于