| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingPreference |
StorageAccountInner.routingPreference()
Get the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountInner |
StorageAccountInner.withRoutingPreference(RoutingPreference routingPreference)
Set the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingPreference |
StorageAccountUpdateParameters.routingPreference()
Get the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
RoutingPreference |
StorageAccountCreateParameters.routingPreference()
Get the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
RoutingPreference |
RoutingPreference.withPublishInternetEndpoints(Boolean publishInternetEndpoints)
Set the publishInternetEndpoints property: A boolean flag which indicates whether internet routing storage
endpoints are to be published.
|
RoutingPreference |
RoutingPreference.withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)
Set the publishMicrosoftEndpoints property: A boolean flag which indicates whether microsoft routing storage
endpoints are to be published.
|
RoutingPreference |
RoutingPreference.withRoutingChoice(RoutingChoice routingChoice)
Set the routingChoice property: Routing Choice defines the kind of network routing opted by the user.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withRoutingPreference(RoutingPreference routingPreference)
Set the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withRoutingPreference(RoutingPreference routingPreference)
Set the routingPreference property: Maintains information about the network routing choice opted by the user for
data transfer.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.