次の方法で共有


GalleryImageVersionPublishingProfile コンストラクター

定義

オーバーロード

GalleryImageVersionPublishingProfile()

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

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

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

GalleryImageVersionPublishingProfile()

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

public GalleryImageVersionPublishingProfile ();
Public Sub New ()

適用対象

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

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

public GalleryImageVersionPublishingProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.TargetRegion> targetRegions = default, int? replicaCount = default, bool? excludeFromLatest = default, DateTime? publishedDate = default, DateTime? endOfLifeDate = default, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType storageAccountType = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionPublishingProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.TargetRegion> * Nullable<int> * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionPublishingProfile
Public Sub New (Optional targetRegions As IList(Of TargetRegion) = Nothing, Optional replicaCount As Nullable(Of Integer) = Nothing, Optional excludeFromLatest As Nullable(Of Boolean) = Nothing, Optional publishedDate As Nullable(Of DateTime) = Nothing, Optional endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional storageAccountType As StorageAccountType = Nothing)

パラメーター

targetRegions
IList<TargetRegion>

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

replicaCount
Nullable<Int32>

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

excludeFromLatest
Nullable<Boolean>

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

publishedDate
Nullable<DateTime>

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

endOfLifeDate
Nullable<DateTime>

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

storageAccountType
StorageAccountType

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

適用対象