Uses of Class
com.azure.resourcemanager.storage.models.RoutingPreference
-
Packages that use RoutingPreference Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of RoutingPreference in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return RoutingPreference Modifier and Type Method Description RoutingPreferenceStorageAccountInner. routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.RoutingPreferenceStorageAccountPropertiesCreateParameters. routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.RoutingPreferenceStorageAccountPropertiesInner. routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.RoutingPreferenceStorageAccountPropertiesUpdateParameters. routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type RoutingPreference Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withRoutingPreference(RoutingPreference routingPreference)Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withRoutingPreference(RoutingPreference routingPreference)Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesInnerStorageAccountPropertiesInner. withRoutingPreference(RoutingPreference routingPreference)Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. withRoutingPreference(RoutingPreference routingPreference)Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer. -
Uses of RoutingPreference in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return RoutingPreference Modifier and Type Method Description RoutingPreferenceStorageAccountCreateParameters. routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.RoutingPreferenceStorageAccountUpdateParameters. routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.RoutingPreferenceRoutingPreference. withPublishInternetEndpoints(Boolean publishInternetEndpoints)Set the publishInternetEndpoints property: A boolean flag which indicates whether internet routing storage endpoints are to be published.RoutingPreferenceRoutingPreference. withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)Set the publishMicrosoftEndpoints property: A boolean flag which indicates whether microsoft routing storage endpoints are to be published.RoutingPreferenceRoutingPreference. withRoutingChoice(RoutingChoice routingChoice)Set the routingChoice property: Routing Choice defines the kind of network routing opted by the user.Methods in com.azure.resourcemanager.storage.models with parameters of type RoutingPreference Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withRoutingPreference(RoutingPreference routingPreference)Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountUpdateParametersStorageAccountUpdateParameters. withRoutingPreference(RoutingPreference routingPreference)Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.
-