Single Server Configuration Response
data class SingleServerConfigurationResponse(val appResourceGroup: String, val customResourceNames: SingleServerFullResourceNamesResponse? = null, val databaseType: String? = null, val dbDiskConfiguration: DiskConfigurationResponse? = null, val deploymentType: String, val networkConfiguration: NetworkConfigurationResponse? = null, val subnetId: String, val virtualMachineConfiguration: VirtualMachineConfigurationResponse)
Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see here
Constructors
Link copied to clipboard
fun SingleServerConfigurationResponse(appResourceGroup: String, customResourceNames: SingleServerFullResourceNamesResponse? = null, databaseType: String? = null, dbDiskConfiguration: DiskConfigurationResponse? = null, deploymentType: String, networkConfiguration: NetworkConfigurationResponse? = null, subnetId: String, virtualMachineConfiguration: VirtualMachineConfigurationResponse)