ApplicationGatewayBackendAddressPoolPropertiesFormat 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 Backend Address Pool of an application gateway.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationGatewayBackendAddressPoolPropertiesFormatTypeConverter))]
public class ApplicationGatewayBackendAddressPoolPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPoolPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ApplicationGatewayBackendAddressPoolPropertiesFormatTypeConverter))>]
type ApplicationGatewayBackendAddressPoolPropertiesFormat = class
interface IApplicationGatewayBackendAddressPoolPropertiesFormat
interface IJsonSerializable
Public Class ApplicationGatewayBackendAddressPoolPropertiesFormat
Implements IApplicationGatewayBackendAddressPoolPropertiesFormat
- Inheritance
-
ApplicationGatewayBackendAddressPoolPropertiesFormat
- Attributes
- Implements
Constructors
ApplicationGatewayBackendAddressPoolPropertiesFormat() |
Creates an new ApplicationGatewayBackendAddressPoolPropertiesFormat instance. |
Properties
BackendAddress |
Backend addresses. |
BackendIPConfiguration |
Collection of references to IPs defined in network interfaces. |
ProvisioningState |
The provisioning state of the backend address pool resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationGatewayBackendAddressPoolPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationGatewayBackendAddressPoolPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IApplicationGatewayBackendAddressPoolPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of ApplicationGatewayBackendAddressPoolPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationGatewayBackendAddressPoolPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |