LoadBalancerBackendAddress 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.
Load balancer backend addresses.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerBackendAddressTypeConverter))]
public class LoadBalancerBackendAddress : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.LoadBalancerBackendAddressTypeConverter))>]
type LoadBalancerBackendAddress = class
interface ILoadBalancerBackendAddress
interface IJsonSerializable
Public Class LoadBalancerBackendAddress
Implements ILoadBalancerBackendAddress
- Inheritance
-
LoadBalancerBackendAddress
- Attributes
- Implements
Constructors
LoadBalancerBackendAddress() |
Creates an new LoadBalancerBackendAddress instance. |
Properties
IPAddress |
IP Address belonging to the referenced virtual network. |
LoadBalancerFrontendIPConfigurationId |
Resource ID. |
Name |
Name of the backend address. |
NetworkInterfaceIPConfigurationId |
Resource ID. |
SubnetId |
Resource ID. |
VirtualNetworkId |
Resource ID. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LoadBalancerBackendAddress. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LoadBalancerBackendAddress. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ILoadBalancerBackendAddress. |
FromJsonString(String) |
Creates a new instance of LoadBalancerBackendAddress, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LoadBalancerBackendAddress into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |