Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountMicrosoftEndpoints
Packages that use StorageAccountMicrosoftEndpoints
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of StorageAccountMicrosoftEndpoints in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type StorageAccountMicrosoftEndpointsModifier and TypeClassDescriptionfinal classThe URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint.Methods in com.azure.resourcemanager.storage.models that return StorageAccountMicrosoftEndpointsModifier and TypeMethodDescriptionStorageAccountMicrosoftEndpoints.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccountMicrosoftEndpoints from the JsonReader.Endpoints.microsoftEndpoints()Get the microsoftEndpoints property: Gets the microsoft routing storage endpoints.StorageAccountIpv6Endpoints.microsoftEndpoints()Get the microsoftEndpoints property: Gets the microsoft routing storage endpoints.Methods in com.azure.resourcemanager.storage.models with parameters of type StorageAccountMicrosoftEndpointsModifier and TypeMethodDescriptionEndpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints) Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.StorageAccountIpv6Endpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints) Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.