Image Template Vm Profile Response
data class ImageTemplateVmProfileResponse(val osDiskSizeGB: Int? = null, val vmSize: String? = null, val vnetConfig: VirtualNetworkConfigResponse? = null)
Describes the virtual machine used to build, customize and capture images
Constructors
Link copied to clipboard
constructor(osDiskSizeGB: Int? = null, vmSize: String? = null, vnetConfig: VirtualNetworkConfigResponse? = null)