IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想マシン拡張機能の全体が、親仮想マシンの更新の一部として更新されます。
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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET