Freigeben über


GalleryArtifactPublishingProfileBase Konstruktoren

Definition

Überlädt

GalleryArtifactPublishingProfileBase()

Initialisiert eine neue instance der GalleryArtifactPublishingProfileBase-Klasse.

GalleryArtifactPublishingProfileBase(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>)

Initialisiert eine neue instance der GalleryArtifactPublishingProfileBase-Klasse.

GalleryArtifactPublishingProfileBase()

Initialisiert eine neue instance der GalleryArtifactPublishingProfileBase-Klasse.

public GalleryArtifactPublishingProfileBase ();
Public Sub New ()

Gilt für:

GalleryArtifactPublishingProfileBase(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>)

Initialisiert eine neue instance der GalleryArtifactPublishingProfileBase-Klasse.

public GalleryArtifactPublishingProfileBase (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> targetRegions = default, int? replicaCount = default, bool? excludeFromLatest = default, DateTime? publishedDate = default, DateTime? endOfLifeDate = default, string storageAccountType = default, string replicationMode = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation> targetExtendedLocations = default);
new Microsoft.Azure.Management.Compute.Models.GalleryArtifactPublishingProfileBase : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> * Nullable<int> * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation> -> Microsoft.Azure.Management.Compute.Models.GalleryArtifactPublishingProfileBase
Public Sub New (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 String = Nothing, Optional replicationMode As String = Nothing, Optional targetExtendedLocations As IList(Of GalleryTargetExtendedLocation) = Nothing)

Parameter

targetRegions
IList<TargetRegion>

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

replicaCount
Nullable<Int32>

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

excludeFromLatest
Nullable<Boolean>

Wenn 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 Katalogimageversion.

endOfLifeDate
Nullable<DateTime>

Das Ende des Lebenszyklus der Katalogimageversion. Diese Eigenschaft kann für Außerbetriebnahmezwecke verwendet werden. Diese Eigenschaft ist aktualisierbar.

storageAccountType
String

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"

replicationMode
String

Optionaler Parameter, der den modus angibt, der für die Replikation verwendet werden soll. Diese Eigenschaft ist nicht aktualisierbar. Mögliche Werte: "Full", "Shallow"

targetExtendedLocations
IList<GalleryTargetExtendedLocation>

Die erweiterten Zielspeicherorte, an denen die Imageversion repliziert wird. Diese Eigenschaft ist aktualisierbar.

Gilt für: