次の方法で共有


StorageAccountMicrosoftEndpoints コンストラクター

定義

オーバーロード

StorageAccountMicrosoftEndpoints()

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

StorageAccountMicrosoftEndpoints(String, String, String, String, String, String)

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

StorageAccountMicrosoftEndpoints()

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

public StorageAccountMicrosoftEndpoints ();
Public Sub New ()

適用対象

StorageAccountMicrosoftEndpoints(String, String, String, String, String, String)

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

public StorageAccountMicrosoftEndpoints (string blob = default, string queue = default, string table = default, string file = default, string web = default, string dfs = default);
new Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints : string * string * string * string * string * string -> Microsoft.Azure.Management.Storage.Models.StorageAccountMicrosoftEndpoints
Public Sub New (Optional blob As String = Nothing, Optional queue As String = Nothing, Optional table As String = Nothing, Optional file As String = Nothing, Optional web As String = Nothing, Optional dfs As String = Nothing)

パラメーター

blob
String

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

queue
String

キュー エンドポイントを取得します。

table
String

テーブル エンドポイントを取得します。

file
String

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

web
String

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

dfs
String

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

適用対象