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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type EndpointsModifier and TypeClassDescriptionfinal classThe URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.Methods in com.azure.resourcemanager.storage.models that return EndpointsModifier and TypeMethodDescriptionstatic EndpointsEndpoints.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Endpoints from the JsonReader.PublicEndpoints.primary()Gets the URLs that are used to perform a retrieval of a public blob, queue or table object.PublicEndpoints.secondary()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.Endpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints) Set the internetEndpoints property: Gets the internet routing storage endpoints.Endpoints.withIpv6Endpoints(StorageAccountIpv6Endpoints ipv6Endpoints) Set the ipv6Endpoints property: Gets the IPv6 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.