Share via


Operation.ActionType Property

Definition

Gets or sets indicates the action type. Possible values include: 'Internal'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to