Os Image Profile Args
data class OsImageProfileArgs(val offer: Output<Either<String, OSImageOffer>>? = null, val publisher: Output<Either<String, OSImagePublisher>>? = null, val sku: Output<Either<String, OSImageSku>>? = null, val version: Output<Either<String, OSImageVersion>>? = null) : ConvertibleToJava<OsImageProfileArgs>
OS image profile
Constructors
Link copied to clipboard
constructor(offer: Output<Either<String, OSImageOffer>>? = null, publisher: Output<Either<String, OSImagePublisher>>? = null, sku: Output<Either<String, OSImageSku>>? = null, version: Output<Either<String, OSImageVersion>>? = null)