Package version:

interface IPConfigInputDetails {
    ipConfigName?: string;
    isPrimary?: boolean;
    isSeletedForFailover?: boolean;
    recoveryLBBackendAddressPoolIds?: string[];
    recoveryPublicIPAddressId?: string;
    recoveryStaticIPAddress?: string;
    recoverySubnetName?: string;
    tfoLBBackendAddressPoolIds?: string[];
    tfoPublicIPAddressId?: string;
    tfoStaticIPAddress?: string;
    tfoSubnetName?: string;
}

Properties

ipConfigName?: string
isPrimary?: boolean
isSeletedForFailover?: boolean
recoveryLBBackendAddressPoolIds?: string[]
recoveryPublicIPAddressId?: string
recoveryStaticIPAddress?: string
recoverySubnetName?: string
tfoLBBackendAddressPoolIds?: string[]
tfoPublicIPAddressId?: string
tfoStaticIPAddress?: string
tfoSubnetName?: string