GalleryArtifactPublishingProfileBase コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GalleryArtifactPublishingProfileBase() |
GalleryArtifactPublishingProfileBase クラスの新しいインスタンスを初期化します。 |
GalleryArtifactPublishingProfileBase(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>) |
GalleryArtifactPublishingProfileBase クラスの新しいインスタンスを初期化します。 |
GalleryArtifactPublishingProfileBase()
GalleryArtifactPublishingProfileBase クラスの新しいインスタンスを初期化します。
public GalleryArtifactPublishingProfileBase();
Public Sub New ()
適用対象
GalleryArtifactPublishingProfileBase(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>)
GalleryArtifactPublishingProfileBase クラスの新しいインスタンスを初期化します。
public GalleryArtifactPublishingProfileBase(System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> targetRegions = default, int? replicaCount = default, bool? excludeFromLatest = default, DateTime? publishedDate = default, DateTime? endOfLifeDate = default, string storageAccountType = default, string replicationMode = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation> targetExtendedLocations = default);
new Microsoft.Azure.Management.Compute.Models.GalleryArtifactPublishingProfileBase : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> * Nullable<int> * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation> -> Microsoft.Azure.Management.Compute.Models.GalleryArtifactPublishingProfileBase
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 String = Nothing, Optional replicationMode As String = Nothing, Optional targetExtendedLocations As IList(Of GalleryTargetExtendedLocation) = Nothing)
パラメーター
- targetRegions
- IList<TargetRegion>
イメージ バージョンがレプリケートされるターゲット リージョン。 このプロパティは更新可能です。
リージョンごとに作成されるイメージ バージョンのレプリカの数。 regionReplicaCount が指定されていない場合、このプロパティはリージョンに対して有効になります。 このプロパティは更新可能です。
true に設定Virtual Machines、イメージ定義の最新バージョンからデプロイされた場合、このイメージ バージョンは使用されません。
ギャラリー イメージ バージョンの有効期間の終了日。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。
- storageAccountType
- String
イメージの格納に使用するストレージ アカウントの種類を指定します。 このプロパティは更新できません。 指定できる値は、'Standard_LRS'、'Standard_ZRS'、'Premium_LRS' です。
- replicationMode
- String
レプリケーションに使用するモードを指定する省略可能なパラメーター。 このプロパティは更新できません。 指定できる値は、'Full'、'Shallow' です。
- targetExtendedLocations
- IList<GalleryTargetExtendedLocation>
イメージ バージョンのレプリケート先となるターゲット拡張場所。 このプロパティは更新可能です。
適用対象
Azure SDK for .NET