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.
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 
	 | 
	
		 
				str or 
				RoutingChoice
		 
		Routing Choice defines the kind of network routing opted by the user. Known values are: "MicrosoftRouting" and "InternetRouting". Default value: None 
			 | 
| 
		 publish_microsoft_endpoints 
	 | 
	
		
		 A boolean flag which indicates whether microsoft routing storage endpoints are to be published. Default value: None 
			 | 
| 
		 publish_internet_endpoints 
	 | 
	
		
		 A boolean flag which indicates whether internet routing storage endpoints are to be published. Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 routing_choice 
	 | 
	
		 
				str or 
				RoutingChoice
		 
		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.  |