Uses of Class
com.azure.resourcemanager.storage.models.RoutingPreference
Packages that use RoutingPreference
Package
Description
Package containing the inner data models for StorageManagementClient.
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 RoutingPreferenceModifier and TypeMethodDescriptionStorageAccountInner.routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesCreateParameters.routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesInner.routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesUpdateParameters.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 RoutingPreferenceModifier and TypeMethodDescriptionStorageAccountInner.withRoutingPreference(RoutingPreference routingPreference) Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesCreateParameters.withRoutingPreference(RoutingPreference routingPreference) Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesInner.withRoutingPreference(RoutingPreference routingPreference) Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountPropertiesUpdateParameters.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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type RoutingPreferenceModifier and TypeClassDescriptionfinal classRouting 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.Methods in com.azure.resourcemanager.storage.models that return RoutingPreferenceModifier and TypeMethodDescriptionstatic RoutingPreferenceRoutingPreference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutingPreference from the JsonReader.StorageAccountCreateParameters.routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountUpdateParameters.routingPreference()Get the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.RoutingPreference.withPublishInternetEndpoints(Boolean publishInternetEndpoints) Set the publishInternetEndpoints property: A boolean flag which indicates whether internet routing storage endpoints are to be published.RoutingPreference.withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints) Set the publishMicrosoftEndpoints property: A boolean flag which indicates whether microsoft routing storage endpoints are to be published.RoutingPreference.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 RoutingPreferenceModifier and TypeMethodDescriptionStorageAccountCreateParameters.withRoutingPreference(RoutingPreference routingPreference) Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.StorageAccountUpdateParameters.withRoutingPreference(RoutingPreference routingPreference) Set the routingPreference property: Maintains information about the network routing choice opted by the user for data transfer.