ThreeTierConfiguration 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.
Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see here.
public class ThreeTierConfiguration : Azure.ResourceManager.Workloads.Models.InfrastructureConfiguration
public class ThreeTierConfiguration : Azure.ResourceManager.Workloads.Models.InfrastructureConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.ThreeTierConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.ThreeTierConfiguration>
type ThreeTierConfiguration = class
inherit InfrastructureConfiguration
type ThreeTierConfiguration = class
inherit InfrastructureConfiguration
interface IJsonModel<ThreeTierConfiguration>
interface IPersistableModel<ThreeTierConfiguration>
Public Class ThreeTierConfiguration
Inherits InfrastructureConfiguration
Public Class ThreeTierConfiguration
Inherits InfrastructureConfiguration
Implements IJsonModel(Of ThreeTierConfiguration), IPersistableModel(Of ThreeTierConfiguration)
- Inheritance
- Implements
Constructors
ThreeTierConfiguration(String, CentralServerConfiguration, ApplicationServerConfiguration, DatabaseConfiguration) |
Initializes a new instance of ThreeTierConfiguration. |
Properties
ApplicationServer |
The application server configuration. |
AppResourceGroup |
The application resource group where SAP system resources will be deployed. (Inherited from InfrastructureConfiguration) |
CentralServer |
The central server configuration. |
CustomResourceNames |
The set of custom names to be used for underlying azure resources that are part of the SAP system. Please note ThreeTierCustomResourceNames 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 ThreeTierFullResourceNames. |
DatabaseServer |
The database configuration. |
HighAvailabilityType |
The high availability type. |
IsSecondaryIPEnabled |
Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed. |
StorageTransportFileShareConfiguration |
The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing. Please note FileShareConfiguration 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 CreateAndMountFileShareConfiguration, MountFileShareConfiguration and SkipFileShareConfiguration. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET