次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含むギャラリー イメージ更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithDescription, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithDisallowed, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithEndOfLifeDate, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithEula, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithOsState, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithPrivacyStatementUri, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithRecommendedVMConfiguration, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithReleaseNoteUri, Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IGalleryImage>
    interface IIndexable
    interface IWithDescription
    interface IWithDisallowed
    interface IWithEndOfLifeDate
    interface IWithEula
    interface IWithOsState
    interface IWithPrivacyStatementUri
    interface IWithRecommendedVMConfiguration
    interface IWithReleaseNoteUri
    interface IWithTags
Public Interface IUpdate
Implements IAppliable(Of IGalleryImage), IBeta, IWithDescription, IWithDisallowed, IWithEndOfLifeDate, IWithEula, IWithOsState, IWithPrivacyStatementUri, IWithRecommendedVMConfiguration, IWithReleaseNoteUri, IWithTags
実装

プロパティ

Key

変更可能なすべての設定を含むギャラリー イメージ更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithDescription(String)

ギャラリー イメージ リソースの説明を指定します。

(継承元 IWithDescription)
WithDisallowed(Disallowed)

許可されていない設定を指定します。

(継承元 IWithDisallowed)
WithEndOfLifeDate(DateTime)

イメージの有効期間の終了日を指定します。

(継承元 IWithEndOfLifeDate)
WithEula(String)

eula を指定します。

(継承元 IWithEula)
WithOsState(OperatingSystemStateTypes)

osState を指定します。

(継承元 IWithOsState)
WithoutUnsupportedDiskType(DiskSkuTypes)

サポートされていないディスクの種類からディスクの種類を削除する必要があることを指定します。

(継承元 IWithDisallowed)
WithPrivacyStatementUri(String)

イメージのプライバシーに関する声明の URI を指定します。

(継承元 IWithPrivacyStatementUri)
WithRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration)

イメージに基づいて仮想マシンに推奨される構成を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedCPUsCountForVirtualMachine(Int32, Int32)

イメージ上の仮想マシン ベースに推奨される仮想 CUP を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMaximumCPUsCountForVirtualMachine(Int32)

イメージ上の仮想マシン ベースに推奨される仮想 CUP の最大数を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMaximumMemoryForVirtualMachine(Int32)

イメージ上の仮想マシン ベースに推奨される最大メモリを指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMemoryForVirtualMachine(Int32, Int32)

イメージ上の仮想マシン ベースに推奨される仮想 CUP を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMinimumCPUsCountForVirtualMachine(Int32)

イメージ上の仮想マシン ベースに推奨される仮想 CUP の最小数を指定します。

(継承元 IWithRecommendedVMConfiguration)
WithRecommendedMinimumMemoryForVirtualMachine(Int32)

イメージ上の仮想マシン ベースに推奨される最小メモリを指定します。

(継承元 IWithRecommendedVMConfiguration)
WithReleaseNoteUri(String)

リリース ノート URI を指定します。

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

タグを指定します。

(継承元 IWithTags)
WithUnsupportedDiskType(DiskSkuTypes)

イメージでサポートされていないディスクの種類を指定します。

(継承元 IWithDisallowed)
WithUnsupportedDiskTypes(IList<DiskSkuTypes>)

イメージでサポートされていないディスクの種類を指定します。

(継承元 IWithDisallowed)

適用対象