Package version:

Interface CloudServiceNetworkProfile

Network Profile for the cloud service.

interface CloudServiceNetworkProfile {
    loadBalancerConfigurations?: LoadBalancerConfiguration[];
    slotType?: string;
    swappableCloudService?: SubResource;
}

Properties

loadBalancerConfigurations?: LoadBalancerConfiguration[]

List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer.

slotType?: string

Slot type for the cloud service. Possible values are

Production

Staging

If not specified, the default value is Production.

swappableCloudService?: SubResource

The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown.