次の方法で共有


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

定義

親更新プログラムの一部としての仮想マシン拡張機能定義の全体。

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

型パラメーター

ParentT

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

実装

メソッド

Attach()

親更新プログラムの一部としての仮想マシン拡張機能定義の全体。

(継承元 IInUpdate<ParentT>)
WithImage(IVirtualMachineExtensionImage)

使用する仮想マシン拡張機能イメージを指定します。

(継承元 IWithImageOrPublisher<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>)
WithPublisher(String)

仮想マシン拡張機能イメージの発行元の名前を指定します。

(継承元 IWithPublisher<ParentT>)
WithTag(String, String)

リソースにタグを追加します。

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

リソースのタグを指定します。

(継承元 IWithTags<ParentT>)
WithType(String)

仮想マシン拡張機能イメージの種類を指定します。

(継承元 IWithType<ParentT>)
WithVersion(String)

仮想マシン イメージ拡張機能のバージョンを指定します。

(継承元 IWithVersion<ParentT>)

適用対象