次の方法で共有


CreateOrUpdateStorageConfigurationParameters.Properties プロパティ

Optional. The public configuration settings.

名前空間: Microsoft.Azure.Management.Insights.Models
アセンブリ: Microsoft.Azure.Insights (Microsoft.Azure.Insights.dll)

使用方法

'使用
Dim instance As CreateOrUpdateStorageConfigurationParameters
Dim value As StorageConfiguration

value = instance.Properties

instance.Properties = value

構文

'宣言
Public Property Properties As StorageConfiguration
public StorageConfiguration Properties { get; set; }
public:
property StorageConfiguration^ Properties {
    StorageConfiguration^ get ();
    void set (StorageConfiguration^ value);
}
/** @property */
public StorageConfiguration get_Properties ()

/** @property */
public void set_Properties (StorageConfiguration value)
public function get Properties () : StorageConfiguration

public function set Properties (value : StorageConfiguration)

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

CreateOrUpdateStorageConfigurationParameters クラス
CreateOrUpdateStorageConfigurationParameters のメンバー
Microsoft.Azure.Management.Insights.Models 名前空間