你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithAttach<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
虚拟机扩展定义的最后一个阶段。
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithAutoUpgradeMinorVersion<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithSettings<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithTags<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
interface IInDefinition<'ParentT>
interface IWithAutoUpgradeMinorVersion<'ParentT>
interface IWithSettings<'ParentT>
interface IWithTags<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAutoUpgradeMinorVersion(Of ParentT), IWithSettings(Of ParentT), IWithTags(Of ParentT)
类型参数
- ParentT
附加此定义后要返回到的父定义的阶段。
- 派生
- 实现
方法
Attach() |
虚拟机扩展定义的最后一个阶段。 (继承自 IInDefinition<ParentT>) |
WithMinorVersionAutoUpgrade() |
启用扩展的自动升级。 (继承自 IWithAutoUpgradeMinorVersion<ParentT>) |
WithoutMinorVersionAutoUpgrade() |
禁用扩展的自动升级。 (继承自 IWithAutoUpgradeMinorVersion<ParentT>) |
WithProtectedSetting(String, Object) |
指定专用设置条目。 (继承自 IWithSettings<ParentT>) |
WithProtectedSettings(IDictionary<String,Object>) |
指定专用设置。 (继承自 IWithSettings<ParentT>) |
WithPublicSetting(String, Object) |
指定公共设置条目。 (继承自 IWithSettings<ParentT>) |
WithPublicSettings(IDictionary<String,Object>) |
指定公共设置。 (继承自 IWithSettings<ParentT>) |
WithTag(String, String) |
将标记添加到虚拟机扩展。 (继承自 IWithTags<ParentT>) |
WithTags(IDictionary<String,String>) |
指定虚拟机扩展的标记。 (继承自 IWithTags<ParentT>) |