Uses of Class
com.azure.resourcemanager.storage.models.Endpoints
Packages that use Endpoints
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of Endpoints in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return EndpointsModifier and TypeMethodDescriptionStorageAccountInner.primaryEndpoints()Get the primaryEndpoints property: Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object.StorageAccountPropertiesInner.primaryEndpoints()Get the primaryEndpoints property: Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object.StorageAccountInner.secondaryEndpoints()Get the secondaryEndpoints property: Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account.StorageAccountPropertiesInner.secondaryEndpoints()Get the secondaryEndpoints property: Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. -
Uses of Endpoints in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return EndpointsModifier and TypeMethodDescriptionPublicEndpoints.primary()PublicEndpoints.secondary()Endpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints) Set the internetEndpoints property: Gets the internet routing storage endpoints.Endpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints) Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.Constructors in com.azure.resourcemanager.storage.models with parameters of type EndpointsModifierConstructorDescriptionPublicEndpoints(Endpoints primary, Endpoints secondary) Creates an instance of PublicEndpoints with two access endpoints.