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

ApplyUpdatesOperationsExtensions.CreateOrUpdateParent 方法

定义

将汇报应用到具有父级的资源

public static Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate CreateOrUpdateParent (this Microsoft.Azure.Management.Maintenance.IApplyUpdatesOperations operations, string resourceGroupName, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName);
static member CreateOrUpdateParent : Microsoft.Azure.Management.Maintenance.IApplyUpdatesOperations * string * string * string * string * string * string -> Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate
<Extension()>
Public Function CreateOrUpdateParent (operations As IApplyUpdatesOperations, resourceGroupName As String, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String) As ApplyUpdate

参数

operations
IApplyUpdatesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称

providerName
String

资源提供程序名称

resourceParentType
String

资源父类型

resourceParentName
String

资源父标识符

resourceType
String

资源类型

resourceName
String

资源标识符

返回

注解

使用父级将维护更新应用于资源

适用于