DeploymentWithOSConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deployment along with OS Configuration.
public class DeploymentWithOSConfiguration : Azure.ResourceManager.Workloads.Models.SapConfiguration
public class DeploymentWithOSConfiguration : Azure.ResourceManager.Workloads.Models.SapConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.DeploymentWithOSConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.DeploymentWithOSConfiguration>
type DeploymentWithOSConfiguration = class
inherit SapConfiguration
type DeploymentWithOSConfiguration = class
inherit SapConfiguration
interface IJsonModel<DeploymentWithOSConfiguration>
interface IPersistableModel<DeploymentWithOSConfiguration>
Public Class DeploymentWithOSConfiguration
Inherits SapConfiguration
Public Class DeploymentWithOSConfiguration
Inherits SapConfiguration
Implements IJsonModel(Of DeploymentWithOSConfiguration), IPersistableModel(Of DeploymentWithOSConfiguration)
- Inheritance
- Implements
Constructors
DeploymentWithOSConfiguration() |
Initializes a new instance of DeploymentWithOSConfiguration. |
Properties
AppLocation |
The geo-location where the SAP system is to be created. |
InfrastructureConfiguration |
The infrastructure configuration. Please note InfrastructureConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SingleServerConfiguration and ThreeTierConfiguration. |
OSSapConfiguration |
The OS and SAP configuration. |
SoftwareConfiguration |
The software configuration. Please note SapSoftwareConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExternalInstallationSoftwareConfiguration, SapInstallWithoutOSConfigSoftwareConfiguration and ServiceInitiatedSoftwareConfiguration. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET