ThreeTierFullResourceNames 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.
The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system.
public class ThreeTierFullResourceNames : Azure.ResourceManager.Workloads.Models.ThreeTierCustomResourceNames
public class ThreeTierFullResourceNames : Azure.ResourceManager.Workloads.Models.ThreeTierCustomResourceNames, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.ThreeTierFullResourceNames>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.ThreeTierFullResourceNames>
type ThreeTierFullResourceNames = class
inherit ThreeTierCustomResourceNames
type ThreeTierFullResourceNames = class
inherit ThreeTierCustomResourceNames
interface IJsonModel<ThreeTierFullResourceNames>
interface IPersistableModel<ThreeTierFullResourceNames>
Public Class ThreeTierFullResourceNames
Inherits ThreeTierCustomResourceNames
Public Class ThreeTierFullResourceNames
Inherits ThreeTierCustomResourceNames
Implements IJsonModel(Of ThreeTierFullResourceNames), IPersistableModel(Of ThreeTierFullResourceNames)
- Inheritance
- Implements
Constructors
ThreeTierFullResourceNames() |
Initializes a new instance of ThreeTierFullResourceNames. |
Properties
ApplicationServer |
The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer. |
CentralServer |
The full resource names object for central server layer resources. |
DatabaseServer |
The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer. |
SharedStorage |
The resource names object for shared storage. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET