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

BackendAddressPoolInner 构造函数

定义

重载

BackendAddressPoolInner()

初始化 BackendAddressPoolInner 类的新实例。

BackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<SubResource>, SubResource, IList<SubResource>, ProvisioningState, String, String, String)

初始化 BackendAddressPoolInner 类的新实例。

BackendAddressPoolInner()

初始化 BackendAddressPoolInner 类的新实例。

public BackendAddressPoolInner ();
Public Sub New ()

适用于

BackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<SubResource>, SubResource, IList<SubResource>, ProvisioningState, String, String, String)

初始化 BackendAddressPoolInner 类的新实例。

public BackendAddressPoolInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner> backendIPConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancingRules = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource outboundRule = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> outboundRules = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner
Public Sub New (Optional id As String = Nothing, Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfigurationInner) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional outboundRule As SubResource = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

参数

id
String
backendIPConfigurations
IList<NetworkInterfaceIPConfigurationInner>

对网络接口中定义的 IP 地址的引用数组。

loadBalancingRules
IList<SubResource>

对此后端地址池的负载均衡规则的引用数组。

outboundRule
SubResource

对此后端地址池的出站规则的引用。

outboundRules
IList<SubResource>

对此后端地址池的出站规则的引用数组。

provisioningState
ProvisioningState

后端地址池资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

name
String

负载均衡器使用的后端地址池集中唯一的资源的名称。 此名称可用于访问资源。

etag
String

一个唯一的只读字符串,每当资源更新时都会更改。

type
String

资源的类型。

适用于