次の方法で共有


SystemData.LastModifiedByType プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象