IRoutingPreference.RoutingChoice 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.
Routing Choice defines the kind of network routing opted by the user.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "MicrosoftRouting", "InternetRouting" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Routing Choice defines the kind of network routing opted by the user.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="routingChoice", Update=true)]
public string RoutingChoice { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "MicrosoftRouting", "InternetRouting" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Routing Choice defines the kind of network routing opted by the user.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="routingChoice", Update=true)>]
member this.RoutingChoice : string with get, set
Public Property RoutingChoice As String
Property Value
- Attributes