你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RoutingPreference Constructors
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.
Overloads
RoutingPreference() |
Initializes a new instance of the RoutingPreference class. |
RoutingPreference(String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the RoutingPreference class. |
RoutingPreference()
Initializes a new instance of the RoutingPreference class.
public RoutingPreference ();
Public Sub New ()
Applies to
RoutingPreference(String, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the RoutingPreference class.
public RoutingPreference (string routingChoice = default, bool? publishMicrosoftEndpoints = default, bool? publishInternetEndpoints = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.RoutingPreference : string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.RoutingPreference
Public Sub New (Optional routingChoice As String = Nothing, Optional publishMicrosoftEndpoints As Nullable(Of Boolean) = Nothing, Optional publishInternetEndpoints As Nullable(Of Boolean) = Nothing)
Parameters
- routingChoice
- String
Routing Choice defines the kind of network routing opted by the user. Possible values include: 'MicrosoftRouting', 'InternetRouting'
A boolean flag which indicates whether microsoft routing storage endpoints are to be published
A boolean flag which indicates whether internet routing storage endpoints are to be published