Share via


StorageAccountIPv6Endpoints Class

Definition

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

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

Properties

Blob

Gets the blob endpoint.

Dfs

Gets the dfs endpoint.

File

Gets the file endpoint.

InternetEndpoints

Gets the internet routing storage endpoints.

MicrosoftEndpoints

Gets the microsoft routing storage endpoints.

Queue

Gets the queue endpoint.

Table

Gets the table endpoint.

Web

Gets the web endpoint.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StorageAccountIPv6Endpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageAccountIPv6Endpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageAccountIPv6Endpoints>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageAccountIPv6Endpoints>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageAccountIPv6Endpoints>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to