OutboundNatRuleInner Class
Definition
Outbound NAT pool of the load balancer.
[Microsoft.Rest.Serialization.JsonTransformation]
public class OutboundNatRuleInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type OutboundNatRuleInner = class
inherit SubResource
Public Class OutboundNatRuleInner
Inherits SubResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
OutboundNatRuleInner() |
Initializes a new instance of the OutboundNatRuleInner class. |
OutboundNatRuleInner(SubResource, String, Nullable<Int32>, IList<SubResource>, String, String, String) |
Initializes a new instance of the OutboundNatRuleInner class. |
Properties
AllocatedOutboundPorts |
Gets or sets the number of outbound ports to be used for NAT. |
BackendAddressPool |
Gets or sets a reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. |
Etag |
Gets or sets a unique read-only string that changes whenever the resource is updated. |
FrontendIPConfigurations |
Gets or sets the Frontend IP addresses of the load balancer. |
Id |
Resource Id (Inherited from SubResource) |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
ProvisioningState |
Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
Methods
Validate() |
Validate the object. |