GalleryTargetExtendedLocation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GalleryTargetExtendedLocation() |
Initializes a new instance of the GalleryTargetExtendedLocation class. |
GalleryTargetExtendedLocation(String, GalleryExtendedLocation, Nullable<Int32>, String, EncryptionImages) |
Initializes a new instance of the GalleryTargetExtendedLocation class. |
GalleryTargetExtendedLocation()
Initializes a new instance of the GalleryTargetExtendedLocation class.
public GalleryTargetExtendedLocation ();
Public Sub New ()
Applies to
GalleryTargetExtendedLocation(String, GalleryExtendedLocation, Nullable<Int32>, String, EncryptionImages)
Initializes a new instance of the GalleryTargetExtendedLocation class.
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)
Parameters
- name
- String
The name of the region.
- extendedLocation
- GalleryExtendedLocation
The number of replicas of the Image Version to be created per extended location. This property is updatable.
- storageAccountType
- String
Specifies the storage account type to be used to store the image. This property is not updatable. Possible values include: 'Standard_LRS', 'Standard_ZRS', 'StandardSSD_LRS', 'Premium_LRS'
- encryption
- EncryptionImages
Applies to
Azure SDK for .NET