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>, StorageAccountType)

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>, StorageAccountType)

Initialisiert eine neue instance der GalleryArtifactPublishingProfileBase-Klasse.

public GalleryArtifactPublishingProfileBase (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);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactPublishingProfileBase : 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 -> Microsoft.Azure.Management.Compute.Fluent.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 StorageAccountType = 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"

Gilt für: