Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountInternetEndpoints
Packages that use StorageAccountInternetEndpoints
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of StorageAccountInternetEndpoints in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type StorageAccountInternetEndpointsModifier and TypeClassDescriptionfinal classThe URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint.Methods in com.azure.resourcemanager.storage.models that return StorageAccountInternetEndpointsModifier and TypeMethodDescriptionStorageAccountInternetEndpoints.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccountInternetEndpoints from the JsonReader.Endpoints.internetEndpoints()Get the internetEndpoints property: Gets the internet routing storage endpoints.StorageAccountIpv6Endpoints.internetEndpoints()Get the internetEndpoints property: Gets the internet routing storage endpoints.Methods in com.azure.resourcemanager.storage.models with parameters of type StorageAccountInternetEndpointsModifier and TypeMethodDescriptionEndpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints) Set the internetEndpoints property: Gets the internet routing storage endpoints.StorageAccountIpv6Endpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints) Set the internetEndpoints property: Gets the internet routing storage endpoints.