Single Server Full Resource Names Args
data class SingleServerFullResourceNamesArgs(val namingPatternType: Output<String>, val virtualMachine: Output<VirtualMachineResourceNamesArgs>? = null) : ConvertibleToJava<SingleServerFullResourceNamesArgs>
The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system.
Constructors
Link copied to clipboard
constructor(namingPatternType: Output<String>, virtualMachine: Output<VirtualMachineResourceNamesArgs>? = null)