ILoadBalancerPrivateFrontend Interface
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.
A client-side representation of a private frontend of an internal load balancer.
public interface ILoadBalancerPrivateFrontend : Microsoft.Azure.Management.Network.Fluent.IHasPrivateIPAddress, Microsoft.Azure.Management.Network.Fluent.ILoadBalancerFrontend, Microsoft.Azure.Management.Network.Fluent.ILoadBalancerPrivateFrontendBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasSubnet
type ILoadBalancerPrivateFrontend = interface
interface ILoadBalancerFrontend
interface IHasInner<FrontendIPConfigurationInner>
interface IChildResource<ILoadBalancer>
interface IHasName
interface IIndexable
interface IHasParent<ILoadBalancer>
interface IHasLoadBalancingRules
interface IHasPrivateIPAddress
interface IHasSubnet
interface ILoadBalancerPrivateFrontendBeta
interface IBeta
Public Interface ILoadBalancerPrivateFrontend
Implements IBeta, IChildResource(Of ILoadBalancer), IHasInner(Of FrontendIPConfigurationInner), IHasParent(Of ILoadBalancer), IHasPrivateIPAddress, IHasSubnet, ILoadBalancerFrontend, ILoadBalancerPrivateFrontendBeta
- Implements
Properties
AvailabilityZones |
Gets the availability zones assigned to private frontend. (Inherited from ILoadBalancerPrivateFrontendBeta) |
InboundNatPools |
Gets the inbound NAT pools on this load balancer that use this frontend, indexed by their names. (Inherited from ILoadBalancerFrontend) |
InboundNatRules |
Gets the inbound NAT rules on this load balancer that use this frontend, indexed by their names. (Inherited from ILoadBalancerFrontend) |
Inner | (Inherited from IHasInner<T>) |
IsPublic |
Gets true if the frontend is public, i.e. it has a public IP address associated with it. (Inherited from ILoadBalancerFrontend) |
Key | (Inherited from IIndexable) |
LoadBalancingRules |
Gets the associated load balancing rules from this load balancer, indexed by their names. (Inherited from IHasLoadBalancingRules) |
Name |
Gets the name of the resource (Inherited from IHasName) |
NetworkId | (Inherited from IHasSubnet) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
PrivateIPAddress |
Gets the private IP address associated with this resource. (Inherited from IHasPrivateIPAddress) |
PrivateIPAllocationMethod |
Gets the private IP address allocation method within the associated subnet. (Inherited from IHasPrivateIPAddress) |
SubnetName | (Inherited from IHasSubnet) |
Methods
GetSubnet() |
Applies to
Azure SDK for .NET