次の方法で共有


StorageAccountInformation コンストラクター

定義

オーバーロード

StorageAccountInformation()

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

StorageAccountInformation(String, String, String, String)

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

StorageAccountInformation()

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

public StorageAccountInformation ();
Public Sub New ()

適用対象

StorageAccountInformation(String, String, String, String)

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

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

パラメーター

id
String

リソース識別子。

name
String

リソースの名前。

type
String

リソースの種類。

suffix
String

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

適用対象