#pragma namespace("\\\\.\\root\\default") instance of __namespace{ name="ms_411";}; #pragma namespace("\\\\.\\root\\default\\ms_411") [AMENDMENT, LOCALE(0x0411)] class MSFT_FileDirectoryConfiguration : OMI_BaseResource { [Key,Description("コピーまたは作成するターゲット ノード上のファイル名とパスです。") : Amended] string DestinationPath; [Description("宛先ファイルの存在を評価する方法を定義します。") : Amended] string Ensure; [Description("確認するファイル/フォルダーの種類です。既定値は File です") : Amended] string Type; [Description("コピー元のファイルの名前とパスです。") : Amended] string SourcePath; [Description("ファイルの内容が文字列として含まれます。空のファイルを作成するには、内容を空の文字列にする必要があります。内容の書き込みおよび比較には、UTF-8 文字エンコードが使用されます。") : Amended] string Contents; [Description("2 つのファイルが同じであるかどうかを判断する際に使用するチェックサムの種類です。") : Amended] string Checksum; [Description("すべての子ディレクトリを再帰処理します") : Amended] boolean Recurse; [Description("コンテンツ ファイルまたはディレクトリが破棄される場合でも、ファイル操作を実行します。") : Amended] boolean Force; [Description("リモート リソースにアクセスするための資格情報です。") : Amended] string Credential; [Description("作成日") : Amended] datetime CreatedDate; [Description("更新日") : Amended] datetime ModifiedDate; [Description("ファイル/ディレクトリの属性") : Amended] string Attributes[]; [Description("ファイルのサイズです。") : Amended] uint64 Size; [Description("これがディレクトリの場合は、サブフォルダーとファイルです。") : Amended] string SubItems[]; [Description("常に DestinationPath と SourcePath を比較します。既定は false で、キャッシュされた情報を使用します。") : Amended] boolean MatchSource; };