Class SubnetSharedPublicIpAddressConfiguration
Configuration for public IP address sharing.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DevTestLabs.dll
Syntax
public class SubnetSharedPublicIpAddressConfiguration
Configuration for public IP address sharing.
public class SubnetSharedPublicIpAddressConfiguration
Initializes a new instance of the SubnetSharedPublicIpAddressConfiguration class.
public SubnetSharedPublicIpAddressConfiguration ();
Initializes a new instance of the SubnetSharedPublicIpAddressConfiguration class.
public SubnetSharedPublicIpAddressConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.Port> allowedPorts = null);
|
IList<Port>
allowedPorts
Backend ports that virtual machines on this subnet are allowed to expose |
Gets or sets backend ports that virtual machines on this subnet are allowed to expose
[Newtonsoft.Json.JsonProperty(PropertyName="allowedPorts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.Port> AllowedPorts { get; set; }
|
IList<Port>
|