GalleryImageVersionPublishingProfile クラス

定義

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

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

コンストラクター

GalleryImageVersionPublishingProfile()

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

GalleryImageVersionPublishingProfile(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>)

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

プロパティ

EndOfLifeDate

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

(継承元 GalleryArtifactPublishingProfileBase)
ExcludeFromLatest

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

(継承元 GalleryArtifactPublishingProfileBase)
PublishedDate

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

(継承元 GalleryArtifactPublishingProfileBase)
ReplicaCount

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

(継承元 GalleryArtifactPublishingProfileBase)
ReplicationMode

レプリケーションに使用するモードを指定する省略可能なパラメーターを取得または設定します。 このプロパティは更新できません。 使用可能な値には、'Full'、'Shallow' などがあります。

(継承元 GalleryArtifactPublishingProfileBase)
StorageAccountType

イメージの格納に使用するストレージ アカウントの種類を取得または設定します。 このプロパティは更新できません。 使用できる値は、'Standard_LRS'、'Standard_ZRS'、'Premium_LRS' です。

(継承元 GalleryArtifactPublishingProfileBase)
TargetExtendedLocations

イメージ バージョンがレプリケートされるターゲットの拡張場所を取得または設定します。 このプロパティは更新可能です。

(継承元 GalleryArtifactPublishingProfileBase)
TargetRegions

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

(継承元 GalleryArtifactPublishingProfileBase)

適用対象