次の方法で共有


IWithAttach<ParentT> インターフェイス

定義

仮想マシン拡張機能定義の最終段階。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithAutoUpgradeMinorVersion<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithSettings<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.UpdateDefinition.IWithTags<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithAutoUpgradeMinorVersion<'ParentT>
    interface IWithSettings<'ParentT>
    interface IWithTags<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAutoUpgradeMinorVersion(Of ParentT), IWithSettings(Of ParentT), IWithTags(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親の更新のステージ。

派生
実装

メソッド

Attach()

仮想マシン拡張機能定義の最終段階。

(継承元 IInUpdate<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>)

適用対象