ISubnet.IPConfigurationReference 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.
IPConfigurationReferences - list of IPConfigurationReferences
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="IPConfigurationReferences - list of IPConfigurationReferences", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigurationReferences", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem> IPConfigurationReference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="IPConfigurationReferences - list of IPConfigurationReferences", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigurationReferences", Update=true)>]
member this.IPConfigurationReference : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormatIPConfigurationReferencesItem> with get, set
Public Property IPConfigurationReference As List(Of ISubnetPropertiesFormatIPConfigurationReferencesItem)
Property Value
- Attributes