LoadBalancer.FrontendIPConfiguration 属性

 

可选。 提供的虚拟 IP 地址 (VIP) 此负载平衡器的配置。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public FrontendIPConfiguration FrontendIPConfiguration { get; set; }
public:
property FrontendIPConfiguration^ FrontendIPConfiguration {
    FrontendIPConfiguration^ get();
    void set(FrontendIPConfiguration^ value);
}
member FrontendIPConfiguration : FrontendIPConfiguration with get, set
Public Property FrontendIPConfiguration As FrontendIPConfiguration

属性值

Type: Microsoft.WindowsAzure.Management.Compute.Models.FrontendIPConfiguration

请参阅

LoadBalancer 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首