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

BlueprintExtensions 类

定义

用于将扩展方法添加到 Azure.ResourceManager.Blueprint 的类。

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

方法

GetAssignment(ArmClient, ResourceIdentifier, String, CancellationToken)

获取蓝图分配。

  • 请求路径/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}
  • 操作IdAssignments_Get
GetAssignmentAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

获取蓝图分配。

  • 请求路径/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}
  • 操作IdAssignments_Get
GetAssignmentOperationResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 AssignmentOperationResource 对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 AssignmentOperationResourceResourceIdentifier

GetAssignmentResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 AssignmentResource 对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String) 从其组件创建 AssignmentResourceResourceIdentifier

GetAssignments(ArmClient, ResourceIdentifier)

获取 ArmResource 中 AssignmentResources 的集合。

GetBlueprint(ArmClient, ResourceIdentifier, String, CancellationToken)

获取蓝图定义。

  • 请求路径/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • 操作IdBlueprints_Get
GetBlueprintArtifactResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 BlueprintArtifactResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 BlueprintArtifactResourceResourceIdentifier

GetBlueprintAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

获取蓝图定义。

  • 请求路径/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • 操作IdBlueprints_Get
GetBlueprintResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 BlueprintResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String) 从其组件创建 BlueprintResourceResourceIdentifier

GetBlueprints(ArmClient, ResourceIdentifier)

获取 ArmResource 中 BlueprintResources 的集合。

GetBlueprintVersionArtifactResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 BlueprintVersionArtifactResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 BlueprintVersionArtifactResourceResourceIdentifier

GetPublishedBlueprintResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 PublishedBlueprintResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 PublishedBlueprintResourceResourceIdentifier

适用于