你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICentralServerFullResourceNames Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to