StorageAccountMicrosoftEndpoints コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 エンドポイントを取得します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET