次の方法で共有


StorageAccountInfo コンストラクター

定義

オーバーロード

StorageAccountInfo()

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

StorageAccountInfo(String, String, String, String, String)

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

StorageAccountInfo()

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

public StorageAccountInfo ();
Public Sub New ()

適用対象

StorageAccountInfo(String, String, String, String, String)

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

public StorageAccountInfo (string name, string accessKey, string id = default, string type = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo : string * string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo
Public Sub New (name As String, accessKey As String, Optional id As String = Nothing, Optional type As String = Nothing, Optional suffix As String = Nothing)

パラメーター

name
String

リソース名

accessKey
String

接続に使用されるこの Azure Storage アカウントに関連付けられているアクセス キー。

id
String

リソース ID

type
String

リソースの種類

suffix
String

ストレージ アカウントの省略可能なサフィックス。

適用対象