BackendAddressPoolPropertiesFormat 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.
Properties of the backend address pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.BackendAddressPoolPropertiesFormatTypeConverter))]
public class BackendAddressPoolPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPoolPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.BackendAddressPoolPropertiesFormatTypeConverter))>]
type BackendAddressPoolPropertiesFormat = class
interface IBackendAddressPoolPropertiesFormat
interface IJsonSerializable
Public Class BackendAddressPoolPropertiesFormat
Implements IBackendAddressPoolPropertiesFormat
- Inheritance
-
BackendAddressPoolPropertiesFormat
- Attributes
- Implements
Constructors
BackendAddressPoolPropertiesFormat() |
Creates an new BackendAddressPoolPropertiesFormat instance. |
Properties
BackendIPConfiguration |
An array of references to IP addresses defined in network interfaces. |
LoadBalancerBackendAddress |
An array of backend addresses. |
LoadBalancingRule |
An array of references to load balancing rules that use this backend address pool. |
Location |
The location of the backend address pool. |
OutboundRuleId |
Resource ID. |
OutboundRules |
An array of references to outbound rules that use this backend address pool. |
ProvisioningState |
The provisioning state of the backend address pool resource. |
TunnelInterface |
An array of gateway load balancer tunnel interfaces. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BackendAddressPoolPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BackendAddressPoolPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IBackendAddressPoolPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of BackendAddressPoolPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BackendAddressPoolPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |