IL3IsolationDomainPatch.RedistributeConnectedSubnet 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.
Advertise Connected Subnets. Ex: "True" | "False".
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.PSArgumentCompleter(new System.String[] { "True", "False" })]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Advertise Connected Subnets. Ex: "True" | "False".", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="redistributeConnectedSubnets", Update=true)]
public string RedistributeConnectedSubnet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.PSArgumentCompleter(new System.String[] { "True", "False" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Advertise Connected Subnets. Ex: "True" | "False".", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="redistributeConnectedSubnets", Update=true)>]
member this.RedistributeConnectedSubnet : string with get, set
Public Property RedistributeConnectedSubnet As String
Property Value
- Attributes