次の方法で共有


SystemData クラス

リソースの作成と最後の変更に関連するメタデータ。

継承
azure.mgmt.eventhub._serialization.Model
SystemData

コンストラクター

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
str

リソースを作成した ID。

created_by_type
str または CreatedByType

リソースを作成した ID の種類。 既知の値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

created_at

リソース作成のタイムスタンプ (UTC)。

last_modified_by
str

リソースを最後に変更した ID。

last_modified_by_type
str または CreatedByType

リソースを最後に変更した ID の種類。 既知の値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

last_modified_at

リソースを最後に変更した ID の種類。

変数

名前 説明
created_by
str

リソースを作成した ID。

created_by_type
str または CreatedByType

リソースを作成した ID の種類。 既知の値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

created_at

リソース作成のタイムスタンプ (UTC)。

last_modified_by
str

リソースを最後に変更した ID。

last_modified_by_type
str または CreatedByType

リソースを最後に変更した ID の種類。 既知の値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

last_modified_at

リソースを最後に変更した ID の種類。