DeploymentConfiguration 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 Configuration.
public class DeploymentConfiguration : Azure.ResourceManager.Workloads.Models.SapConfiguration
public class DeploymentConfiguration : Azure.ResourceManager.Workloads.Models.SapConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.DeploymentConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.DeploymentConfiguration>
type DeploymentConfiguration = class
inherit SapConfiguration
type DeploymentConfiguration = class
inherit SapConfiguration
interface IJsonModel<DeploymentConfiguration>
interface IPersistableModel<DeploymentConfiguration>
Public Class DeploymentConfiguration
Inherits SapConfiguration
Public Class DeploymentConfiguration
Inherits SapConfiguration
Implements IJsonModel(Of DeploymentConfiguration), IPersistableModel(Of DeploymentConfiguration)
- Inheritance
- Implements
Constructors
DeploymentConfiguration() |
Initializes a new instance of DeploymentConfiguration. |
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. |
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