| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoints |
StorageAccountInner.primaryEndpoints()
Get the primaryEndpoints property: Gets the URLs that are used to perform a retrieval of a public blob, queue, or
table object.
|
Endpoints |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoints |
PublicEndpoints.primary() |
Endpoints |
PublicEndpoints.secondary() |
Endpoints |
Endpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
Set the internetEndpoints property: Gets the internet routing storage endpoints.
|
Endpoints |
Endpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.
|
| Constructor and Description |
|---|
PublicEndpoints(Endpoints primary,
Endpoints secondary)
Creates an instance of PublicEndpoints with two access endpoints.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.