ArmComputeModelFactory.GalleryTargetExtendedLocation Method
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.
public static Azure.ResourceManager.Compute.Models.GalleryTargetExtendedLocation GalleryTargetExtendedLocation(string name = default, Azure.ResourceManager.Compute.Models.GalleryExtendedLocation extendedLocation = default, int? extendedLocationReplicaCount = default, Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType? galleryStorageAccountType = default, Azure.ResourceManager.Compute.Models.EncryptionImages encryption = default);
static member GalleryTargetExtendedLocation : string * Azure.ResourceManager.Compute.Models.GalleryExtendedLocation * Nullable<int> * Nullable<Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType> * Azure.ResourceManager.Compute.Models.EncryptionImages -> Azure.ResourceManager.Compute.Models.GalleryTargetExtendedLocation
Public Shared Function GalleryTargetExtendedLocation (Optional name As String = Nothing, Optional extendedLocation As GalleryExtendedLocation = Nothing, Optional extendedLocationReplicaCount As Nullable(Of Integer) = Nothing, Optional galleryStorageAccountType As Nullable(Of EdgeZoneStorageAccountType) = Nothing, Optional encryption As EncryptionImages = Nothing) As GalleryTargetExtendedLocation
Parameters
- name
- String
The name of the region.
- extendedLocation
- GalleryExtendedLocation
The name of the extended location.
The number of replicas of the Image Version to be created per extended location. This property is updatable.
- galleryStorageAccountType
- Nullable<EdgeZoneStorageAccountType>
Specifies the storage account type to be used to store the image. This property is not updatable.
- encryption
- EncryptionImages
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
Returns
A new GalleryTargetExtendedLocation instance for mocking.