GalleryApplicationCustomActionParameter.Type Property

Definition

Gets or sets specifies the type of the custom action parameter. Possible values are: String, ConfigurationDataBlob or LogOutputBlob. Possible values include: 'String', 'ConfigurationDataBlob', 'LogOutputBlob'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to