PSIPConfigInputDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |