Class RoutingPreference
java.lang.Object
com.microsoft.azure.management.storage.RoutingPreference
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a boolean flag which indicates whether internet routing storage endpoints are to be published.Get a boolean flag which indicates whether microsoft routing storage endpoints are to be published.Get routing Choice defines the kind of network routing opted by the user.withPublishInternetEndpoints
(Boolean publishInternetEndpoints) Set a boolean flag which indicates whether internet routing storage endpoints are to be published.withPublishMicrosoftEndpoints
(Boolean publishMicrosoftEndpoints) Set a boolean flag which indicates whether microsoft routing storage endpoints are to be published.withRoutingChoice
(RoutingChoice routingChoice) Set routing Choice defines the kind of network routing opted by the user.
-
Constructor Details
-
RoutingPreference
public RoutingPreference()
-
-
Method Details
-
routingChoice
Get routing Choice defines the kind of network routing opted by the user. Possible values include: 'MicrosoftRouting', 'InternetRouting'.- Returns:
- the routingChoice value
-
withRoutingChoice
Set routing Choice defines the kind of network routing opted by the user. Possible values include: 'MicrosoftRouting', 'InternetRouting'.- Parameters:
routingChoice
- the routingChoice value to set- Returns:
- the RoutingPreference object itself.
-
publishMicrosoftEndpoints
Get a boolean flag which indicates whether microsoft routing storage endpoints are to be published.- Returns:
- the publishMicrosoftEndpoints value
-
withPublishMicrosoftEndpoints
Set a boolean flag which indicates whether microsoft routing storage endpoints are to be published.- Parameters:
publishMicrosoftEndpoints
- the publishMicrosoftEndpoints value to set- Returns:
- the RoutingPreference object itself.
-
publishInternetEndpoints
Get a boolean flag which indicates whether internet routing storage endpoints are to be published.- Returns:
- the publishInternetEndpoints value
-
withPublishInternetEndpoints
Set a boolean flag which indicates whether internet routing storage endpoints are to be published.- Parameters:
publishInternetEndpoints
- the publishInternetEndpoints value to set- Returns:
- the RoutingPreference object itself.
-