Package version:

Interface LoadBalancerFrontendIpConfigurationProperties

Describes a cloud service IP Configuration

interface LoadBalancerFrontendIpConfigurationProperties {
    privateIPAddress?: string;
    publicIPAddress?: SubResource;
    subnet?: SubResource;
}

Properties

privateIPAddress?: string

The virtual network private IP address of the IP configuration.

publicIPAddress?: SubResource

The reference to the public ip address resource.

subnet?: SubResource

The reference to the virtual network subnet resource.