ApplicationGatewayBackendAddressPool 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.
Backend Address Pool of an application gateway.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationGatewayBackendAddressPoolTypeConverter))]
public class ApplicationGatewayBackendAddressPool : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationGatewayBackendAddressPoolTypeConverter))>]
type ApplicationGatewayBackendAddressPool = class
interface IApplicationGatewayBackendAddressPool
interface IJsonSerializable
interface ISubResourceAutoGenerated
interface IValidates
Public Class ApplicationGatewayBackendAddressPool
Implements IApplicationGatewayBackendAddressPool, IValidates
- Inheritance
-
ApplicationGatewayBackendAddressPool
- Attributes
- Implements
Constructors
ApplicationGatewayBackendAddressPool() |
Creates an new ApplicationGatewayBackendAddressPool instance. |
Properties
BackendAddress |
Backend addresses. |
BackendIPConfiguration |
Collection of references to IPs defined in network interfaces. |
Etag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. |
Name |
Name of the backend address pool that is unique within an Application Gateway. |
ProvisioningState |
The provisioning state of the backend address pool resource. |
Type |
Type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationGatewayBackendAddressPool. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationGatewayBackendAddressPool. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPool. |
FromJsonString(String) |
Creates a new instance of ApplicationGatewayBackendAddressPool, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationGatewayBackendAddressPool into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |