SystemData クラス
リソースの作成と最後の変更に関連するメタデータ。
- 継承
-
azure.mgmt.storage._serialization.ModelSystemData
コンストラクター
SystemData(*, created_by: str | None = None, created_by_type: str | _models.CreatedByType | None = None, created_at: datetime | None = None, last_modified_by: str | None = None, last_modified_by_type: str | _models.CreatedByType | None = None, last_modified_at: datetime | None = None, **kwargs: Any)
Keyword-Only パラメータ
名前 | 説明 |
---|---|
created_by
|
リソースを作成した ID。 |
created_by_type
|
str または
CreatedByType
リソースを作成した ID の種類。 既知の値は、"User"、"Application"、"ManagedIdentity"、および "Key" です。 |
created_at
|
リソース作成のタイムスタンプ (UTC)。 |
last_modified_by
|
リソースを最後に変更した ID。 |
last_modified_by_type
|
str または
CreatedByType
リソースを最後に変更した ID の種類。 既知の値は、"User"、"Application"、"ManagedIdentity"、および "Key" です。 |
last_modified_at
|
リソースの最終変更のタイムスタンプ (UTC)。 |
変数
名前 | 説明 |
---|---|
created_by
|
リソースを作成した ID。 |
created_by_type
|
str または
CreatedByType
リソースを作成した ID の種類。 既知の値は、"User"、"Application"、"ManagedIdentity"、および "Key" です。 |
created_at
|
リソース作成のタイムスタンプ (UTC)。 |
last_modified_by
|
リソースを最後に変更した ID。 |
last_modified_by_type
|
str または
CreatedByType
リソースを最後に変更した ID の種類。 既知の値は、"User"、"Application"、"ManagedIdentity"、および "Key" です。 |
last_modified_at
|
リソースの最終変更のタイムスタンプ (UTC)。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python