Uses of Class
com.azure.resourcemanager.storage.models.Endpoints
-
Packages that use Endpoints Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 Endpoints Modifier and Type Method Description EndpointsStorageAccountInner. primaryEndpoints()Get the primaryEndpoints property: Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object.EndpointsStorageAccountPropertiesInner. primaryEndpoints()Get the primaryEndpoints property: Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object.EndpointsStorageAccountInner. 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.EndpointsStorageAccountPropertiesInner. 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 Endpoints Modifier and Type Method Description EndpointsPublicEndpoints. primary()EndpointsPublicEndpoints. secondary()EndpointsEndpoints. withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)Set the internetEndpoints property: Gets the internet routing storage endpoints.EndpointsEndpoints. withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.Constructors in com.azure.resourcemanager.storage.models with parameters of type Endpoints Constructor Description PublicEndpoints(Endpoints primary, Endpoints secondary)Creates an instance of PublicEndpoints with two access endpoints.
-