次の方法で共有


AzureStoragePropertyDictionaryResourceInner コンストラクター

定義

オーバーロード

AzureStoragePropertyDictionaryResourceInner()

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

AzureStoragePropertyDictionaryResourceInner(String, String, String, String, IDictionary<String,AzureStorageInfoValue>)

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

AzureStoragePropertyDictionaryResourceInner()

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

public AzureStoragePropertyDictionaryResourceInner ();
Public Sub New ()

適用対象

AzureStoragePropertyDictionaryResourceInner(String, String, String, String, IDictionary<String,AzureStorageInfoValue>)

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

public AzureStoragePropertyDictionaryResourceInner (string id = default, string name = default, string type = default, string kind = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.AppService.Fluent.Models.AzureStorageInfoValue> properties = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner : string * string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.AppService.Fluent.Models.AzureStorageInfoValue> -> Microsoft.Azure.Management.AppService.Fluent.Models.AzureStoragePropertyDictionaryResourceInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional properties As IDictionary(Of String, AzureStorageInfoValue) = Nothing)

パラメーター

id
String
name
String
type
String
kind
String

リソースの種類。

properties
IDictionary<String,AzureStorageInfoValue>

Azure ストレージ アカウント。

適用対象