Sdílet prostřednictvím


CentralServerFullResourceNames Class

Definition

The full resource names object for central server layer resources.

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

Constructors

CentralServerFullResourceNames()

Creates an new CentralServerFullResourceNames instance.

Properties

AvailabilitySetName

The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-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 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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CentralServerFullResourceNames.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CentralServerFullResourceNames.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CentralServerFullResourceNames into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to