Freigeben über


GalleryTargetExtendedLocation Konstruktoren

Definition

Überlädt

GalleryTargetExtendedLocation()

Initialisiert eine neue instance der GalleryTargetExtendedLocation-Klasse.

GalleryTargetExtendedLocation(String, GalleryExtendedLocation, Nullable<Int32>, String, EncryptionImages)

Initialisiert eine neue instance der GalleryTargetExtendedLocation-Klasse.

GalleryTargetExtendedLocation()

Initialisiert eine neue instance der GalleryTargetExtendedLocation-Klasse.

public GalleryTargetExtendedLocation ();
Public Sub New ()

Gilt für:

GalleryTargetExtendedLocation(String, GalleryExtendedLocation, Nullable<Int32>, String, EncryptionImages)

Initialisiert eine neue instance der GalleryTargetExtendedLocation-Klasse.

public GalleryTargetExtendedLocation (string name = default, Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation extendedLocation = default, int? extendedLocationReplicaCount = default, string storageAccountType = default, Microsoft.Azure.Management.Compute.Models.EncryptionImages encryption = default);
new Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation : string * Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation * Nullable<int> * string * Microsoft.Azure.Management.Compute.Models.EncryptionImages -> Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation
Public Sub New (Optional name As String = Nothing, Optional extendedLocation As GalleryExtendedLocation = Nothing, Optional extendedLocationReplicaCount As Nullable(Of Integer) = Nothing, Optional storageAccountType As String = Nothing, Optional encryption As EncryptionImages = Nothing)

Parameter

name
String

Der Name der Region.

extendedLocation
GalleryExtendedLocation
extendedLocationReplicaCount
Nullable<Int32>

Die Anzahl der Replikate der Imageversion, die pro erweitertem Speicherort erstellt werden sollen. 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", "StandardSSD_LRS", "Premium_LRS"

encryption
EncryptionImages

Gilt für: