Freigeben über


GalleryApplicationVersionPublishingProfile Konstruktoren

Definition

Überlädt

GalleryApplicationVersionPublishingProfile()

Initialisiert eine neue instance der GalleryApplicationVersionPublishingProfile-Klasse.

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

Initialisiert eine neue instance der GalleryApplicationVersionPublishingProfile-Klasse.

GalleryApplicationVersionPublishingProfile()

Initialisiert eine neue instance der GalleryApplicationVersionPublishingProfile-Klasse.

public GalleryApplicationVersionPublishingProfile ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der GalleryApplicationVersionPublishingProfile-Klasse.

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)

Parameter

targetRegions
IList<TargetRegion>

Die Zielregionen, in die die Imageversion repliziert werden soll. Diese Eigenschaft ist aktualisierbar.

replicaCount
Nullable<Int32>

Die Anzahl der Replikate der Imageversion, die pro Region erstellt werden soll. Diese Eigenschaft wird für eine Region wirksam, wenn "regionalReplicaCount" nicht angegeben ist. Diese Eigenschaft ist aktualisierbar.

excludeFromLatest
Nullable<Boolean>

Wenn dieser Wert auf TRUE festgelegt ist, verwenden Virtual Machines, die mit der neuesten Version der Imagedefinition bereitgestellt werden, diese Imageversion nicht.

publishedDate
Nullable<DateTime>

Der Zeitstempel für die Veröffentlichung der Imageversion des Katalogs.

endOfLifeDate
Nullable<DateTime>

Das Enddatum der Imageversion des Katalogs. Diese Eigenschaft kann für Außerbetriebnahmezwecke verwendet werden. Diese Eigenschaft ist aktualisierbar.

storageAccountType
StorageAccountType

Gibt den Speicherkontotyp an, der zum Speichern des Images verwendet werden soll. Diese Eigenschaft ist nicht aktualisierbar. Mögliche Werte: "Standard_LRS", "Standard_ZRS", "Premium_LRS"

contentType
String

Optional. Kann verwendet werden, um diese Datei zu verarbeiten. Der Dateityp, der in der Quelle enthalten ist, z. B. zip, json usw.

enableHealthCheck
Nullable<Boolean>

Optional. Gibt an, ob diese Anwendung integritätsberichtet.

Gilt für: