次の方法で共有


GalleryApplicationVersionPublishingProfile コンストラクター

定義

オーバーロード

GalleryApplicationVersionPublishingProfile()

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

GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, StorageAccountType, String, Nullable<Boolean>)

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

GalleryApplicationVersionPublishingProfile()

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

public GalleryApplicationVersionPublishingProfile ();
Public Sub New ()

適用対象

GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, StorageAccountType, String, Nullable<Boolean>)

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

public GalleryApplicationVersionPublishingProfile (Microsoft.Azure.Management.Compute.Fluent.Models.UserArtifactSource source, 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, string contentType = default, bool? enableHealthCheck = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationVersionPublishingProfile : Microsoft.Azure.Management.Compute.Fluent.Models.UserArtifactSource * 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 * string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationVersionPublishingProfile
Public Sub New (source As UserArtifactSource, 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, Optional contentType As String = Nothing, Optional enableHealthCheck As Nullable(Of Boolean) = 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' です。

contentType
String

省略可能。 このファイルの処理に役立つ場合があります。 ソースに含まれるファイルの種類 (zip、json など)。

enableHealthCheck
Nullable<Boolean>

省略可能。 このアプリケーションが正常性を報告するかどうか。

適用対象