次の方法で共有


GalleryImageVersionPublishingProfile クラス

定義

ギャラリー イメージバージョンの発行プロファイル。

public class GalleryImageVersionPublishingProfile : Azure.ResourceManager.Compute.Models.GalleryArtifactPublishingProfileBase
type GalleryImageVersionPublishingProfile = class
    inherit GalleryArtifactPublishingProfileBase
Public Class GalleryImageVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
継承
GalleryImageVersionPublishingProfile

コンストラクター

GalleryImageVersionPublishingProfile()

GalleryImageVersionPublishingProfile の新しいインスタンスを初期化します。

プロパティ

EndOfLifeOn

ギャラリー イメージ バージョンの有効期間の終了日。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。

(継承元 GalleryArtifactPublishingProfileBase)
IsExcludedFromLatest

true に設定Virtual Machines、イメージ定義の最新バージョンからデプロイされた場合、このイメージ バージョンは使用されません。

(継承元 GalleryArtifactPublishingProfileBase)
PublishedOn

ギャラリー イメージのバージョンが発行されたときのタイムスタンプ。

(継承元 GalleryArtifactPublishingProfileBase)
ReplicaCount

リージョンごとに作成されるイメージ バージョンのレプリカの数。 regionReplicaCount が指定されていない場合、このプロパティはリージョンに対して有効になります。 このプロパティは更新可能です。

(継承元 GalleryArtifactPublishingProfileBase)
ReplicationMode

レプリケーションに使用するモードを指定する省略可能なパラメーター。 このプロパティは更新できません。

(継承元 GalleryArtifactPublishingProfileBase)
StorageAccountType

イメージの格納に使用するストレージ アカウントの種類を指定します。 このプロパティは更新できません。

(継承元 GalleryArtifactPublishingProfileBase)
TargetExtendedLocations

イメージ バージョンのレプリケート先となるターゲット拡張場所。 このプロパティは更新可能です。

(継承元 GalleryArtifactPublishingProfileBase)
TargetRegions

イメージ バージョンがレプリケートされるターゲット リージョン。 このプロパティは更新可能です。

(継承元 GalleryArtifactPublishingProfileBase)

適用対象