RoutingPreference Class

Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing.

Inheritance
azure.mgmt.storage._serialization.Model
RoutingPreference

Constructor

RoutingPreference(*, routing_choice: str | _models.RoutingChoice | None = None, publish_microsoft_endpoints: bool | None = None, publish_internet_endpoints: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
routing_choice

Routing Choice defines the kind of network routing opted by the user. Known values are: "MicrosoftRouting" and "InternetRouting".

publish_microsoft_endpoints

A boolean flag which indicates whether microsoft routing storage endpoints are to be published.

publish_internet_endpoints

A boolean flag which indicates whether internet routing storage endpoints are to be published.

Variables

Name Description
routing_choice

Routing Choice defines the kind of network routing opted by the user. Known values are: "MicrosoftRouting" and "InternetRouting".

publish_microsoft_endpoints

A boolean flag which indicates whether microsoft routing storage endpoints are to be published.

publish_internet_endpoints

A boolean flag which indicates whether internet routing storage endpoints are to be published.