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