共用方式為


SystemData.CreatedByType Property

Definition

Gets or sets the type of identity that created the resource. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to