StorageAccountEndpoints Class

Definition

The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.

public class StorageAccountEndpoints : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageAccountEndpoints>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageAccountEndpoints>
public class StorageAccountEndpoints
type StorageAccountEndpoints = class
    interface IJsonModel<StorageAccountEndpoints>
    interface IPersistableModel<StorageAccountEndpoints>
type StorageAccountEndpoints = class
Public Class StorageAccountEndpoints
Implements IJsonModel(Of StorageAccountEndpoints), IPersistableModel(Of StorageAccountEndpoints)
Public Class StorageAccountEndpoints
Inheritance
StorageAccountEndpoints
Implements

Properties

BlobUri

Gets the blob endpoint.

DfsUri

Gets the dfs endpoint.

FileUri

Gets the file endpoint.

InternetEndpoints

Gets the internet routing storage endpoints.

MicrosoftEndpoints

Gets the microsoft routing storage endpoints.

QueueUri

Gets the queue endpoint.

TableUri

Gets the table endpoint.

WebUri

Gets the web endpoint.

Explicit Interface Implementations

IJsonModel<StorageAccountEndpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StorageAccountEndpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageAccountEndpoints>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageAccountEndpoints>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StorageAccountEndpoints>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to