SystemData.LastModifiedByType Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to