Udostępnij za pośrednictwem


ApplicationGatewayBackendAddressPoolInner Class

Definition

Backend Address Pool of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayBackendAddressPoolInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayBackendAddressPoolInner = class
    inherit SubResource
Public Class ApplicationGatewayBackendAddressPoolInner
Inherits SubResource
Inheritance
ApplicationGatewayBackendAddressPoolInner
Attributes

Constructors

ApplicationGatewayBackendAddressPoolInner()

Initializes a new instance of the ApplicationGatewayBackendAddressPoolInner class.

ApplicationGatewayBackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<ApplicationGatewayBackendAddress>, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayBackendAddressPoolInner class.

Properties

BackendAddresses

Gets or sets backend addresses.

BackendIPConfigurations

Gets collection of references to IPs defined in network interfaces.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Resource Id

(Inherited from SubResource)
Name

Gets or sets name of the backend address pool that is unique within an Application Gateway.

ProvisioningState

Gets the provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Type

Gets type of the resource.

Applies to