GalleryImageVersionPublishingProfile クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ギャラリー イメージ バージョンの発行プロファイル。
public class GalleryImageVersionPublishingProfile : Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactPublishingProfileBase
type GalleryImageVersionPublishingProfile = class
inherit GalleryArtifactPublishingProfileBase
Public Class GalleryImageVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
- 継承
コンストラクター
GalleryImageVersionPublishingProfile() |
GalleryImageVersionPublishingProfile クラスの新しいインスタンスを初期化します。 |
GalleryImageVersionPublishingProfile(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, StorageAccountType) |
GalleryImageVersionPublishingProfile クラスの新しいインスタンスを初期化します。 |
プロパティ
EndOfLifeDate |
ギャラリーのイメージ バージョンの有効期間の終了日を取得または設定します。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。 (継承元 GalleryArtifactPublishingProfileBase) |
ExcludeFromLatest |
true に設定されている場合、最新バージョンのイメージ定義からデプロイVirtual Machines、このイメージ バージョンは使用されません。 (継承元 GalleryArtifactPublishingProfileBase) |
PublishedDate |
ギャラリーイメージバージョンが公開されたときのタイムスタンプを取得します。 (継承元 GalleryArtifactPublishingProfileBase) |
ReplicaCount |
リージョンごとに作成されるイメージ バージョンのレプリカの数を取得または設定します。 regionReplicaCount が指定されていない場合、このプロパティはリージョンに対して有効になります。 このプロパティは更新可能です。 (継承元 GalleryArtifactPublishingProfileBase) |
StorageAccountType |
イメージの格納に使用するストレージ アカウントの種類を取得または設定します。 このプロパティは更新できません。 使用できる値は、'Standard_LRS'、'Standard_ZRS'、'Premium_LRS' です。 (継承元 GalleryArtifactPublishingProfileBase) |
TargetRegions |
イメージ バージョンがレプリケートされるターゲットリージョンを取得または設定します。 このプロパティは更新可能です。 (継承元 GalleryArtifactPublishingProfileBase) |
適用対象
Azure SDK for .NET