GalleryApplicationVersionPublishingProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- source
- UserArtifactSource
- targetRegions
- IList<TargetRegion>
イメージ バージョンがレプリケートされるターゲット リージョン。 このプロパティは更新可能です。
リージョンごとに作成されるイメージ バージョンのレプリカの数。 regionReplicaCount が指定されていない場合、このプロパティはリージョンに対して有効になります。 このプロパティは更新可能です。
true に設定Virtual Machines、イメージ定義の最新バージョンからデプロイされた場合、このイメージ バージョンは使用されません。
- storageAccountType
- StorageAccountType
イメージの格納に使用するストレージ アカウントの種類を指定します。 このプロパティは更新できません。 指定できる値は、'Standard_LRS'、'Standard_ZRS'、'Premium_LRS' です。
- contentType
- String
省略可能。 このファイルの処理に役立つ場合があります。 ソースに含まれるファイルの種類 (zip、json など)。
適用対象
Azure SDK for .NET