IIPExtendedCommunityPatch.IPExtendedCommunityRule 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 IP Extended Community Rules.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of IP Extended Community Rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPExtendedCommunityRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipExtendedCommunityRules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPExtendedCommunityRule> IPExtendedCommunityRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of IP Extended Community Rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPExtendedCommunityRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipExtendedCommunityRules", Update=true)>]
member this.IPExtendedCommunityRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPExtendedCommunityRule> with get, set
Public Property IPExtendedCommunityRule As List(Of IIPExtendedCommunityRule)
Property Value
- Attributes