你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IWithMode, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IWithParameters, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IWithTemplate
type IUpdate = interface
interface IAppliable<IDeployment>
interface IIndexable
interface IWithTemplate
interface IWithParameters
interface IWithMode
Public Interface IUpdate
Implements IAppliable(Of IDeployment), IWithMode, IWithParameters, IWithTemplate
- 实现
属性
Key | (继承自 IIndexable) |
方法
Apply() |
执行更新请求。 (继承自 IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
异步执行更新请求。 (继承自 IAppliable<T>) |
WithMode(DeploymentMode) |
指定部署模式。 (继承自 IWithMode) |
WithParameters(Object) |
将参数指定为 对象。 (继承自 IWithParameters) |
WithParameters(String) |
将参数指定为 JSON 字符串。 (继承自 IWithParameters) |
WithParametersLink(String, String) |
将参数指定为 URL。 (继承自 IWithParameters) |
WithTemplate(Object) |
将模板指定为 对象。 (继承自 IWithTemplate) |
WithTemplate(String) |
将模板指定为 JSON 字符串。 (继承自 IWithTemplate) |
WithTemplateLink(String, String) |
将模板指定为 URL。 (继承自 IWithTemplate) |