GalleryApplicationVersionPublishingProfile クラス

定義

ギャラリー イメージ バージョンの発行プロファイル。

public class GalleryApplicationVersionPublishingProfile : Microsoft.Azure.Management.Compute.Models.GalleryArtifactPublishingProfileBase
type GalleryApplicationVersionPublishingProfile = class
    inherit GalleryArtifactPublishingProfileBase
Public Class GalleryApplicationVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
継承
GalleryApplicationVersionPublishingProfile

コンストラクター

GalleryApplicationVersionPublishingProfile()

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

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

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

GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>, UserArtifactManage, UserArtifactSettings, IDictionary<String, String>, Nullable<Boolean>, IList<GalleryApplicationCustomAction>)

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

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

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

プロパティ

AdvancedSettings

省略可能な 値を取得または設定します。 vm-application-manager 拡張機能に渡す追加の設定。 高度な使用のみ。

CustomActions

このギャラリー アプリケーション バージョンで実行できるカスタム アクションの一覧を取得または設定します。

EnableHealthCheck

省略可能な 値を取得または設定します。 このアプリケーションが正常性を報告するかどうか。

EndOfLifeDate

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

(継承元 GalleryArtifactPublishingProfileBase)
ExcludeFromLatest

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

(継承元 GalleryArtifactPublishingProfileBase)
ManageActions

ギャラリー イメージ バージョンの発行プロファイル。

PublishedDate

ギャラリー イメージのバージョンが発行されたときのタイムスタンプを取得します。

(継承元 GalleryArtifactPublishingProfileBase)
ReplicaCount

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

(継承元 GalleryArtifactPublishingProfileBase)
ReplicationMode

レプリケーションに使用するモードを指定する省略可能なパラメーターを取得または設定します。 このプロパティは更新できません。 指定できる値は、'Full'、'Shallow' です。

(継承元 GalleryArtifactPublishingProfileBase)
Settings

ギャラリー イメージ バージョンの発行プロファイル。

Source

ギャラリー イメージ バージョンの発行プロファイル。

StorageAccountType

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

(継承元 GalleryArtifactPublishingProfileBase)
TargetExtendedLocations

イメージ バージョンのレプリケート先となるターゲットの拡張場所を取得または設定します。 このプロパティは更新可能です。

(継承元 GalleryArtifactPublishingProfileBase)
TargetRegions

イメージ バージョンのレプリケート先となるターゲット リージョンを取得または設定します。 このプロパティは更新可能です。

(継承元 GalleryArtifactPublishingProfileBase)

メソッド

Validate()

オブジェクトを検証します。

適用対象