DatabaseServerFullResourceNames Class

Definition

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.DatabaseServerFullResourceNamesTypeConverter))]
public class DatabaseServerFullResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IDatabaseServerFullResourceNames
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.DatabaseServerFullResourceNamesTypeConverter))>]
type DatabaseServerFullResourceNames = class
    interface IDatabaseServerFullResourceNames
    interface IJsonSerializable
Public Class DatabaseServerFullResourceNames
Implements IDatabaseServerFullResourceNames
Inheritance
DatabaseServerFullResourceNames
Attributes
Implements

Constructors

DatabaseServerFullResourceNames()

Creates an new DatabaseServerFullResourceNames instance.

Properties

AvailabilitySetName

The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet.

LoadBalancerBackendPoolName

The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1

LoadBalancerFrontendIPConfigurationName

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.

LoadBalancerHealthProbeName

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.

LoadBalancerName

The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer.

VirtualMachine

The list of virtual machine naming details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseServerFullResourceNames.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseServerFullResourceNames.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IDatabaseServerFullResourceNames.

FromJsonString(String)

Creates a new instance of DatabaseServerFullResourceNames, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseServerFullResourceNames into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to