Gallery Target Extended Location Args
    data class GalleryTargetExtendedLocationArgs(val encryption: Output<EncryptionImagesArgs>? = null, val extendedLocation: Output<GalleryExtendedLocationArgs>? = null, val extendedLocationReplicaCount: Output<Int>? = null, val name: Output<String>? = null, val storageAccountType: Output<Either<String, EdgeZoneStorageAccountType>>? = null) : ConvertibleToJava<GalleryTargetExtendedLocationArgs> 
Constructors
Link copied to clipboard
                fun GalleryTargetExtendedLocationArgs(encryption: Output<EncryptionImagesArgs>? = null, extendedLocation: Output<GalleryExtendedLocationArgs>? = null, extendedLocationReplicaCount: Output<Int>? = null, name: Output<String>? = null, storageAccountType: Output<Either<String, EdgeZoneStorageAccountType>>? = null)