Cloud Service Network Profile Response
data class CloudServiceNetworkProfileResponse(val loadBalancerConfigurations: List<LoadBalancerConfigurationResponse>? = null, val slotType: String? = null, val swappableCloudService: SubResourceResponse? = null)
Network Profile for the cloud service.
Constructors
Link copied to clipboard
fun CloudServiceNetworkProfileResponse(loadBalancerConfigurations: List<LoadBalancerConfigurationResponse>? = null, slotType: String? = null, swappableCloudService: SubResourceResponse? = null)