你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArtifactsOperationsExtensions.CreateOrUpdate 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建或更新蓝图项目。
public static Microsoft.Azure.Management.Blueprint.Models.Artifact CreateOrUpdate (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string resourceScope, string blueprintName, string artifactName, Microsoft.Azure.Management.Blueprint.Models.Artifact artifact);
static member CreateOrUpdate : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * string * Microsoft.Azure.Management.Blueprint.Models.Artifact -> Microsoft.Azure.Management.Blueprint.Models.Artifact
<Extension()>
Public Function CreateOrUpdate (operations As IArtifactsOperations, resourceScope As String, blueprintName As String, artifactName As String, artifact As Artifact) As Artifact
参数
- operations
- IArtifactsOperations
此扩展方法的操作组。
- resourceScope
- String
资源的范围。 有效作用域为:管理组 (格式:'/providers/Microsoft.Management/managementGroups/{managementGroup}') ,订阅 (格式:'/subscriptions/{subscriptionId}') 。
- blueprintName
- String
蓝图定义的名称。
- artifactName
- String
蓝图项目的名称。
- artifact
- Artifact
要创建或更新的蓝图项目。