CloudServiceNetworkProfile interface

Network Profile for the cloud service.

Properties

loadBalancerConfigurations

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

Slot type for the cloud service. Possible values are

Production

Staging

If not specified, the default value is Production.

swappableCloudService

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.

Property Details

loadBalancerConfigurations

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.

loadBalancerConfigurations?: LoadBalancerConfiguration[]

Property Value

slotType

Slot type for the cloud service. Possible values are

Production

Staging

If not specified, the default value is Production.

slotType?: string

Property Value

string

swappableCloudService

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.

swappableCloudService?: SubResource

Property Value