IWithExcludeFromLatest インターフェイス

定義

イメージのバージョンとして "最新" の VM をデプロイするときに、このバージョンを考慮する必要があるかどうかを指定できるギャラリー イメージ バージョン定義のステージ。

public interface IWithExcludeFromLatest : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithExcludeFromLatest = interface
    interface IBeta
Public Interface IWithExcludeFromLatest
Implements IBeta
派生
実装

メソッド

WithExcludedFromLatest()

このバージョンが最新と見なされる候補ではないことを指定します。

WithoutExcludedFromLatest()

このバージョンが最新バージョンと見なす候補であることを指定します。

適用対象