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

PSIPConfigInputDetails Class

Definition

IP config details of a NIC.

[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/windowsazure")]
public class PSIPConfigInputDetails
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/windowsazure")>]
type PSIPConfigInputDetails = class
Public Class PSIPConfigInputDetails
Inheritance
PSIPConfigInputDetails
Attributes

Constructors

PSIPConfigInputDetails()

Properties

IPConfigName

Gets or sets name of the IP config.

IsPrimary

Gets or sets the value indicating if IP config is primary..

IsSeletedForFailover

Gets or sets the value indicating if IP config is selected for failover..

RecoveryLBBackendAddressPoolIds

Gets or sets the recovery backend address pools for the IP config.

RecoveryPublicIPAddressId

Gets or sets the id of the recovery public IP address resource associated with the IP config.

RecoveryStaticIPAddress

Gets or sets recovery static IP address.

RecoverySubnetName

Gets or sets recovery subnet name.

TfoLBBackendAddressPoolIds

Gets or sets the tfo backend address pools for the IP config.

TfoPublicIPAddressId

Gets or sets the id of the public IP address resource associated with the tfo IP config.

TfoStaticIPAddress

Gets or sets tfo static IP address.

TfoSubnetName

Gets or sets the subnet to be used by IP config during test failover.

Applies to