Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountIpv6Endpoints
Packages that use StorageAccountIpv6Endpoints
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of StorageAccountIpv6Endpoints in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return StorageAccountIpv6EndpointsModifier and TypeMethodDescriptionstatic StorageAccountIpv6EndpointsStorageAccountIpv6Endpoints.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccountIpv6Endpoints from the JsonReader.Endpoints.ipv6Endpoints()Get the ipv6Endpoints property: Gets the IPv6 storage endpoints.StorageAccountIpv6Endpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints) Set the internetEndpoints property: Gets the internet routing storage endpoints.StorageAccountIpv6Endpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints) Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.Methods in com.azure.resourcemanager.storage.models with parameters of type StorageAccountIpv6EndpointsModifier and TypeMethodDescriptionEndpoints.withIpv6Endpoints(StorageAccountIpv6Endpoints ipv6Endpoints) Set the ipv6Endpoints property: Gets the IPv6 storage endpoints.