次の方法で共有


SystemData.CreatedByType プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="createdByType")]
public string CreatedByType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createdByType")>]
member this.CreatedByType : string with get, set
Public Property CreatedByType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象