DeploymentWithOSConfiguration interface
Deployment along with OS Configuration.
- Extends
Properties
app |
The geo-location where the SAP system is to be created. |
configuration |
Polymorphic discriminator, which specifies the different types this object can be |
infrastructure |
The infrastructure configuration. |
os |
The OS and SAP configuration. |
software |
The software configuration. |
Property Details
appLocation
The geo-location where the SAP system is to be created.
appLocation?: string
Property Value
string
configurationType
Polymorphic discriminator, which specifies the different types this object can be
configurationType: "DeploymentWithOSConfig"
Property Value
"DeploymentWithOSConfig"
infrastructureConfiguration
The infrastructure configuration.
infrastructureConfiguration?: InfrastructureConfigurationUnion
Property Value
osSapConfiguration
The OS and SAP configuration.
osSapConfiguration?: OsSapConfiguration
Property Value
softwareConfiguration
The software configuration.
softwareConfiguration?: SoftwareConfigurationUnion
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript