你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplyUpdates interface
表示 ApplyUpdates 的接口。
方法
方法详细信息
createOrUpdate(string, string, string, string, ApplyUpdatesCreateOrUpdateOptionalParams)
将维护更新应用于资源
function createOrUpdate(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateOptionalParams): Promise<ApplyUpdate>
参数
- resourceGroupName
-
string
资源组名称
- providerName
-
string
资源提供程序名称
- resourceType
-
string
资源类型
- resourceName
-
string
资源标识符
选项参数。
返回
Promise<ApplyUpdate>
createOrUpdateOrCancel(string, string, string, string, string, ApplyUpdate, ApplyUpdatesCreateOrUpdateOrCancelOptionalParams)
将维护更新应用于资源
function createOrUpdateOrCancel(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, applyUpdate: ApplyUpdate, options?: ApplyUpdatesCreateOrUpdateOrCancelOptionalParams): Promise<ApplyUpdate>
参数
- resourceGroupName
-
string
资源组名称
- providerName
-
string
资源提供程序名称
- resourceType
-
string
资源类型
- resourceName
-
string
资源标识符
- applyUpdateName
-
string
ApplyUpdate 名称
- applyUpdate
- ApplyUpdate
The ApplyUpdate
选项参数。
返回
Promise<ApplyUpdate>
createOrUpdateParent(string, string, string, string, string, string, ApplyUpdatesCreateOrUpdateParentOptionalParams)
使用父级将维护更新应用于资源
function createOrUpdateParent(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateParentOptionalParams): Promise<ApplyUpdate>
参数
- resourceGroupName
-
string
资源组名称
- providerName
-
string
资源提供程序名称
- resourceParentType
-
string
资源父类型
- resourceParentName
-
string
资源父标识符
- resourceType
-
string
资源类型
- resourceName
-
string
资源标识符
选项参数。
返回
Promise<ApplyUpdate>
get(string, string, string, string, string, ApplyUpdatesGetOptionalParams)
跟踪资源的维护更新
function get(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetOptionalParams): Promise<ApplyUpdate>
参数
- resourceGroupName
-
string
资源组名称
- providerName
-
string
资源提供程序名称
- resourceType
-
string
资源类型
- resourceName
-
string
资源标识符
- applyUpdateName
-
string
applyUpdate ID
- options
- ApplyUpdatesGetOptionalParams
选项参数。
返回
Promise<ApplyUpdate>
getParent(string, string, string, string, string, string, string, ApplyUpdatesGetParentOptionalParams)
使用父级跟踪资源的维护更新
function getParent(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetParentOptionalParams): Promise<ApplyUpdate>
参数
- resourceGroupName
-
string
资源组名称
- providerName
-
string
资源提供程序名称
- resourceParentType
-
string
资源父类型
- resourceParentName
-
string
资源父标识符
- resourceType
-
string
资源类型
- resourceName
-
string
资源标识符
- applyUpdateName
-
string
applyUpdate ID
选项参数。
返回
Promise<ApplyUpdate>
list(ApplyUpdatesListOptionalParams)
获取订阅中的配置记录
function list(options?: ApplyUpdatesListOptionalParams): PagedAsyncIterableIterator<ApplyUpdate, ApplyUpdate[], PageSettings>
参数
- options
- ApplyUpdatesListOptionalParams
选项参数。