Udostępnij przez


IDatabaseServerFullResourceNames Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.DatabaseServerFullResourceNamesTypeConverter))]
public interface IDatabaseServerFullResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.DatabaseServerFullResourceNamesTypeConverter))>]
type IDatabaseServerFullResourceNames = interface
    interface IJsonSerializable
Public Interface IDatabaseServerFullResourceNames
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to