次の方法で共有


GalleryApplicationVersionPublishingProfile クラス

定義

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

public class GalleryApplicationVersionPublishingProfile : Microsoft.Azure.Management.Compute.Fluent.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>, StorageAccountType, String, Nullable<Boolean>)

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

プロパティ

ContentType

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

EnableHealthCheck

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

EndOfLifeDate

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

(継承元 GalleryArtifactPublishingProfileBase)
ExcludeFromLatest

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

(継承元 GalleryArtifactPublishingProfileBase)
PublishedDate

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

(継承元 GalleryArtifactPublishingProfileBase)
ReplicaCount

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

(継承元 GalleryArtifactPublishingProfileBase)
Source

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

StorageAccountType

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

(継承元 GalleryArtifactPublishingProfileBase)
TargetRegions

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

(継承元 GalleryArtifactPublishingProfileBase)

メソッド

Validate()

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

適用対象