RoutingPreference 類別
路由喜好設定會定義用來傳遞使用者資料的 microsoft 或網際網路路由的網路類型,預設選項是 microsoft 路由。
- 繼承
-
azure.mgmt.storage._serialization.ModelRoutingPreference
建構函式
RoutingPreference(*, routing_choice: str | _models.RoutingChoice | None = None, publish_microsoft_endpoints: bool | None = None, publish_internet_endpoints: bool | None = None, **kwargs)
變數
- routing_choice
- str 或 RoutingChoice
路由選擇會定義使用者選擇的網路路由類型。 已知值為:「MicrosoftRouting」 和 「InternetRouting」。
- publish_microsoft_endpoints
- bool
布林值旗標,指出是否要發佈 Microsoft 路由儲存體端點。
- publish_internet_endpoints
- bool
布林值旗標,指出是否要發佈網際網路路由儲存體端點。