Share via


IGuestConfigurationNavigation.ContentType Property

Definition

Specifies the content type of the configuration. Possible values could be Builtin or Custom.

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="Specifies the content type of the configuration. Possible values could be Builtin or Custom.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="contentType")]
public string ContentType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="Specifies the content type of the configuration. Possible values could be Builtin or Custom.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="contentType")>]
member this.ContentType : string
Public ReadOnly Property ContentType As String

Property Value

Attributes

Applies to