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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ThreeTierFullResourceNamesTypeConverter))]
public class ThreeTierFullResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IThreeTierFullResourceNames, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ThreeTierFullResourceNamesTypeConverter))>]
type ThreeTierFullResourceNames = class
interface IThreeTierFullResourceNames
interface IJsonSerializable
interface IThreeTierCustomResourceNames
interface IValidates
Public Class ThreeTierFullResourceNames
Implements IThreeTierFullResourceNames, IValidates
- Inheritance
-
ThreeTierFullResourceNames
- Attributes
- Implements
Constructors
ThreeTierFullResourceNames() |
Creates an new ThreeTierFullResourceNames instance. |
Properties
ApplicationServerAvailabilitySetName |
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet. |
ApplicationServerVirtualMachine |
The list of virtual machine naming details. |
CentralServerAvailabilitySetName |
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet. |
CentralServerLoadBalancerBackendPoolName |
The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 |
CentralServerLoadBalancerFrontendIPConfigurationName |
The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. |
CentralServerLoadBalancerHealthProbeName |
The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. |
CentralServerLoadBalancerName |
The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. |
CentralServerVirtualMachine |
The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS. |
DatabaseServerAvailabilitySetName |
The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet. |
DatabaseServerLoadBalancerBackendPoolName |
The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 |
DatabaseServerLoadBalancerFrontendIPConfigurationName |
The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. |
DatabaseServerLoadBalancerHealthProbeName |
The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. |
DatabaseServerLoadBalancerName |
The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. |
DatabaseServerVirtualMachine |
The list of virtual machine naming details. |
NamingPatternType |
The pattern type to be used for resource naming. |
SharedStorageAccountName |
The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. |
SharedStorageAccountPrivateEndPointName |
The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ThreeTierFullResourceNames. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ThreeTierFullResourceNames. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IThreeTierFullResourceNames. |
FromJsonString(String) |
Creates a new instance of ThreeTierFullResourceNames, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ThreeTierFullResourceNames into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |