你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExtensionImageOperationsExtensions.BeginUpdating 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更新新扩展。 允许更新已使用相同标识注册的扩展 (即 ProviderNamespace 和 Type) 但版本不同。 如果要更新的扩展具有以前未注册的标识,或者已有具有相同标识和相同版本的扩展,则它将失败。
public static Microsoft.Azure.AzureOperationResponse BeginUpdating (this Microsoft.WindowsAzure.Management.Compute.IExtensionImageOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.ExtensionImageUpdateParameters parameters);
static member BeginUpdating : Microsoft.WindowsAzure.Management.Compute.IExtensionImageOperations * Microsoft.WindowsAzure.Management.Compute.Models.ExtensionImageUpdateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginUpdating (operations As IExtensionImageOperations, parameters As ExtensionImageUpdateParameters) As AzureOperationResponse
参数
- operations
- IExtensionImageOperations
对 Microsoft.WindowsAzure.Management.Compute.IExtensionImageOperations 的引用。
- parameters
- ExtensionImageUpdateParameters
必需。 提供给更新虚拟机扩展映像操作的参数。
返回
Microsoft.Azure.AzureOperationResponse
标准服务响应,包括 HTTP 状态代码和请求 ID。