Uses of Class
com.microsoft.azure.management.storage.Endpoints
Packages that use Endpoints
Package
Description
This package contains the classes for StorageManagementClient.
- 
Uses of Endpoints in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return EndpointsModifier and TypeMethodDescriptionPublicEndpoints.primary()PublicEndpoints.secondary()Endpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints) Set gets the internet routing storage endpoints.Endpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints) Set gets the microsoft routing storage endpoints.Constructors in com.microsoft.azure.management.storage with parameters of type EndpointsModifierConstructorDescriptionPublicEndpoints(Endpoints primary, Endpoints secondary) Creates an instance of PublicEndpoints with two access endpoints.