你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudServiceNetworkProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network Profile for the cloud service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceNetworkProfileTypeConverter))]
public class CloudServiceNetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceNetworkProfileTypeConverter))>]
type CloudServiceNetworkProfile = class
interface ICloudServiceNetworkProfile
interface IJsonSerializable
Public Class CloudServiceNetworkProfile
Implements ICloudServiceNetworkProfile
- Inheritance
-
CloudServiceNetworkProfile
- Attributes
- Implements
Constructors
CloudServiceNetworkProfile() |
Creates an new CloudServiceNetworkProfile instance. |
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 |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudServiceNetworkProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudServiceNetworkProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceNetworkProfile. |
FromJsonString(String) |
Creates a new instance of CloudServiceNetworkProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudServiceNetworkProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |