StorageAccountInternetEndpoints クラス

定義

インターネット ルーティング エンドポイントを介してパブリック BLOB、ファイル、Web、または dfs オブジェクトの取得を実行するために使用される URI。

public class StorageAccountInternetEndpoints
type StorageAccountInternetEndpoints = class
Public Class StorageAccountInternetEndpoints
継承
StorageAccountInternetEndpoints

コンストラクター

StorageAccountInternetEndpoints()

StorageAccountInternetEndpoints クラスの新しいインスタンスを初期化します。

StorageAccountInternetEndpoints(String, String, String, String)

StorageAccountInternetEndpoints クラスの新しいインスタンスを初期化します。

プロパティ

Blob

BLOB エンドポイントを取得します。

Dfs

dfs エンドポイントを取得します。

File

ファイル エンドポイントを取得します。

Web

Web エンドポイントを取得します。

適用対象