I
InsightNexus

Class StorageAccountInternetEndpoints | Azure SDK for .NET

Author

James Stevens

Published Feb 16, 2026

The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint.

Inheritance

System.Object

StorageAccountInternetEndpoints

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Storage.dll
Syntax
public class StorageAccountInternetEndpoints

Properties

BlobUri

Gets the blob endpoint.

Declaration
public Uri BlobUri { get; }
Property Value
System.Uri

DfsUri

Gets the dfs endpoint.

Declaration
public Uri DfsUri { get; }
Property Value
System.Uri

FileUri

Gets the file endpoint.

Declaration
public Uri FileUri { get; }
Property Value
System.Uri

WebUri

Gets the web endpoint.

Declaration
public Uri WebUri { get; }
Property Value
System.Uri