StorageAccountMicrosoftEndpoints Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint.
public class StorageAccountMicrosoftEndpoints : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageAccountMicrosoftEndpoints>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageAccountMicrosoftEndpoints>
public class StorageAccountMicrosoftEndpoints
type StorageAccountMicrosoftEndpoints = class
interface IJsonModel<StorageAccountMicrosoftEndpoints>
interface IPersistableModel<StorageAccountMicrosoftEndpoints>
type StorageAccountMicrosoftEndpoints = class
Public Class StorageAccountMicrosoftEndpoints
Implements IJsonModel(Of StorageAccountMicrosoftEndpoints), IPersistableModel(Of StorageAccountMicrosoftEndpoints)
Public Class StorageAccountMicrosoftEndpoints
- Inheritance
-
StorageAccountMicrosoftEndpoints
- Implements
Properties
BlobUri |
Gets the blob endpoint. |
DfsUri |
Gets the dfs endpoint. |
FileUri |
Gets the file endpoint. |
QueueUri |
Gets the queue endpoint. |
TableUri |
Gets the table endpoint. |
WebUri |
Gets the web endpoint. |
Explicit Interface Implementations
IJsonModel<StorageAccountMicrosoftEndpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageAccountMicrosoftEndpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageAccountMicrosoftEndpoints>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageAccountMicrosoftEndpoints>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageAccountMicrosoftEndpoints>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET