Udostępnij przez


ILoadBalancerResourceNames.BackendPoolName Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="backendPoolNames", Update=true)]
public System.Collections.Generic.List<string> BackendPoolName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="backendPoolNames", Update=true)>]
member this.BackendPoolName : System.Collections.Generic.List<string> with get, set
Public Property BackendPoolName As List(Of String)

Property Value

Attributes

Applies to