SystemData.LastModifiedByType プロパティ

定義

リソースを最後に変更した ID の種類を取得または設定します。 使用できる値は、'User'、'Application'、'ManagedIdentity'、'Key' です。

[Newtonsoft.Json.JsonProperty(PropertyName="lastModifiedByType")]
public Microsoft.Azure.Management.Media.Models.CreatedByType? LastModifiedByType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastModifiedByType")>]
member this.LastModifiedByType : Nullable<Microsoft.Azure.Management.Media.Models.CreatedByType> with get, set
Public Property LastModifiedByType As Nullable(Of CreatedByType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象