Class RoutingPreference

java.lang.Object
com.microsoft.azure.management.storage.RoutingPreference

public class RoutingPreference extends Object
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 Details

    • RoutingPreference

      public RoutingPreference()
  • Method Details

    • routingChoice

      public RoutingChoice routingChoice()
      Get routing Choice defines the kind of network routing opted by the user. Possible values include: 'MicrosoftRouting', 'InternetRouting'.
      Returns:
      the routingChoice value
    • withRoutingChoice

      public RoutingPreference withRoutingChoice(RoutingChoice routingChoice)
      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

      public Boolean publishMicrosoftEndpoints()
      Get a boolean flag which indicates whether microsoft routing storage endpoints are to be published.
      Returns:
      the publishMicrosoftEndpoints value
    • withPublishMicrosoftEndpoints

      public RoutingPreference withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)
      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

      public Boolean publishInternetEndpoints()
      Get a boolean flag which indicates whether internet routing storage endpoints are to be published.
      Returns:
      the publishInternetEndpoints value
    • withPublishInternetEndpoints

      public RoutingPreference withPublishInternetEndpoints(Boolean publishInternetEndpoints)
      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.