次の方法で共有


IUpdate インターフェイス

定義

仮想マシン拡張機能の全体が、親仮想マシンの更新の一部として更新されます。

public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IWithAutoUpgradeMinorVersion, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IWithSettings, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithAutoUpgradeMinorVersion
    interface IWithSettings
    interface IWithTags
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithAutoUpgradeMinorVersion, IWithSettings, IWithTags
実装

メソッド

Parent()

仮想マシン拡張機能の全体が、親仮想マシンの更新の一部として更新されます。

(継承元 ISettable<ParentT>)
WithMinorVersionAutoUpgrade()

拡張機能の自動アップグレードを有効にします。

(継承元 IWithAutoUpgradeMinorVersion)
WithoutMinorVersionAutoUpgrade()

拡張機能の自動アップグレードを有効にします。

(継承元 IWithAutoUpgradeMinorVersion)
WithoutTag(String)

仮想マシン拡張機能からタグを削除します。

(継承元 IWithTags)
WithProtectedSetting(String, Object)

プライベート設定エントリを指定します。

(継承元 IWithSettings)
WithProtectedSettings(IDictionary<String,Object>)

プライベート設定を指定します。

(継承元 IWithSettings)
WithPublicSetting(String, Object)

パブリック設定エントリを指定します。

(継承元 IWithSettings)
WithPublicSettings(IDictionary<String,Object>)

パブリック設定を指定します。

(継承元 IWithSettings)
WithTag(String, String)

仮想マシン拡張機能にタグを追加します。

(継承元 IWithTags)
WithTags(IDictionary<String,String>)

仮想マシン拡張機能のタグを指定します。

(継承元 IWithTags)

適用対象