次の方法で共有


RoutingPreference コンストラクター

定義

オーバーロード

RoutingPreference()

RoutingPreference クラスの新しいインスタンスを初期化します。

RoutingPreference(String, Nullable<Boolean>, Nullable<Boolean>)

RoutingPreference クラスの新しいインスタンスを初期化します。

RoutingPreference()

RoutingPreference クラスの新しいインスタンスを初期化します。

public RoutingPreference ();
Public Sub New ()

適用対象

RoutingPreference(String, Nullable<Boolean>, Nullable<Boolean>)

RoutingPreference クラスの新しいインスタンスを初期化します。

public RoutingPreference (string routingChoice = default, bool? publishMicrosoftEndpoints = default, bool? publishInternetEndpoints = default);
new Microsoft.Azure.Management.Storage.Models.RoutingPreference : string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.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)

パラメーター

routingChoice
String

ルーティングの選択は、ユーザーが選択するネットワーク ルーティングの種類を定義します。 使用可能な値は、'MicrosoftRouting'、'InternetRouting' です。

publishMicrosoftEndpoints
Nullable<Boolean>

Microsoft ルーティング ストレージ エンドポイントを発行するかどうかを示すブール値フラグ

publishInternetEndpoints
Nullable<Boolean>

インターネット ルーティング ストレージ エンドポイントを発行するかどうかを示すブール値フラグ

適用対象