Uses of Class
com.azure.resourcemanager.storage.models.DualStackEndpointPreference
Packages that use DualStackEndpointPreference
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of DualStackEndpointPreference in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return DualStackEndpointPreferenceModifier and TypeMethodDescriptionStorageAccountInner.dualStackEndpointPreference()Get the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.StorageAccountPropertiesCreateParameters.dualStackEndpointPreference()Get the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.StorageAccountPropertiesInner.dualStackEndpointPreference()Get the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.StorageAccountPropertiesUpdateParameters.dualStackEndpointPreference()Get the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type DualStackEndpointPreferenceModifier and TypeMethodDescriptionStorageAccountInner.withDualStackEndpointPreference(DualStackEndpointPreference dualStackEndpointPreference) Set the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.StorageAccountPropertiesCreateParameters.withDualStackEndpointPreference(DualStackEndpointPreference dualStackEndpointPreference) Set the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.StorageAccountPropertiesInner.withDualStackEndpointPreference(DualStackEndpointPreference dualStackEndpointPreference) Set the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.StorageAccountPropertiesUpdateParameters.withDualStackEndpointPreference(DualStackEndpointPreference dualStackEndpointPreference) Set the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user. -
Uses of DualStackEndpointPreference in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type DualStackEndpointPreferenceModifier and TypeClassDescriptionfinal classDual-stack endpoint preference defines whether IPv6 endpoints are going to be published.Methods in com.azure.resourcemanager.storage.models that return DualStackEndpointPreferenceModifier and TypeMethodDescriptionStorageAccountCreateParameters.dualStackEndpointPreference()Get the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.StorageAccountUpdateParameters.dualStackEndpointPreference()Get the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.static DualStackEndpointPreferenceDualStackEndpointPreference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DualStackEndpointPreference from the JsonReader.DualStackEndpointPreference.withPublishIpv6Endpoint(Boolean publishIpv6Endpoint) Set the publishIpv6Endpoint property: A boolean flag which indicates whether IPv6 storage endpoints are to be published.Methods in com.azure.resourcemanager.storage.models with parameters of type DualStackEndpointPreferenceModifier and TypeMethodDescriptionStorageAccountCreateParameters.withDualStackEndpointPreference(DualStackEndpointPreference dualStackEndpointPreference) Set the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.StorageAccountUpdateParameters.withDualStackEndpointPreference(DualStackEndpointPreference dualStackEndpointPreference) Set the dualStackEndpointPreference property: Maintains information about the Internet protocol opted by the user.