Class SharedPublicIpAddressConfigurationFragment
Properties of a virtual machine that determine how it is connected to a
load balancer.
Inheritance
SharedPublicIpAddressConfigurationFragment
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DevTestLabs.dll
Syntax
public class SharedPublicIpAddressConfigurationFragment
Constructors
Initializes a new instance of the
SharedPublicIpAddressConfigurationFragment class.
Declaration
public SharedPublicIpAddressConfigurationFragment ();
Initializes a new instance of the
SharedPublicIpAddressConfigurationFragment class.
Declaration
public SharedPublicIpAddressConfigurationFragment (System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment> inboundNatRules = null);
Parameters
Properties
Gets or sets the incoming NAT rules
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="inboundNatRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment> InboundNatRules { get; set; }
Property Value