你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICloudServiceNetworkProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceNetworkProfileTypeConverter))]
public interface ICloudServiceNetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceNetworkProfileTypeConverter))>]
type ICloudServiceNetworkProfile = interface
    interface IJsonSerializable
Public Interface ICloudServiceNetworkProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

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

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to