次の方法で共有


IUpdate インターフェイス

定義

仮想マシン スケール セット拡張機能の全体が、親仮想マシン スケール セットの更新の一部として更新されます。

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

メソッド

Parent()

仮想マシン スケール セット拡張機能の全体が、親仮想マシン スケール セットの更新の一部として更新されます。

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

マイナー バージョンを使用した拡張機能の自動アップグレードを有効にします。

(継承元 IWithAutoUpgradeMinorVersion)
WithoutMinorVersionAutoUpgrade()

マイナー バージョンの拡張機能の自動アップグレードを無効にします。

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

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

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

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

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

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

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

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

(継承元 IWithSettings)

適用対象