GalleryApplicationVersionPublishingProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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>, String, String, UserArtifactManage, Nullable<Boolean>)
Initialisiert eine neue instance der GalleryApplicationVersionPublishingProfile-Klasse.
public GalleryApplicationVersionPublishingProfile (Microsoft.Azure.Management.Compute.Models.UserArtifactSource source, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> targetRegions, int? replicaCount, bool? excludeFromLatest, DateTime? publishedDate, DateTime? endOfLifeDate, string storageAccountType, string replicationMode, Microsoft.Azure.Management.Compute.Models.UserArtifactManage manageActions, bool? enableHealthCheck = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile : Microsoft.Azure.Management.Compute.Models.UserArtifactSource * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> * Nullable<int> * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.Compute.Models.UserArtifactManage * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile
Public Sub New (source As UserArtifactSource, targetRegions As IList(Of TargetRegion), replicaCount As Nullable(Of Integer), excludeFromLatest As Nullable(Of Boolean), publishedDate As Nullable(Of DateTime), endOfLifeDate As Nullable(Of DateTime), storageAccountType As String, replicationMode As String, manageActions As UserArtifactManage, Optional enableHealthCheck As Nullable(Of Boolean) = Nothing)
Parameter
- source
- UserArtifactSource
- targetRegions
- IList<TargetRegion>
Die Zielregionen, in denen die Imageversion repliziert werden soll. Diese Eigenschaft ist aktualisierbar.
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.
Wenn true festgelegt ist, verwenden Virtual Machines, die mit der neuesten Version der Imagedefinition bereitgestellt werden, diese Imageversion nicht.
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"
- manageActions
- UserArtifactManage
Optional. Gibt an, ob diese Anwendung die Integrität meldet oder nicht.
Gilt für:
GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>, UserArtifactManage, Nullable<Boolean>)
Initialisiert eine neue instance der GalleryApplicationVersionPublishingProfile-Klasse.
public GalleryApplicationVersionPublishingProfile (Microsoft.Azure.Management.Compute.Models.UserArtifactSource source, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> targetRegions, int? replicaCount, bool? excludeFromLatest, DateTime? publishedDate, DateTime? endOfLifeDate, string storageAccountType, string replicationMode, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation> targetExtendedLocations, Microsoft.Azure.Management.Compute.Models.UserArtifactManage manageActions, bool? enableHealthCheck = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile : Microsoft.Azure.Management.Compute.Models.UserArtifactSource * 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.UserArtifactManage * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile
Public Sub New (source As UserArtifactSource, targetRegions As IList(Of TargetRegion), replicaCount As Nullable(Of Integer), excludeFromLatest As Nullable(Of Boolean), publishedDate As Nullable(Of DateTime), endOfLifeDate As Nullable(Of DateTime), storageAccountType As String, replicationMode As String, targetExtendedLocations As IList(Of GalleryTargetExtendedLocation), manageActions As UserArtifactManage, Optional enableHealthCheck As Nullable(Of Boolean) = Nothing)
Parameter
- source
- UserArtifactSource
- targetRegions
- IList<TargetRegion>
Die Zielregionen, in denen die Imageversion repliziert werden soll. Diese Eigenschaft ist aktualisierbar.
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.
Wenn true festgelegt ist, verwenden Virtual Machines, die mit der neuesten Version der Imagedefinition bereitgestellt werden, diese Imageversion nicht.
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.
- manageActions
- UserArtifactManage
Optional. Gibt an, ob diese Anwendung die Integrität meldet oder nicht.
Gilt für:
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>)
Initialisiert eine neue instance der GalleryApplicationVersionPublishingProfile-Klasse.
public GalleryApplicationVersionPublishingProfile (Microsoft.Azure.Management.Compute.Models.UserArtifactSource source, 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, Microsoft.Azure.Management.Compute.Models.UserArtifactManage manageActions = default, Microsoft.Azure.Management.Compute.Models.UserArtifactSettings settings = default, System.Collections.Generic.IDictionary<string,string> advancedSettings = default, bool? enableHealthCheck = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> customActions = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile : Microsoft.Azure.Management.Compute.Models.UserArtifactSource * 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.UserArtifactManage * Microsoft.Azure.Management.Compute.Models.UserArtifactSettings * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction> -> Microsoft.Azure.Management.Compute.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 String = Nothing, Optional replicationMode As String = Nothing, Optional targetExtendedLocations As IList(Of GalleryTargetExtendedLocation) = Nothing, Optional manageActions As UserArtifactManage = Nothing, Optional settings As UserArtifactSettings = Nothing, Optional advancedSettings As IDictionary(Of String, String) = Nothing, Optional enableHealthCheck As Nullable(Of Boolean) = Nothing, Optional customActions As IList(Of GalleryApplicationCustomAction) = Nothing)
Parameter
- source
- UserArtifactSource
- targetRegions
- IList<TargetRegion>
Die Zielregionen, in denen die Imageversion repliziert werden soll. Diese Eigenschaft ist aktualisierbar.
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.
Wenn true festgelegt ist, verwenden Virtual Machines, die mit der neuesten Version der Imagedefinition bereitgestellt werden, diese Imageversion nicht.
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.
- manageActions
- UserArtifactManage
- settings
- UserArtifactSettings
- advancedSettings
- IDictionary<String,String>
Optional. Zusätzliche Einstellungen, die an die Vm-application-manager-Erweiterung übergeben werden sollen. Nur für die erweiterte Verwendung.
Optional. Gibt an, ob diese Anwendung die Integrität meldet oder nicht.
- customActions
- IList<GalleryApplicationCustomAction>
Eine Liste der benutzerdefinierten Aktionen, die mit dieser Kataloganwendungsversion ausgeführt werden können.
Gilt für:
Azure SDK for .NET