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
RoutingPreference

Constructor

RoutingPreference(*, routing_choice: Optional[Union[str, azure.mgmt.storage.v2021_04_01.models._storage_management_client_enums.RoutingChoice]] = None, publish_microsoft_endpoints: Optional[bool] = None, publish_internet_endpoints: Optional[bool] = None, **kwargs)

Variables

routing_choice
str or RoutingChoice

Routing Choice defines the kind of network routing opted by the user. Possible values include: "MicrosoftRouting", "InternetRouting".

publish_microsoft_endpoints
bool

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

publish_internet_endpoints
bool

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