IInternalNetwork.ConnectedIPv4Subnet Property
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.
List of Connected IPv4 Subnets.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of Connected IPv4 Subnets.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IConnectedSubnet) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectedIPv4Subnets", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IConnectedSubnet> ConnectedIPv4Subnet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of Connected IPv4 Subnets.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IConnectedSubnet) }, Read=true, ReadOnly=false, Required=false, SerializedName="connectedIPv4Subnets", Update=true)>]
member this.ConnectedIPv4Subnet : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IConnectedSubnet> with get, set
Public Property ConnectedIPv4Subnet As List(Of IConnectedSubnet)
Property Value
- Attributes